/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html .wp-block-post-content {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html .wp-block-post-content input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html .wp-block-post-content input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html .wp-block-post-content {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Min width */
/* Min width */
/* Min width */
/* Min width */
/*

Preferences

*/
html:not(.wp-toolbar) #wpadminbar {
  top: -32px !important;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

html:not(.wp-toolbar) body:hover #wpadminbar, html:not(.wp-toolbar):hover #wpadminbar {
  top: 0px !important;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.nobull {
  margin: 0;
  padding: 0;
}
.nobull ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nobull li {
  list-style: none;
}

.hidden-field, .botcheck {
  display: none;
}

.med {
  font-weight: 300;
}

.b {
  font-weight: bold;
}

.lc {
  text-transform: none;
}

.u {
  text-transform: uppercase;
}

.fancybox-skin {
  overflow: visible;
}

html.fancybox-lock, html.fancybox-open, .fancybox-lock body, .fancybox-open body {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.alignright, .alignleft, .aligncenter {
  display: block;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 501px) {
  .alignleft, .alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1445px) {
  body > section, body > footer .container {
    padding-left: calc(var(--t-site-padding)/3);
    padding-right: calc(var(--t-site-padding)/3);
  }

  body > div > section {
    padding-left: calc(var(--t-site-padding)/3);
    padding-right: calc(var(--t-site-padding)/3);
  }

    iframe:not([data-test]):not('#redchirp-iframe') {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .flex-m {
    display: -webkit-flex;
    display: flex;
  }
  .flex-m .flexed {
    display: flex;
  }
}
:root{

	--t-site-padding:100px;

	/* Responsive sizes*/
	--t-site-width:1250px;
	--t-mobile-landscape: 501px; 
	--t-tablet-portrait: 767px; 
	--t-desktop: 1023px; 
	--t-desktopxl: 1250px;
	/* 
	Note: Due to suppport for CSS variables in media queries the above parameters won't 
	change the responsive break points in the style sheet. The breakpoints will need to 
	be replaced manually with a text seach for the numbers above. We're leaving these 
	parameters here for antipated use one day, and for any custom classes that might need them.
	*/


	/* Paragraph Line Height and Margin */
	--t-p-lh: 1.2em;
	--t-p-marg:26px;


	/* Font  Faces */
	/* --t-font-primary:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; 
	--t-font-secondary: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; */
	
	--t-font-primary: 'Gudea', sans-serif;
	--t-font-secondary:'Cormorant', serif;

	--t-font-tertiary:  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	/*Colors*/
	--t-color-primary:#FFFCF2; /* Dark Blue */ 
	--t-color-secondary:#F9E970;  /* Yellow Gold*/ 
	--t-color-tertiary:#bfbb0b;  /* Warm Gold*/ 
	--t-color-quaternary:#02071F;  /* Night Blue*/ 
	--t-color-quinary:#98a6bd99;  /* Light Blue transparent*/ 
	--t-color-senary:#FFF;  /* White*/ 
	--t-color-severnary:#FFF;  /* White*/ 
	--t-color-octarnary:#FFF;  /* White*/ 
	--t-color-nonary:#FFF;  /* White*/ 
	--t-color-denary:#FFF;  /* White*/ 

	--t-grey-light:#cbcbcb;
	--t-grey-norm:#979797;
	--t-grey-med:#44443E;
	--t-grey-dark:#101010;

	/* Text Sizes Big Screen*/
	--t-txt-headline-xtrabig:45px;
	--t-txt-headline-xtrabig-mob:35px;

	--t-txt-headline-big-xl:40px;
	--t-txt-headline-med-xl:36px;
	--t-txt-headline-norm-xl:30px;
	--t-txt-headline-small-xl:26px;

	--t-txt-big-xl:22px;
	--t-txt-med-xl:20px;
	--t-txt-norm-xl:18px;
	--t-txt-small-xl:16px;
	--t-txt-xsmall-xl:14px;

	/* Text Sizes Standard Screen*/

	--t-txt-headline-big:40px;
	--t-txt-headline-med:36px;
	--t-txt-headline-norm:30px;
	--t-txt-headline-small:26px;

	--t-txt-big:22px;
	--t-txt-med:20px;
	--t-txt-norm:18px;
	--t-txt-small:16px;
	--t-txt-xsmall:14px;

	/* Text Sizes Mobile */
	--t-txt-headline-big-mob:32px;
	--t-txt-headline-med-mob:24px;
	--t-txt-headline-norm-mob:20px;
	--t-txt-headline-small-mob:18px;

	--t-txt-big-mob:16px;
	--t-txt-med-mob:15px;
	--t-txt-norm-mob:14px;
	--t-txt-small-mob:12px;
	--t-txt-xsmall-mob:10px;

	/* Misc */
	--t-default-overflow: visible; /* Default overflow state for containers */

}@import url(trellis-config.css);
:root {
  --t-phi: 1.618033988749895;
  @custom-media --t-mobile-landscape-min (min-width: var(--t-mobile-landscape));
  /* Min width */
  @custom-media --t-mobile-landscape-max (max-width: var(--t-mobile-landscape));
  /* Min width */
  @custom-media --t-tablet-portrait-min (min-width: var(--t-tablet-portrait));
  /* Min width */
  @custom-media --t-tablet-portrait-max (max-width: var(--t-tablet-portrait));
  /* Min width */
  @custom-media --t-desktop-min (min-width: var(--t-desktop));
  /* Min width */
  @custom-media --t-desktop-max (max-width: var(--t-desktop));
  /* Min width */
  @custom-media --t-desktopxl-min (min-width: var(--t-desktopxl));
  /* Min width */
  @custom-media --t-desktopxl-max (max-width: var(--t-desktopxl));
  /* Min width */
}

/* Libraries */
/* Text colors */
 .wp-block-post-content  .t-txt\:clr1,  .wp-block-post-content  .t-txt\:clr1 > p {
  color: var(--t-color-primary);
}

 .wp-block-post-content  .t-txt\:clr2,  .wp-block-post-content  .t-txt\:clr2 > p {
  color: var(--t-color-secondary);
}

 .wp-block-post-content  .t-txt\:clr3,  .wp-block-post-content  .t-txt\:clr3 > p {
  color: var(--t-color-tertiary);
}

 .wp-block-post-content  .t-txt\:clr4,  .wp-block-post-content  .t-txt\:clr4 > p {
  color: var(--t-color-quaternary);
}

 .wp-block-post-content  .t-txt\:clr5,  .wp-block-post-content  .t-txt\:clr5 > p {
  color: var(--t-color-quinary);
}

 .wp-block-post-content  .t-txt\:clr6,  .wp-block-post-content  .t-txt\:clr6 > p {
  color: var(--t-color-senary);
}

 .wp-block-post-content  .t-txt\:clr7,  .wp-block-post-content  .t-txt\:clr7 > p {
  color: var(--t-color-severnary);
}

 .wp-block-post-content  .t-txt\:clr8,  .wp-block-post-content  .t-txt\:clr8 > p {
  color: var(--t-color-octarnary);
}

 .wp-block-post-content  .t-txt\:grey1,  .wp-block-post-content  .t-txt\:grey1 > p {
  color: var(--t-grey-light);
  -webkit-font-smoothing: antialiased;
}

 .wp-block-post-content  .t-txt\:grey2,  .wp-block-post-content  .t-txt\:grey2 > p {
  color: var(--t-grey-norm);
}

 .wp-block-post-content  .t-txt\:grey3,  .wp-block-post-content  .t-txt\:grey3 > p {
  color: var(--t-grey-med);
}

 .wp-block-post-content  .t-txt\:grey4,  .wp-block-post-content  .t-txt\:grey4 > p {
  color: var(--t-grey-dark);
}

 .wp-block-post-content  .t-txt\:blk,  .wp-block-post-content  .t-txt\:blk > p {
  color: #000;
}

 .wp-block-post-content  .t-txt\:wht,  .wp-block-post-content  .t-txt\:wht > p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

 .wp-block-post-content  .t-txt\:wht h1,  .wp-block-post-content  .t-txt\:wht h2,  .wp-block-post-content  .t-txt\:wht h3,  .wp-block-post-content  .t-txt\:wht h4,  .wp-block-post-content  .t-txt\:wht h5 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

/* Background colors */
 .wp-block-post-content  .t-bg\:clr1 {
  background-color: var(--t-color-primary);
}

 .wp-block-post-content  .t-bg\:clr2 {
  background-color: var(--t-color-secondary);
}

 .wp-block-post-content  .t-bg\:clr3 {
  background-color: var(--t-color-tertiary);
}

 .wp-block-post-content  .t-bg\:clr4 {
  background-color: var(--t-color-quaternary);
}

 .wp-block-post-content  .t-bg\:clr5 {
  background-color: var(--t-color-quinary);
}

 .wp-block-post-content  .t-bg\:clr6 {
  background-color: var(--t-color-senary);
}

 .wp-block-post-content  .t-bg\:clr7 {
  background-color: var(--t-color-severnary);
}

 .wp-block-post-content  .t-bg\:clr8 {
  background-color: var(--t-color-octarnary);
}

 .wp-block-post-content  .t-bg\:grey1 {
  background-color: var(--t-grey-light);
}

 .wp-block-post-content  .t-bg\:grey2 {
  background-color: var(--t-grey-norm);
}

 .wp-block-post-content  .t-bg\:grey3 {
  background-color: var(--t-grey-med);
}

 .wp-block-post-content  .t-bg\:grey4 {
  background-color: var(--t-grey-dark);
}

 .wp-block-post-content  .t-bg\:blk {
  background-color: #000;
}

 .wp-block-post-content  .t-bg\:wht {
  background-color: #fff;
}

h1 {
  font-size: var(--t-txt-headline-big);
}

h2 {
  font-size: var(--t-txt-headline-med);
}

h3 {
  font-size: var(--t-txt-headline-norm);
}

h4 {
  font-size: var(--t-txt-headline-small);
}

 .wp-block-post-content  .t-txt\:italic {
  font-style: italic;
}

 .wp-block-post-content  .t-txt\:uppercase {
  text-transform: uppercase;
}

 .wp-block-post-content  .t-txt\:underline {
  text-decoration: underline;
}

 .wp-block-post-content  .t-txt\:h1,  .wp-block-post-content  .t-txt\:h1 p {
  font-size: var(--t-txt-headline-big);
}

 .wp-block-post-content  .t-txt\:h2,  .wp-block-post-content  .t-txt\:h2 p {
  font-size: var(--t-txt-headline-med);
}

 .wp-block-post-content  .t-txt\:h3,  .wp-block-post-content  .t-txt\:h3 p {
  font-size: var(--t-txt-headline-norm);
}

 .wp-block-post-content  .t-txt\:h4,  .wp-block-post-content  .t-txt\:h4 p {
  font-size: var(--t-txt-headline-small);
}

 .wp-block-post-content  .t-txt\:big,  .wp-block-post-content  .t-txt\:big p {
  font-size: var(--t-txt-big);
}

 .wp-block-post-content  .t-txt\:med,  .wp-block-post-content  .t-txt\:med p {
  font-size: var(--t-txt-med);
}

 .wp-block-post-content  .t-txt\:norm,  .wp-block-post-content  .t-txt\:norm p {
  font-size: var(--t-txt-norm);
}

 .wp-block-post-content  .t-txt\:sm,  .wp-block-post-content  .t-txt\:sm p {
  font-size: var(--t-txt-small);
}

 .wp-block-post-content  .t-txt\:xsm,  .wp-block-post-content  .t-txt\:xsm p {
  font-size: var(--t-txt-xsmall);
}

 .wp-block-post-content  .t-fnt\:1 {
  font-family: var(--t-font-primary);
}

 .wp-block-post-content  .t-fnt\:2 {
  font-family: var(--t-font-secondary);
}

 .wp-block-post-content  .t-fnt\:3 {
  font-family: var(--t-font-tertiary);
}

 .wp-block-post-content  .t-fnt\:smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 .wp-block-post-content  .t-fnt\:smooth\:auto {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

 .wp-block-post-content  .t-fnt\:100 {
  font-weight: 100;
}

 .wp-block-post-content  .t-fnt\:200 {
  font-weight: 200;
}

 .wp-block-post-content  .t-fnt\:300 {
  font-weight: 300;
}

 .wp-block-post-content  .t-fnt\:400 {
  font-weight: 400;
}

 .wp-block-post-content  .t-fnt\:500 {
  font-weight: 500;
}

 .wp-block-post-content  .t-fnt\:600 {
  font-weight: 600;
}

 .wp-block-post-content  .t-fnt\:700 {
  font-weight: 700;
}

 .wp-block-post-content  .t-fnt\:800 {
  font-weight: 800;
}

 .wp-block-post-content  .t-fnt\:light {
  font-weight: 200;
}

 .wp-block-post-content  .t-fnt\:bold {
  font-weight: 700;
}

 .wp-block-post-content  .t-fnt\:extra-bold {
  font-weight: 800;
}

 .wp-block-post-content  .t-txt\:cntr,  .wp-block-post-content  .t-txt\:cntr p {
  text-align: center;
}

@media (min-width: 728px) {
   .wp-block-post-content  .t-txt\:lt,  .wp-block-post-content  .t-txt\:lt p {
    text-align: left;
  }
}
 .wp-block-post-content  .t-txt\:rt,  .wp-block-post-content  .t-txt\:rt p {
  text-align: right;
}

@media (max-width: 501px) {
  html  .wp-block-post-content .t-txt\:cntr\:xs, html  .wp-block-post-content .t-txt\:cntr\:xs p {
    text-align: center;
  }
  html  .wp-block-post-content .t-txt\:lt\:xs, html  .wp-block-post-content .t-txt\:lt\:xs p {
    text-align: left;
  }
  html  .wp-block-post-content .t-txt\:rt\:xs, html  .wp-block-post-content .t-txt\:rt\:xs p {
    text-align: right;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  html  .wp-block-post-content .t-txt\:cntr\:s, html  .wp-block-post-content .t-txt\:cntr\:s p {
    text-align: center;
  }
  html  .wp-block-post-content .t-txt\:lt\:s, html  .wp-block-post-content .t-txt\:lt\:s p {
    text-align: left;
  }
  html  .wp-block-post-content .t-txt\:rt\:s, html  .wp-block-post-content .t-txt\:rt\:s p {
    text-align: right;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-txt\:cntr\:m, html  .wp-block-post-content .t-txt\:cntr\:m p {
    text-align: center;
  }
  html  .wp-block-post-content .t-txt\:lt\:m, html  .wp-block-post-content .t-txt\:lt\:m p {
    text-align: left;
  }
  html  .wp-block-post-content .t-txt\:rt\:m, html  .wp-block-post-content .t-txt\:rt\:m p {
    text-align: right;
  }
}
@media (min-width: 1023px) {
  html  .wp-block-post-content .t-txt\:cntr\:l, html  .wp-block-post-content .t-txt\:cntr\:l p {
    text-align: center;
  }
  html  .wp-block-post-content .t-txt\:lt\:l, html  .wp-block-post-content .t-txt\:lt\:l p {
    text-align: left;
  }
  html  .wp-block-post-content .t-txt\:rt\:l, html  .wp-block-post-content .t-txt\:rt\:l p {
    text-align: right;
  }
}

/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) {
   .wp-block-post-content  .t-txt\:lt {
    text-align: left;
  }

   .wp-block-post-content  .t-txt\:rt {
    text-align: right;
  }

   .wp-block-post-content  .t-txt\:cntr {
    text-align: center;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) and (max-width: var(--t-mobile-landscape)) {
   .wp-block-post-content  .t-txt\:lt\:xs {
    text-align: left;
  }

   .wp-block-post-content  .t-txt\:rt\:xs {
    text-align: right;
  }

   .wp-block-post-content  .t-txt\:cntr\:xs {
    text-align: center;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: var(--t-mobile-landscape)) and (max-width: var(--t-tablet-portrait)) {
   .wp-block-post-content  .t-txt\:lt\:s {
    text-align: left;
  }

   .wp-block-post-content  .t-txt\:rt\:s {
    text-align: right;
  }

   .wp-block-post-content  .t-txt\:cntr\:s {
    text-align: center;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: var(--t-tablet-portrait)) and (max-width: var(--t-desktop)) {
   .wp-block-post-content  .t-txt\:lt\:m {
    text-align: left;
  }

   .wp-block-post-content  .t-txt\:rt\:m {
    text-align: right;
  }

   .wp-block-post-content  .t-txt\:cntr\:m {
    text-align: center;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: var(--t-desktop)) {
   .wp-block-post-content  .t-txt\:lt\:l {
    text-align: left;
  }

   .wp-block-post-content  .t-txt\:rt\:l {
    text-align: right;
  }

   .wp-block-post-content  .t-txt\:cntr\:l {
    text-align: center;
  }
}
@media (max-width: 501px) {
  h1 {
    font-size: var(--t-txt-headline-big-mob);
  }

  h2 {
    font-size: var(--t-txt-headline-med-mob);
  }

  h3 {
    font-size: var(--t-txt-headline-norm-mob);
  }

  h4 {
    font-size: var(--t-txt-headline-small-mob);
  }

   .wp-block-post-content  .t-txt\:h1,  .wp-block-post-content  .t-txt\:h1 p {
    font-size: var(--t-txt-headline-big-mob);
  }

   .wp-block-post-content  .t-txt\:h2,  .wp-block-post-content  .t-txt\:h2 p {
    font-size: var(--t-txt-headline-med-mob);
  }

   .wp-block-post-content  .t-txt\:h3,  .wp-block-post-content  .t-txt\:h3 p {
    font-size: var(--t-txt-headline-norm-mob);
  }

   .wp-block-post-content  .t-txt\:h4,  .wp-block-post-content  .t-txt\:h4 p {
    font-size: var(--t-txt-headline-small-mob);
  }

   .wp-block-post-content  .t-txt\:big,  .wp-block-post-content  .t-txt\:big p {
    font-size: var(--t-txt-big-mob);
  }

   .wp-block-post-content  .t-txt\:med,  .wp-block-post-content  .t-txt\:med p {
    font-size: var(--t-txt-med-mob);
  }

   .wp-block-post-content  .t-txt\:norm,  .wp-block-post-content  .t-txt\:norm p {
    font-size: var(--t-txt-norm-mob);
  }

   .wp-block-post-content  .t-txt\:sm,  .wp-block-post-content  .t-txt\:sm p {
    font-size: var(--t-txt-small-mob);
  }

   .wp-block-post-content  .t-txt\:xsm,  .wp-block-post-content  .t-txt\:xsm p {
    font-size: var(--t-txt-xsmall-mob);
  }
}
@media (min-width: 1250px) {
  h1 {
    font-size: var(--t-txt-headline-big-xl);
  }

  h2 {
    font-size: var(--t-txt-headline-med-xl);
  }

  h3 {
    font-size: var(--t-txt-headline-norm-xl);
  }

  h4 {
    font-size: var(--t-txt-headline-small-xl);
  }

   .wp-block-post-content  .t-txt\:h1,  .wp-block-post-content  .t-txt\:h1 p {
    font-size: var(--t-txt-headline-big-xl);
  }

   .wp-block-post-content  .t-txt\:h2,  .wp-block-post-content  .t-txt\:h2 p {
    font-size: var(--t-txt-headline-med-xl);
  }

   .wp-block-post-content  .t-txt\:h3,  .wp-block-post-content  .t-txt\:h3 p {
    font-size: var(--t-txt-headline-norm-xl);
  }

   .wp-block-post-content  .t-txt\:h4,  .wp-block-post-content  .t-txt\:h4 p {
    font-size: var(--t-txt-headline-small-xl);
  }

   .wp-block-post-content  .t-txt\:big,  .wp-block-post-content  .t-txt\:big p {
    font-size: var(--t-txt-big-xl);
  }

   .wp-block-post-content  .t-txt\:med,  .wp-block-post-content  .t-txt\:med p {
    font-size: var(--t-txt-med-xl);
  }

   .wp-block-post-content  .t-txt\:norm,  .wp-block-post-content  .t-txt\:norm p {
    font-size: var(--t-txt-norm-xl);
  }

   .wp-block-post-content  .t-txt\:sm,  .wp-block-post-content  .t-txt\:sm p {
    font-size: var(--t-txt-small-xl);
  }

   .wp-block-post-content  .t-txt\:xsm,  .wp-block-post-content  .t-txt\:xsm p {
    font-size: var(--t-txt-xsmall-xl);
  }
}
 .wp-block-post-content  .t-img\:cntr\:m {
  background-position: center center !important;
}

 .wp-block-post-content  .t-img\:lt\:m {
  background-position: left center !important;
}

 .wp-block-post-content  .t-img\:rt\:m {
  background-position: right center !important;
}

 .wp-block-post-content  .t-img\:cntr\:b {
  background-position: center bottom !important;
}

 .wp-block-post-content  .t-img\:lt\:b {
  background-position: left bottom !important;
}

 .wp-block-post-content  .t-img\:rt\:b {
  background-position: right bottom !important;
}

 .wp-block-post-content  .t-img\:cntr\:t {
  background-position: center top !important;
}

 .wp-block-post-content  .t-img\:lt\:t {
  background-position: left top !important;
}

 .wp-block-post-content  .t-img\:rt\:t {
  background-position: right top !important;
}

@media (min-width: 0) and (max-width: 501px) {
   .wp-block-post-content  .t-br\:xs {
    display: block;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
   .wp-block-post-content  .t-br\:s {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
   .wp-block-post-content  .t-br\:m {
    display: block;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-br\:l {
    display: block;
  }
}
@media (min-width: 1250px) {
   .wp-block-post-content  .t-br\:xl {
    display: block;
  }
}
:root {
  --t-phi-1: calc(100% / (var(--t-phi) *1));
  --t-phi-2: calc(100% / (var(--t-phi) *2));
  --t-phi-3: calc(100% / (var(--t-phi) *3));
  --t-phi-4: calc(100% / (var(--t-phi) *4));
  --t-phi-5: calc(100% / (var(--t-phi) *5));
  --t-phi-6: calc(100% / (var(--t-phi) *6));
  --t-phi-7: calc(100% / (var(--t-phi) *7));
  --t-phi-8: calc(100% / (var(--t-phi) *8));
  --t-phi-9: calc(100% / (var(--t-phi) *9));
  --t-phi-1-offset: calc(100% - (100% / (var(--t-phi) *1)));
  --t-phi-2-offset: calc(100% - (100% / (var(--t-phi) *2)));
  --t-phi-3-offset: calc(100% - (100% / (var(--t-phi) *3)));
  --t-phi-4-offset: calc(100% - (100% / (var(--t-phi) *4)));
  --t-phi-5-offset: calc(100% - (100% / (var(--t-phi) *5)));
  --t-phi-6-offset: calc(100% - (100% / (var(--t-phi) *6)));
  --t-phi-7-offset: calc(100% - (100% / (var(--t-phi) *7)));
  --t-phi-8-offset: calc(100% - (100% / (var(--t-phi) *8)));
  --t-phi-9-offset: calc(100% - (100% / (var(--t-phi) *9)));
}

 .wp-block-post-content  .t-hide {
  display: none;
}

 .wp-block-post-content  .t-clear {
  clear: both !important;
}

@media (max-width: 1024px) {
   .wp-block-post-content  .t-display\:above\:l {
    display: none;
  }
}
@media (max-width: 767px) {
   .wp-block-post-content  .t-display\:above\:m {
    display: none;
  }
}
@media (max-width: 501px) {
   .wp-block-post-content  .t-display\:above\:s {
    display: none;
  }
}
 .wp-block-post-content  .t-display\:below\:l {
  display: none;
}

 .wp-block-post-content  .t-display\:below\:m {
  display: none;
}

 .wp-block-post-content  .t-display\:below\:s {
  display: none;
}

@media (max-width: 1024px) {
   .wp-block-post-content  .t-display\:below\:l {
    display: block;
  }
}
@media (max-width: 767px) {
   .wp-block-post-content  .t-display\:below\:m {
    display: block;
  }
}
@media (max-width: 501px) {
   .wp-block-post-content  .t-display\:below\:s {
    display: block;
  }
}
 .wp-block-post-content  .t-overflow\:vis {
  overflow: visible;
}

 .wp-block-post-content  .t-contain {
  max-width: var(--t-site-width);
}

 .wp-block-post-content  .t-pos\:cntr {
  margin-right: auto;
  margin-left: auto;
}

 .wp-block-post-content  .t-pos\:rt {
  margin-right: 0;
  margin-left: auto;
}

 .wp-block-post-content  .t-pos\:lt {
  margin-right: auto;
  margin-left: 0;
}

@media (min-width: 0) {
   .wp-block-post-content  .t-pos\:cntr\:s {
    margin-right: auto;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:rt\:s {
    margin-right: 0;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:lt\:s {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pos\:cntr\:m {
    margin-right: auto;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:rt\:m {
    margin-right: 0;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:lt\:m {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pos\:cntr\:l {
    margin-right: auto;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:rt\:l {
    margin-right: 0;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:lt\:l {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1250px) {
   .wp-block-post-content  .t-pos\:cntr\:xl {
    margin-right: auto;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:rt\:xl {
    margin-right: 0;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:lt\:xl {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pos\:cntr\:m {
    margin-right: auto;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:rt\:m {
    margin-right: 0;
    margin-left: auto;
  }

   .wp-block-post-content  .t-pos\:lt\:m {
    margin-right: auto;
    margin-left: 0;
  }
}
 .wp-block-post-content  .t-pos\:rel {
  position: relative;
}

 .wp-block-post-content  .t-pos\:abs {
  position: absolute;
}

 .wp-block-post-content  .t-pos\:fix {
  position: fixed;
}

 .wp-block-post-content  .t-flex {
  display: flex;
}
 .wp-block-post-content  .t-flex\:align\:cntr {
  justify-content: center;
  display: flex;
}
 .wp-block-post-content  .t-flex\:align\:lt {
  justify-content: flex-start;
  display: flex;
}
 .wp-block-post-content  .t-flex\:align\:rt {
  justify-content: flex-end;
  display: flex;
}
 .wp-block-post-content  .t-flex\:valign\:mid {
  align-items: center;
  display: flex;
}
 .wp-block-post-content  .t-flex\:valign\:top {
  align-items: flex-start;
}
 .wp-block-post-content  .t-flex\:valign\:bot {
  align-items: flex-end;
  display: flex;
}

@media (min-width: 501px) {
   .wp-block-post-content  .t-flex\:s {
    display: flex;
  }

   .wp-block-post-content  .t-flex\:align\:cntr\:s {
    justify-content: center;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:align\:lt\:s {
    justify-content: flex-start;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:align\:rt\:s {
    justify-content: flex-end;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:valign\:mid\:s {
    align-items: center;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:valign\:top\:s {
    align-items: flex-start;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:valign\:bot\:s {
    align-items: flex-end;
    display: flex;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-flex\:m {
    display: flex;
  }

   .wp-block-post-content  .t-flex\:align\:cntr\:m {
    justify-content: center;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:align\:lt\:m {
    justify-content: flex-start;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:align\:rt\:m {
    justify-content: flex-end;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:valign\:mid\:m {
    align-items: center;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:valign\:top\:m {
    align-items: flex-start;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:valign\:bot\:m {
    align-items: flex-end;
    display: flex;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-flex\:l {
    display: flex;
  }

   .wp-block-post-content  .t-flex\:align\:cntr\:l {
    justify-content: center;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:align\:lt\:l {
    justify-content: flex-start;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:align\:rt\:l {
    justify-content: flex-end;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:valign\:mid\:l {
    align-items: center;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:valign\:top\:l {
    align-items: flex-start;
    display: flex;
  }
   .wp-block-post-content  .t-flex\:valign\:bot\:l {
    align-items: flex-end;
    display: flex;
  }
}
 .wp-block-post-content  .t-display\:block {
  display: block;
}

 .wp-block-post-content  .t-display\:inline {
  display: inline;
}

 .wp-block-post-content  .t-display\:inline-block {
  display: inline-block;
}

/* Set grid item's width individually by percent */
 .wp-block-post-content  .t-grid\:10pc {
  display: block;
  float: left;
  width: 10%;
}

 .wp-block-post-content  .t-grid\:15pc {
  display: block;
  float: left;
  width: 15%;
}

 .wp-block-post-content  .t-grid\:20pc {
  display: block;
  float: left;
  width: 20%;
}

 .wp-block-post-content  .t-grid\:25pc {
  display: block;
  float: left;
  width: 25%;
}

 .wp-block-post-content  .t-grid\:30pc {
  display: block;
  float: left;
  width: 30%;
}

 .wp-block-post-content  .t-grid\:35pc {
  display: block;
  float: left;
  width: 35%;
}

 .wp-block-post-content  .t-grid\:40pc {
  display: block;
  float: left;
  width: 40%;
}

 .wp-block-post-content  .t-grid\:45pc {
  display: block;
  float: left;
  width: 45%;
}

 .wp-block-post-content  .t-grid\:50pc {
  display: block;
  float: left;
  width: 50%;
}

 .wp-block-post-content  .t-grid\:55pc {
  display: block;
  float: left;
  width: 55%;
}

 .wp-block-post-content  .t-grid\:60pc {
  display: block;
  float: left;
  width: 60%;
}

 .wp-block-post-content  .t-grid\:65pc {
  display: block;
  float: left;
  width: 65%;
}

 .wp-block-post-content  .t-grid\:70pc {
  display: block;
  float: left;
  width: 70%;
}

 .wp-block-post-content  .t-grid\:75pc {
  display: block;
  float: left;
  width: 75%;
}

 .wp-block-post-content  .t-grid\:80pc {
  display: block;
  float: left;
  width: 80%;
}

 .wp-block-post-content  .t-grid\:85pc {
  display: block;
  float: left;
  width: 85%;
}

 .wp-block-post-content  .t-grid\:90pc {
  display: block;
  float: left;
  width: 90%;
}

 .wp-block-post-content  .t-grid\:95pc {
  display: block;
  float: left;
  width: 95%;
}

 .wp-block-post-content  .t-grid\:100pc {
  display: block;
  float: left;
  width: 100%;
}

 .wp-block-post-content  .t-grid\:105pc {
  display: block;
  float: left;
  width: 105%;
}

 .wp-block-post-content  .t-grid\:phi\:-1 {
  display: block;
  float: left;
  width: calc(100% / (var(--t-phi) * 1));
}

 .wp-block-post-content  .t-grid\:phi\:-2 {
  display: block;
  float: left;
  width: calc(100% / (var(--t-phi) * 2));
}

 .wp-block-post-content  .t-grid\:phi\:-3 {
  display: block;
  float: left;
  width: calc(100% / (var(--t-phi) * 3));
}

 .wp-block-post-content  .t-grid\:phi\:-4 {
  display: block;
  float: left;
  width: calc(100% / (var(--t-phi) * 4));
}

 .wp-block-post-content  .t-grid\:phi\:-5 {
  display: block;
  float: left;
  width: calc(100% / (var(--t-phi) * 5));
}

 .wp-block-post-content  .t-grid\:phi\:-6 {
  display: block;
  float: left;
  width: calc(100% / (var(--t-phi) * 6));
}

 .wp-block-post-content  .t-grid\:phi\:-7 {
  display: block;
  float: left;
  width: calc(100% / (var(--t-phi) * 7));
}

 .wp-block-post-content  .t-grid\:phi\:-8 {
  display: block;
  float: left;
  width: calc(100% / (var(--t-phi) * 8));
}

 .wp-block-post-content  .t-grid\:phi\:-9 {
  display: block;
  float: left;
  width: calc(100% / (var(--t-phi) * 9));
}

 .wp-block-post-content  .t-grid\:phi\:-1 {
  display: block;
  float: left;
  width: var(--t-phi-1);
}

 .wp-block-post-content  .t-grid\:phi\:-1\:offset {
  display: block;
  float: left;
  width: var(--t-phi-1-offset);
}

 .wp-block-post-content  .t-grid\:phi\:-2 {
  display: block;
  float: left;
  width: var(--t-phi-2);
}

 .wp-block-post-content  .t-grid\:phi\:-2\:offset {
  display: block;
  float: left;
  width: var(--t-phi-2-offset);
}

 .wp-block-post-content  .t-grid\:phi\:-3 {
  display: block;
  float: left;
  width: var(--t-phi-3);
}

 .wp-block-post-content  .t-grid\:phi\:-3\:offset {
  display: block;
  float: left;
  width: var(--t-phi-3-offset);
}

 .wp-block-post-content  .t-grid\:phi\:-4 {
  display: block;
  float: left;
  width: var(--t-phi-4);
}

 .wp-block-post-content  .t-grid\:phi\:-4\:offset {
  display: block;
  float: left;
  width: var(--t-phi-4-offset);
}

 .wp-block-post-content  .t-grid\:phi\:-5 {
  display: block;
  float: left;
  width: var(--t-phi-5);
}

 .wp-block-post-content  .t-grid\:phi\:-5\:offset {
  display: block;
  float: left;
  width: var(--t-phi-5-offset);
}

 .wp-block-post-content  .t-grid\:phi\:-6 {
  display: block;
  float: left;
  width: var(--t-phi-6);
}

 .wp-block-post-content  .t-grid\:phi\:-6\:offset {
  display: block;
  float: left;
  width: var(--t-phi-6-offset);
}

 .wp-block-post-content  .t-grid\:phi\:-7 {
  display: block;
  float: left;
  width: var(--t-phi-7);
}

 .wp-block-post-content  .t-grid\:phi\:-7\:offset {
  display: block;
  float: left;
  width: var(--t-phi-7-offset);
}

 .wp-block-post-content  .t-grid\:phi\:-8 {
  display: block;
  float: left;
  width: var(--t-phi-8);
}

 .wp-block-post-content  .t-grid\:phi\:-8\:offset {
  display: block;
  float: left;
  width: var(--t-phi-8-offset);
}

 .wp-block-post-content  .t-grid\:phi\:-9 {
  display: block;
  float: left;
  width: var(--t-phi-9);
}

 .wp-block-post-content  .t-grid\:phi\:-9\:offset {
  display: block;
  float: left;
  width: var(--t-phi-9-offset);
}

@media (max-width: 501px) {
   .wp-block-post-content  .t-grid\:10pc\:xs {
    display: block;
    float: left;
    width: 10%;
  }

   .wp-block-post-content  .t-grid\:15pc\:xs {
    display: block;
    float: left;
    width: 15%;
  }

   .wp-block-post-content  .t-grid\:20pc\:xs {
    display: block;
    float: left;
    width: 20%;
  }

   .wp-block-post-content  .t-grid\:25pc\:xs {
    display: block;
    float: left;
    width: 25%;
  }

   .wp-block-post-content  .t-grid\:30pc\:xs {
    display: block;
    float: left;
    width: 30%;
  }

   .wp-block-post-content  .t-grid\:35pc\:xs {
    display: block;
    float: left;
    width: 35%;
  }

   .wp-block-post-content  .t-grid\:40pc\:xs {
    display: block;
    float: left;
    width: 40%;
  }

   .wp-block-post-content  .t-grid\:45pc\:xs {
    display: block;
    float: left;
    width: 45%;
  }

   .wp-block-post-content  .t-grid\:50pc\:xs {
    display: block;
    float: left;
    width: 50%;
  }

   .wp-block-post-content  .t-grid\:55pc\:xs {
    display: block;
    float: left;
    width: 55%;
  }

   .wp-block-post-content  .t-grid\:60pc\:xs {
    display: block;
    float: left;
    width: 60%;
  }

   .wp-block-post-content  .t-grid\:65pc\:xs {
    display: block;
    float: left;
    width: 65%;
  }

   .wp-block-post-content  .t-grid\:70pc\:xs {
    display: block;
    float: left;
    width: 70%;
  }

   .wp-block-post-content  .t-grid\:75pc\:xs {
    display: block;
    float: left;
    width: 75%;
  }

   .wp-block-post-content  .t-grid\:80pc\:xs {
    display: block;
    float: left;
    width: 80%;
  }

   .wp-block-post-content  .t-grid\:85pc\:xs {
    display: block;
    float: left;
    width: 85%;
  }

   .wp-block-post-content  .t-grid\:90pc\:xs {
    display: block;
    float: left;
    width: 90%;
  }

   .wp-block-post-content  .t-grid\:95pc\:xs {
    display: block;
    float: left;
    width: 95%;
  }

   .wp-block-post-content  .t-grid\:100pc\:xs {
    display: block;
    float: left;
    width: 100%;
  }

   .wp-block-post-content  .t-grid\:105pc\:xs {
    display: block;
    float: left;
    width: 105%;
  }

   .wp-block-post-content  .t-grid\:phi\:-1\:xs {
    display: block;
    float: left;
    width: var(--t-phi-1);
  }

   .wp-block-post-content  .t-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--t-phi-1-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-2\:xs {
    display: block;
    float: left;
    width: var(--t-phi-2);
  }

   .wp-block-post-content  .t-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--t-phi-2-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-3\:xs {
    display: block;
    float: left;
    width: var(--t-phi-3);
  }

   .wp-block-post-content  .t-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--t-phi-3-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-4\:xs {
    display: block;
    float: left;
    width: var(--t-phi-4);
  }

   .wp-block-post-content  .t-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--t-phi-4-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-5\:xs {
    display: block;
    float: left;
    width: var(--t-phi-5);
  }

   .wp-block-post-content  .t-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--t-phi-5-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-6\:xs {
    display: block;
    float: left;
    width: var(--t-phi-6);
  }

   .wp-block-post-content  .t-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--t-phi-6-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-7\:xs {
    display: block;
    float: left;
    width: var(--t-phi-7);
  }

   .wp-block-post-content  .t-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--t-phi-7-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-8\:xs {
    display: block;
    float: left;
    width: var(--t-phi-8);
  }

   .wp-block-post-content  .t-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--t-phi-8-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-9\:xs {
    display: block;
    float: left;
    width: var(--t-phi-9);
  }

   .wp-block-post-content  .t-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--t-phi-9-offset);
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-grid\:10pc\:s {
    display: block;
    float: left;
    width: 10%;
  }

   .wp-block-post-content  .t-grid\:15pc\:s {
    display: block;
    float: left;
    width: 15%;
  }

   .wp-block-post-content  .t-grid\:20pc\:s {
    display: block;
    float: left;
    width: 20%;
  }

   .wp-block-post-content  .t-grid\:25pc\:s {
    display: block;
    float: left;
    width: 25%;
  }

   .wp-block-post-content  .t-grid\:30pc\:s {
    display: block;
    float: left;
    width: 30%;
  }

   .wp-block-post-content  .t-grid\:35pc\:s {
    display: block;
    float: left;
    width: 35%;
  }

   .wp-block-post-content  .t-grid\:40pc\:s {
    display: block;
    float: left;
    width: 40%;
  }

   .wp-block-post-content  .t-grid\:45pc\:s {
    display: block;
    float: left;
    width: 45%;
  }

   .wp-block-post-content  .t-grid\:50pc\:s {
    display: block;
    float: left;
    width: 50%;
  }

   .wp-block-post-content  .t-grid\:55pc\:s {
    display: block;
    float: left;
    width: 55%;
  }

   .wp-block-post-content  .t-grid\:60pc\:s {
    display: block;
    float: left;
    width: 60%;
  }

   .wp-block-post-content  .t-grid\:65pc\:s {
    display: block;
    float: left;
    width: 65%;
  }

   .wp-block-post-content  .t-grid\:70pc\:s {
    display: block;
    float: left;
    width: 70%;
  }

   .wp-block-post-content  .t-grid\:75pc\:s {
    display: block;
    float: left;
    width: 75%;
  }

   .wp-block-post-content  .t-grid\:80pc\:s {
    display: block;
    float: left;
    width: 80%;
  }

   .wp-block-post-content  .t-grid\:85pc\:s {
    display: block;
    float: left;
    width: 85%;
  }

   .wp-block-post-content  .t-grid\:90pc\:s {
    display: block;
    float: left;
    width: 90%;
  }

   .wp-block-post-content  .t-grid\:95pc\:s {
    display: block;
    float: left;
    width: 95%;
  }

   .wp-block-post-content  .t-grid\:100pc\:s {
    display: block;
    float: left;
    width: 100%;
  }

   .wp-block-post-content  .t-grid\:105pc\:s {
    display: block;
    float: left;
    width: 105%;
  }

   .wp-block-post-content  .t-grid\:phi\:-1\:s {
    display: block;
    float: left;
    width: var(--t-phi-1);
  }

   .wp-block-post-content  .t-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--t-phi-1-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-2\:s {
    display: block;
    float: left;
    width: var(--t-phi-2);
  }

   .wp-block-post-content  .t-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--t-phi-2-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-3\:s {
    display: block;
    float: left;
    width: var(--t-phi-3);
  }

   .wp-block-post-content  .t-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--t-phi-3-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-4\:s {
    display: block;
    float: left;
    width: var(--t-phi-4);
  }

   .wp-block-post-content  .t-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--t-phi-4-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-5\:s {
    display: block;
    float: left;
    width: var(--t-phi-5);
  }

   .wp-block-post-content  .t-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--t-phi-5-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-6\:s {
    display: block;
    float: left;
    width: var(--t-phi-6);
  }

   .wp-block-post-content  .t-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--t-phi-6-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-7\:s {
    display: block;
    float: left;
    width: var(--t-phi-7);
  }

   .wp-block-post-content  .t-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--t-phi-7-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-8\:s {
    display: block;
    float: left;
    width: var(--t-phi-8);
  }

   .wp-block-post-content  .t-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--t-phi-8-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-9\:s {
    display: block;
    float: left;
    width: var(--t-phi-9);
  }

   .wp-block-post-content  .t-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--t-phi-9-offset);
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-grid\:10pc\:m {
    display: block;
    float: left;
    width: 10%;
  }

   .wp-block-post-content  .t-grid\:15pc\:m {
    display: block;
    float: left;
    width: 15%;
  }

   .wp-block-post-content  .t-grid\:20pc\:m {
    display: block;
    float: left;
    width: 20%;
  }

   .wp-block-post-content  .t-grid\:25pc\:m {
    display: block;
    float: left;
    width: 25%;
  }

   .wp-block-post-content  .t-grid\:30pc\:m {
    display: block;
    float: left;
    width: 30%;
  }

   .wp-block-post-content  .t-grid\:35pc\:m {
    display: block;
    float: left;
    width: 35%;
  }

   .wp-block-post-content  .t-grid\:40pc\:m {
    display: block;
    float: left;
    width: 40%;
  }

   .wp-block-post-content  .t-grid\:45pc\:m {
    display: block;
    float: left;
    width: 45%;
  }

   .wp-block-post-content  .t-grid\:50pc\:m {
    display: block;
    float: left;
    width: 50%;
  }

   .wp-block-post-content  .t-grid\:55pc\:m {
    display: block;
    float: left;
    width: 55%;
  }

   .wp-block-post-content  .t-grid\:60pc\:m {
    display: block;
    float: left;
    width: 60%;
  }

   .wp-block-post-content  .t-grid\:65pc\:m {
    display: block;
    float: left;
    width: 65%;
  }

   .wp-block-post-content  .t-grid\:70pc\:m {
    display: block;
    float: left;
    width: 70%;
  }

   .wp-block-post-content  .t-grid\:75pc\:m {
    display: block;
    float: left;
    width: 75%;
  }

   .wp-block-post-content  .t-grid\:80pc\:m {
    display: block;
    float: left;
    width: 80%;
  }

   .wp-block-post-content  .t-grid\:85pc\:m {
    display: block;
    float: left;
    width: 85%;
  }

   .wp-block-post-content  .t-grid\:90pc\:m {
    display: block;
    float: left;
    width: 90%;
  }

   .wp-block-post-content  .t-grid\:95pc\:m {
    display: block;
    float: left;
    width: 95%;
  }

   .wp-block-post-content  .t-grid\:100pc\:m {
    display: block;
    float: left;
    width: 100%;
  }

   .wp-block-post-content  .t-grid\:105pc\:m {
    display: block;
    float: left;
    width: 105%;
  }

   .wp-block-post-content  .t-grid\:phi\:-1\:m {
    display: block;
    float: left;
    width: var(--t-phi-1);
  }

   .wp-block-post-content  .t-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--t-phi-1-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-2\:m {
    display: block;
    float: left;
    width: var(--t-phi-2);
  }

   .wp-block-post-content  .t-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--t-phi-2-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-3\:m {
    display: block;
    float: left;
    width: var(--t-phi-3);
  }

   .wp-block-post-content  .t-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--t-phi-3-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-4\:m {
    display: block;
    float: left;
    width: var(--t-phi-4);
  }

   .wp-block-post-content  .t-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--t-phi-4-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-5\:m {
    display: block;
    float: left;
    width: var(--t-phi-5);
  }

   .wp-block-post-content  .t-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--t-phi-5-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-6\:m {
    display: block;
    float: left;
    width: var(--t-phi-6);
  }

   .wp-block-post-content  .t-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--t-phi-6-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-7\:m {
    display: block;
    float: left;
    width: var(--t-phi-7);
  }

   .wp-block-post-content  .t-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--t-phi-7-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-8\:m {
    display: block;
    float: left;
    width: var(--t-phi-8);
  }

   .wp-block-post-content  .t-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--t-phi-8-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-9\:m {
    display: block;
    float: left;
    width: var(--t-phi-9);
  }

   .wp-block-post-content  .t-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--t-phi-9-offset);
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-grid\:10pc\:l {
    display: block;
    float: left;
    width: 10%;
  }

   .wp-block-post-content  .t-grid\:15pc\:l {
    display: block;
    float: left;
    width: 15%;
  }

   .wp-block-post-content  .t-grid\:20pc\:l {
    display: block;
    float: left;
    width: 20%;
  }

   .wp-block-post-content  .t-grid\:25pc\:l {
    display: block;
    float: left;
    width: 25%;
  }

   .wp-block-post-content  .t-grid\:30pc\:l {
    display: block;
    float: left;
    width: 30%;
  }

   .wp-block-post-content  .t-grid\:35pc\:l {
    display: block;
    float: left;
    width: 35%;
  }

   .wp-block-post-content  .t-grid\:40pc\:l {
    display: block;
    float: left;
    width: 40%;
  }

   .wp-block-post-content  .t-grid\:45pc\:l {
    display: block;
    float: left;
    width: 45%;
  }

   .wp-block-post-content  .t-grid\:50pc\:l {
    display: block;
    float: left;
    width: 50%;
  }

   .wp-block-post-content  .t-grid\:55pc\:l {
    display: block;
    float: left;
    width: 55%;
  }

   .wp-block-post-content  .t-grid\:60pc\:l {
    display: block;
    float: left;
    width: 60%;
  }

   .wp-block-post-content  .t-grid\:65pc\:l {
    display: block;
    float: left;
    width: 65%;
  }

   .wp-block-post-content  .t-grid\:70pc\:l {
    display: block;
    float: left;
    width: 70%;
  }

   .wp-block-post-content  .t-grid\:75pc\:l {
    display: block;
    float: left;
    width: 75%;
  }

   .wp-block-post-content  .t-grid\:80pc\:l {
    display: block;
    float: left;
    width: 80%;
  }

   .wp-block-post-content  .t-grid\:85pc\:l {
    display: block;
    float: left;
    width: 85%;
  }

   .wp-block-post-content  .t-grid\:90pc\:l {
    display: block;
    float: left;
    width: 90%;
  }

   .wp-block-post-content  .t-grid\:95pc\:l {
    display: block;
    float: left;
    width: 95%;
  }

   .wp-block-post-content  .t-grid\:100pc\:l {
    display: block;
    float: left;
    width: 100%;
  }

   .wp-block-post-content  .t-grid\:105pc\:l {
    display: block;
    float: left;
    width: 105%;
  }

   .wp-block-post-content  .t-grid\:phi\:-1\:l {
    display: block;
    float: left;
    width: var(--t-phi-1);
  }

   .wp-block-post-content  .t-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--t-phi-1-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-2\:l {
    display: block;
    float: left;
    width: var(--t-phi-2);
  }

   .wp-block-post-content  .t-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--t-phi-2-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-3\:l {
    display: block;
    float: left;
    width: var(--t-phi-3);
  }

   .wp-block-post-content  .t-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--t-phi-3-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-4\:l {
    display: block;
    float: left;
    width: var(--t-phi-4);
  }

   .wp-block-post-content  .t-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--t-phi-4-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-5\:l {
    display: block;
    float: left;
    width: var(--t-phi-5);
  }

   .wp-block-post-content  .t-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--t-phi-5-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-6\:l {
    display: block;
    float: left;
    width: var(--t-phi-6);
  }

   .wp-block-post-content  .t-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--t-phi-6-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-7\:l {
    display: block;
    float: left;
    width: var(--t-phi-7);
  }

   .wp-block-post-content  .t-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--t-phi-7-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-8\:l {
    display: block;
    float: left;
    width: var(--t-phi-8);
  }

   .wp-block-post-content  .t-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--t-phi-8-offset);
  }

   .wp-block-post-content  .t-grid\:phi\:-9\:l {
    display: block;
    float: left;
    width: var(--t-phi-9);
  }

   .wp-block-post-content  .t-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--t-phi-9-offset);
  }
}
@media (min-width: 1250px) {
   .wp-block-post-content  .t-grid\:10pc\:xl {
    display: block;
    float: left;
    width: 10%;
  }

   .wp-block-post-content  .t-grid\:15pc\:xl {
    display: block;
    float: left;
    width: 15%;
  }

   .wp-block-post-content  .t-grid\:20pc\:xl {
    display: block;
    float: left;
    width: 20%;
  }

   .wp-block-post-content  .t-grid\:25pc\:xl {
    display: block;
    float: left;
    width: 25%;
  }

   .wp-block-post-content  .t-grid\:30pc\:xl {
    display: block;
    float: left;
    width: 30%;
  }

   .wp-block-post-content  .t-grid\:35pc\:xl {
    display: block;
    float: left;
    width: 35%;
  }

   .wp-block-post-content  .t-grid\:40pc\:xl {
    display: block;
    float: left;
    width: 40%;
  }

   .wp-block-post-content  .t-grid\:45pc\:xl {
    display: block;
    float: left;
    width: 45%;
  }

   .wp-block-post-content  .t-grid\:50pc\:xl {
    display: block;
    float: left;
    width: 50%;
  }

   .wp-block-post-content  .t-grid\:55pc\:xl {
    display: block;
    float: left;
    width: 55%;
  }

   .wp-block-post-content  .t-grid\:60pc\:xl {
    display: block;
    float: left;
    width: 60%;
  }

   .wp-block-post-content  .t-grid\:65pc\:xl {
    display: block;
    float: left;
    width: 65%;
  }

   .wp-block-post-content  .t-grid\:70pc\:xl {
    display: block;
    float: left;
    width: 70%;
  }

   .wp-block-post-content  .t-grid\:75pc\:xl {
    display: block;
    float: left;
    width: 75%;
  }

   .wp-block-post-content  .t-grid\:80pc\:xl {
    display: block;
    float: left;
    width: 80%;
  }

   .wp-block-post-content  .t-grid\:85pc\:xl {
    display: block;
    float: left;
    width: 85%;
  }

   .wp-block-post-content  .t-grid\:90pc\:xl {
    display: block;
    float: left;
    width: 90%;
  }

   .wp-block-post-content  .t-grid\:95pc\:xl {
    display: block;
    float: left;
    width: 95%;
  }

   .wp-block-post-content  .t-grid\:100pc\:xl {
    display: block;
    float: left;
    width: 100%;
  }

   .wp-block-post-content  .t-grid\:105pc\:xl {
    display: block;
    float: left;
    width: 105%;
  }
}
/* Set items with by number of items in row*/
 .wp-block-post-content  .t-grid\:fit\:1 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:1 > * {
  width: 100%;
}

 .wp-block-post-content  .t-grid\:fit\:2 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:2 > * {
  width: 50%;
}

 .wp-block-post-content  .t-grid\:fit\:3 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:3 > * {
  width: 33.3333333333%;
}

 .wp-block-post-content  .t-grid\:fit\:4 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:4 > * {
  width: 25%;
}

 .wp-block-post-content  .t-grid\:fit\:5 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:5 > * {
  width: 20%;
}

 .wp-block-post-content  .t-grid\:fit\:6 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:6 > * {
  width: 16.6666666667%;
}

 .wp-block-post-content  .t-grid\:fit\:7 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:7 > * {
  width: 14.2857142857%;
}

 .wp-block-post-content  .t-grid\:fit\:8 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:8 > * {
  width: 12.5%;
}

 .wp-block-post-content  .t-grid\:fit\:9 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:9 > * {
  width: 11.1111111111%;
}

 .wp-block-post-content  .t-grid\:fit\:10 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:10 > * {
  width: 10%;
}

 .wp-block-post-content  .t-grid\:fit\:11 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:11 > * {
  width: 9.0909090909%;
}

 .wp-block-post-content  .t-grid\:fit\:12 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:12 > * {
  width: 8.3333333333%;
}

 .wp-block-post-content  .t-grid\:fit\:13 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:13 > * {
  width: 7.6923076923%;
}

 .wp-block-post-content  .t-grid\:fit\:14 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:14 > * {
  width: 7.1428571429%;
}

 .wp-block-post-content  .t-grid\:fit\:15 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:15 > * {
  width: 6.6666666667%;
}

 .wp-block-post-content  .t-grid\:fit\:16 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:16 > * {
  width: 6.25%;
}

 .wp-block-post-content  .t-grid\:fit\:17 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:17 > * {
  width: 5.8823529412%;
}

 .wp-block-post-content  .t-grid\:fit\:18 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:18 > * {
  width: 5.5555555556%;
}

 .wp-block-post-content  .t-grid\:fit\:19 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:19 > * {
  width: 5.2631578947%;
}

 .wp-block-post-content  .t-grid\:fit\:20 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:20 > * {
  width: 5%;
}

 .wp-block-post-content  .t-grid\:fit\:21 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:21 > * {
  width: 4.7619047619%;
}

 .wp-block-post-content  .t-grid\:fit\:22 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:22 > * {
  width: 4.5454545455%;
}

 .wp-block-post-content  .t-grid\:fit\:23 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:23 > * {
  width: 4.347826087%;
}

 .wp-block-post-content  .t-grid\:fit\:24 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:24 > * {
  width: 4.1666666667%;
}

 .wp-block-post-content  .t-grid\:fit\:25 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:25 > * {
  width: 4%;
}

 .wp-block-post-content  .t-grid\:fit\:26 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:26 > * {
  width: 3.8461538462%;
}

 .wp-block-post-content  .t-grid\:fit\:27 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:27 > * {
  width: 3.7037037037%;
}

 .wp-block-post-content  .t-grid\:fit\:28 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:28 > * {
  width: 3.5714285714%;
}

 .wp-block-post-content  .t-grid\:fit\:29 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:29 > * {
  width: 3.4482758621%;
}

 .wp-block-post-content  .t-grid\:fit\:30 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:30 > * {
  width: 3.3333333333%;
}

 .wp-block-post-content  .t-grid\:fit\:31 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:31 > * {
  width: 3.2258064516%;
}

 .wp-block-post-content  .t-grid\:fit\:32 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:32 > * {
  width: 3.125%;
}

 .wp-block-post-content  .t-grid\:fit\:33 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:33 > * {
  width: 3.0303030303%;
}

 .wp-block-post-content  .t-grid\:fit\:34 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:34 > * {
  width: 2.9411764706%;
}

 .wp-block-post-content  .t-grid\:fit\:35 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:35 > * {
  width: 2.8571428571%;
}

 .wp-block-post-content  .t-grid\:fit\:36 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:36 > * {
  width: 2.7777777778%;
}

 .wp-block-post-content  .t-grid\:fit\:37 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:37 > * {
  width: 2.7027027027%;
}

 .wp-block-post-content  .t-grid\:fit\:38 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:38 > * {
  width: 2.6315789474%;
}

 .wp-block-post-content  .t-grid\:fit\:39 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:39 > * {
  width: 2.5641025641%;
}

 .wp-block-post-content  .t-grid\:fit\:40 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:40 > * {
  width: 2.5%;
}

 .wp-block-post-content  .t-grid\:fit\:41 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:41 > * {
  width: 2.4390243902%;
}

 .wp-block-post-content  .t-grid\:fit\:42 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:42 > * {
  width: 2.380952381%;
}

 .wp-block-post-content  .t-grid\:fit\:43 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:43 > * {
  width: 2.3255813953%;
}

 .wp-block-post-content  .t-grid\:fit\:44 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:44 > * {
  width: 2.2727272727%;
}

 .wp-block-post-content  .t-grid\:fit\:45 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:45 > * {
  width: 2.2222222222%;
}

 .wp-block-post-content  .t-grid\:fit\:46 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:46 > * {
  width: 2.1739130435%;
}

 .wp-block-post-content  .t-grid\:fit\:47 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:47 > * {
  width: 2.1276595745%;
}

 .wp-block-post-content  .t-grid\:fit\:48 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:48 > * {
  width: 2.0833333333%;
}

 .wp-block-post-content  .t-grid\:fit\:49 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:49 > * {
  width: 2.0408163265%;
}

 .wp-block-post-content  .t-grid\:fit\:50 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:50 > * {
  width: 2%;
}

 .wp-block-post-content  .t-grid\:fit\:51 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:51 > * {
  width: 1.9607843137%;
}

 .wp-block-post-content  .t-grid\:fit\:52 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:52 > * {
  width: 1.9230769231%;
}

 .wp-block-post-content  .t-grid\:fit\:53 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:53 > * {
  width: 1.8867924528%;
}

 .wp-block-post-content  .t-grid\:fit\:54 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:54 > * {
  width: 1.8518518519%;
}

 .wp-block-post-content  .t-grid\:fit\:55 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:55 > * {
  width: 1.8181818182%;
}

 .wp-block-post-content  .t-grid\:fit\:56 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:56 > * {
  width: 1.7857142857%;
}

 .wp-block-post-content  .t-grid\:fit\:57 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:57 > * {
  width: 1.7543859649%;
}

 .wp-block-post-content  .t-grid\:fit\:58 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:58 > * {
  width: 1.724137931%;
}

 .wp-block-post-content  .t-grid\:fit\:59 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:59 > * {
  width: 1.6949152542%;
}

 .wp-block-post-content  .t-grid\:fit\:60 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:60 > * {
  width: 1.6666666667%;
}

 .wp-block-post-content  .t-grid\:fit\:61 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:61 > * {
  width: 1.6393442623%;
}

 .wp-block-post-content  .t-grid\:fit\:62 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:62 > * {
  width: 1.6129032258%;
}

 .wp-block-post-content  .t-grid\:fit\:63 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:63 > * {
  width: 1.5873015873%;
}

 .wp-block-post-content  .t-grid\:fit\:64 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:64 > * {
  width: 1.5625%;
}

 .wp-block-post-content  .t-grid\:fit\:65 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:65 > * {
  width: 1.5384615385%;
}

 .wp-block-post-content  .t-grid\:fit\:66 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:66 > * {
  width: 1.5151515152%;
}

 .wp-block-post-content  .t-grid\:fit\:67 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:67 > * {
  width: 1.4925373134%;
}

 .wp-block-post-content  .t-grid\:fit\:68 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:68 > * {
  width: 1.4705882353%;
}

 .wp-block-post-content  .t-grid\:fit\:69 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:69 > * {
  width: 1.4492753623%;
}

 .wp-block-post-content  .t-grid\:fit\:70 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:70 > * {
  width: 1.4285714286%;
}

 .wp-block-post-content  .t-grid\:fit\:71 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:71 > * {
  width: 1.4084507042%;
}

 .wp-block-post-content  .t-grid\:fit\:72 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:72 > * {
  width: 1.3888888889%;
}

 .wp-block-post-content  .t-grid\:fit\:73 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:73 > * {
  width: 1.3698630137%;
}

 .wp-block-post-content  .t-grid\:fit\:74 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:74 > * {
  width: 1.3513513514%;
}

 .wp-block-post-content  .t-grid\:fit\:75 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:75 > * {
  width: 1.3333333333%;
}

 .wp-block-post-content  .t-grid\:fit\:76 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:76 > * {
  width: 1.3157894737%;
}

 .wp-block-post-content  .t-grid\:fit\:77 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:77 > * {
  width: 1.2987012987%;
}

 .wp-block-post-content  .t-grid\:fit\:78 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:78 > * {
  width: 1.2820512821%;
}

 .wp-block-post-content  .t-grid\:fit\:79 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:79 > * {
  width: 1.2658227848%;
}

 .wp-block-post-content  .t-grid\:fit\:80 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:80 > * {
  width: 1.25%;
}

 .wp-block-post-content  .t-grid\:fit\:81 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:81 > * {
  width: 1.2345679012%;
}

 .wp-block-post-content  .t-grid\:fit\:82 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:82 > * {
  width: 1.2195121951%;
}

 .wp-block-post-content  .t-grid\:fit\:83 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:83 > * {
  width: 1.2048192771%;
}

 .wp-block-post-content  .t-grid\:fit\:84 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:84 > * {
  width: 1.1904761905%;
}

 .wp-block-post-content  .t-grid\:fit\:85 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:85 > * {
  width: 1.1764705882%;
}

 .wp-block-post-content  .t-grid\:fit\:86 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:86 > * {
  width: 1.1627906977%;
}

 .wp-block-post-content  .t-grid\:fit\:87 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:87 > * {
  width: 1.1494252874%;
}

 .wp-block-post-content  .t-grid\:fit\:88 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:88 > * {
  width: 1.1363636364%;
}

 .wp-block-post-content  .t-grid\:fit\:89 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:89 > * {
  width: 1.1235955056%;
}

 .wp-block-post-content  .t-grid\:fit\:90 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:90 > * {
  width: 1.1111111111%;
}

 .wp-block-post-content  .t-grid\:fit\:91 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:91 > * {
  width: 1.0989010989%;
}

 .wp-block-post-content  .t-grid\:fit\:92 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:92 > * {
  width: 1.0869565217%;
}

 .wp-block-post-content  .t-grid\:fit\:93 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:93 > * {
  width: 1.0752688172%;
}

 .wp-block-post-content  .t-grid\:fit\:94 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:94 > * {
  width: 1.0638297872%;
}

 .wp-block-post-content  .t-grid\:fit\:95 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:95 > * {
  width: 1.0526315789%;
}

 .wp-block-post-content  .t-grid\:fit\:96 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:96 > * {
  width: 1.0416666667%;
}

 .wp-block-post-content  .t-grid\:fit\:97 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:97 > * {
  width: 1.0309278351%;
}

 .wp-block-post-content  .t-grid\:fit\:98 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:98 > * {
  width: 1.0204081633%;
}

 .wp-block-post-content  .t-grid\:fit\:99 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:99 > * {
  width: 1.0101010101%;
}

 .wp-block-post-content  .t-grid\:fit\:100 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:100 > * {
  width: 1%;
}

 .wp-block-post-content  .t-grid\:fit\:1\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:1\:xs > * {
  width: 100%;
}

 .wp-block-post-content  .t-grid\:fit\:2\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:2\:xs > * {
  width: 50%;
}

 .wp-block-post-content  .t-grid\:fit\:3\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:3\:xs > * {
  width: 33.3333333333%;
}

 .wp-block-post-content  .t-grid\:fit\:4\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:4\:xs > * {
  width: 25%;
}

 .wp-block-post-content  .t-grid\:fit\:5\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:5\:xs > * {
  width: 20%;
}

 .wp-block-post-content  .t-grid\:fit\:6\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:6\:xs > * {
  width: 16.6666666667%;
}

 .wp-block-post-content  .t-grid\:fit\:7\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:7\:xs > * {
  width: 14.2857142857%;
}

 .wp-block-post-content  .t-grid\:fit\:8\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:8\:xs > * {
  width: 12.5%;
}

 .wp-block-post-content  .t-grid\:fit\:9\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:9\:xs > * {
  width: 11.1111111111%;
}

 .wp-block-post-content  .t-grid\:fit\:10\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:10\:xs > * {
  width: 10%;
}

 .wp-block-post-content  .t-grid\:fit\:11\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:11\:xs > * {
  width: 9.0909090909%;
}

 .wp-block-post-content  .t-grid\:fit\:12\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:12\:xs > * {
  width: 8.3333333333%;
}

 .wp-block-post-content  .t-grid\:fit\:13\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:13\:xs > * {
  width: 7.6923076923%;
}

 .wp-block-post-content  .t-grid\:fit\:14\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:14\:xs > * {
  width: 7.1428571429%;
}

 .wp-block-post-content  .t-grid\:fit\:15\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:15\:xs > * {
  width: 6.6666666667%;
}

 .wp-block-post-content  .t-grid\:fit\:16\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:16\:xs > * {
  width: 6.25%;
}

 .wp-block-post-content  .t-grid\:fit\:17\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:17\:xs > * {
  width: 5.8823529412%;
}

 .wp-block-post-content  .t-grid\:fit\:18\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:18\:xs > * {
  width: 5.5555555556%;
}

 .wp-block-post-content  .t-grid\:fit\:19\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:19\:xs > * {
  width: 5.2631578947%;
}

 .wp-block-post-content  .t-grid\:fit\:20\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:20\:xs > * {
  width: 5%;
}

 .wp-block-post-content  .t-grid\:fit\:21\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:21\:xs > * {
  width: 4.7619047619%;
}

 .wp-block-post-content  .t-grid\:fit\:22\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:22\:xs > * {
  width: 4.5454545455%;
}

 .wp-block-post-content  .t-grid\:fit\:23\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:23\:xs > * {
  width: 4.347826087%;
}

 .wp-block-post-content  .t-grid\:fit\:24\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:24\:xs > * {
  width: 4.1666666667%;
}

 .wp-block-post-content  .t-grid\:fit\:25\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:25\:xs > * {
  width: 4%;
}

 .wp-block-post-content  .t-grid\:fit\:26\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:26\:xs > * {
  width: 3.8461538462%;
}

 .wp-block-post-content  .t-grid\:fit\:27\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:27\:xs > * {
  width: 3.7037037037%;
}

 .wp-block-post-content  .t-grid\:fit\:28\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:28\:xs > * {
  width: 3.5714285714%;
}

 .wp-block-post-content  .t-grid\:fit\:29\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:29\:xs > * {
  width: 3.4482758621%;
}

 .wp-block-post-content  .t-grid\:fit\:30\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:30\:xs > * {
  width: 3.3333333333%;
}

 .wp-block-post-content  .t-grid\:fit\:31\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:31\:xs > * {
  width: 3.2258064516%;
}

 .wp-block-post-content  .t-grid\:fit\:32\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:32\:xs > * {
  width: 3.125%;
}

 .wp-block-post-content  .t-grid\:fit\:33\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:33\:xs > * {
  width: 3.0303030303%;
}

 .wp-block-post-content  .t-grid\:fit\:34\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:34\:xs > * {
  width: 2.9411764706%;
}

 .wp-block-post-content  .t-grid\:fit\:35\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:35\:xs > * {
  width: 2.8571428571%;
}

 .wp-block-post-content  .t-grid\:fit\:36\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:36\:xs > * {
  width: 2.7777777778%;
}

 .wp-block-post-content  .t-grid\:fit\:37\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:37\:xs > * {
  width: 2.7027027027%;
}

 .wp-block-post-content  .t-grid\:fit\:38\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:38\:xs > * {
  width: 2.6315789474%;
}

 .wp-block-post-content  .t-grid\:fit\:39\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:39\:xs > * {
  width: 2.5641025641%;
}

 .wp-block-post-content  .t-grid\:fit\:40\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:40\:xs > * {
  width: 2.5%;
}

 .wp-block-post-content  .t-grid\:fit\:41\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:41\:xs > * {
  width: 2.4390243902%;
}

 .wp-block-post-content  .t-grid\:fit\:42\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:42\:xs > * {
  width: 2.380952381%;
}

 .wp-block-post-content  .t-grid\:fit\:43\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:43\:xs > * {
  width: 2.3255813953%;
}

 .wp-block-post-content  .t-grid\:fit\:44\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:44\:xs > * {
  width: 2.2727272727%;
}

 .wp-block-post-content  .t-grid\:fit\:45\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:45\:xs > * {
  width: 2.2222222222%;
}

 .wp-block-post-content  .t-grid\:fit\:46\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:46\:xs > * {
  width: 2.1739130435%;
}

 .wp-block-post-content  .t-grid\:fit\:47\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:47\:xs > * {
  width: 2.1276595745%;
}

 .wp-block-post-content  .t-grid\:fit\:48\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:48\:xs > * {
  width: 2.0833333333%;
}

 .wp-block-post-content  .t-grid\:fit\:49\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:49\:xs > * {
  width: 2.0408163265%;
}

 .wp-block-post-content  .t-grid\:fit\:50\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:50\:xs > * {
  width: 2%;
}

 .wp-block-post-content  .t-grid\:fit\:51\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:51\:xs > * {
  width: 1.9607843137%;
}

 .wp-block-post-content  .t-grid\:fit\:52\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:52\:xs > * {
  width: 1.9230769231%;
}

 .wp-block-post-content  .t-grid\:fit\:53\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:53\:xs > * {
  width: 1.8867924528%;
}

 .wp-block-post-content  .t-grid\:fit\:54\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:54\:xs > * {
  width: 1.8518518519%;
}

 .wp-block-post-content  .t-grid\:fit\:55\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:55\:xs > * {
  width: 1.8181818182%;
}

 .wp-block-post-content  .t-grid\:fit\:56\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:56\:xs > * {
  width: 1.7857142857%;
}

 .wp-block-post-content  .t-grid\:fit\:57\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:57\:xs > * {
  width: 1.7543859649%;
}

 .wp-block-post-content  .t-grid\:fit\:58\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:58\:xs > * {
  width: 1.724137931%;
}

 .wp-block-post-content  .t-grid\:fit\:59\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:59\:xs > * {
  width: 1.6949152542%;
}

 .wp-block-post-content  .t-grid\:fit\:60\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:60\:xs > * {
  width: 1.6666666667%;
}

 .wp-block-post-content  .t-grid\:fit\:61\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:61\:xs > * {
  width: 1.6393442623%;
}

 .wp-block-post-content  .t-grid\:fit\:62\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:62\:xs > * {
  width: 1.6129032258%;
}

 .wp-block-post-content  .t-grid\:fit\:63\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:63\:xs > * {
  width: 1.5873015873%;
}

 .wp-block-post-content  .t-grid\:fit\:64\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:64\:xs > * {
  width: 1.5625%;
}

 .wp-block-post-content  .t-grid\:fit\:65\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:65\:xs > * {
  width: 1.5384615385%;
}

 .wp-block-post-content  .t-grid\:fit\:66\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:66\:xs > * {
  width: 1.5151515152%;
}

 .wp-block-post-content  .t-grid\:fit\:67\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:67\:xs > * {
  width: 1.4925373134%;
}

 .wp-block-post-content  .t-grid\:fit\:68\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:68\:xs > * {
  width: 1.4705882353%;
}

 .wp-block-post-content  .t-grid\:fit\:69\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:69\:xs > * {
  width: 1.4492753623%;
}

 .wp-block-post-content  .t-grid\:fit\:70\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:70\:xs > * {
  width: 1.4285714286%;
}

 .wp-block-post-content  .t-grid\:fit\:71\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:71\:xs > * {
  width: 1.4084507042%;
}

 .wp-block-post-content  .t-grid\:fit\:72\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:72\:xs > * {
  width: 1.3888888889%;
}

 .wp-block-post-content  .t-grid\:fit\:73\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:73\:xs > * {
  width: 1.3698630137%;
}

 .wp-block-post-content  .t-grid\:fit\:74\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:74\:xs > * {
  width: 1.3513513514%;
}

 .wp-block-post-content  .t-grid\:fit\:75\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:75\:xs > * {
  width: 1.3333333333%;
}

 .wp-block-post-content  .t-grid\:fit\:76\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:76\:xs > * {
  width: 1.3157894737%;
}

 .wp-block-post-content  .t-grid\:fit\:77\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:77\:xs > * {
  width: 1.2987012987%;
}

 .wp-block-post-content  .t-grid\:fit\:78\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:78\:xs > * {
  width: 1.2820512821%;
}

 .wp-block-post-content  .t-grid\:fit\:79\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:79\:xs > * {
  width: 1.2658227848%;
}

 .wp-block-post-content  .t-grid\:fit\:80\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:80\:xs > * {
  width: 1.25%;
}

 .wp-block-post-content  .t-grid\:fit\:81\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:81\:xs > * {
  width: 1.2345679012%;
}

 .wp-block-post-content  .t-grid\:fit\:82\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:82\:xs > * {
  width: 1.2195121951%;
}

 .wp-block-post-content  .t-grid\:fit\:83\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:83\:xs > * {
  width: 1.2048192771%;
}

 .wp-block-post-content  .t-grid\:fit\:84\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:84\:xs > * {
  width: 1.1904761905%;
}

 .wp-block-post-content  .t-grid\:fit\:85\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:85\:xs > * {
  width: 1.1764705882%;
}

 .wp-block-post-content  .t-grid\:fit\:86\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:86\:xs > * {
  width: 1.1627906977%;
}

 .wp-block-post-content  .t-grid\:fit\:87\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:87\:xs > * {
  width: 1.1494252874%;
}

 .wp-block-post-content  .t-grid\:fit\:88\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:88\:xs > * {
  width: 1.1363636364%;
}

 .wp-block-post-content  .t-grid\:fit\:89\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:89\:xs > * {
  width: 1.1235955056%;
}

 .wp-block-post-content  .t-grid\:fit\:90\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:90\:xs > * {
  width: 1.1111111111%;
}

 .wp-block-post-content  .t-grid\:fit\:91\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:91\:xs > * {
  width: 1.0989010989%;
}

 .wp-block-post-content  .t-grid\:fit\:92\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:92\:xs > * {
  width: 1.0869565217%;
}

 .wp-block-post-content  .t-grid\:fit\:93\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:93\:xs > * {
  width: 1.0752688172%;
}

 .wp-block-post-content  .t-grid\:fit\:94\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:94\:xs > * {
  width: 1.0638297872%;
}

 .wp-block-post-content  .t-grid\:fit\:95\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:95\:xs > * {
  width: 1.0526315789%;
}

 .wp-block-post-content  .t-grid\:fit\:96\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:96\:xs > * {
  width: 1.0416666667%;
}

 .wp-block-post-content  .t-grid\:fit\:97\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:97\:xs > * {
  width: 1.0309278351%;
}

 .wp-block-post-content  .t-grid\:fit\:98\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:98\:xs > * {
  width: 1.0204081633%;
}

 .wp-block-post-content  .t-grid\:fit\:99\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:99\:xs > * {
  width: 1.0101010101%;
}

 .wp-block-post-content  .t-grid\:fit\:100\:xs {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-grid\:fit\:100\:xs > * {
  width: 1%;
}

@media (min-width: 501px) {
   .wp-block-post-content  .t-grid\:fit\:1\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:1\:s > * {
    width: 100%;
  }

   .wp-block-post-content  .t-grid\:fit\:2\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:2\:s > * {
    width: 50%;
  }

   .wp-block-post-content  .t-grid\:fit\:3\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:3\:s > * {
    width: 33.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:4\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:4\:s > * {
    width: 25%;
  }

   .wp-block-post-content  .t-grid\:fit\:5\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:5\:s > * {
    width: 20%;
  }

   .wp-block-post-content  .t-grid\:fit\:6\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:6\:s > * {
    width: 16.6666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:7\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:7\:s > * {
    width: 14.2857142857%;
  }

   .wp-block-post-content  .t-grid\:fit\:8\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:8\:s > * {
    width: 12.5%;
  }

   .wp-block-post-content  .t-grid\:fit\:9\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:9\:s > * {
    width: 11.1111111111%;
  }

   .wp-block-post-content  .t-grid\:fit\:10\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:10\:s > * {
    width: 10%;
  }

   .wp-block-post-content  .t-grid\:fit\:11\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:11\:s > * {
    width: 9.0909090909%;
  }

   .wp-block-post-content  .t-grid\:fit\:12\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:12\:s > * {
    width: 8.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:13\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:13\:s > * {
    width: 7.6923076923%;
  }

   .wp-block-post-content  .t-grid\:fit\:14\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:14\:s > * {
    width: 7.1428571429%;
  }

   .wp-block-post-content  .t-grid\:fit\:15\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:15\:s > * {
    width: 6.6666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:16\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:16\:s > * {
    width: 6.25%;
  }

   .wp-block-post-content  .t-grid\:fit\:17\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:17\:s > * {
    width: 5.8823529412%;
  }

   .wp-block-post-content  .t-grid\:fit\:18\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:18\:s > * {
    width: 5.5555555556%;
  }

   .wp-block-post-content  .t-grid\:fit\:19\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:19\:s > * {
    width: 5.2631578947%;
  }

   .wp-block-post-content  .t-grid\:fit\:20\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:20\:s > * {
    width: 5%;
  }

   .wp-block-post-content  .t-grid\:fit\:21\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:21\:s > * {
    width: 4.7619047619%;
  }

   .wp-block-post-content  .t-grid\:fit\:22\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:22\:s > * {
    width: 4.5454545455%;
  }

   .wp-block-post-content  .t-grid\:fit\:23\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:23\:s > * {
    width: 4.347826087%;
  }

   .wp-block-post-content  .t-grid\:fit\:24\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:24\:s > * {
    width: 4.1666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:25\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:25\:s > * {
    width: 4%;
  }

   .wp-block-post-content  .t-grid\:fit\:26\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:26\:s > * {
    width: 3.8461538462%;
  }

   .wp-block-post-content  .t-grid\:fit\:27\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:27\:s > * {
    width: 3.7037037037%;
  }

   .wp-block-post-content  .t-grid\:fit\:28\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:28\:s > * {
    width: 3.5714285714%;
  }

   .wp-block-post-content  .t-grid\:fit\:29\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:29\:s > * {
    width: 3.4482758621%;
  }

   .wp-block-post-content  .t-grid\:fit\:30\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:30\:s > * {
    width: 3.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:31\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:31\:s > * {
    width: 3.2258064516%;
  }

   .wp-block-post-content  .t-grid\:fit\:32\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:32\:s > * {
    width: 3.125%;
  }

   .wp-block-post-content  .t-grid\:fit\:33\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:33\:s > * {
    width: 3.0303030303%;
  }

   .wp-block-post-content  .t-grid\:fit\:34\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:34\:s > * {
    width: 2.9411764706%;
  }

   .wp-block-post-content  .t-grid\:fit\:35\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:35\:s > * {
    width: 2.8571428571%;
  }

   .wp-block-post-content  .t-grid\:fit\:36\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:36\:s > * {
    width: 2.7777777778%;
  }

   .wp-block-post-content  .t-grid\:fit\:37\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:37\:s > * {
    width: 2.7027027027%;
  }

   .wp-block-post-content  .t-grid\:fit\:38\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:38\:s > * {
    width: 2.6315789474%;
  }

   .wp-block-post-content  .t-grid\:fit\:39\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:39\:s > * {
    width: 2.5641025641%;
  }

   .wp-block-post-content  .t-grid\:fit\:40\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:40\:s > * {
    width: 2.5%;
  }

   .wp-block-post-content  .t-grid\:fit\:41\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:41\:s > * {
    width: 2.4390243902%;
  }

   .wp-block-post-content  .t-grid\:fit\:42\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:42\:s > * {
    width: 2.380952381%;
  }

   .wp-block-post-content  .t-grid\:fit\:43\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:43\:s > * {
    width: 2.3255813953%;
  }

   .wp-block-post-content  .t-grid\:fit\:44\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:44\:s > * {
    width: 2.2727272727%;
  }

   .wp-block-post-content  .t-grid\:fit\:45\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:45\:s > * {
    width: 2.2222222222%;
  }

   .wp-block-post-content  .t-grid\:fit\:46\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:46\:s > * {
    width: 2.1739130435%;
  }

   .wp-block-post-content  .t-grid\:fit\:47\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:47\:s > * {
    width: 2.1276595745%;
  }

   .wp-block-post-content  .t-grid\:fit\:48\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:48\:s > * {
    width: 2.0833333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:49\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:49\:s > * {
    width: 2.0408163265%;
  }

   .wp-block-post-content  .t-grid\:fit\:50\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:50\:s > * {
    width: 2%;
  }

   .wp-block-post-content  .t-grid\:fit\:51\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:51\:s > * {
    width: 1.9607843137%;
  }

   .wp-block-post-content  .t-grid\:fit\:52\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:52\:s > * {
    width: 1.9230769231%;
  }

   .wp-block-post-content  .t-grid\:fit\:53\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:53\:s > * {
    width: 1.8867924528%;
  }

   .wp-block-post-content  .t-grid\:fit\:54\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:54\:s > * {
    width: 1.8518518519%;
  }

   .wp-block-post-content  .t-grid\:fit\:55\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:55\:s > * {
    width: 1.8181818182%;
  }

   .wp-block-post-content  .t-grid\:fit\:56\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:56\:s > * {
    width: 1.7857142857%;
  }

   .wp-block-post-content  .t-grid\:fit\:57\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:57\:s > * {
    width: 1.7543859649%;
  }

   .wp-block-post-content  .t-grid\:fit\:58\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:58\:s > * {
    width: 1.724137931%;
  }

   .wp-block-post-content  .t-grid\:fit\:59\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:59\:s > * {
    width: 1.6949152542%;
  }

   .wp-block-post-content  .t-grid\:fit\:60\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:60\:s > * {
    width: 1.6666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:61\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:61\:s > * {
    width: 1.6393442623%;
  }

   .wp-block-post-content  .t-grid\:fit\:62\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:62\:s > * {
    width: 1.6129032258%;
  }

   .wp-block-post-content  .t-grid\:fit\:63\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:63\:s > * {
    width: 1.5873015873%;
  }

   .wp-block-post-content  .t-grid\:fit\:64\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:64\:s > * {
    width: 1.5625%;
  }

   .wp-block-post-content  .t-grid\:fit\:65\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:65\:s > * {
    width: 1.5384615385%;
  }

   .wp-block-post-content  .t-grid\:fit\:66\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:66\:s > * {
    width: 1.5151515152%;
  }

   .wp-block-post-content  .t-grid\:fit\:67\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:67\:s > * {
    width: 1.4925373134%;
  }

   .wp-block-post-content  .t-grid\:fit\:68\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:68\:s > * {
    width: 1.4705882353%;
  }

   .wp-block-post-content  .t-grid\:fit\:69\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:69\:s > * {
    width: 1.4492753623%;
  }

   .wp-block-post-content  .t-grid\:fit\:70\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:70\:s > * {
    width: 1.4285714286%;
  }

   .wp-block-post-content  .t-grid\:fit\:71\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:71\:s > * {
    width: 1.4084507042%;
  }

   .wp-block-post-content  .t-grid\:fit\:72\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:72\:s > * {
    width: 1.3888888889%;
  }

   .wp-block-post-content  .t-grid\:fit\:73\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:73\:s > * {
    width: 1.3698630137%;
  }

   .wp-block-post-content  .t-grid\:fit\:74\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:74\:s > * {
    width: 1.3513513514%;
  }

   .wp-block-post-content  .t-grid\:fit\:75\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:75\:s > * {
    width: 1.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:76\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:76\:s > * {
    width: 1.3157894737%;
  }

   .wp-block-post-content  .t-grid\:fit\:77\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:77\:s > * {
    width: 1.2987012987%;
  }

   .wp-block-post-content  .t-grid\:fit\:78\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:78\:s > * {
    width: 1.2820512821%;
  }

   .wp-block-post-content  .t-grid\:fit\:79\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:79\:s > * {
    width: 1.2658227848%;
  }

   .wp-block-post-content  .t-grid\:fit\:80\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:80\:s > * {
    width: 1.25%;
  }

   .wp-block-post-content  .t-grid\:fit\:81\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:81\:s > * {
    width: 1.2345679012%;
  }

   .wp-block-post-content  .t-grid\:fit\:82\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:82\:s > * {
    width: 1.2195121951%;
  }

   .wp-block-post-content  .t-grid\:fit\:83\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:83\:s > * {
    width: 1.2048192771%;
  }

   .wp-block-post-content  .t-grid\:fit\:84\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:84\:s > * {
    width: 1.1904761905%;
  }

   .wp-block-post-content  .t-grid\:fit\:85\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:85\:s > * {
    width: 1.1764705882%;
  }

   .wp-block-post-content  .t-grid\:fit\:86\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:86\:s > * {
    width: 1.1627906977%;
  }

   .wp-block-post-content  .t-grid\:fit\:87\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:87\:s > * {
    width: 1.1494252874%;
  }

   .wp-block-post-content  .t-grid\:fit\:88\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:88\:s > * {
    width: 1.1363636364%;
  }

   .wp-block-post-content  .t-grid\:fit\:89\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:89\:s > * {
    width: 1.1235955056%;
  }

   .wp-block-post-content  .t-grid\:fit\:90\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:90\:s > * {
    width: 1.1111111111%;
  }

   .wp-block-post-content  .t-grid\:fit\:91\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:91\:s > * {
    width: 1.0989010989%;
  }

   .wp-block-post-content  .t-grid\:fit\:92\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:92\:s > * {
    width: 1.0869565217%;
  }

   .wp-block-post-content  .t-grid\:fit\:93\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:93\:s > * {
    width: 1.0752688172%;
  }

   .wp-block-post-content  .t-grid\:fit\:94\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:94\:s > * {
    width: 1.0638297872%;
  }

   .wp-block-post-content  .t-grid\:fit\:95\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:95\:s > * {
    width: 1.0526315789%;
  }

   .wp-block-post-content  .t-grid\:fit\:96\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:96\:s > * {
    width: 1.0416666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:97\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:97\:s > * {
    width: 1.0309278351%;
  }

   .wp-block-post-content  .t-grid\:fit\:98\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:98\:s > * {
    width: 1.0204081633%;
  }

   .wp-block-post-content  .t-grid\:fit\:99\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:99\:s > * {
    width: 1.0101010101%;
  }

   .wp-block-post-content  .t-grid\:fit\:100\:s {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:100\:s > * {
    width: 1%;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-grid\:fit\:1\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:1\:m > * {
    width: 100%;
  }

   .wp-block-post-content  .t-grid\:fit\:2\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:2\:m > * {
    width: 50%;
  }

   .wp-block-post-content  .t-grid\:fit\:3\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:3\:m > * {
    width: 33.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:4\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:4\:m > * {
    width: 25%;
  }

   .wp-block-post-content  .t-grid\:fit\:5\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:5\:m > * {
    width: 20%;
  }

   .wp-block-post-content  .t-grid\:fit\:6\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:6\:m > * {
    width: 16.6666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:7\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:7\:m > * {
    width: 14.2857142857%;
  }

   .wp-block-post-content  .t-grid\:fit\:8\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:8\:m > * {
    width: 12.5%;
  }

   .wp-block-post-content  .t-grid\:fit\:9\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:9\:m > * {
    width: 11.1111111111%;
  }

   .wp-block-post-content  .t-grid\:fit\:10\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:10\:m > * {
    width: 10%;
  }

   .wp-block-post-content  .t-grid\:fit\:11\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:11\:m > * {
    width: 9.0909090909%;
  }

   .wp-block-post-content  .t-grid\:fit\:12\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:12\:m > * {
    width: 8.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:13\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:13\:m > * {
    width: 7.6923076923%;
  }

   .wp-block-post-content  .t-grid\:fit\:14\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:14\:m > * {
    width: 7.1428571429%;
  }

   .wp-block-post-content  .t-grid\:fit\:15\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:15\:m > * {
    width: 6.6666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:16\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:16\:m > * {
    width: 6.25%;
  }

   .wp-block-post-content  .t-grid\:fit\:17\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:17\:m > * {
    width: 5.8823529412%;
  }

   .wp-block-post-content  .t-grid\:fit\:18\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:18\:m > * {
    width: 5.5555555556%;
  }

   .wp-block-post-content  .t-grid\:fit\:19\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:19\:m > * {
    width: 5.2631578947%;
  }

   .wp-block-post-content  .t-grid\:fit\:20\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:20\:m > * {
    width: 5%;
  }

   .wp-block-post-content  .t-grid\:fit\:21\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:21\:m > * {
    width: 4.7619047619%;
  }

   .wp-block-post-content  .t-grid\:fit\:22\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:22\:m > * {
    width: 4.5454545455%;
  }

   .wp-block-post-content  .t-grid\:fit\:23\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:23\:m > * {
    width: 4.347826087%;
  }

   .wp-block-post-content  .t-grid\:fit\:24\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:24\:m > * {
    width: 4.1666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:25\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:25\:m > * {
    width: 4%;
  }

   .wp-block-post-content  .t-grid\:fit\:26\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:26\:m > * {
    width: 3.8461538462%;
  }

   .wp-block-post-content  .t-grid\:fit\:27\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:27\:m > * {
    width: 3.7037037037%;
  }

   .wp-block-post-content  .t-grid\:fit\:28\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:28\:m > * {
    width: 3.5714285714%;
  }

   .wp-block-post-content  .t-grid\:fit\:29\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:29\:m > * {
    width: 3.4482758621%;
  }

   .wp-block-post-content  .t-grid\:fit\:30\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:30\:m > * {
    width: 3.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:31\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:31\:m > * {
    width: 3.2258064516%;
  }

   .wp-block-post-content  .t-grid\:fit\:32\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:32\:m > * {
    width: 3.125%;
  }

   .wp-block-post-content  .t-grid\:fit\:33\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:33\:m > * {
    width: 3.0303030303%;
  }

   .wp-block-post-content  .t-grid\:fit\:34\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:34\:m > * {
    width: 2.9411764706%;
  }

   .wp-block-post-content  .t-grid\:fit\:35\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:35\:m > * {
    width: 2.8571428571%;
  }

   .wp-block-post-content  .t-grid\:fit\:36\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:36\:m > * {
    width: 2.7777777778%;
  }

   .wp-block-post-content  .t-grid\:fit\:37\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:37\:m > * {
    width: 2.7027027027%;
  }

   .wp-block-post-content  .t-grid\:fit\:38\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:38\:m > * {
    width: 2.6315789474%;
  }

   .wp-block-post-content  .t-grid\:fit\:39\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:39\:m > * {
    width: 2.5641025641%;
  }

   .wp-block-post-content  .t-grid\:fit\:40\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:40\:m > * {
    width: 2.5%;
  }

   .wp-block-post-content  .t-grid\:fit\:41\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:41\:m > * {
    width: 2.4390243902%;
  }

   .wp-block-post-content  .t-grid\:fit\:42\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:42\:m > * {
    width: 2.380952381%;
  }

   .wp-block-post-content  .t-grid\:fit\:43\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:43\:m > * {
    width: 2.3255813953%;
  }

   .wp-block-post-content  .t-grid\:fit\:44\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:44\:m > * {
    width: 2.2727272727%;
  }

   .wp-block-post-content  .t-grid\:fit\:45\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:45\:m > * {
    width: 2.2222222222%;
  }

   .wp-block-post-content  .t-grid\:fit\:46\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:46\:m > * {
    width: 2.1739130435%;
  }

   .wp-block-post-content  .t-grid\:fit\:47\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:47\:m > * {
    width: 2.1276595745%;
  }

   .wp-block-post-content  .t-grid\:fit\:48\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:48\:m > * {
    width: 2.0833333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:49\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:49\:m > * {
    width: 2.0408163265%;
  }

   .wp-block-post-content  .t-grid\:fit\:50\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:50\:m > * {
    width: 2%;
  }

   .wp-block-post-content  .t-grid\:fit\:51\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:51\:m > * {
    width: 1.9607843137%;
  }

   .wp-block-post-content  .t-grid\:fit\:52\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:52\:m > * {
    width: 1.9230769231%;
  }

   .wp-block-post-content  .t-grid\:fit\:53\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:53\:m > * {
    width: 1.8867924528%;
  }

   .wp-block-post-content  .t-grid\:fit\:54\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:54\:m > * {
    width: 1.8518518519%;
  }

   .wp-block-post-content  .t-grid\:fit\:55\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:55\:m > * {
    width: 1.8181818182%;
  }

   .wp-block-post-content  .t-grid\:fit\:56\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:56\:m > * {
    width: 1.7857142857%;
  }

   .wp-block-post-content  .t-grid\:fit\:57\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:57\:m > * {
    width: 1.7543859649%;
  }

   .wp-block-post-content  .t-grid\:fit\:58\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:58\:m > * {
    width: 1.724137931%;
  }

   .wp-block-post-content  .t-grid\:fit\:59\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:59\:m > * {
    width: 1.6949152542%;
  }

   .wp-block-post-content  .t-grid\:fit\:60\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:60\:m > * {
    width: 1.6666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:61\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:61\:m > * {
    width: 1.6393442623%;
  }

   .wp-block-post-content  .t-grid\:fit\:62\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:62\:m > * {
    width: 1.6129032258%;
  }

   .wp-block-post-content  .t-grid\:fit\:63\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:63\:m > * {
    width: 1.5873015873%;
  }

   .wp-block-post-content  .t-grid\:fit\:64\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:64\:m > * {
    width: 1.5625%;
  }

   .wp-block-post-content  .t-grid\:fit\:65\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:65\:m > * {
    width: 1.5384615385%;
  }

   .wp-block-post-content  .t-grid\:fit\:66\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:66\:m > * {
    width: 1.5151515152%;
  }

   .wp-block-post-content  .t-grid\:fit\:67\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:67\:m > * {
    width: 1.4925373134%;
  }

   .wp-block-post-content  .t-grid\:fit\:68\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:68\:m > * {
    width: 1.4705882353%;
  }

   .wp-block-post-content  .t-grid\:fit\:69\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:69\:m > * {
    width: 1.4492753623%;
  }

   .wp-block-post-content  .t-grid\:fit\:70\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:70\:m > * {
    width: 1.4285714286%;
  }

   .wp-block-post-content  .t-grid\:fit\:71\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:71\:m > * {
    width: 1.4084507042%;
  }

   .wp-block-post-content  .t-grid\:fit\:72\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:72\:m > * {
    width: 1.3888888889%;
  }

   .wp-block-post-content  .t-grid\:fit\:73\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:73\:m > * {
    width: 1.3698630137%;
  }

   .wp-block-post-content  .t-grid\:fit\:74\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:74\:m > * {
    width: 1.3513513514%;
  }

   .wp-block-post-content  .t-grid\:fit\:75\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:75\:m > * {
    width: 1.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:76\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:76\:m > * {
    width: 1.3157894737%;
  }

   .wp-block-post-content  .t-grid\:fit\:77\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:77\:m > * {
    width: 1.2987012987%;
  }

   .wp-block-post-content  .t-grid\:fit\:78\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:78\:m > * {
    width: 1.2820512821%;
  }

   .wp-block-post-content  .t-grid\:fit\:79\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:79\:m > * {
    width: 1.2658227848%;
  }

   .wp-block-post-content  .t-grid\:fit\:80\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:80\:m > * {
    width: 1.25%;
  }

   .wp-block-post-content  .t-grid\:fit\:81\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:81\:m > * {
    width: 1.2345679012%;
  }

   .wp-block-post-content  .t-grid\:fit\:82\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:82\:m > * {
    width: 1.2195121951%;
  }

   .wp-block-post-content  .t-grid\:fit\:83\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:83\:m > * {
    width: 1.2048192771%;
  }

   .wp-block-post-content  .t-grid\:fit\:84\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:84\:m > * {
    width: 1.1904761905%;
  }

   .wp-block-post-content  .t-grid\:fit\:85\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:85\:m > * {
    width: 1.1764705882%;
  }

   .wp-block-post-content  .t-grid\:fit\:86\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:86\:m > * {
    width: 1.1627906977%;
  }

   .wp-block-post-content  .t-grid\:fit\:87\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:87\:m > * {
    width: 1.1494252874%;
  }

   .wp-block-post-content  .t-grid\:fit\:88\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:88\:m > * {
    width: 1.1363636364%;
  }

   .wp-block-post-content  .t-grid\:fit\:89\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:89\:m > * {
    width: 1.1235955056%;
  }

   .wp-block-post-content  .t-grid\:fit\:90\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:90\:m > * {
    width: 1.1111111111%;
  }

   .wp-block-post-content  .t-grid\:fit\:91\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:91\:m > * {
    width: 1.0989010989%;
  }

   .wp-block-post-content  .t-grid\:fit\:92\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:92\:m > * {
    width: 1.0869565217%;
  }

   .wp-block-post-content  .t-grid\:fit\:93\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:93\:m > * {
    width: 1.0752688172%;
  }

   .wp-block-post-content  .t-grid\:fit\:94\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:94\:m > * {
    width: 1.0638297872%;
  }

   .wp-block-post-content  .t-grid\:fit\:95\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:95\:m > * {
    width: 1.0526315789%;
  }

   .wp-block-post-content  .t-grid\:fit\:96\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:96\:m > * {
    width: 1.0416666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:97\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:97\:m > * {
    width: 1.0309278351%;
  }

   .wp-block-post-content  .t-grid\:fit\:98\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:98\:m > * {
    width: 1.0204081633%;
  }

   .wp-block-post-content  .t-grid\:fit\:99\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:99\:m > * {
    width: 1.0101010101%;
  }

   .wp-block-post-content  .t-grid\:fit\:100\:m {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:100\:m > * {
    width: 1%;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-grid\:fit\:1\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:1\:l > * {
    width: 100%;
  }

   .wp-block-post-content  .t-grid\:fit\:2\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:2\:l > * {
    width: 50%;
  }

   .wp-block-post-content  .t-grid\:fit\:3\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:3\:l > * {
    width: 33.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:4\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:4\:l > * {
    width: 25%;
  }

   .wp-block-post-content  .t-grid\:fit\:5\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:5\:l > * {
    width: 20%;
  }

   .wp-block-post-content  .t-grid\:fit\:6\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:6\:l > * {
    width: 16.6666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:7\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:7\:l > * {
    width: 14.2857142857%;
  }

   .wp-block-post-content  .t-grid\:fit\:8\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:8\:l > * {
    width: 12.5%;
  }

   .wp-block-post-content  .t-grid\:fit\:9\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:9\:l > * {
    width: 11.1111111111%;
  }

   .wp-block-post-content  .t-grid\:fit\:10\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:10\:l > * {
    width: 10%;
  }

   .wp-block-post-content  .t-grid\:fit\:11\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:11\:l > * {
    width: 9.0909090909%;
  }

   .wp-block-post-content  .t-grid\:fit\:12\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:12\:l > * {
    width: 8.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:13\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:13\:l > * {
    width: 7.6923076923%;
  }

   .wp-block-post-content  .t-grid\:fit\:14\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:14\:l > * {
    width: 7.1428571429%;
  }

   .wp-block-post-content  .t-grid\:fit\:15\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:15\:l > * {
    width: 6.6666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:16\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:16\:l > * {
    width: 6.25%;
  }

   .wp-block-post-content  .t-grid\:fit\:17\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:17\:l > * {
    width: 5.8823529412%;
  }

   .wp-block-post-content  .t-grid\:fit\:18\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:18\:l > * {
    width: 5.5555555556%;
  }

   .wp-block-post-content  .t-grid\:fit\:19\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:19\:l > * {
    width: 5.2631578947%;
  }

   .wp-block-post-content  .t-grid\:fit\:20\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:20\:l > * {
    width: 5%;
  }

   .wp-block-post-content  .t-grid\:fit\:21\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:21\:l > * {
    width: 4.7619047619%;
  }

   .wp-block-post-content  .t-grid\:fit\:22\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:22\:l > * {
    width: 4.5454545455%;
  }

   .wp-block-post-content  .t-grid\:fit\:23\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:23\:l > * {
    width: 4.347826087%;
  }

   .wp-block-post-content  .t-grid\:fit\:24\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:24\:l > * {
    width: 4.1666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:25\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:25\:l > * {
    width: 4%;
  }

   .wp-block-post-content  .t-grid\:fit\:26\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:26\:l > * {
    width: 3.8461538462%;
  }

   .wp-block-post-content  .t-grid\:fit\:27\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:27\:l > * {
    width: 3.7037037037%;
  }

   .wp-block-post-content  .t-grid\:fit\:28\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:28\:l > * {
    width: 3.5714285714%;
  }

   .wp-block-post-content  .t-grid\:fit\:29\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:29\:l > * {
    width: 3.4482758621%;
  }

   .wp-block-post-content  .t-grid\:fit\:30\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:30\:l > * {
    width: 3.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:31\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:31\:l > * {
    width: 3.2258064516%;
  }

   .wp-block-post-content  .t-grid\:fit\:32\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:32\:l > * {
    width: 3.125%;
  }

   .wp-block-post-content  .t-grid\:fit\:33\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:33\:l > * {
    width: 3.0303030303%;
  }

   .wp-block-post-content  .t-grid\:fit\:34\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:34\:l > * {
    width: 2.9411764706%;
  }

   .wp-block-post-content  .t-grid\:fit\:35\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:35\:l > * {
    width: 2.8571428571%;
  }

   .wp-block-post-content  .t-grid\:fit\:36\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:36\:l > * {
    width: 2.7777777778%;
  }

   .wp-block-post-content  .t-grid\:fit\:37\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:37\:l > * {
    width: 2.7027027027%;
  }

   .wp-block-post-content  .t-grid\:fit\:38\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:38\:l > * {
    width: 2.6315789474%;
  }

   .wp-block-post-content  .t-grid\:fit\:39\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:39\:l > * {
    width: 2.5641025641%;
  }

   .wp-block-post-content  .t-grid\:fit\:40\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:40\:l > * {
    width: 2.5%;
  }

   .wp-block-post-content  .t-grid\:fit\:41\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:41\:l > * {
    width: 2.4390243902%;
  }

   .wp-block-post-content  .t-grid\:fit\:42\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:42\:l > * {
    width: 2.380952381%;
  }

   .wp-block-post-content  .t-grid\:fit\:43\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:43\:l > * {
    width: 2.3255813953%;
  }

   .wp-block-post-content  .t-grid\:fit\:44\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:44\:l > * {
    width: 2.2727272727%;
  }

   .wp-block-post-content  .t-grid\:fit\:45\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:45\:l > * {
    width: 2.2222222222%;
  }

   .wp-block-post-content  .t-grid\:fit\:46\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:46\:l > * {
    width: 2.1739130435%;
  }

   .wp-block-post-content  .t-grid\:fit\:47\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:47\:l > * {
    width: 2.1276595745%;
  }

   .wp-block-post-content  .t-grid\:fit\:48\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:48\:l > * {
    width: 2.0833333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:49\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:49\:l > * {
    width: 2.0408163265%;
  }

   .wp-block-post-content  .t-grid\:fit\:50\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:50\:l > * {
    width: 2%;
  }

   .wp-block-post-content  .t-grid\:fit\:51\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:51\:l > * {
    width: 1.9607843137%;
  }

   .wp-block-post-content  .t-grid\:fit\:52\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:52\:l > * {
    width: 1.9230769231%;
  }

   .wp-block-post-content  .t-grid\:fit\:53\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:53\:l > * {
    width: 1.8867924528%;
  }

   .wp-block-post-content  .t-grid\:fit\:54\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:54\:l > * {
    width: 1.8518518519%;
  }

   .wp-block-post-content  .t-grid\:fit\:55\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:55\:l > * {
    width: 1.8181818182%;
  }

   .wp-block-post-content  .t-grid\:fit\:56\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:56\:l > * {
    width: 1.7857142857%;
  }

   .wp-block-post-content  .t-grid\:fit\:57\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:57\:l > * {
    width: 1.7543859649%;
  }

   .wp-block-post-content  .t-grid\:fit\:58\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:58\:l > * {
    width: 1.724137931%;
  }

   .wp-block-post-content  .t-grid\:fit\:59\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:59\:l > * {
    width: 1.6949152542%;
  }

   .wp-block-post-content  .t-grid\:fit\:60\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:60\:l > * {
    width: 1.6666666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:61\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:61\:l > * {
    width: 1.6393442623%;
  }

   .wp-block-post-content  .t-grid\:fit\:62\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:62\:l > * {
    width: 1.6129032258%;
  }

   .wp-block-post-content  .t-grid\:fit\:63\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:63\:l > * {
    width: 1.5873015873%;
  }

   .wp-block-post-content  .t-grid\:fit\:64\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:64\:l > * {
    width: 1.5625%;
  }

   .wp-block-post-content  .t-grid\:fit\:65\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:65\:l > * {
    width: 1.5384615385%;
  }

   .wp-block-post-content  .t-grid\:fit\:66\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:66\:l > * {
    width: 1.5151515152%;
  }

   .wp-block-post-content  .t-grid\:fit\:67\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:67\:l > * {
    width: 1.4925373134%;
  }

   .wp-block-post-content  .t-grid\:fit\:68\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:68\:l > * {
    width: 1.4705882353%;
  }

   .wp-block-post-content  .t-grid\:fit\:69\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:69\:l > * {
    width: 1.4492753623%;
  }

   .wp-block-post-content  .t-grid\:fit\:70\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:70\:l > * {
    width: 1.4285714286%;
  }

   .wp-block-post-content  .t-grid\:fit\:71\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:71\:l > * {
    width: 1.4084507042%;
  }

   .wp-block-post-content  .t-grid\:fit\:72\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:72\:l > * {
    width: 1.3888888889%;
  }

   .wp-block-post-content  .t-grid\:fit\:73\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:73\:l > * {
    width: 1.3698630137%;
  }

   .wp-block-post-content  .t-grid\:fit\:74\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:74\:l > * {
    width: 1.3513513514%;
  }

   .wp-block-post-content  .t-grid\:fit\:75\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:75\:l > * {
    width: 1.3333333333%;
  }

   .wp-block-post-content  .t-grid\:fit\:76\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:76\:l > * {
    width: 1.3157894737%;
  }

   .wp-block-post-content  .t-grid\:fit\:77\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:77\:l > * {
    width: 1.2987012987%;
  }

   .wp-block-post-content  .t-grid\:fit\:78\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:78\:l > * {
    width: 1.2820512821%;
  }

   .wp-block-post-content  .t-grid\:fit\:79\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:79\:l > * {
    width: 1.2658227848%;
  }

   .wp-block-post-content  .t-grid\:fit\:80\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:80\:l > * {
    width: 1.25%;
  }

   .wp-block-post-content  .t-grid\:fit\:81\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:81\:l > * {
    width: 1.2345679012%;
  }

   .wp-block-post-content  .t-grid\:fit\:82\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:82\:l > * {
    width: 1.2195121951%;
  }

   .wp-block-post-content  .t-grid\:fit\:83\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:83\:l > * {
    width: 1.2048192771%;
  }

   .wp-block-post-content  .t-grid\:fit\:84\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:84\:l > * {
    width: 1.1904761905%;
  }

   .wp-block-post-content  .t-grid\:fit\:85\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:85\:l > * {
    width: 1.1764705882%;
  }

   .wp-block-post-content  .t-grid\:fit\:86\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:86\:l > * {
    width: 1.1627906977%;
  }

   .wp-block-post-content  .t-grid\:fit\:87\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:87\:l > * {
    width: 1.1494252874%;
  }

   .wp-block-post-content  .t-grid\:fit\:88\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:88\:l > * {
    width: 1.1363636364%;
  }

   .wp-block-post-content  .t-grid\:fit\:89\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:89\:l > * {
    width: 1.1235955056%;
  }

   .wp-block-post-content  .t-grid\:fit\:90\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:90\:l > * {
    width: 1.1111111111%;
  }

   .wp-block-post-content  .t-grid\:fit\:91\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:91\:l > * {
    width: 1.0989010989%;
  }

   .wp-block-post-content  .t-grid\:fit\:92\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:92\:l > * {
    width: 1.0869565217%;
  }

   .wp-block-post-content  .t-grid\:fit\:93\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:93\:l > * {
    width: 1.0752688172%;
  }

   .wp-block-post-content  .t-grid\:fit\:94\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:94\:l > * {
    width: 1.0638297872%;
  }

   .wp-block-post-content  .t-grid\:fit\:95\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:95\:l > * {
    width: 1.0526315789%;
  }

   .wp-block-post-content  .t-grid\:fit\:96\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:96\:l > * {
    width: 1.0416666667%;
  }

   .wp-block-post-content  .t-grid\:fit\:97\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:97\:l > * {
    width: 1.0309278351%;
  }

   .wp-block-post-content  .t-grid\:fit\:98\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:98\:l > * {
    width: 1.0204081633%;
  }

   .wp-block-post-content  .t-grid\:fit\:99\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:99\:l > * {
    width: 1.0101010101%;
  }

   .wp-block-post-content  .t-grid\:fit\:100\:l {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-grid\:fit\:100\:l > * {
    width: 1%;
  }
}
@media (min-width: 1023px) and (min-width: 768px) {
   .wp-block-post-content  .t-grid\:fit\:s {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 501px) and (max-width: 728px) {
   .wp-block-post-content  .t-grid\:fit\:s {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
   .wp-block-post-content  .t-grid\:fit\:m {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-grid\:fit\:l {
    display: flex;
    justify-content: space-between;
  }
}
/*

https://ascii.cl/

*/
/* @debug$increment-keys; */
/* Padding Percents */
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad {
    padding: var(--t-site-padding);
  }

   .wp-block-post-content  .t-pad\:top {
    padding-top: var(--t-site-padding);
  }

   .wp-block-post-content  .t-pad\:rt {
    padding-right: var(--t-site-padding);
  }

   .wp-block-post-content  .t-pad\:bot {
    padding-bottom: var(--t-site-padding);
  }

   .wp-block-post-content  .t-pad\:lt {
    padding-left: var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:xs {
    padding: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:top\:xs {
    padding-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:rt\:xs {
    padding-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:bot\:xs {
    padding-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:lt\:xs {
    padding-left: var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:s {
    padding: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:top\:s {
    padding-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:rt\:s {
    padding-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:bot\:s {
    padding-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:lt\:s {
    padding-left: var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:m {
    padding: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:top\:m {
    padding-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:rt\:m {
    padding-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:bot\:m {
    padding-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:lt\:m {
    padding-left: var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:l {
    padding: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:top\:l {
    padding-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:rt\:l {
    padding-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:bot\:l {
    padding-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:lt\:l {
    padding-left: var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:xl {
    padding: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:top\:xl {
    padding-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:rt\:xl {
    padding-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:bot\:xl {
    padding-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:lt\:xl {
    padding-left: var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:sw {
    padding: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:top\:sw {
    padding-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:rt\:sw {
    padding-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:bot\:sw {
    padding-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-pad\:lt\:sw {
    padding-left: var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:75pc {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-pad\:75pc\:top {
    padding-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-pad\:75pc\:rt {
    padding-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-pad\:75pc\:bot {
    padding-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-pad\:75pc\:lt {
    padding-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:75pc\:xs {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:top\:xs {
    padding-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:rt\:xs {
    padding-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:bot\:xs {
    padding-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:lt\:xs {
    padding-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:75pc\:s {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:top\:s {
    padding-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:rt\:s {
    padding-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:bot\:s {
    padding-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:lt\:s {
    padding-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:75pc\:m {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:top\:m {
    padding-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:rt\:m {
    padding-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:bot\:m {
    padding-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:lt\:m {
    padding-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:75pc\:l {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:top\:l {
    padding-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:rt\:l {
    padding-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:bot\:l {
    padding-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:lt\:l {
    padding-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:75pc\:xl {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:top\:xl {
    padding-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:rt\:xl {
    padding-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:bot\:xl {
    padding-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:lt\:xl {
    padding-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:75pc\:sw {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:top\:sw {
    padding-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:rt\:sw {
    padding-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:bot\:sw {
    padding-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-pad\:75pc\:lt\:sw {
    padding-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:50pc {
    padding: calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-pad\:50pc\:top {
    padding-top: calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-pad\:50pc\:rt {
    padding-right: calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-pad\:50pc\:bot {
    padding-bottom: calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-pad\:50pc\:lt {
    padding-left: calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:50pc\:xs {
    padding: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:top\:xs {
    padding-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:rt\:xs {
    padding-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:bot\:xs {
    padding-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:lt\:xs {
    padding-left: calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:50pc\:s {
    padding: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:top\:s {
    padding-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:rt\:s {
    padding-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:bot\:s {
    padding-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:lt\:s {
    padding-left: calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:50pc\:m {
    padding: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:top\:m {
    padding-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:rt\:m {
    padding-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:bot\:m {
    padding-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:lt\:m {
    padding-left: calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:50pc\:l {
    padding: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:top\:l {
    padding-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:rt\:l {
    padding-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:bot\:l {
    padding-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:lt\:l {
    padding-left: calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:50pc\:xl {
    padding: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:top\:xl {
    padding-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:rt\:xl {
    padding-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:bot\:xl {
    padding-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:lt\:xl {
    padding-left: calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:50pc\:sw {
    padding: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:top\:sw {
    padding-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:rt\:sw {
    padding-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:bot\:sw {
    padding-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-pad\:50pc\:lt\:sw {
    padding-left: calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:33pc {
    padding: calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-pad\:33pc\:top {
    padding-top: calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-pad\:33pc\:rt {
    padding-right: calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-pad\:33pc\:bot {
    padding-bottom: calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-pad\:33pc\:lt {
    padding-left: calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:33pc\:xs {
    padding: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:top\:xs {
    padding-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:rt\:xs {
    padding-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:bot\:xs {
    padding-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:lt\:xs {
    padding-left: calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:33pc\:s {
    padding: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:top\:s {
    padding-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:rt\:s {
    padding-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:bot\:s {
    padding-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:lt\:s {
    padding-left: calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:33pc\:m {
    padding: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:top\:m {
    padding-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:rt\:m {
    padding-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:bot\:m {
    padding-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:lt\:m {
    padding-left: calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:33pc\:l {
    padding: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:top\:l {
    padding-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:rt\:l {
    padding-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:bot\:l {
    padding-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:lt\:l {
    padding-left: calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:33pc\:xl {
    padding: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:top\:xl {
    padding-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:rt\:xl {
    padding-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:bot\:xl {
    padding-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:lt\:xl {
    padding-left: calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:33pc\:sw {
    padding: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:top\:sw {
    padding-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:rt\:sw {
    padding-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:bot\:sw {
    padding-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-pad\:33pc\:lt\:sw {
    padding-left: calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:25pc {
    padding: calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-pad\:25pc\:top {
    padding-top: calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-pad\:25pc\:rt {
    padding-right: calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-pad\:25pc\:bot {
    padding-bottom: calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-pad\:25pc\:lt {
    padding-left: calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:25pc\:xs {
    padding: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:top\:xs {
    padding-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:rt\:xs {
    padding-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:bot\:xs {
    padding-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:lt\:xs {
    padding-left: calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:25pc\:s {
    padding: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:top\:s {
    padding-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:rt\:s {
    padding-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:bot\:s {
    padding-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:lt\:s {
    padding-left: calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:25pc\:m {
    padding: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:top\:m {
    padding-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:rt\:m {
    padding-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:bot\:m {
    padding-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:lt\:m {
    padding-left: calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:25pc\:l {
    padding: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:top\:l {
    padding-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:rt\:l {
    padding-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:bot\:l {
    padding-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:lt\:l {
    padding-left: calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:25pc\:xl {
    padding: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:top\:xl {
    padding-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:rt\:xl {
    padding-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:bot\:xl {
    padding-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:lt\:xl {
    padding-left: calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:25pc\:sw {
    padding: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:top\:sw {
    padding-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:rt\:sw {
    padding-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:bot\:sw {
    padding-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-pad\:25pc\:lt\:sw {
    padding-left: calc(var(--t-site-padding)/4);
  }
}
/* Padding Percents */
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi {
    padding: calc(100% / var(--t-phi));
  }

   .wp-block-post-content  .t-pad\:phi\:top {
    padding-top: calc(100% / var(--t-phi));
  }

   .wp-block-post-content  .t-pad\:phi\:rt {
    padding-right: calc(100% / var(--t-phi));
  }

   .wp-block-post-content  .t-pad\:phi\:bot {
    padding-bottom: calc(100% / var(--t-phi));
  }

   .wp-block-post-content  .t-pad\:phi\:lt {
    padding-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:xs {
    padding: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:top\:xs {
    padding-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:rt\:xs {
    padding-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:bot\:xs {
    padding-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:lt\:xs {
    padding-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:s {
    padding: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:top\:s {
    padding-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:rt\:s {
    padding-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:bot\:s {
    padding-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:lt\:s {
    padding-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:m {
    padding: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:top\:m {
    padding-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:rt\:m {
    padding-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:bot\:m {
    padding-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:lt\:m {
    padding-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:l {
    padding: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:top\:l {
    padding-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:rt\:l {
    padding-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:bot\:l {
    padding-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:lt\:l {
    padding-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:xl {
    padding: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:top\:xl {
    padding-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:rt\:xl {
    padding-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:bot\:xl {
    padding-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:lt\:xl {
    padding-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:sw {
    padding: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:top\:sw {
    padding-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:rt\:sw {
    padding-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:bot\:sw {
    padding-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-pad\:phi\:lt\:sw {
    padding-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi\:-1 {
    padding: calc(100% / calc(var(--t-phi) * 1));
  }

   .wp-block-post-content  .t-pad\:phi\:-1\:top {
    padding-top: calc(100% / calc(var(--t-phi) * 1));
  }

   .wp-block-post-content  .t-pad\:phi\:-1\:rt {
    padding-right: calc(100% / calc(var(--t-phi) * 1));
  }

   .wp-block-post-content  .t-pad\:phi\:-1\:bot {
    padding-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

   .wp-block-post-content  .t-pad\:phi\:-1\:lt {
    padding-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:-1\:xs {
    padding: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:top\:xs {
    padding-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:rt\:xs {
    padding-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:bot\:xs {
    padding-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:lt\:xs {
    padding-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:-1\:s {
    padding: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:top\:s {
    padding-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:rt\:s {
    padding-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:bot\:s {
    padding-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:lt\:s {
    padding-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-1\:m {
    padding: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:top\:m {
    padding-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:rt\:m {
    padding-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:bot\:m {
    padding-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:lt\:m {
    padding-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-1\:l {
    padding: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:top\:l {
    padding-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:rt\:l {
    padding-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:bot\:l {
    padding-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:lt\:l {
    padding-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:-1\:xl {
    padding: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:top\:xl {
    padding-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:rt\:xl {
    padding-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:bot\:xl {
    padding-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:lt\:xl {
    padding-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:-1\:sw {
    padding: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:top\:sw {
    padding-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:rt\:sw {
    padding-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:bot\:sw {
    padding-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-pad\:phi\:-1\:lt\:sw {
    padding-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi\:-2 {
    padding: calc(100% / calc(var(--t-phi)* 2));
  }

   .wp-block-post-content  .t-pad\:phi\:-2\:top {
    padding-top: calc(100% / calc(var(--t-phi)* 2));
  }

   .wp-block-post-content  .t-pad\:phi\:-2\:rt {
    padding-right: calc(100% / calc(var(--t-phi)* 2));
  }

   .wp-block-post-content  .t-pad\:phi\:-2\:bot {
    padding-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

   .wp-block-post-content  .t-pad\:phi\:-2\:lt {
    padding-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:-2\:xs {
    padding: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:top\:xs {
    padding-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:rt\:xs {
    padding-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:bot\:xs {
    padding-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:lt\:xs {
    padding-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:-2\:s {
    padding: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:top\:s {
    padding-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:rt\:s {
    padding-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:bot\:s {
    padding-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:lt\:s {
    padding-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-2\:m {
    padding: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:top\:m {
    padding-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:rt\:m {
    padding-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:bot\:m {
    padding-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:lt\:m {
    padding-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-2\:l {
    padding: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:top\:l {
    padding-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:rt\:l {
    padding-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:bot\:l {
    padding-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:lt\:l {
    padding-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:-2\:xl {
    padding: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:top\:xl {
    padding-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:rt\:xl {
    padding-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:bot\:xl {
    padding-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:lt\:xl {
    padding-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:-2\:sw {
    padding: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:top\:sw {
    padding-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:rt\:sw {
    padding-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:bot\:sw {
    padding-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-pad\:phi\:-2\:lt\:sw {
    padding-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi\:-3 {
    padding: calc(100% / calc(var(--t-phi) * 3));
  }

   .wp-block-post-content  .t-pad\:phi\:-3\:top {
    padding-top: calc(100% / calc(var(--t-phi) * 3));
  }

   .wp-block-post-content  .t-pad\:phi\:-3\:rt {
    padding-right: calc(100% / calc(var(--t-phi) * 3));
  }

   .wp-block-post-content  .t-pad\:phi\:-3\:bot {
    padding-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

   .wp-block-post-content  .t-pad\:phi\:-3\:lt {
    padding-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:-3\:xs {
    padding: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:top\:xs {
    padding-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:rt\:xs {
    padding-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:bot\:xs {
    padding-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:lt\:xs {
    padding-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:-3\:s {
    padding: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:top\:s {
    padding-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:rt\:s {
    padding-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:bot\:s {
    padding-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:lt\:s {
    padding-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-3\:m {
    padding: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:top\:m {
    padding-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:rt\:m {
    padding-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:bot\:m {
    padding-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:lt\:m {
    padding-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-3\:l {
    padding: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:top\:l {
    padding-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:rt\:l {
    padding-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:bot\:l {
    padding-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:lt\:l {
    padding-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:-3\:xl {
    padding: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:top\:xl {
    padding-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:rt\:xl {
    padding-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:bot\:xl {
    padding-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:lt\:xl {
    padding-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:-3\:sw {
    padding: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:top\:sw {
    padding-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:rt\:sw {
    padding-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:bot\:sw {
    padding-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-pad\:phi\:-3\:lt\:sw {
    padding-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi\:-4 {
    padding: calc(100% / calc(var(--t-phi) * 4));
  }

   .wp-block-post-content  .t-pad\:phi\:-4\:top {
    padding-top: calc(100% / calc(var(--t-phi) * 4));
  }

   .wp-block-post-content  .t-pad\:phi\:-4\:rt {
    padding-right: calc(100% / calc(var(--t-phi) * 4));
  }

   .wp-block-post-content  .t-pad\:phi\:-4\:bot {
    padding-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

   .wp-block-post-content  .t-pad\:phi\:-4\:lt {
    padding-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:-4\:xs {
    padding: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:top\:xs {
    padding-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:rt\:xs {
    padding-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:bot\:xs {
    padding-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:lt\:xs {
    padding-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:-4\:s {
    padding: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:top\:s {
    padding-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:rt\:s {
    padding-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:bot\:s {
    padding-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:lt\:s {
    padding-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-4\:m {
    padding: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:top\:m {
    padding-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:rt\:m {
    padding-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:bot\:m {
    padding-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:lt\:m {
    padding-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-4\:l {
    padding: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:top\:l {
    padding-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:rt\:l {
    padding-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:bot\:l {
    padding-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:lt\:l {
    padding-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:-4\:xl {
    padding: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:top\:xl {
    padding-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:rt\:xl {
    padding-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:bot\:xl {
    padding-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:lt\:xl {
    padding-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:-4\:sw {
    padding: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:top\:sw {
    padding-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:rt\:sw {
    padding-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:bot\:sw {
    padding-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-pad\:phi\:-4\:lt\:sw {
    padding-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi\:-5 {
    padding: calc(100% / calc(var(--t-phi) * 5));
  }

   .wp-block-post-content  .t-pad\:phi\:-5\:top {
    padding-top: calc(100% / calc(var(--t-phi) * 5));
  }

   .wp-block-post-content  .t-pad\:phi\:-5\:rt {
    padding-right: calc(100% / calc(var(--t-phi) * 5));
  }

   .wp-block-post-content  .t-pad\:phi\:-5\:bot {
    padding-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

   .wp-block-post-content  .t-pad\:phi\:-5\:lt {
    padding-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:-5\:xs {
    padding: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:top\:xs {
    padding-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:rt\:xs {
    padding-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:bot\:xs {
    padding-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:lt\:xs {
    padding-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:-5\:s {
    padding: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:top\:s {
    padding-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:rt\:s {
    padding-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:bot\:s {
    padding-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:lt\:s {
    padding-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-5\:m {
    padding: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:top\:m {
    padding-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:rt\:m {
    padding-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:bot\:m {
    padding-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:lt\:m {
    padding-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-5\:l {
    padding: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:top\:l {
    padding-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:rt\:l {
    padding-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:bot\:l {
    padding-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:lt\:l {
    padding-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:-5\:xl {
    padding: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:top\:xl {
    padding-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:rt\:xl {
    padding-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:bot\:xl {
    padding-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:lt\:xl {
    padding-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:-5\:sw {
    padding: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:top\:sw {
    padding-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:rt\:sw {
    padding-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:bot\:sw {
    padding-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-pad\:phi\:-5\:lt\:sw {
    padding-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi\:-6 {
    padding: calc(100% / calc(var(--t-phi) * 6));
  }

   .wp-block-post-content  .t-pad\:phi\:-6\:top {
    padding-top: calc(100% / calc(var(--t-phi) * 6));
  }

   .wp-block-post-content  .t-pad\:phi\:-6\:rt {
    padding-right: calc(100% / calc(var(--t-phi) * 6));
  }

   .wp-block-post-content  .t-pad\:phi\:-6\:bot {
    padding-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

   .wp-block-post-content  .t-pad\:phi\:-6\:lt {
    padding-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:-6\:xs {
    padding: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:top\:xs {
    padding-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:rt\:xs {
    padding-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:bot\:xs {
    padding-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:lt\:xs {
    padding-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:-6\:s {
    padding: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:top\:s {
    padding-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:rt\:s {
    padding-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:bot\:s {
    padding-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:lt\:s {
    padding-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-6\:m {
    padding: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:top\:m {
    padding-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:rt\:m {
    padding-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:bot\:m {
    padding-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:lt\:m {
    padding-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-6\:l {
    padding: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:top\:l {
    padding-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:rt\:l {
    padding-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:bot\:l {
    padding-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:lt\:l {
    padding-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:-6\:xl {
    padding: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:top\:xl {
    padding-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:rt\:xl {
    padding-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:bot\:xl {
    padding-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:lt\:xl {
    padding-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:-6\:sw {
    padding: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:top\:sw {
    padding-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:rt\:sw {
    padding-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:bot\:sw {
    padding-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-pad\:phi\:-6\:lt\:sw {
    padding-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi\:-7 {
    padding: calc(100% / calc(var(--t-phi) * 7));
  }

   .wp-block-post-content  .t-pad\:phi\:-7\:top {
    padding-top: calc(100% / calc(var(--t-phi) * 7));
  }

   .wp-block-post-content  .t-pad\:phi\:-7\:rt {
    padding-right: calc(100% / calc(var(--t-phi) * 7));
  }

   .wp-block-post-content  .t-pad\:phi\:-7\:bot {
    padding-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

   .wp-block-post-content  .t-pad\:phi\:-7\:lt {
    padding-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:-7\:xs {
    padding: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:top\:xs {
    padding-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:rt\:xs {
    padding-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:bot\:xs {
    padding-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:lt\:xs {
    padding-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:-7\:s {
    padding: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:top\:s {
    padding-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:rt\:s {
    padding-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:bot\:s {
    padding-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:lt\:s {
    padding-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-7\:m {
    padding: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:top\:m {
    padding-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:rt\:m {
    padding-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:bot\:m {
    padding-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:lt\:m {
    padding-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-7\:l {
    padding: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:top\:l {
    padding-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:rt\:l {
    padding-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:bot\:l {
    padding-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:lt\:l {
    padding-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:-7\:xl {
    padding: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:top\:xl {
    padding-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:rt\:xl {
    padding-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:bot\:xl {
    padding-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:lt\:xl {
    padding-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:-7\:sw {
    padding: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:top\:sw {
    padding-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:rt\:sw {
    padding-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:bot\:sw {
    padding-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-pad\:phi\:-7\:lt\:sw {
    padding-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi\:-8 {
    padding: calc(100% / calc(var(--t-phi) * 8));
  }

   .wp-block-post-content  .t-pad\:phi\:-8\:top {
    padding-top: calc(100% / calc(var(--t-phi) * 8));
  }

   .wp-block-post-content  .t-pad\:phi\:-8\:rt {
    padding-right: calc(100% / calc(var(--t-phi) * 8));
  }

   .wp-block-post-content  .t-pad\:phi\:-8\:bot {
    padding-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

   .wp-block-post-content  .t-pad\:phi\:-8\:lt {
    padding-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:-8\:xs {
    padding: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:top\:xs {
    padding-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:rt\:xs {
    padding-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:bot\:xs {
    padding-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:lt\:xs {
    padding-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:-8\:s {
    padding: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:top\:s {
    padding-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:rt\:s {
    padding-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:bot\:s {
    padding-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:lt\:s {
    padding-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-8\:m {
    padding: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:top\:m {
    padding-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:rt\:m {
    padding-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:bot\:m {
    padding-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:lt\:m {
    padding-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-8\:l {
    padding: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:top\:l {
    padding-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:rt\:l {
    padding-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:bot\:l {
    padding-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:lt\:l {
    padding-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:-8\:xl {
    padding: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:top\:xl {
    padding-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:rt\:xl {
    padding-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:bot\:xl {
    padding-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:lt\:xl {
    padding-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:-8\:sw {
    padding: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:top\:sw {
    padding-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:rt\:sw {
    padding-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:bot\:sw {
    padding-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-pad\:phi\:-8\:lt\:sw {
    padding-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:phi\:-9 {
    padding: calc(100% / calc(var(--t-phi) * 9));
  }

   .wp-block-post-content  .t-pad\:phi\:-9\:top {
    padding-top: calc(100% / calc(var(--t-phi) * 9));
  }

   .wp-block-post-content  .t-pad\:phi\:-9\:rt {
    padding-right: calc(100% / calc(var(--t-phi) * 9));
  }

   .wp-block-post-content  .t-pad\:phi\:-9\:bot {
    padding-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

   .wp-block-post-content  .t-pad\:phi\:-9\:lt {
    padding-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:phi\:-9\:xs {
    padding: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:top\:xs {
    padding-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:rt\:xs {
    padding-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:bot\:xs {
    padding-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:lt\:xs {
    padding-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:phi\:-9\:s {
    padding: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:top\:s {
    padding-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:rt\:s {
    padding-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:bot\:s {
    padding-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:lt\:s {
    padding-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-9\:m {
    padding: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:top\:m {
    padding-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:rt\:m {
    padding-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:bot\:m {
    padding-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:lt\:m {
    padding-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:phi\:-9\:l {
    padding: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:top\:l {
    padding-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:rt\:l {
    padding-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:bot\:l {
    padding-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:lt\:l {
    padding-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:phi\:-9\:xl {
    padding: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:top\:xl {
    padding-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:rt\:xl {
    padding-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:bot\:xl {
    padding-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:lt\:xl {
    padding-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:phi\:-9\:sw {
    padding: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:top\:sw {
    padding-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:rt\:sw {
    padding-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:bot\:sw {
    padding-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-pad\:phi\:-9\:lt\:sw {
    padding-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* Padding Pixels */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:20px {
    padding: 20px;
  }

   .wp-block-post-content  .t-pad\:20px\:top {
    padding-top: 20px;
  }

   .wp-block-post-content  .t-pad\:20px\:rt {
    padding-right: 20px;
  }

   .wp-block-post-content  .t-pad\:20px\:bot {
    padding-bottom: 20px;
  }

   .wp-block-post-content  .t-pad\:20px\:lt {
    padding-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:20px\:xs {
    padding: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:top\:xs {
    padding-top: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:rt\:xs {
    padding-right: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:bot\:xs {
    padding-bottom: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:lt\:xs {
    padding-left: 20px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:20px\:s {
    padding: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:top\:s {
    padding-top: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:rt\:s {
    padding-right: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:bot\:s {
    padding-bottom: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:lt\:s {
    padding-left: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:20px\:m {
    padding: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:top\:m {
    padding-top: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:rt\:m {
    padding-right: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:bot\:m {
    padding-bottom: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:lt\:m {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:20px\:l {
    padding: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:top\:l {
    padding-top: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:rt\:l {
    padding-right: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:bot\:l {
    padding-bottom: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:lt\:l {
    padding-left: 20px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:20px\:xl {
    padding: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:top\:xl {
    padding-top: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:rt\:xl {
    padding-right: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:bot\:xl {
    padding-bottom: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:lt\:xl {
    padding-left: 20px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:20px\:sw {
    padding: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:top\:sw {
    padding-top: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:rt\:sw {
    padding-right: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:bot\:sw {
    padding-bottom: 20px;
  }

  html  .wp-block-post-content .t-pad\:20px\:lt\:sw {
    padding-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:15px {
    padding: 15px;
  }

   .wp-block-post-content  .t-pad\:15px\:top {
    padding-top: 15px;
  }

   .wp-block-post-content  .t-pad\:15px\:rt {
    padding-right: 15px;
  }

   .wp-block-post-content  .t-pad\:15px\:bot {
    padding-bottom: 15px;
  }

   .wp-block-post-content  .t-pad\:15px\:lt {
    padding-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:15px\:xs {
    padding: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:top\:xs {
    padding-top: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:rt\:xs {
    padding-right: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:bot\:xs {
    padding-bottom: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:lt\:xs {
    padding-left: 15px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:15px\:s {
    padding: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:top\:s {
    padding-top: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:rt\:s {
    padding-right: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:bot\:s {
    padding-bottom: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:lt\:s {
    padding-left: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:15px\:m {
    padding: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:top\:m {
    padding-top: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:rt\:m {
    padding-right: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:bot\:m {
    padding-bottom: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:lt\:m {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:15px\:l {
    padding: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:top\:l {
    padding-top: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:rt\:l {
    padding-right: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:bot\:l {
    padding-bottom: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:lt\:l {
    padding-left: 15px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:15px\:xl {
    padding: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:top\:xl {
    padding-top: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:rt\:xl {
    padding-right: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:bot\:xl {
    padding-bottom: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:lt\:xl {
    padding-left: 15px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:15px\:sw {
    padding: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:top\:sw {
    padding-top: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:rt\:sw {
    padding-right: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:bot\:sw {
    padding-bottom: 15px;
  }

  html  .wp-block-post-content .t-pad\:15px\:lt\:sw {
    padding-left: 15px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:10px {
    padding: 10px;
  }

   .wp-block-post-content  .t-pad\:10px\:top {
    padding-top: 10px;
  }

   .wp-block-post-content  .t-pad\:10px\:rt {
    padding-right: 10px;
  }

   .wp-block-post-content  .t-pad\:10px\:bot {
    padding-bottom: 10px;
  }

   .wp-block-post-content  .t-pad\:10px\:lt {
    padding-left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:10px\:xs {
    padding: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:top\:xs {
    padding-top: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:rt\:xs {
    padding-right: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:bot\:xs {
    padding-bottom: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:lt\:xs {
    padding-left: 10px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:10px\:s {
    padding: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:top\:s {
    padding-top: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:rt\:s {
    padding-right: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:bot\:s {
    padding-bottom: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:lt\:s {
    padding-left: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:10px\:m {
    padding: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:top\:m {
    padding-top: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:rt\:m {
    padding-right: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:bot\:m {
    padding-bottom: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:lt\:m {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:10px\:l {
    padding: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:top\:l {
    padding-top: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:rt\:l {
    padding-right: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:bot\:l {
    padding-bottom: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:lt\:l {
    padding-left: 10px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:10px\:xl {
    padding: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:top\:xl {
    padding-top: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:rt\:xl {
    padding-right: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:bot\:xl {
    padding-bottom: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:lt\:xl {
    padding-left: 10px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:10px\:sw {
    padding: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:top\:sw {
    padding-top: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:rt\:sw {
    padding-right: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:bot\:sw {
    padding-bottom: 10px;
  }

  html  .wp-block-post-content .t-pad\:10px\:lt\:sw {
    padding-left: 10px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:5px {
    padding: 5px;
  }

   .wp-block-post-content  .t-pad\:5px\:top {
    padding-top: 5px;
  }

   .wp-block-post-content  .t-pad\:5px\:rt {
    padding-right: 5px;
  }

   .wp-block-post-content  .t-pad\:5px\:bot {
    padding-bottom: 5px;
  }

   .wp-block-post-content  .t-pad\:5px\:lt {
    padding-left: 5px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:5px\:xs {
    padding: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:top\:xs {
    padding-top: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:rt\:xs {
    padding-right: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:bot\:xs {
    padding-bottom: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:lt\:xs {
    padding-left: 5px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:5px\:s {
    padding: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:top\:s {
    padding-top: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:rt\:s {
    padding-right: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:bot\:s {
    padding-bottom: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:lt\:s {
    padding-left: 5px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:5px\:m {
    padding: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:top\:m {
    padding-top: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:rt\:m {
    padding-right: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:bot\:m {
    padding-bottom: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:lt\:m {
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:5px\:l {
    padding: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:top\:l {
    padding-top: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:rt\:l {
    padding-right: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:bot\:l {
    padding-bottom: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:lt\:l {
    padding-left: 5px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:5px\:xl {
    padding: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:top\:xl {
    padding-top: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:rt\:xl {
    padding-right: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:bot\:xl {
    padding-bottom: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:lt\:xl {
    padding-left: 5px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:5px\:sw {
    padding: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:top\:sw {
    padding-top: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:rt\:sw {
    padding-right: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:bot\:sw {
    padding-bottom: 5px;
  }

  html  .wp-block-post-content .t-pad\:5px\:lt\:sw {
    padding-left: 5px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad\:0px {
    padding: 0px;
  }

   .wp-block-post-content  .t-pad\:0px\:top {
    padding-top: 0px;
  }

   .wp-block-post-content  .t-pad\:0px\:rt {
    padding-right: 0px;
  }

   .wp-block-post-content  .t-pad\:0px\:bot {
    padding-bottom: 0px;
  }

   .wp-block-post-content  .t-pad\:0px\:lt {
    padding-left: 0px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-pad\:0px\:xs {
    padding: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:top\:xs {
    padding-top: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:rt\:xs {
    padding-right: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:bot\:xs {
    padding-bottom: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:lt\:xs {
    padding-left: 0px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-pad\:0px\:s {
    padding: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:top\:s {
    padding-top: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:rt\:s {
    padding-right: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:bot\:s {
    padding-bottom: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:lt\:s {
    padding-left: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-pad\:0px\:m {
    padding: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:top\:m {
    padding-top: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:rt\:m {
    padding-right: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:bot\:m {
    padding-bottom: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:lt\:m {
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-pad\:0px\:l {
    padding: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:top\:l {
    padding-top: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:rt\:l {
    padding-right: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:bot\:l {
    padding-bottom: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:lt\:l {
    padding-left: 0px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-pad\:0px\:xl {
    padding: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:top\:xl {
    padding-top: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:rt\:xl {
    padding-right: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:bot\:xl {
    padding-bottom: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:lt\:xl {
    padding-left: 0px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-pad\:0px\:sw {
    padding: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:top\:sw {
    padding-top: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:rt\:sw {
    padding-right: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:bot\:sw {
    padding-bottom: 0px;
  }

  html  .wp-block-post-content .t-pad\:0px\:lt\:sw {
    padding-left: 0px;
  }
}
/* Margin Percents */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg {
    margin: var(--t-site-padding);
  }

   .wp-block-post-content  .t-marg\:top {
    margin-top: var(--t-site-padding);
  }

   .wp-block-post-content  .t-marg\:rt {
    margin-right: var(--t-site-padding);
  }

   .wp-block-post-content  .t-marg\:bot {
    margin-bottom: var(--t-site-padding);
  }

   .wp-block-post-content  .t-marg\:lt {
    margin-left: var(--t-site-padding);
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:xs {
    margin: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:top\:xs {
    margin-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:rt\:xs {
    margin-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:bot\:xs {
    margin-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:lt\:xs {
    margin-left: var(--t-site-padding);
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:s {
    margin: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:top\:s {
    margin-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:rt\:s {
    margin-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:bot\:s {
    margin-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:lt\:s {
    margin-left: var(--t-site-padding);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:m {
    margin: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:top\:m {
    margin-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:rt\:m {
    margin-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:bot\:m {
    margin-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:lt\:m {
    margin-left: var(--t-site-padding);
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:l {
    margin: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:top\:l {
    margin-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:rt\:l {
    margin-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:bot\:l {
    margin-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:lt\:l {
    margin-left: var(--t-site-padding);
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:xl {
    margin: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:top\:xl {
    margin-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:rt\:xl {
    margin-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:bot\:xl {
    margin-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:lt\:xl {
    margin-left: var(--t-site-padding);
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:sw {
    margin: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:top\:sw {
    margin-top: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:rt\:sw {
    margin-right: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:bot\:sw {
    margin-bottom: var(--t-site-padding);
  }

  html  .wp-block-post-content .t-marg\:lt\:sw {
    margin-left: var(--t-site-padding);
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:75pc {
    margin: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-marg\:75pc\:top {
    margin-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-marg\:75pc\:rt {
    margin-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-marg\:75pc\:bot {
    margin-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-marg\:75pc\:lt {
    margin-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:75pc\:xs {
    margin: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:top\:xs {
    margin-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:rt\:xs {
    margin-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:bot\:xs {
    margin-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:lt\:xs {
    margin-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:75pc\:s {
    margin: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:top\:s {
    margin-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:rt\:s {
    margin-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:bot\:s {
    margin-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:lt\:s {
    margin-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:75pc\:m {
    margin: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:top\:m {
    margin-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:rt\:m {
    margin-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:bot\:m {
    margin-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:lt\:m {
    margin-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:75pc\:l {
    margin: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:top\:l {
    margin-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:rt\:l {
    margin-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:bot\:l {
    margin-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:lt\:l {
    margin-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:75pc\:xl {
    margin: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:top\:xl {
    margin-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:rt\:xl {
    margin-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:bot\:xl {
    margin-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:lt\:xl {
    margin-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:75pc\:sw {
    margin: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:top\:sw {
    margin-top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:rt\:sw {
    margin-right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:bot\:sw {
    margin-bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

  html  .wp-block-post-content .t-marg\:75pc\:lt\:sw {
    margin-left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:50pc {
    margin: calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-marg\:50pc\:top {
    margin-top: calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-marg\:50pc\:rt {
    margin-right: calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-marg\:50pc\:bot {
    margin-bottom: calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-marg\:50pc\:lt {
    margin-left: calc(var(--t-site-padding)/2);
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:50pc\:xs {
    margin: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:top\:xs {
    margin-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:rt\:xs {
    margin-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:bot\:xs {
    margin-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:lt\:xs {
    margin-left: calc(var(--t-site-padding)/2);
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:50pc\:s {
    margin: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:top\:s {
    margin-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:rt\:s {
    margin-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:bot\:s {
    margin-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:lt\:s {
    margin-left: calc(var(--t-site-padding)/2);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:50pc\:m {
    margin: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:top\:m {
    margin-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:rt\:m {
    margin-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:bot\:m {
    margin-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:lt\:m {
    margin-left: calc(var(--t-site-padding)/2);
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:50pc\:l {
    margin: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:top\:l {
    margin-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:rt\:l {
    margin-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:bot\:l {
    margin-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:lt\:l {
    margin-left: calc(var(--t-site-padding)/2);
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:50pc\:xl {
    margin: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:top\:xl {
    margin-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:rt\:xl {
    margin-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:bot\:xl {
    margin-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:lt\:xl {
    margin-left: calc(var(--t-site-padding)/2);
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:50pc\:sw {
    margin: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:top\:sw {
    margin-top: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:rt\:sw {
    margin-right: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:bot\:sw {
    margin-bottom: calc(var(--t-site-padding)/2);
  }

  html  .wp-block-post-content .t-marg\:50pc\:lt\:sw {
    margin-left: calc(var(--t-site-padding)/2);
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:33pc {
    margin: calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-marg\:33pc\:top {
    margin-top: calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-marg\:33pc\:rt {
    margin-right: calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-marg\:33pc\:bot {
    margin-bottom: calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-marg\:33pc\:lt {
    margin-left: calc(var(--t-site-padding)/3);
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:33pc\:xs {
    margin: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:top\:xs {
    margin-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:rt\:xs {
    margin-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:bot\:xs {
    margin-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:lt\:xs {
    margin-left: calc(var(--t-site-padding)/3);
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:33pc\:s {
    margin: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:top\:s {
    margin-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:rt\:s {
    margin-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:bot\:s {
    margin-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:lt\:s {
    margin-left: calc(var(--t-site-padding)/3);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:33pc\:m {
    margin: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:top\:m {
    margin-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:rt\:m {
    margin-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:bot\:m {
    margin-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:lt\:m {
    margin-left: calc(var(--t-site-padding)/3);
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:33pc\:l {
    margin: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:top\:l {
    margin-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:rt\:l {
    margin-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:bot\:l {
    margin-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:lt\:l {
    margin-left: calc(var(--t-site-padding)/3);
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:33pc\:xl {
    margin: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:top\:xl {
    margin-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:rt\:xl {
    margin-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:bot\:xl {
    margin-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:lt\:xl {
    margin-left: calc(var(--t-site-padding)/3);
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:33pc\:sw {
    margin: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:top\:sw {
    margin-top: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:rt\:sw {
    margin-right: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:bot\:sw {
    margin-bottom: calc(var(--t-site-padding)/3);
  }

  html  .wp-block-post-content .t-marg\:33pc\:lt\:sw {
    margin-left: calc(var(--t-site-padding)/3);
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:25pc {
    margin: calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-marg\:25pc\:top {
    margin-top: calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-marg\:25pc\:rt {
    margin-right: calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-marg\:25pc\:bot {
    margin-bottom: calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-marg\:25pc\:lt {
    margin-left: calc(var(--t-site-padding)/4);
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:25pc\:xs {
    margin: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:top\:xs {
    margin-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:rt\:xs {
    margin-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:bot\:xs {
    margin-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:lt\:xs {
    margin-left: calc(var(--t-site-padding)/4);
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:25pc\:s {
    margin: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:top\:s {
    margin-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:rt\:s {
    margin-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:bot\:s {
    margin-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:lt\:s {
    margin-left: calc(var(--t-site-padding)/4);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:25pc\:m {
    margin: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:top\:m {
    margin-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:rt\:m {
    margin-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:bot\:m {
    margin-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:lt\:m {
    margin-left: calc(var(--t-site-padding)/4);
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:25pc\:l {
    margin: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:top\:l {
    margin-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:rt\:l {
    margin-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:bot\:l {
    margin-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:lt\:l {
    margin-left: calc(var(--t-site-padding)/4);
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:25pc\:xl {
    margin: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:top\:xl {
    margin-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:rt\:xl {
    margin-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:bot\:xl {
    margin-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:lt\:xl {
    margin-left: calc(var(--t-site-padding)/4);
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:25pc\:sw {
    margin: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:top\:sw {
    margin-top: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:rt\:sw {
    margin-right: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:bot\:sw {
    margin-bottom: calc(var(--t-site-padding)/4);
  }

  html  .wp-block-post-content .t-marg\:25pc\:lt\:sw {
    margin-left: calc(var(--t-site-padding)/4);
  }
}
/* Margin Percents */
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi {
    margin: calc(100% / var(--t-phi));
  }

   .wp-block-post-content  .t-marg\:phi\:top {
    margin-top: calc(100% / var(--t-phi));
  }

   .wp-block-post-content  .t-marg\:phi\:rt {
    margin-right: calc(100% / var(--t-phi));
  }

   .wp-block-post-content  .t-marg\:phi\:bot {
    margin-bottom: calc(100% / var(--t-phi));
  }

   .wp-block-post-content  .t-marg\:phi\:lt {
    margin-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:xs {
    margin: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:top\:xs {
    margin-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:rt\:xs {
    margin-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:bot\:xs {
    margin-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:lt\:xs {
    margin-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:s {
    margin: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:top\:s {
    margin-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:rt\:s {
    margin-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:bot\:s {
    margin-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:lt\:s {
    margin-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:m {
    margin: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:top\:m {
    margin-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:rt\:m {
    margin-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:bot\:m {
    margin-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:lt\:m {
    margin-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:l {
    margin: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:top\:l {
    margin-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:rt\:l {
    margin-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:bot\:l {
    margin-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:lt\:l {
    margin-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:xl {
    margin: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:top\:xl {
    margin-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:rt\:xl {
    margin-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:bot\:xl {
    margin-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:lt\:xl {
    margin-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:sw {
    margin: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:top\:sw {
    margin-top: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:rt\:sw {
    margin-right: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:bot\:sw {
    margin-bottom: calc(100% / var(--t-phi));
  }

  html  .wp-block-post-content .t-marg\:phi\:lt\:sw {
    margin-left: calc(100% / var(--t-phi));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi\:-1 {
    margin: calc(100% / calc(var(--t-phi) * 1));
  }

   .wp-block-post-content  .t-marg\:phi\:-1\:top {
    margin-top: calc(100% / calc(var(--t-phi) * 1));
  }

   .wp-block-post-content  .t-marg\:phi\:-1\:rt {
    margin-right: calc(100% / calc(var(--t-phi) * 1));
  }

   .wp-block-post-content  .t-marg\:phi\:-1\:bot {
    margin-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

   .wp-block-post-content  .t-marg\:phi\:-1\:lt {
    margin-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:-1\:xs {
    margin: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:top\:xs {
    margin-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:rt\:xs {
    margin-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:bot\:xs {
    margin-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:lt\:xs {
    margin-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:-1\:s {
    margin: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:top\:s {
    margin-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:rt\:s {
    margin-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:bot\:s {
    margin-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:lt\:s {
    margin-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-1\:m {
    margin: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:top\:m {
    margin-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:rt\:m {
    margin-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:bot\:m {
    margin-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:lt\:m {
    margin-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-1\:l {
    margin: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:top\:l {
    margin-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:rt\:l {
    margin-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:bot\:l {
    margin-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:lt\:l {
    margin-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:-1\:xl {
    margin: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:top\:xl {
    margin-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:rt\:xl {
    margin-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:bot\:xl {
    margin-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:lt\:xl {
    margin-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:-1\:sw {
    margin: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:top\:sw {
    margin-top: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:rt\:sw {
    margin-right: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:bot\:sw {
    margin-bottom: calc(100% / calc(var(--t-phi) * 1));
  }

  html  .wp-block-post-content .t-marg\:phi\:-1\:lt\:sw {
    margin-left: calc(100% / calc(var(--t-phi) * 1));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi\:-2 {
    margin: calc(100% / calc(var(--t-phi)* 2));
  }

   .wp-block-post-content  .t-marg\:phi\:-2\:top {
    margin-top: calc(100% / calc(var(--t-phi)* 2));
  }

   .wp-block-post-content  .t-marg\:phi\:-2\:rt {
    margin-right: calc(100% / calc(var(--t-phi)* 2));
  }

   .wp-block-post-content  .t-marg\:phi\:-2\:bot {
    margin-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

   .wp-block-post-content  .t-marg\:phi\:-2\:lt {
    margin-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:-2\:xs {
    margin: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:top\:xs {
    margin-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:rt\:xs {
    margin-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:bot\:xs {
    margin-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:lt\:xs {
    margin-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:-2\:s {
    margin: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:top\:s {
    margin-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:rt\:s {
    margin-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:bot\:s {
    margin-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:lt\:s {
    margin-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-2\:m {
    margin: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:top\:m {
    margin-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:rt\:m {
    margin-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:bot\:m {
    margin-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:lt\:m {
    margin-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-2\:l {
    margin: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:top\:l {
    margin-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:rt\:l {
    margin-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:bot\:l {
    margin-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:lt\:l {
    margin-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:-2\:xl {
    margin: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:top\:xl {
    margin-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:rt\:xl {
    margin-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:bot\:xl {
    margin-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:lt\:xl {
    margin-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:-2\:sw {
    margin: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:top\:sw {
    margin-top: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:rt\:sw {
    margin-right: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:bot\:sw {
    margin-bottom: calc(100% / calc(var(--t-phi)* 2));
  }

  html  .wp-block-post-content .t-marg\:phi\:-2\:lt\:sw {
    margin-left: calc(100% / calc(var(--t-phi)* 2));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi\:-3 {
    margin: calc(100% / calc(var(--t-phi) * 3));
  }

   .wp-block-post-content  .t-marg\:phi\:-3\:top {
    margin-top: calc(100% / calc(var(--t-phi) * 3));
  }

   .wp-block-post-content  .t-marg\:phi\:-3\:rt {
    margin-right: calc(100% / calc(var(--t-phi) * 3));
  }

   .wp-block-post-content  .t-marg\:phi\:-3\:bot {
    margin-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

   .wp-block-post-content  .t-marg\:phi\:-3\:lt {
    margin-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:-3\:xs {
    margin: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:top\:xs {
    margin-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:rt\:xs {
    margin-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:bot\:xs {
    margin-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:lt\:xs {
    margin-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:-3\:s {
    margin: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:top\:s {
    margin-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:rt\:s {
    margin-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:bot\:s {
    margin-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:lt\:s {
    margin-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-3\:m {
    margin: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:top\:m {
    margin-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:rt\:m {
    margin-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:bot\:m {
    margin-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:lt\:m {
    margin-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-3\:l {
    margin: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:top\:l {
    margin-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:rt\:l {
    margin-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:bot\:l {
    margin-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:lt\:l {
    margin-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:-3\:xl {
    margin: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:top\:xl {
    margin-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:rt\:xl {
    margin-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:bot\:xl {
    margin-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:lt\:xl {
    margin-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:-3\:sw {
    margin: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:top\:sw {
    margin-top: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:rt\:sw {
    margin-right: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:bot\:sw {
    margin-bottom: calc(100% / calc(var(--t-phi) * 3));
  }

  html  .wp-block-post-content .t-marg\:phi\:-3\:lt\:sw {
    margin-left: calc(100% / calc(var(--t-phi) * 3));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi\:-4 {
    margin: calc(100% / calc(var(--t-phi) * 4));
  }

   .wp-block-post-content  .t-marg\:phi\:-4\:top {
    margin-top: calc(100% / calc(var(--t-phi) * 4));
  }

   .wp-block-post-content  .t-marg\:phi\:-4\:rt {
    margin-right: calc(100% / calc(var(--t-phi) * 4));
  }

   .wp-block-post-content  .t-marg\:phi\:-4\:bot {
    margin-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

   .wp-block-post-content  .t-marg\:phi\:-4\:lt {
    margin-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:-4\:xs {
    margin: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:top\:xs {
    margin-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:rt\:xs {
    margin-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:bot\:xs {
    margin-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:lt\:xs {
    margin-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:-4\:s {
    margin: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:top\:s {
    margin-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:rt\:s {
    margin-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:bot\:s {
    margin-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:lt\:s {
    margin-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-4\:m {
    margin: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:top\:m {
    margin-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:rt\:m {
    margin-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:bot\:m {
    margin-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:lt\:m {
    margin-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-4\:l {
    margin: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:top\:l {
    margin-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:rt\:l {
    margin-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:bot\:l {
    margin-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:lt\:l {
    margin-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:-4\:xl {
    margin: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:top\:xl {
    margin-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:rt\:xl {
    margin-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:bot\:xl {
    margin-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:lt\:xl {
    margin-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:-4\:sw {
    margin: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:top\:sw {
    margin-top: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:rt\:sw {
    margin-right: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:bot\:sw {
    margin-bottom: calc(100% / calc(var(--t-phi) * 4));
  }

  html  .wp-block-post-content .t-marg\:phi\:-4\:lt\:sw {
    margin-left: calc(100% / calc(var(--t-phi) * 4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi\:-5 {
    margin: calc(100% / calc(var(--t-phi) * 5));
  }

   .wp-block-post-content  .t-marg\:phi\:-5\:top {
    margin-top: calc(100% / calc(var(--t-phi) * 5));
  }

   .wp-block-post-content  .t-marg\:phi\:-5\:rt {
    margin-right: calc(100% / calc(var(--t-phi) * 5));
  }

   .wp-block-post-content  .t-marg\:phi\:-5\:bot {
    margin-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

   .wp-block-post-content  .t-marg\:phi\:-5\:lt {
    margin-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:-5\:xs {
    margin: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:top\:xs {
    margin-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:rt\:xs {
    margin-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:bot\:xs {
    margin-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:lt\:xs {
    margin-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:-5\:s {
    margin: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:top\:s {
    margin-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:rt\:s {
    margin-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:bot\:s {
    margin-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:lt\:s {
    margin-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-5\:m {
    margin: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:top\:m {
    margin-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:rt\:m {
    margin-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:bot\:m {
    margin-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:lt\:m {
    margin-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-5\:l {
    margin: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:top\:l {
    margin-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:rt\:l {
    margin-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:bot\:l {
    margin-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:lt\:l {
    margin-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:-5\:xl {
    margin: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:top\:xl {
    margin-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:rt\:xl {
    margin-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:bot\:xl {
    margin-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:lt\:xl {
    margin-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:-5\:sw {
    margin: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:top\:sw {
    margin-top: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:rt\:sw {
    margin-right: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:bot\:sw {
    margin-bottom: calc(100% / calc(var(--t-phi) * 5));
  }

  html  .wp-block-post-content .t-marg\:phi\:-5\:lt\:sw {
    margin-left: calc(100% / calc(var(--t-phi) * 5));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi\:-6 {
    margin: calc(100% / calc(var(--t-phi) * 6));
  }

   .wp-block-post-content  .t-marg\:phi\:-6\:top {
    margin-top: calc(100% / calc(var(--t-phi) * 6));
  }

   .wp-block-post-content  .t-marg\:phi\:-6\:rt {
    margin-right: calc(100% / calc(var(--t-phi) * 6));
  }

   .wp-block-post-content  .t-marg\:phi\:-6\:bot {
    margin-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

   .wp-block-post-content  .t-marg\:phi\:-6\:lt {
    margin-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:-6\:xs {
    margin: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:top\:xs {
    margin-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:rt\:xs {
    margin-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:bot\:xs {
    margin-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:lt\:xs {
    margin-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:-6\:s {
    margin: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:top\:s {
    margin-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:rt\:s {
    margin-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:bot\:s {
    margin-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:lt\:s {
    margin-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-6\:m {
    margin: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:top\:m {
    margin-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:rt\:m {
    margin-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:bot\:m {
    margin-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:lt\:m {
    margin-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-6\:l {
    margin: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:top\:l {
    margin-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:rt\:l {
    margin-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:bot\:l {
    margin-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:lt\:l {
    margin-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:-6\:xl {
    margin: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:top\:xl {
    margin-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:rt\:xl {
    margin-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:bot\:xl {
    margin-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:lt\:xl {
    margin-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:-6\:sw {
    margin: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:top\:sw {
    margin-top: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:rt\:sw {
    margin-right: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:bot\:sw {
    margin-bottom: calc(100% / calc(var(--t-phi) * 6));
  }

  html  .wp-block-post-content .t-marg\:phi\:-6\:lt\:sw {
    margin-left: calc(100% / calc(var(--t-phi) * 6));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi\:-7 {
    margin: calc(100% / calc(var(--t-phi) * 7));
  }

   .wp-block-post-content  .t-marg\:phi\:-7\:top {
    margin-top: calc(100% / calc(var(--t-phi) * 7));
  }

   .wp-block-post-content  .t-marg\:phi\:-7\:rt {
    margin-right: calc(100% / calc(var(--t-phi) * 7));
  }

   .wp-block-post-content  .t-marg\:phi\:-7\:bot {
    margin-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

   .wp-block-post-content  .t-marg\:phi\:-7\:lt {
    margin-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:-7\:xs {
    margin: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:top\:xs {
    margin-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:rt\:xs {
    margin-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:bot\:xs {
    margin-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:lt\:xs {
    margin-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:-7\:s {
    margin: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:top\:s {
    margin-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:rt\:s {
    margin-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:bot\:s {
    margin-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:lt\:s {
    margin-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-7\:m {
    margin: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:top\:m {
    margin-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:rt\:m {
    margin-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:bot\:m {
    margin-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:lt\:m {
    margin-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-7\:l {
    margin: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:top\:l {
    margin-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:rt\:l {
    margin-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:bot\:l {
    margin-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:lt\:l {
    margin-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:-7\:xl {
    margin: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:top\:xl {
    margin-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:rt\:xl {
    margin-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:bot\:xl {
    margin-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:lt\:xl {
    margin-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:-7\:sw {
    margin: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:top\:sw {
    margin-top: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:rt\:sw {
    margin-right: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:bot\:sw {
    margin-bottom: calc(100% / calc(var(--t-phi) * 7));
  }

  html  .wp-block-post-content .t-marg\:phi\:-7\:lt\:sw {
    margin-left: calc(100% / calc(var(--t-phi) * 7));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi\:-8 {
    margin: calc(100% / calc(var(--t-phi) * 8));
  }

   .wp-block-post-content  .t-marg\:phi\:-8\:top {
    margin-top: calc(100% / calc(var(--t-phi) * 8));
  }

   .wp-block-post-content  .t-marg\:phi\:-8\:rt {
    margin-right: calc(100% / calc(var(--t-phi) * 8));
  }

   .wp-block-post-content  .t-marg\:phi\:-8\:bot {
    margin-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

   .wp-block-post-content  .t-marg\:phi\:-8\:lt {
    margin-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:-8\:xs {
    margin: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:top\:xs {
    margin-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:rt\:xs {
    margin-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:bot\:xs {
    margin-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:lt\:xs {
    margin-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:-8\:s {
    margin: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:top\:s {
    margin-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:rt\:s {
    margin-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:bot\:s {
    margin-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:lt\:s {
    margin-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-8\:m {
    margin: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:top\:m {
    margin-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:rt\:m {
    margin-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:bot\:m {
    margin-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:lt\:m {
    margin-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-8\:l {
    margin: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:top\:l {
    margin-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:rt\:l {
    margin-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:bot\:l {
    margin-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:lt\:l {
    margin-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:-8\:xl {
    margin: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:top\:xl {
    margin-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:rt\:xl {
    margin-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:bot\:xl {
    margin-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:lt\:xl {
    margin-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:-8\:sw {
    margin: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:top\:sw {
    margin-top: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:rt\:sw {
    margin-right: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:bot\:sw {
    margin-bottom: calc(100% / calc(var(--t-phi) * 8));
  }

  html  .wp-block-post-content .t-marg\:phi\:-8\:lt\:sw {
    margin-left: calc(100% / calc(var(--t-phi) * 8));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:phi\:-9 {
    margin: calc(100% / calc(var(--t-phi) * 9));
  }

   .wp-block-post-content  .t-marg\:phi\:-9\:top {
    margin-top: calc(100% / calc(var(--t-phi) * 9));
  }

   .wp-block-post-content  .t-marg\:phi\:-9\:rt {
    margin-right: calc(100% / calc(var(--t-phi) * 9));
  }

   .wp-block-post-content  .t-marg\:phi\:-9\:bot {
    margin-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

   .wp-block-post-content  .t-marg\:phi\:-9\:lt {
    margin-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:phi\:-9\:xs {
    margin: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:top\:xs {
    margin-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:rt\:xs {
    margin-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:bot\:xs {
    margin-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:lt\:xs {
    margin-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:phi\:-9\:s {
    margin: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:top\:s {
    margin-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:rt\:s {
    margin-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:bot\:s {
    margin-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:lt\:s {
    margin-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-9\:m {
    margin: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:top\:m {
    margin-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:rt\:m {
    margin-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:bot\:m {
    margin-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:lt\:m {
    margin-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:phi\:-9\:l {
    margin: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:top\:l {
    margin-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:rt\:l {
    margin-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:bot\:l {
    margin-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:lt\:l {
    margin-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:phi\:-9\:xl {
    margin: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:top\:xl {
    margin-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:rt\:xl {
    margin-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:bot\:xl {
    margin-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:lt\:xl {
    margin-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:phi\:-9\:sw {
    margin: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:top\:sw {
    margin-top: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:rt\:sw {
    margin-right: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:bot\:sw {
    margin-bottom: calc(100% / calc(var(--t-phi) * 9));
  }

  html  .wp-block-post-content .t-marg\:phi\:-9\:lt\:sw {
    margin-left: calc(100% / calc(var(--t-phi) * 9));
  }
}
/* Margin Pixels */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:20px {
    margin: 20px;
  }

   .wp-block-post-content  .t-marg\:20px\:top {
    margin-top: 20px;
  }

   .wp-block-post-content  .t-marg\:20px\:rt {
    margin-right: 20px;
  }

   .wp-block-post-content  .t-marg\:20px\:bot {
    margin-bottom: 20px;
  }

   .wp-block-post-content  .t-marg\:20px\:lt {
    margin-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:20px\:xs {
    margin: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:top\:xs {
    margin-top: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:rt\:xs {
    margin-right: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:bot\:xs {
    margin-bottom: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:lt\:xs {
    margin-left: 20px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:20px\:s {
    margin: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:top\:s {
    margin-top: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:rt\:s {
    margin-right: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:bot\:s {
    margin-bottom: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:lt\:s {
    margin-left: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:20px\:m {
    margin: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:top\:m {
    margin-top: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:rt\:m {
    margin-right: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:bot\:m {
    margin-bottom: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:lt\:m {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:20px\:l {
    margin: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:top\:l {
    margin-top: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:rt\:l {
    margin-right: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:bot\:l {
    margin-bottom: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:lt\:l {
    margin-left: 20px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:20px\:xl {
    margin: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:top\:xl {
    margin-top: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:rt\:xl {
    margin-right: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:bot\:xl {
    margin-bottom: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:lt\:xl {
    margin-left: 20px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:20px\:sw {
    margin: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:top\:sw {
    margin-top: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:rt\:sw {
    margin-right: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:bot\:sw {
    margin-bottom: 20px;
  }

  html  .wp-block-post-content .t-marg\:20px\:lt\:sw {
    margin-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:15px {
    margin: 15px;
  }

   .wp-block-post-content  .t-marg\:15px\:top {
    margin-top: 15px;
  }

   .wp-block-post-content  .t-marg\:15px\:rt {
    margin-right: 15px;
  }

   .wp-block-post-content  .t-marg\:15px\:bot {
    margin-bottom: 15px;
  }

   .wp-block-post-content  .t-marg\:15px\:lt {
    margin-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:15px\:xs {
    margin: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:top\:xs {
    margin-top: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:rt\:xs {
    margin-right: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:bot\:xs {
    margin-bottom: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:lt\:xs {
    margin-left: 15px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:15px\:s {
    margin: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:top\:s {
    margin-top: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:rt\:s {
    margin-right: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:bot\:s {
    margin-bottom: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:lt\:s {
    margin-left: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:15px\:m {
    margin: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:top\:m {
    margin-top: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:rt\:m {
    margin-right: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:bot\:m {
    margin-bottom: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:lt\:m {
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:15px\:l {
    margin: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:top\:l {
    margin-top: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:rt\:l {
    margin-right: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:bot\:l {
    margin-bottom: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:lt\:l {
    margin-left: 15px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:15px\:xl {
    margin: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:top\:xl {
    margin-top: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:rt\:xl {
    margin-right: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:bot\:xl {
    margin-bottom: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:lt\:xl {
    margin-left: 15px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:15px\:sw {
    margin: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:top\:sw {
    margin-top: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:rt\:sw {
    margin-right: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:bot\:sw {
    margin-bottom: 15px;
  }

  html  .wp-block-post-content .t-marg\:15px\:lt\:sw {
    margin-left: 15px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:10px {
    margin: 10px;
  }

   .wp-block-post-content  .t-marg\:10px\:top {
    margin-top: 10px;
  }

   .wp-block-post-content  .t-marg\:10px\:rt {
    margin-right: 10px;
  }

   .wp-block-post-content  .t-marg\:10px\:bot {
    margin-bottom: 10px;
  }

   .wp-block-post-content  .t-marg\:10px\:lt {
    margin-left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:10px\:xs {
    margin: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:top\:xs {
    margin-top: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:rt\:xs {
    margin-right: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:bot\:xs {
    margin-bottom: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:lt\:xs {
    margin-left: 10px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:10px\:s {
    margin: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:top\:s {
    margin-top: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:rt\:s {
    margin-right: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:bot\:s {
    margin-bottom: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:lt\:s {
    margin-left: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:10px\:m {
    margin: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:top\:m {
    margin-top: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:rt\:m {
    margin-right: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:bot\:m {
    margin-bottom: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:lt\:m {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:10px\:l {
    margin: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:top\:l {
    margin-top: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:rt\:l {
    margin-right: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:bot\:l {
    margin-bottom: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:lt\:l {
    margin-left: 10px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:10px\:xl {
    margin: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:top\:xl {
    margin-top: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:rt\:xl {
    margin-right: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:bot\:xl {
    margin-bottom: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:lt\:xl {
    margin-left: 10px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:10px\:sw {
    margin: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:top\:sw {
    margin-top: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:rt\:sw {
    margin-right: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:bot\:sw {
    margin-bottom: 10px;
  }

  html  .wp-block-post-content .t-marg\:10px\:lt\:sw {
    margin-left: 10px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:5px {
    margin: 5px;
  }

   .wp-block-post-content  .t-marg\:5px\:top {
    margin-top: 5px;
  }

   .wp-block-post-content  .t-marg\:5px\:rt {
    margin-right: 5px;
  }

   .wp-block-post-content  .t-marg\:5px\:bot {
    margin-bottom: 5px;
  }

   .wp-block-post-content  .t-marg\:5px\:lt {
    margin-left: 5px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:5px\:xs {
    margin: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:top\:xs {
    margin-top: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:rt\:xs {
    margin-right: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:bot\:xs {
    margin-bottom: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:lt\:xs {
    margin-left: 5px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:5px\:s {
    margin: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:top\:s {
    margin-top: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:rt\:s {
    margin-right: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:bot\:s {
    margin-bottom: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:lt\:s {
    margin-left: 5px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:5px\:m {
    margin: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:top\:m {
    margin-top: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:rt\:m {
    margin-right: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:bot\:m {
    margin-bottom: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:lt\:m {
    margin-left: 5px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:5px\:l {
    margin: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:top\:l {
    margin-top: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:rt\:l {
    margin-right: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:bot\:l {
    margin-bottom: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:lt\:l {
    margin-left: 5px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:5px\:xl {
    margin: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:top\:xl {
    margin-top: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:rt\:xl {
    margin-right: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:bot\:xl {
    margin-bottom: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:lt\:xl {
    margin-left: 5px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:5px\:sw {
    margin: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:top\:sw {
    margin-top: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:rt\:sw {
    margin-right: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:bot\:sw {
    margin-bottom: 5px;
  }

  html  .wp-block-post-content .t-marg\:5px\:lt\:sw {
    margin-left: 5px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg\:0px {
    margin: 0px;
  }

   .wp-block-post-content  .t-marg\:0px\:top {
    margin-top: 0px;
  }

   .wp-block-post-content  .t-marg\:0px\:rt {
    margin-right: 0px;
  }

   .wp-block-post-content  .t-marg\:0px\:bot {
    margin-bottom: 0px;
  }

   .wp-block-post-content  .t-marg\:0px\:lt {
    margin-left: 0px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  html  .wp-block-post-content .t-marg\:0px\:xs {
    margin: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:top\:xs {
    margin-top: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:rt\:xs {
    margin-right: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:bot\:xs {
    margin-bottom: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:lt\:xs {
    margin-left: 0px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  html  .wp-block-post-content .t-marg\:0px\:s {
    margin: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:top\:s {
    margin-top: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:rt\:s {
    margin-right: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:bot\:s {
    margin-bottom: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:lt\:s {
    margin-left: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html  .wp-block-post-content .t-marg\:0px\:m {
    margin: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:top\:m {
    margin-top: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:rt\:m {
    margin-right: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:bot\:m {
    margin-bottom: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:lt\:m {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  html  .wp-block-post-content .t-marg\:0px\:l {
    margin: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:top\:l {
    margin-top: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:rt\:l {
    margin-right: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:bot\:l {
    margin-bottom: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:lt\:l {
    margin-left: 0px;
  }
}
@media (min-width: 1250px) {
  html  .wp-block-post-content .t-marg\:0px\:xl {
    margin: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:top\:xl {
    margin-top: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:rt\:xl {
    margin-right: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:bot\:xl {
    margin-bottom: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:lt\:xl {
    margin-left: 0px;
  }
}
@media (min-width: 1300px) {
  html  .wp-block-post-content .t-marg\:0px\:sw {
    margin: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:top\:sw {
    margin-top: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:rt\:sw {
    margin-right: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:bot\:sw {
    margin-bottom: 0px;
  }

  html  .wp-block-post-content .t-marg\:0px\:lt\:sw {
    margin-left: 0px;
  }
}
/*

https://ascii.cl/

*/
/* @debug$increment-keys; */
/* Padding Percents */
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter {
    /*padding: : var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:top {
    /*padding: -top: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:top > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:rt {
    /*padding: -right: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:rt > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:bot {
    /*padding: -bottom: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:bot > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:lt {
    /*padding: -left: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:lt > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:xs {
    /*padding: : var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:xs > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:top\:xs {
    /*padding: -top: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:top\:xs > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:rt\:xs {
    /*padding: -right: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:rt\:xs > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:bot\:xs {
    /*padding: -bottom: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:bot\:xs > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:lt\:xs {
    /*padding: -left: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:lt\:xs > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:s {
    /*padding: : var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:s > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:top\:s {
    /*padding: -top: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:top\:s > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:rt\:s {
    /*padding: -right: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:rt\:s > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:bot\:s {
    /*padding: -bottom: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:bot\:s > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:lt\:s {
    /*padding: -left: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:lt\:s > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:m {
    /*padding: : var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:m > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:top\:m {
    /*padding: -top: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:top\:m > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:rt\:m {
    /*padding: -right: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:rt\:m > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:bot\:m {
    /*padding: -bottom: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:bot\:m > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:lt\:m {
    /*padding: -left: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:lt\:m > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:l {
    /*padding: : var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:l > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:top\:l {
    /*padding: -top: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:top\:l > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:rt\:l {
    /*padding: -right: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:rt\:l > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:bot\:l {
    /*padding: -bottom: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:bot\:l > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:lt\:l {
    /*padding: -left: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:lt\:l > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:xl {
    /*padding: : var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:xl > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:top\:xl {
    /*padding: -top: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:top\:xl > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:rt\:xl {
    /*padding: -right: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:rt\:xl > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:bot\:xl {
    /*padding: -bottom: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:bot\:xl > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:lt\:xl {
    /*padding: -left: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:lt\:xl > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:sw {
    /*padding: : var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:sw > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:top\:sw {
    /*padding: -top: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:top\:sw > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:rt\:sw {
    /*padding: -right: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:rt\:sw > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:bot\:sw {
    /*padding: -bottom: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:bot\:sw > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }

   .wp-block-post-content  .t-gutter\:lt\:sw {
    /*padding: -left: var(--t-site-padding); */
    margin-right: calc(0px - var(--t-site-padding));
    margin-left: calc(0px -  var(--t-site-padding));
  }
   .wp-block-post-content  .t-gutter\:lt\:sw > * {
    padding: var(--t-site-padding) var(--t-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter\:75pc {
    /*padding: : calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:top {
    /*padding: -top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:top > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:rt {
    /*padding: -right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:rt > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:bot {
    /*padding: -bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:bot > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:lt {
    /*padding: -left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:lt > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:75pc\:xs {
    /*padding: : calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:xs > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:top\:xs {
    /*padding: -top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:top\:xs > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:rt\:xs {
    /*padding: -right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:rt\:xs > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:bot\:xs {
    /*padding: -bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:bot\:xs > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:lt\:xs {
    /*padding: -left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:lt\:xs > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:75pc\:s {
    /*padding: : calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:s > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:top\:s {
    /*padding: -top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:top\:s > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:rt\:s {
    /*padding: -right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:rt\:s > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:bot\:s {
    /*padding: -bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:bot\:s > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:lt\:s {
    /*padding: -left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:lt\:s > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:75pc\:m {
    /*padding: : calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:m > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:top\:m {
    /*padding: -top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:top\:m > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:rt\:m {
    /*padding: -right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:rt\:m > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:bot\:m {
    /*padding: -bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:bot\:m > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:lt\:m {
    /*padding: -left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:lt\:m > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:75pc\:l {
    /*padding: : calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:l > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:top\:l {
    /*padding: -top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:top\:l > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:rt\:l {
    /*padding: -right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:rt\:l > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:bot\:l {
    /*padding: -bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:bot\:l > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:lt\:l {
    /*padding: -left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:lt\:l > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:75pc\:xl {
    /*padding: : calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:xl > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:top\:xl {
    /*padding: -top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:top\:xl > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:rt\:xl {
    /*padding: -right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:rt\:xl > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:bot\:xl {
    /*padding: -bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:bot\:xl > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:lt\:xl {
    /*padding: -left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:lt\:xl > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:75pc\:sw {
    /*padding: : calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:sw > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:top\:sw {
    /*padding: -top: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:top\:sw > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:rt\:sw {
    /*padding: -right: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:rt\:sw > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:bot\:sw {
    /*padding: -bottom: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:bot\:sw > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }

   .wp-block-post-content  .t-gutter\:75pc\:lt\:sw {
    /*padding: -left: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)); */
    margin-right: calc(0px - calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
    margin-left: calc(0px -  calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)));
  }
   .wp-block-post-content  .t-gutter\:75pc\:lt\:sw > * {
    padding: calc(var(--t-site-padding) - calc(var(--t-site-padding)/4)) calc(var(--t-site-padding) - calc(var(--t-site-padding)/4));
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter\:50pc {
    /*padding: : calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:top {
    /*padding: -top: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:top > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:rt {
    /*padding: -right: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:rt > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:bot {
    /*padding: -bottom: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:bot > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:lt {
    /*padding: -left: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:lt > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:50pc\:xs {
    /*padding: : calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:xs > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:top\:xs {
    /*padding: -top: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:top\:xs > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:rt\:xs {
    /*padding: -right: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:rt\:xs > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:bot\:xs {
    /*padding: -bottom: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:bot\:xs > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:lt\:xs {
    /*padding: -left: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:lt\:xs > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:50pc\:s {
    /*padding: : calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:s > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:top\:s {
    /*padding: -top: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:top\:s > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:rt\:s {
    /*padding: -right: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:rt\:s > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:bot\:s {
    /*padding: -bottom: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:bot\:s > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:lt\:s {
    /*padding: -left: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:lt\:s > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:50pc\:m {
    /*padding: : calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:m > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:top\:m {
    /*padding: -top: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:top\:m > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:rt\:m {
    /*padding: -right: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:rt\:m > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:bot\:m {
    /*padding: -bottom: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:bot\:m > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:lt\:m {
    /*padding: -left: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:lt\:m > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:50pc\:l {
    /*padding: : calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:l > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:top\:l {
    /*padding: -top: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:top\:l > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:rt\:l {
    /*padding: -right: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:rt\:l > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:bot\:l {
    /*padding: -bottom: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:bot\:l > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:lt\:l {
    /*padding: -left: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:lt\:l > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:50pc\:xl {
    /*padding: : calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:xl > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:top\:xl {
    /*padding: -top: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:top\:xl > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:rt\:xl {
    /*padding: -right: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:rt\:xl > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:bot\:xl {
    /*padding: -bottom: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:bot\:xl > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:lt\:xl {
    /*padding: -left: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:lt\:xl > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:50pc\:sw {
    /*padding: : calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:sw > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:top\:sw {
    /*padding: -top: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:top\:sw > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:rt\:sw {
    /*padding: -right: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:rt\:sw > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:bot\:sw {
    /*padding: -bottom: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:bot\:sw > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }

   .wp-block-post-content  .t-gutter\:50pc\:lt\:sw {
    /*padding: -left: calc(var(--t-site-padding)/2); */
    margin-right: calc(0px - calc(var(--t-site-padding)/2));
    margin-left: calc(0px -  calc(var(--t-site-padding)/2));
  }
   .wp-block-post-content  .t-gutter\:50pc\:lt\:sw > * {
    padding: calc(var(--t-site-padding)/2) calc(var(--t-site-padding)/2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter\:33pc {
    /*padding: : calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:top {
    /*padding: -top: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:top > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:rt {
    /*padding: -right: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:rt > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:bot {
    /*padding: -bottom: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:bot > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:lt {
    /*padding: -left: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:lt > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:33pc\:xs {
    /*padding: : calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:xs > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:top\:xs {
    /*padding: -top: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:top\:xs > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:rt\:xs {
    /*padding: -right: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:rt\:xs > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:bot\:xs {
    /*padding: -bottom: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:bot\:xs > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:lt\:xs {
    /*padding: -left: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:lt\:xs > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:33pc\:s {
    /*padding: : calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:s > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:top\:s {
    /*padding: -top: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:top\:s > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:rt\:s {
    /*padding: -right: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:rt\:s > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:bot\:s {
    /*padding: -bottom: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:bot\:s > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:lt\:s {
    /*padding: -left: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:lt\:s > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:33pc\:m {
    /*padding: : calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:m > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:top\:m {
    /*padding: -top: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:top\:m > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:rt\:m {
    /*padding: -right: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:rt\:m > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:bot\:m {
    /*padding: -bottom: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:bot\:m > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:lt\:m {
    /*padding: -left: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:lt\:m > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:33pc\:l {
    /*padding: : calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:l > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:top\:l {
    /*padding: -top: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:top\:l > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:rt\:l {
    /*padding: -right: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:rt\:l > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:bot\:l {
    /*padding: -bottom: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:bot\:l > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:lt\:l {
    /*padding: -left: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:lt\:l > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:33pc\:xl {
    /*padding: : calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:xl > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:top\:xl {
    /*padding: -top: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:top\:xl > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:rt\:xl {
    /*padding: -right: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:rt\:xl > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:bot\:xl {
    /*padding: -bottom: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:bot\:xl > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:lt\:xl {
    /*padding: -left: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:lt\:xl > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:33pc\:sw {
    /*padding: : calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:sw > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:top\:sw {
    /*padding: -top: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:top\:sw > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:rt\:sw {
    /*padding: -right: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:rt\:sw > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:bot\:sw {
    /*padding: -bottom: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:bot\:sw > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }

   .wp-block-post-content  .t-gutter\:33pc\:lt\:sw {
    /*padding: -left: calc(var(--t-site-padding)/3); */
    margin-right: calc(0px - calc(var(--t-site-padding)/3));
    margin-left: calc(0px -  calc(var(--t-site-padding)/3));
  }
   .wp-block-post-content  .t-gutter\:33pc\:lt\:sw > * {
    padding: calc(var(--t-site-padding)/3) calc(var(--t-site-padding)/3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter\:25pc {
    /*padding: : calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:top {
    /*padding: -top: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:top > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:rt {
    /*padding: -right: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:rt > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:bot {
    /*padding: -bottom: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:bot > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:lt {
    /*padding: -left: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:lt > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:25pc\:xs {
    /*padding: : calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:xs > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:top\:xs {
    /*padding: -top: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:top\:xs > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:rt\:xs {
    /*padding: -right: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:rt\:xs > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:bot\:xs {
    /*padding: -bottom: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:bot\:xs > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:lt\:xs {
    /*padding: -left: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:lt\:xs > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:25pc\:s {
    /*padding: : calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:s > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:top\:s {
    /*padding: -top: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:top\:s > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:rt\:s {
    /*padding: -right: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:rt\:s > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:bot\:s {
    /*padding: -bottom: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:bot\:s > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:lt\:s {
    /*padding: -left: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:lt\:s > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:25pc\:m {
    /*padding: : calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:m > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:top\:m {
    /*padding: -top: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:top\:m > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:rt\:m {
    /*padding: -right: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:rt\:m > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:bot\:m {
    /*padding: -bottom: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:bot\:m > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:lt\:m {
    /*padding: -left: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:lt\:m > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:25pc\:l {
    /*padding: : calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:l > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:top\:l {
    /*padding: -top: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:top\:l > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:rt\:l {
    /*padding: -right: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:rt\:l > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:bot\:l {
    /*padding: -bottom: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:bot\:l > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:lt\:l {
    /*padding: -left: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:lt\:l > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:25pc\:xl {
    /*padding: : calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:xl > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:top\:xl {
    /*padding: -top: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:top\:xl > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:rt\:xl {
    /*padding: -right: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:rt\:xl > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:bot\:xl {
    /*padding: -bottom: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:bot\:xl > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:lt\:xl {
    /*padding: -left: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:lt\:xl > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:25pc\:sw {
    /*padding: : calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:sw > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:top\:sw {
    /*padding: -top: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:top\:sw > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:rt\:sw {
    /*padding: -right: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:rt\:sw > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:bot\:sw {
    /*padding: -bottom: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:bot\:sw > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }

   .wp-block-post-content  .t-gutter\:25pc\:lt\:sw {
    /*padding: -left: calc(var(--t-site-padding)/4); */
    margin-right: calc(0px - calc(var(--t-site-padding)/4));
    margin-left: calc(0px -  calc(var(--t-site-padding)/4));
  }
   .wp-block-post-content  .t-gutter\:25pc\:lt\:sw > * {
    padding: calc(var(--t-site-padding)/4) calc(var(--t-site-padding)/4);
  }
}
/* Padding Pixels */
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter {
    /* padding: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:top {
    /* padding-top: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:top > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:rt {
    /* padding-right: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:rt > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:bot {
    /* padding-bottom: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:bot > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:lt {
    /* padding-left: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:lt > * {
    padding:  ;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:xs {
    /* padding: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:xs > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:top\:xs {
    /* padding-top: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:top\:xs > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:rt\:xs {
    /* padding-right: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:rt\:xs > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:bot\:xs {
    /* padding-bottom: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:bot\:xs > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:lt\:xs {
    /* padding-left: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:lt\:xs > * {
    padding:  ;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:s {
    /* padding: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:s > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:top\:s {
    /* padding-top: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:top\:s > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:rt\:s {
    /* padding-right: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:rt\:s > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:bot\:s {
    /* padding-bottom: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:bot\:s > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:lt\:s {
    /* padding-left: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:lt\:s > * {
    padding:  ;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:m {
    /* padding: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:m > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:top\:m {
    /* padding-top: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:top\:m > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:rt\:m {
    /* padding-right: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:rt\:m > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:bot\:m {
    /* padding-bottom: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:bot\:m > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:lt\:m {
    /* padding-left: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:lt\:m > * {
    padding:  ;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:l {
    /* padding: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:l > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:top\:l {
    /* padding-top: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:top\:l > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:rt\:l {
    /* padding-right: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:rt\:l > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:bot\:l {
    /* padding-bottom: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:bot\:l > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:lt\:l {
    /* padding-left: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:lt\:l > * {
    padding:  ;
  }
}
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:xl {
    /* padding: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:xl > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:top\:xl {
    /* padding-top: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:top\:xl > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:rt\:xl {
    /* padding-right: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:rt\:xl > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:bot\:xl {
    /* padding-bottom: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:bot\:xl > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:lt\:xl {
    /* padding-left: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:lt\:xl > * {
    padding:  ;
  }
}
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:sw {
    /* padding: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:sw > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:top\:sw {
    /* padding-top: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:top\:sw > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:rt\:sw {
    /* padding-right: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:rt\:sw > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:bot\:sw {
    /* padding-bottom: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:bot\:sw > * {
    padding:  ;
  }

   .wp-block-post-content  .t-gutter\:lt\:sw {
    /* padding-left: ; */
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
   .wp-block-post-content  .t-gutter\:lt\:sw > * {
    padding:  ;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter\:20px {
    /* padding: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:top {
    /* padding-top: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:top > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:rt {
    /* padding-right: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:rt > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:bot {
    /* padding-bottom: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:bot > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:lt {
    /* padding-left: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:lt > * {
    padding: 20px 20px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:20px\:xs {
    /* padding: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:xs > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:top\:xs {
    /* padding-top: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:top\:xs > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:rt\:xs {
    /* padding-right: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:rt\:xs > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:bot\:xs {
    /* padding-bottom: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:bot\:xs > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:lt\:xs {
    /* padding-left: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:lt\:xs > * {
    padding: 20px 20px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:20px\:s {
    /* padding: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:s > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:top\:s {
    /* padding-top: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:top\:s > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:rt\:s {
    /* padding-right: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:rt\:s > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:bot\:s {
    /* padding-bottom: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:bot\:s > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:lt\:s {
    /* padding-left: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:lt\:s > * {
    padding: 20px 20px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:20px\:m {
    /* padding: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:m > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:top\:m {
    /* padding-top: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:top\:m > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:rt\:m {
    /* padding-right: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:rt\:m > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:bot\:m {
    /* padding-bottom: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:bot\:m > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:lt\:m {
    /* padding-left: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:lt\:m > * {
    padding: 20px 20px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:20px\:l {
    /* padding: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:l > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:top\:l {
    /* padding-top: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:top\:l > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:rt\:l {
    /* padding-right: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:rt\:l > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:bot\:l {
    /* padding-bottom: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:bot\:l > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:lt\:l {
    /* padding-left: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:lt\:l > * {
    padding: 20px 20px;
  }
}
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:20px\:xl {
    /* padding: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:xl > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:top\:xl {
    /* padding-top: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:top\:xl > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:rt\:xl {
    /* padding-right: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:rt\:xl > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:bot\:xl {
    /* padding-bottom: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:bot\:xl > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:lt\:xl {
    /* padding-left: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:lt\:xl > * {
    padding: 20px 20px;
  }
}
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:20px\:sw {
    /* padding: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:sw > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:top\:sw {
    /* padding-top: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:top\:sw > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:rt\:sw {
    /* padding-right: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:rt\:sw > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:bot\:sw {
    /* padding-bottom: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:bot\:sw > * {
    padding: 20px 20px;
  }

   .wp-block-post-content  .t-gutter\:20px\:lt\:sw {
    /* padding-left: 20px; */
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
   .wp-block-post-content  .t-gutter\:20px\:lt\:sw > * {
    padding: 20px 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter\:15px {
    /* padding: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:top {
    /* padding-top: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:top > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:rt {
    /* padding-right: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:rt > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:bot {
    /* padding-bottom: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:bot > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:lt {
    /* padding-left: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:lt > * {
    padding: 15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:15px\:xs {
    /* padding: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:xs > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:top\:xs {
    /* padding-top: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:top\:xs > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:rt\:xs {
    /* padding-right: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:rt\:xs > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:bot\:xs {
    /* padding-bottom: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:bot\:xs > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:lt\:xs {
    /* padding-left: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:lt\:xs > * {
    padding: 15px 15px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:15px\:s {
    /* padding: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:s > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:top\:s {
    /* padding-top: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:top\:s > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:rt\:s {
    /* padding-right: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:rt\:s > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:bot\:s {
    /* padding-bottom: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:bot\:s > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:lt\:s {
    /* padding-left: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:lt\:s > * {
    padding: 15px 15px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:15px\:m {
    /* padding: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:m > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:top\:m {
    /* padding-top: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:top\:m > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:rt\:m {
    /* padding-right: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:rt\:m > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:bot\:m {
    /* padding-bottom: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:bot\:m > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:lt\:m {
    /* padding-left: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:lt\:m > * {
    padding: 15px 15px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:15px\:l {
    /* padding: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:l > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:top\:l {
    /* padding-top: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:top\:l > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:rt\:l {
    /* padding-right: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:rt\:l > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:bot\:l {
    /* padding-bottom: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:bot\:l > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:lt\:l {
    /* padding-left: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:lt\:l > * {
    padding: 15px 15px;
  }
}
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:15px\:xl {
    /* padding: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:xl > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:top\:xl {
    /* padding-top: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:top\:xl > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:rt\:xl {
    /* padding-right: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:rt\:xl > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:bot\:xl {
    /* padding-bottom: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:bot\:xl > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:lt\:xl {
    /* padding-left: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:lt\:xl > * {
    padding: 15px 15px;
  }
}
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:15px\:sw {
    /* padding: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:sw > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:top\:sw {
    /* padding-top: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:top\:sw > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:rt\:sw {
    /* padding-right: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:rt\:sw > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:bot\:sw {
    /* padding-bottom: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:bot\:sw > * {
    padding: 15px 15px;
  }

   .wp-block-post-content  .t-gutter\:15px\:lt\:sw {
    /* padding-left: 15px; */
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
   .wp-block-post-content  .t-gutter\:15px\:lt\:sw > * {
    padding: 15px 15px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter\:10px {
    /* padding: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:top {
    /* padding-top: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:top > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:rt {
    /* padding-right: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:rt > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:bot {
    /* padding-bottom: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:bot > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:lt {
    /* padding-left: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:lt > * {
    padding: 10px 10px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:10px\:xs {
    /* padding: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:xs > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:top\:xs {
    /* padding-top: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:top\:xs > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:rt\:xs {
    /* padding-right: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:rt\:xs > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:bot\:xs {
    /* padding-bottom: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:bot\:xs > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:lt\:xs {
    /* padding-left: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:lt\:xs > * {
    padding: 10px 10px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:10px\:s {
    /* padding: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:s > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:top\:s {
    /* padding-top: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:top\:s > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:rt\:s {
    /* padding-right: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:rt\:s > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:bot\:s {
    /* padding-bottom: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:bot\:s > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:lt\:s {
    /* padding-left: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:lt\:s > * {
    padding: 10px 10px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:10px\:m {
    /* padding: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:m > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:top\:m {
    /* padding-top: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:top\:m > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:rt\:m {
    /* padding-right: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:rt\:m > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:bot\:m {
    /* padding-bottom: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:bot\:m > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:lt\:m {
    /* padding-left: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:lt\:m > * {
    padding: 10px 10px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:10px\:l {
    /* padding: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:l > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:top\:l {
    /* padding-top: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:top\:l > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:rt\:l {
    /* padding-right: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:rt\:l > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:bot\:l {
    /* padding-bottom: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:bot\:l > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:lt\:l {
    /* padding-left: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:lt\:l > * {
    padding: 10px 10px;
  }
}
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:10px\:xl {
    /* padding: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:xl > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:top\:xl {
    /* padding-top: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:top\:xl > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:rt\:xl {
    /* padding-right: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:rt\:xl > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:bot\:xl {
    /* padding-bottom: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:bot\:xl > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:lt\:xl {
    /* padding-left: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:lt\:xl > * {
    padding: 10px 10px;
  }
}
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:10px\:sw {
    /* padding: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:sw > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:top\:sw {
    /* padding-top: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:top\:sw > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:rt\:sw {
    /* padding-right: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:rt\:sw > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:bot\:sw {
    /* padding-bottom: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:bot\:sw > * {
    padding: 10px 10px;
  }

   .wp-block-post-content  .t-gutter\:10px\:lt\:sw {
    /* padding-left: 10px; */
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
   .wp-block-post-content  .t-gutter\:10px\:lt\:sw > * {
    padding: 10px 10px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter\:5px {
    /* padding: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:top {
    /* padding-top: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:top > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:rt {
    /* padding-right: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:rt > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:bot {
    /* padding-bottom: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:bot > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:lt {
    /* padding-left: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:lt > * {
    padding: 5px 5px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:5px\:xs {
    /* padding: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:xs > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:top\:xs {
    /* padding-top: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:top\:xs > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:rt\:xs {
    /* padding-right: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:rt\:xs > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:bot\:xs {
    /* padding-bottom: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:bot\:xs > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:lt\:xs {
    /* padding-left: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:lt\:xs > * {
    padding: 5px 5px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:5px\:s {
    /* padding: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:s > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:top\:s {
    /* padding-top: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:top\:s > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:rt\:s {
    /* padding-right: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:rt\:s > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:bot\:s {
    /* padding-bottom: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:bot\:s > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:lt\:s {
    /* padding-left: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:lt\:s > * {
    padding: 5px 5px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:5px\:m {
    /* padding: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:m > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:top\:m {
    /* padding-top: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:top\:m > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:rt\:m {
    /* padding-right: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:rt\:m > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:bot\:m {
    /* padding-bottom: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:bot\:m > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:lt\:m {
    /* padding-left: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:lt\:m > * {
    padding: 5px 5px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:5px\:l {
    /* padding: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:l > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:top\:l {
    /* padding-top: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:top\:l > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:rt\:l {
    /* padding-right: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:rt\:l > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:bot\:l {
    /* padding-bottom: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:bot\:l > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:lt\:l {
    /* padding-left: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:lt\:l > * {
    padding: 5px 5px;
  }
}
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:5px\:xl {
    /* padding: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:xl > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:top\:xl {
    /* padding-top: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:top\:xl > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:rt\:xl {
    /* padding-right: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:rt\:xl > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:bot\:xl {
    /* padding-bottom: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:bot\:xl > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:lt\:xl {
    /* padding-left: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:lt\:xl > * {
    padding: 5px 5px;
  }
}
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:5px\:sw {
    /* padding: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:sw > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:top\:sw {
    /* padding-top: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:top\:sw > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:rt\:sw {
    /* padding-right: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:rt\:sw > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:bot\:sw {
    /* padding-bottom: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:bot\:sw > * {
    padding: 5px 5px;
  }

   .wp-block-post-content  .t-gutter\:5px\:lt\:sw {
    /* padding-left: 5px; */
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
   .wp-block-post-content  .t-gutter\:5px\:lt\:sw > * {
    padding: 5px 5px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-gutter\:0px {
    /* padding: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:top {
    /* padding-top: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:top > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:rt {
    /* padding-right: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:rt > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:bot {
    /* padding-bottom: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:bot > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:lt {
    /* padding-left: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:lt > * {
    padding: 0px 0px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
   .wp-block-post-content  .t-gutter\:0px\:xs {
    /* padding: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:xs > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:top\:xs {
    /* padding-top: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:top\:xs > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:rt\:xs {
    /* padding-right: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:rt\:xs > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:bot\:xs {
    /* padding-bottom: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:bot\:xs > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:lt\:xs {
    /* padding-left: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:lt\:xs > * {
    padding: 0px 0px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
   .wp-block-post-content  .t-gutter\:0px\:s {
    /* padding: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:s > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:top\:s {
    /* padding-top: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:top\:s > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:rt\:s {
    /* padding-right: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:rt\:s > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:bot\:s {
    /* padding-bottom: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:bot\:s > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:lt\:s {
    /* padding-left: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:lt\:s > * {
    padding: 0px 0px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
   .wp-block-post-content  .t-gutter\:0px\:m {
    /* padding: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:m > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:top\:m {
    /* padding-top: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:top\:m > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:rt\:m {
    /* padding-right: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:rt\:m > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:bot\:m {
    /* padding-bottom: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:bot\:m > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:lt\:m {
    /* padding-left: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:lt\:m > * {
    padding: 0px 0px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-gutter\:0px\:l {
    /* padding: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:l > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:top\:l {
    /* padding-top: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:top\:l > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:rt\:l {
    /* padding-right: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:rt\:l > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:bot\:l {
    /* padding-bottom: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:bot\:l > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:lt\:l {
    /* padding-left: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:lt\:l > * {
    padding: 0px 0px;
  }
}
@media (min-width: 1250px) {
   .wp-block-post-content  .t-gutter\:0px\:xl {
    /* padding: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:xl > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:top\:xl {
    /* padding-top: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:top\:xl > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:rt\:xl {
    /* padding-right: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:rt\:xl > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:bot\:xl {
    /* padding-bottom: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:bot\:xl > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:lt\:xl {
    /* padding-left: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:lt\:xl > * {
    padding: 0px 0px;
  }
}
@media (min-width: 1300px) {
   .wp-block-post-content  .t-gutter\:0px\:sw {
    /* padding: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:sw > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:top\:sw {
    /* padding-top: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:top\:sw > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:rt\:sw {
    /* padding-right: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:rt\:sw > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:bot\:sw {
    /* padding-bottom: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:bot\:sw > * {
    padding: 0px 0px;
  }

   .wp-block-post-content  .t-gutter\:0px\:lt\:sw {
    /* padding-left: 0px; */
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
   .wp-block-post-content  .t-gutter\:0px\:lt\:sw > * {
    padding: 0px 0px;
  }
}
/* Additional Normalization */
html .wp-block-post-content div, html .wp-block-post-content section, html .wp-block-post-content aside, html .wp-block-post-content article, html .wp-block-post-content img {
  overflow: var(--t-default-overflow);
  display: block;
  margin: 0;
  padding: 0;
  -webkit-border-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html .wp-block-post-content div > p:last-of-type, html .wp-block-post-content section > p:last-of-type, html .wp-block-post-content aside > p:last-of-type, html .wp-block-post-content article > p:last-of-type, html .wp-block-post-content img > p:last-of-type {
  margin-bottom: 0;
}
html .wp-block-post-content div > p:first-of-type, html .wp-block-post-content section > p:first-of-type, html .wp-block-post-content aside > p:first-of-type, html .wp-block-post-content article > p:first-of-type, html .wp-block-post-content img > p:first-of-type {
  margin-top: 0;
}
html .wp-block-post-content ul, html .wp-block-post-content li, html .wp-block-post-content span {
  -webkit-border-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html .wp-block-post-content ul > p:last-of-type, html .wp-block-post-content li > p:last-of-type, html .wp-block-post-content span > p:last-of-type {
  margin-bottom: 0;
}
html .wp-block-post-content ul > p:first-of-type, html .wp-block-post-content li > p:first-of-type, html .wp-block-post-content span > p:first-of-type {
  margin-top: 0;
}



html .wp-block-post-content header .sub-menu {


 	padding:8px !important;
 	background-color: rgba(0, 0, 0, 0.56);
 	color: #d7d7d7;


 }

 
html .wp-block-post-content header  .menu-item-has-children:hover .sub-menu {
  	display:block;
  	z-index:100;
}
 
 html .wp-block-post-content header  .sub-menu li {
 	display: block !important;
 	text-align:left;
 	
  }
  
   .sub-menu li a {
   	padding:8px 5px !important;
   	display:block;
   	font-size: 20px;
   }
  
   
 

 @media (max-width:768px){
html .wp-block-post-content header  		.sub-menu {
 			border:none;
	border-top: 1px solid #414141;
    max-width: 75vw;
    margin: auto !important;

   }

    .wp-block-post-content  .t-nav-mobile .sub-menu li:not(:last-child):after {
  
    width: calc(75vw - 30px);
   
}


}

 @media (min-width:768px) {
html .wp-block-post-content header  	.sub-menu {
	 	position:absolute;
	 	 	border: 1px solid #797979;
	 	display:none;
	 	border: 1px solid #797979;
	 	padding:8px !important;
	 	background-color: rgba(0, 0, 0, 0.56);
	 	color: #d7d7d7;
	 	border-radius:5px;
	 	box-shadow: 0px 3px 5px rgba(0,0,0, .2);
	 	 	border-radius:5px;
	 	 		background-color: rgba(0, 0, 0, 0.56);

 	box-shadow: 0px 3px 5px rgba(0,0,0, .2);

	 		border: 1px solid #797979;
 }

html .wp-block-post-content header   .sub-menu li a {
 
   	font-size: 14px;
   }

html .wp-block-post-content header     .sub-menu li:not(:last-child) {
 	
 	border-bottom:1px solid #797979 
  }

  

 }

a {
	transition: color .3s ease-in-out 0s;
}



@media (hover: hover) {

	.scrolltoggle[data-scrollview="0"] {
		opacity:.3;	
		transform: translateY(200px);
	}

	.scrolltoggle {
		transition:transform .7s ease-out .3s, opacity .7s ease-out .3s;
		position:relative;
	}

	.scrolltoggle[data-scrollview="1"] {
		transform: translateY(0);
	}


}




html .wp-block-post-content h1, html .wp-block-post-content  h2, html .wp-block-post-content  h3, html .wp-block-post-content h4{

  font-family: var(--t-font-secondary);

  letter-spacing:.008em;
  line-height: 1.3em!important;
}






 a{
 	text-decoration:none;
 	color:inherit
 }

p a {

	text-decoration:underline
}



 :is(h1,h2,h3,h4){
 	
 	font-weight: 200;
 	margin:0;
 	-webkit-font-smoothing: subpixel-antialiased !important;
 	font-smoothing: subpixel-antialiased !important;
 }
 
 
 

@media(max-width:964px){
	 .mod-txt br, :is(h1,h2,h3,h4) br{
		 	display:none;
		 }


	html .wp-block-post-content h1, html .wp-block-post-content  h2, html .wp-block-post-content  h3, html .wp-block-post-content h4{

	  line-height: 1.2em!important;
	  font-weight: 600;
	}





}
 .mod-txt :is(h1,h2,h3,h4, p) + *{
 	margin-top:20px !important;
 }
 






html .wp-block-post-content .feat-mantle .article-link .image-thumb, html .wp-block-post-content .feat-mantle .article-link .details {
position:Relative;
z-index:4
}


html .wp-block-post-content .article-link .summary .image-thumb img , html .wp-block-post-content .popular .image, html .wp-block-post-content .feat-descr .image-thumb {
border:1px solid var(--t-grey-norm);
}

.recent-posts .article-link .summary .details{
width:calc(100% - 120px);
}

html .wp-block-post-content img:not(.nosize) {
	width:100%;
	height: Auto;

}



@media(min-width:728px){

	 .wp-block-post-content  .t-nav-spacer.mantle_overlay{
		display:none;
	}
}


html{
	background: black;
}

 







.border {
border: 1px solid #868686;
margin-bottom:1px;
}




    @media(min-width:1024px) {	
		.line-spacer .gutter:not(:last-child) {
			border-right:1px solid
		}
	}
	
	    @media(max-width:1024px) {
				.line-spacer .gutter:not(:last-child) {
		border-bottom:1px solid
	}
	
	}
		

.newsletter-signup .sent input {
    display: none;
}


.contact-form form.sent input,
.contact-form form.sent textarea{
	display:none !important;

}


.contact-form form .wpcf7-response-output{
color:#333 !important;

}
/* colors */


html .wp-block-post-content button.rev{
	
	color:#cbcbcb ;
}



.no-border-margin-bot .hrt,
.no-border-margin-bot .hrb{
	margin-bottom:0 !important;
}



@media(min-width:670px) {
	

	.buzzsprout-embed iframe{
		width: calc(100% + 200px) !important;
		position:Relative;
		left: -200px;
	}
}




html .wp-block-post-content .bg-default{
	background-color: var(--t-grey-dark);
}



.i {
	font-style: italic;
}




@media(max-width:864px) {
	.hide-mob{
		display:none !important;
	}
}


@media(min-width:728px) {
	.hide-desktop{
		display:none !important;
	}
}




@media(min-width:1024px){
	
	.pinned-styles:first-of-type:after{
		content:"";
		display:block;
		clear:both;
	}
	.pinned{
		position:sticky;
		top:0;
	}
	.pinned-styles{
		overflow:visible !important;
	}
	.pinned-styles:after {
		content: "";
		display: block;
		clear: both;
	}
}









html .wp-block-post-content .copyright .wp-block-post-content  .t-flex\:fit {
	justify-content:space-between!important;
}























 
 
 
 
 .mod .mod-header{


  		font-weight: 500;
 }


@media(min-width:864px){
 .mod .mod-header{
 	margin-bottom:calc(var(--t-site-padding)/6);


 }
}


 @media(max-height:728px){

 	.mod  .mod-header{
 	padding-bottom:20px;
 }
 }






  .wp-block-post-content  .t-txt\:xl {
 	

 	font-size: var(--t-txt-headline-xtrabig);


	}


 html .wp-block-post-content .mod-m1-clmns.style2:not( .wp-block-post-content  .t-contain),  html .wp-block-post-content .mod-m1-clmns.style2 .wp-block-post-content  .t-contain {
 	position:relative;

 	width:100%;
 	padding:calc(var(--t-site-padding)*.75);
 	background:linear-gradient(180deg, rgb(255 254 248) 0%, rgba(255,252,242,1)90%);
 	z-index:10;
 	box-shadow:0 -8px 10px rgba(0,0,0, .2); 
 	 max-width:800px !important;
 	
 }


  @media(max-width:728px){

  			 html .wp-block-post-content .mod-m1-clmns.style2:not( .wp-block-post-content  .t-contain),  html .wp-block-post-content .mod-m1-clmns.style2 .wp-block-post-content  .t-contain {
  			 		padding-right:20px !important;
  			 		padding-left:20px !important;
  			 		padding-bottom:0 !important;
  			 		padding-top: calc(var(--t-site-padding)/2);
  			 		    margin: 10px;
    max-width: calc(100% - 20px) !important;
  			 }
  }

 @media(min-width:728px){

 	 html .wp-block-post-content  .mod-m1-clmns.style2:not( .wp-block-post-content  .t-contain),  html .wp-block-post-content .mod-m1-clmns.style2 .wp-block-post-content  .t-contain {

 	 margin-bottom:calc(var(--t-site-padding)/2);
 	  	margin: -100px auto 0;
 	
 }



 }

 html .wp-block-post-content  .mod-m1-clmns.style2 :is(h1,h2,h3,h4,p, div, li){
 		 text-align: center;
 }


  html .wp-block-post-content  .mod-m1-clmns.style2:not( .wp-block-post-content  .t-contain) .mod,  html .wp-block-post-content  .mod-m1-clmns.style2 .wp-block-post-content  .t-contain .mod{
  		padding-top:0!important;
  }
 
 .mod-m1-clmns.style2 h2,  .mod-m1-clmns.style2 h1 {
  	text-transform:none;
  	margin-bottom:20px
  }
 
   .split-screen  *{
   	overflow:visible !important;
   	z-index:5 !important;
   	position:Relative !important;
   }
   
    
  .split-screen .thumb {
  	position:Relative !important;
  	z-index:2 !important;
  	border:1px solid #999;

  }
  
  



  
    .mod.style3  .gutter{
		display:block!important
	}
	
  .mod.style3,  .mod.style3 * {
  	overflow:visible
  }	
  .mod.style3 .gutter{
  		box-shadow:0 2px 15px rgba(0,0,0,.5);
  		margin-bottom:30px;
  		background-color: white;
  		padding:10px !important;

    }
    
    
     .mod.style3 .gutter .mod{
  

  		background-color: white;
  		padding:30px 20px !important;
  		border: 1px solid var(--t-grey-light);
    }
    
    @media(max-width:728px) {
		
		
	 .mod.style3 .gutter .mod{

  		background-color: white;
  		padding:20px 0px !important;

    }
    
		
	}

    
  @media(max-width:728px) {
  	.mod-m1-clmns.style2{
  		padding-right:0!important;
  		padding-left:0!important
  	}
  }
  
  @media(min-width:1024px) {
  	
 
    .split-screen .info {
		padding:0 20px !important;
	}
	
	  .split-screen .item {
   	padding-bottom:var(--t-site-padding) !important;
   }
 
  
  
  }
  
   
   @media(max-width:1024px) {
  	
  .split-screen .grid-items{margin:0 -10px}
  
    .split-screen .item {
		padding:20px 10px
	}
	
	 .split-screen * {
	 	text-align:Center !important;
	 }
  
  
  }
  
  
 .split-screen .item:first-of-type .thumb:before {
 
 	content:"";
 	position:absolute;
 	background-color: black;
 	width:150vw;
 	height:100vh;
 	left:-50vw;
 	top: 50%;
 	z-index:1
 }
 
 
  .split-screen .item:first-of-type .thumb:after {
 
 	content:"";
 	position:absolute;
 	width:150vw;
 	height:11px;
 	left:-50vw;
 	top: calc(50% - 5px);
 	z-index:2;
 	/*background-image: linear-gradient(91deg, #95780D 0%, #BC9A1B 6%, #79651D 12%, #FFE586 17%, #CEB040 23%, #BC9D28 25%, #FFD021 27%, #877326 41%, #F3DA7B 58%, #D5BA53 59%, #AB8C18 69%, #FFF3BA 76%, #FBF3A9 83%, #FFF4C0 92%, #E3BB24 100%);*/
 	background-image: url(/wp-content/themes/rayson/assets/images/gold-band.jpg?sdfs);

 }
 
 
   .split-screen {
   	position:Relative;
   }
 
   .split-screen + * {
   	overflow:visible;
   }
   
  .split-screen + *:before{
  	content:"";
  	display:block;
  	position:relative;
 	height:11px;
 	z-index:2;
 	background-image: url(/wp-content/themes/rayson/assets/images/gold-band-rev.jpg);
 	z-index:10px;
 }
  
  
  
 
  .mod {
  	z-index:3;
  	position:relative;
  }
 
  
   .has-content {
   	position:relative;
   }
  

.has-content.fill{
  	min-height:300px;
  	width:100%;;
  	position:relative;
  }


.mod > img.m1_img {
    position: absolute !important;
}


.mod.fill{
	width:100%;
}

.m1_img_bg{
  	height:100%;
  	position:absolute;
  	width:100%
  }
  
 .mod-m1.fixed .m1_img_bg {
 	background-attachment:fixed;
 	background-size: 100% auto;
 }
 
 
  .mod.mantle >*{
 	height:30vw;
 	
 }

 .home .mod.mantle >*{
 	height:40vw;
 	
 }



 
 .mod.mantle {
 	/*box-shadow:0 4px 4px rgba(0,0,0, .5); */
 	border-bottom: 1px solid #777 !important;
    box-shadow: 0 0 10px rgba(0,0,0, .7);
 }
 

 @media(max-width:728px){

 	 .mod.mantle {
 	 	margin-bottom:10px;
 	 }
 }
 


 .mod-m2 .item .thumb img{overflow:hidden !important}
 
 
  
 html .wp-block-post-content  button:not(.btn-text):not(.fa):not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]), 
 html .wp-block-post-content .button:not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]), 
 html .wp-block-post-content [type="submit"]:not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]), 
 html .wp-block-post-content .wpforms-container-full button[type=submit].wpforms-submit {
	font-size: var(--t-txt-big);
	background:black;
 	display:inline-block;
 	padding:8px 25px;
 	font-size: 18px;
 	text-transform:uppercase;
 	border-radius:3px;
 	font-weight: 500;
 	color:white;
 	transition:all .3s ease;
 	letter-spacing:.03em;
 	border: 1px solid transparent;
 	
}



  html .wp-block-post-content button:hover:not(.btn-text):not(.fa):not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]), 
 html .wp-block-post-content  .button:not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]):hover, 
 html .wp-block-post-content  [type="submit"]:not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]):hover, 
 html .wp-block-post-content  .wpforms-container-full button[type=submit].wpforms-submit:hover {
 	background:rgba(255,255,255, .4);
 	color:black;
  border-color:black; 
 }
  
 
 html .wp-block-post-content .txt-lght  button:not(.btn-text):not(.fa):not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]), 
 html .wp-block-post-content  .txt-lght .button:not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]), 
 html .wp-block-post-content .txt-lght [type="submit"]:not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]), 
 html .wp-block-post-content .txt-lght .wpforms-container-full button[type=submit].wpforms-submit {
 	background:white;
 	color:black;
 }
 
 
  html .wp-block-post-content .txt-lght  button:not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]):hover:not(.btn-text):not(.fa), 
 html .wp-block-post-content  .txt-lght .button:not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]):hover, 
 html .wp-block-post-content .txt-lght [type="submit"]:not([id*="mce"]):not([id*="acf"]):not([class*="acf-"]):not([data-editor]):not([data-wp-editor-id]):hover, 
 html .wp-block-post-content .txt-lght .wpforms-container-full button[type=submit].wpforms-submit:hover {
 	background:rgba(0,0,0, .4);
 	color:white;
  border-color:white; 
  }
  
 .slideshow {

  	  	min-height:30vw;

  }
  
  
  @media(min-width:728px) {right
  	

   .slideshow .slide  .wp-block-post-content  .t-valign  .wp-block-post-content  .t-contain{
  	padding:var(--t-site-padding);

	  }


	  	.clmn2{
		   columns: 2;
		  -webkit-columns: 2;
		  -moz-columns: 2;

		}
  
  }
  
    @media(max-width:728px) {
  	

   .slideshow .slide  .wp-block-post-content  .t-valign  .wp-block-post-content  .t-contain{
  	padding:calc(var(--t-site-padding)/4);

  }

	
  
  }
  
  
  
  .mod-txt.m4-intro {
  	padding-bottom:50px
  }
  
  .m4-row:not(:last-child) {
  	margin-bottom:50px
  }
  
  @media(max-width:728px) {
  	  .m4-row .mod-txt{
  	  margin-top: 30px;
  }
  
  }
  
  
  
  
  .slide.tint:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 60%);
	z-index: 3;
	}
  
  
   .slide[data-tint_pos*='t-flex:align:rt'].tint:before {
  	
  	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 60%);
  }
  
  
  
  
  html .wp-block-post-content  hr {
	border-color: var(--t-color-tertiary);
	border-width: 1px;
	background-color: white;
}


hr.band {
	height:10px;
	background-image: url("/wp-content/themes/rayson/assets/images/gold-band-rev.jpg");
}



.m4-row {
	border-bottom:1px solid  var(--t-color-tertiary);
	margin-bottom:0!important
}




html .wp-block-post-content div form :is([type="email"], [type="text"], [type="textarea"]){
	color:black;
}
 
 
 
 

 .wp-block-post-content  .t-mobmenu	 .wp-block-post-content  .t-toggle-icon:before,  .wp-block-post-content  .t-toggle-icon:after {
		transition-delay: .125s;
	}
 .wp-block-post-content  .t-mobmenu	 .wp-block-post-content  .t-toggle-icon:before {
		 transform: translateY(4px) rotate(135deg);
	}
 .wp-block-post-content  .t-mobmenu	 .wp-block-post-content  .t-toggle-icon {
		border-color: transparent !important;
	}
 .wp-block-post-content  .t-mobmenu	 .wp-block-post-content  .t-toggle-icon:after {
	 transform:	 translateY(-5px) rotate(-135deg);
	}
 
 
.special-event {
	position:relative;
}
.special-event .hitspot {
	position:Absolute;

	display:block;
	left:0;
	width:100%;
	top: 0;
	right:0;
	bottom:0;
}

@media(min-width:501px) {
	

.special-event .more {
	text-align:right;
}

}

@media(max-width:501px) {
	

.special-event .more {
	margin-top: 30px;
}

}








.wine-deal div:first-child {
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 8px;
    border-right: 1px solid white;
}












.sash {
	position:relative;
	overflow:visible;
	height:auto !important;
	width:  calc(100% - 30px); 
}

.sash-field {
	background:black;
	border: 1px solid black;
	color:white;
	font-style: italic;
	padding:12px 8px 10px 8px !important;
	position:relative;
	text-align:center;
display:flex;
	z-index:2;
	line-height:1.3em;
	box-shadow: 2px 0px 8px rgba(0,0,0,.4);
	letter-spacing:.06em
}


.sash-field:before {
	position:absolute !important;
	content:"" !important;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	border:1px solid #FFFB28;
	z-index:1 !important
	
}

.sash-field * {
	color:white;
	position:relative;
	z-index:3;
	font-size: 22px;
	font-weight: bold;
	text-align:left!important
	
}


.wine-deal div:first-child {
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 8px;
    border-right: 1px solid white;
}

html .wp-block-post-content .sash img:not(.nosize) {
	position:absolute;
	right: -25px;
	top: 3px;

	width:auto;
	height:calc(100% + 1px)!important;
	z-index:1;
	width: 38px !important;

}
@media(max-width:768px) {

.sash{
	margin-bottom:;
}

	
	
	.chateau-header .sash{
		margin:auto;
	}
	
	html .wp-block-post-content .sash .wine-deal * {
		font-size: 16px!important;
		text-align:left;	
		}
}

@media(min-width:864px) {
	
	 .sash-field {
	   border-right:none;
	   text-align:left;
	   	font-size: 15px;
	  
	   	padding:7px 8px 7px 8px;
	}
	.sash-field:before {
	   border-right:none;
	}
}


.sash + p{
	margin:8px auto 0px !important
}

@media(min-width:613px) {
	
	
	.sash-clmn {
		display:flex;
		gap:20px;
		justify-content:space-between
	}
	
	.sash-clmn >div:nth-child(1) {
		width:100%
	} 
	
    .sash-clmn >div:nth-child(1) p{
		margin-top: -0px !important;
	} 
	
	
	.sash-clmn .button {
		white-space:nowrap;
		margin-top: 0px!important;
	} 
	
	.sash-clmn >div:nth-child(1) P {
			text-align:left!important;
			
	}

}


.popup-dogear {

  transition: all .5s ease;
  cursor:pointer;
  z-index: 10;

  
}

@media(min-width:768px){

  
.popup-dogear {
    position:fixed;
    top: 210px;
    right: 0px;
    background: linear-gradient(90deg, rgba(251,248,243,1) 95%, rgba(227,225,223,1) 100%);
    padding:4px 0 4px 4px;  
    box-shadow:0 2px 4px rgba(0,0,0,.3);
    border-radius:6px 0 0 6px;

    
  }

  .popup-dogear:hover {

      background:black;
      }


}

@media(max-width:1023px){
  
.popup-dogear {

    top: 280px !important;
  }
}



.popup-dogear h3{
  font-family: "Lato, sans-serif", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align:center;
  border:1px solid var(--dp-color-primary);
  padding:10px;
    border-radius:4px 0 0 4px;
    border-right: none;
    transition:all .5s ease;
}

.popup-dogear h3 em{
    display:block;
    font-style: normal;
    font-weight: 700;
  }




.popup-dogear:hover h3{
  color:white;
  border-color:black;
  }



@media(max-width:768px){
  header .popup-dogear {
    top: 100px;
    right: 0px;
    background: rgba(251,248,243,1);
    padding:3px;  
    box-shadow:0 2px 4px rgba(0,0,0,.3);
  
    
  }
  header .popup-dogear h3{

  padding:5px;
    border-radius:4px 0 0 4px;
  }

 .popup-dogear:hover {

    background:black;
    }

    header .popup-dogear h3 em{ 
      display: inline;
    }
  
}










.tout {
	z-index:900;
	transition:opacity .3s ease;
}

.tout, .tout .tout-container{
	overflow:visible;
		
}

.tout .tout-container{
	box-shadow:0px 0px 5px rgba(0,0,0,.5);

	margin:auto;
	position:Relative;

}


.tout .btn-close{
  position:absolute;
  top: -15px;
  right: -5px;
  background-color:black;
  border-radius:50%;
  width:30px;
  height:30px;
  z-index:100;
  border:1px solid white;
  cursor:pointer;
     display: flex;
    align-content: center;
    justify-content: center;
}


.tout .btn-close span{
    display:block;
    transform:rotate(-45deg);
    color:white;
    font-size: 30px;
    line-height: 1em;
        margin-left: -2px;
    margin-top: -2px;
    
   
    
}


@media(min-width:728px) {
	
	.tout {
	position:fixed;
	bottom: 10px;
	}

	.tout.pos-lt {
		left:10px;
	}
	.tout.pos-rt {
		right:10px;
	}

	
}


@media(max-width:728px) {
	.tout {
		margin:calc(var(--t-site-padding)/2) auto
	}

}


.popup{
		transition:opacity .3s ease;
}

.popup, .popup .popup-container{
	
	overflow:visible;
	position:Relative;
		
}

.popup .popup-container .popup-box{

	position:Relative;
	margin:10px;
	    border-radius: 10px;

}
.popup .popup-container{
	width:100%;
	margin:auto;
}

.popup .popup-container img{
	width: 100%!important;
	height:auto;
}
.popup .btn-close{
  position:absolute;
  top: -10px;
  right: -0px;
  background-color:black;
  border-radius:50%;
  width:30px;
  height:30px;
  z-index:100;
  border:1px solid white;
  cursor:pointer;
      display: flex;
    align-content: center;
    justify-content: center;
}


}

@media(max-width:460px){
	.popup .btn-close{
	right:5px;
	top: -5px;
	}

}

.popup .btn-close span{
    display:block;
    transform:rotate(-45deg);
    color:white;
    font-size: 29px;
    line-height: 1em;
        margin-left: -1px;
    margin-top: -1px;
    
    
}


.popup:not( .wp-block-post-content  .t-hide) {
	position:fixed;
	bottom: 0px;
	left: 0px;
	right: 0;
	top: 0;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,.5);
		z-index:1000;
		
}



.header_banner{
		transition:opacity .3s ease;
}

.header_banner .header_banner-box {
	position:relative;
	overflow:visible;
	
}
.header_banner .btn-close{
  top:-1px;
  right: 5px;
  position:absolute;
  width:23px;
  height:23px;
  z-index:100;

  cursor:pointer;
  
}

.header_banner .btn-close span{
	position:absolute;
	transform:rotate(45deg);
	left:0px;
	top: -9px;
	font-size:25px;
}




html .wp-block-post-content body .header_banner .header-button{
background-color:white !important;
    color: var(--t-color-quaternary) !important;
    padding: 5px 10px !important;
    font-size: 13px;
    text-decoration: none;
    font-weight: 800;

}


@media(max-width:768px){


html .wp-block-post-content body .header_banner .header-button{
margin-top:10px
}



}
.popup.valentines  .popup-box{
border-radius: 10px;
   box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.popup.signup-discount .popup-container .embed-code{
  background:white;
  padding:5px;
  border-radius:8px;

  margin-right:10px;
  margin-left:10px
  
}
.popup.signup-discount  .perc-txt {
  font-size: 60px;
  display:block;
  padding:20px 0;
}
.popup.signup-discount  .form {
  padding:30px 20px;
  border:1px solid red;
  border-radius:8px;
  font-size: 27px;
  line-height: 1.1em;
  min-height:350px;
  display:flex;
  justify-content:center;
  align-items: center;
  
}

.popup.signup-discount  .form input{
  border: 1px solid ;
  margin:15px 0;
  background-color: #efefef;
  text-align:Center;
  font-size: 16px;
  padding:10px;
  width:100%;
  max-width:300px
}

.popup.signup-discount t .expires-txt {
    color:#999;
    padding-top: 10px;
  }
.popup.signup-discount  .button, .popup.signup-discount .expires-txt {
  font-size: 16px;
}

@media(max-width:600px) {
.popup.signup-discount  .form {
  font-size: 20px;
  }
.popup.signup-discount  .perc-txt {
  font-size: 50px;
  }
.popup.signup-discount  .expires-txt {
    font-size: 13px;
    }

 .popup.signup-discount {
    margin-top: -160px;
 
}
}

.see-you-soon {
  padding:15px 0
}



.popup.signup-discount.sent .signupfield {
  display:none
}

.popup.signup-discount:not(.sent) .signupconfirmation{
  display:none
}

.popup.signup-discount .emailerror {
  font-size: 14px;
  color:red;
  position:relative;
  top: -8px;
}
 /* --- Theme ---  *//* ---- ads.css---- */


div:not(.contain)  .wp-block-post-content  .t-contain:not(.ad) {
	max-width:calc(var(--t-site-width) + var(--t-site-padding)/2) !important;
	padding-left: calc(var(--t-site-padding)/4);
	padding-right: calc(var(--t-site-padding)/4);
}

@media(max-width:600px) {
	div:not(.contain)  .wp-block-post-content  .t-contain:not(.ad), .subscription-block {
		padding-left: 15px;
		padding-right: 15px;
	}
}


.ad {
	background-color: #ebebeb;
	border:1px solid #ccc;
	display:flex;
	justify-content: center;
	align-items: center;	
	color: #333!important;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}



/* ---- alt-social-networks.css---- */@font-face {
  font-family: 'fa-alt';
  src: url("/wp-content/themes/Rayson/assets/fonts/fa-alt/fa-alt.eot");
  src: url("/wp-content/themes/Rayson/assets/fonts/fa-alt/fa-alt.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/Rayson/assets/fonts/fa-alt/fa-alt.woff") format("woff"), url("/wp-content/themes/Rayson/assets/fonts/fa-alt/fa-alt.ttf") format("truetype"), url("/wp-content/themes/Rayson/assets/fonts/fa-alt/fa-alt.svg#fa-alt") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*='icon-']:before, .fa-alt {
  display: inline-block;
  font-family: 'fa-alt';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-alt.fa-gab:before {
  content: '\0041';
}

.fa-alt.fa-gettr:before {
  content: '\0042';
}

.fa-alt.fa-parler:before {
  content: '\0043';
}

.fa-alt.fa-politichatter:before {
  content: '\0044';
}

.fa-alt.fa-rumble:before {
  content: '\0045';
}

.fa-alt.fa-truth:before {
  content: '\0046';
}

.fa-alt.fa-x:before{content:'\0047';}/* ---- around-the-world-cntdwn.css---- */
  .x-atw-cnt-dnw {

  border-radius:10px;
  color: white;
  padding:14px 30px;
  background: linear-gradient(60deg,rgba(59, 58, 4, 1) 0%, rgba(199, 193, 87, 1) 22%, rgba(112, 111, 38, 1) 30%, rgba(148, 144, 31, 1) 73%, rgba(255, 253, 181, 1) 90%, rgba(120, 120, 85, 1) 100%); 
 box-shadow:0 2px 5px rgba(0,0,0,.5);
  border:1px solid white;
 }
 
 
  .atw-cnt-dnw {

  border-radius:10px;
  color: white;
  margin: 0 20px;
  padding:14px 30px;
  box-shadow:0 2px 5px rgba(0,0,0,.5);
  border: 1px solid #b4b2b2;
    background-color: #e4e4bc;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(232, 232, 204, 1) 55%);
  }
 
 .cntdnw span:not(:last-of-type) {
    margin-right: 5px;
}
 
 .atw-cnt-dnw h3{
  color:#333;
  margin:0 !important;
  font-family: Gudea, sans-serif;
  font-size: 17px !important;
  text-transform:uppercase;
  font-weight: 500;
 }
 
 .atw-cnt-dnw h3 + .cntdnw {
  margin:5px 0!important
 }
 
  .atw-cnt-dnw h3 + .cntdnw {
      font-family: 'Orbitron', sans-serif;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .7);
    font-size: 20px;
    letter-spacing: .04em;
    line-height: 1.1em;
    padding:10px 10px 7px;
      border-radius:20px;
      box-shadow:0 2px 5px rgba(0,0,0,.9) inset;
    color: #f8f239;
  }
  
    .atw-cnt-dnw .cntdnw span {
    opacity:.5;
    font-weight: 200;
  }
  
  
  @media(max-width:500px) {
      
        .atw-cnt-dnw {
        border-radius:5px!important
      }
      .atw-cnt-dnw h3 + .cntdnw {
        font-size: 14px;
  }
  
   .atw-cnt-dnw h3 + .cntdnw {
      border-radius:5px!important
    }
  
   .atw-cnt-dnw {
    margin-bottom:10px
   }
  }


  
  
   .atw-cnt-dnw .btn {
    background-color: black;
    text-decoration:none;
    text-transform: uppercase;
    display:inline-block;
    font-size: 16px;
    margin-top: 7px;
    padding:5px 18px;
    border-radius:4px
   }/* ---- article-links.css---- */

html .wp-block-post-content .article-link .summary {
	position:Relative;
}

html .wp-block-post-content .article-link a {
	position:absolute;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;
	z-index:5
}


	
 .article-link .post-meta {
 	font-style: italic;
 	font-size: 13px;
 }

.article-link .image-thumb {
	position:Relative;
}

.article-link .details {
	position:relative;
	overflow:visible;
}
.article-link .media-flag {
	position:absolute;
	top: -45px;
	padding:3px 8px;
	z-index:5;
	right:00px;
	width:40px;
	height:30px;
	display: flex;
	justify-content:center;
	align-items:center;

}

.article-link .media-flag.fa-podcast{
	font-size: 22px;
}


.article-link .media-flag.fa-video{
	font-size: 18px;

}



.article-link .media-flag.fa-podcast:before{

	color: white;
}


.article-link .media-flag.fa-video:before{

	color: white;
}





html .wp-block-post-content .article-link .excerpt {
	line-height:1.3em
}





 html .wp-block-post-content .article-link .post-meta {
 	color:#999;
 }
 
 
 html.article-link .post-meta {
 	color:#999;
 }




@media (hover: hover) {


			.article-link .image-thumb .texture, .treatedimg .texture {
				position:Relative;
				display:inline-block;
				width:100%
			}

			.article-link .image-thumb .texture:after, .popular li .image:after, .treatedimg .texture:after{
				content: "";
				position:absolute;
				z-index:3;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background:url('/wp-content/themes/eric-bolling/assets/images/thumbtexture.jpg');background-size: contain;
				mix-blend-mode: hard-light;
				transition: opacity 1s ease;
				opacity:.4;

			}

			html.single .article-img.treatedimg:not(:hover) .texture:after{
				opacity:.2;
			}

			.recent-posts .article-link .texture:after {
				background-size: 230%;
			}


			 .popular li .image:after{
				background-size: 560%;
			}

			 .article-link .image-thumb .texture:after{
				background-size: 170%;
			}]


		.article-link:not(:hover) .image-thumb, .popular  li:not(:hover) .image, .treatedimg:not(:hover) {
			filter: grayscale(95%); /* Standard CSS */
		    -webkit-filter: grayscale(95%); /* CSS for Webkit Browsers */
		    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
		    filter: gray;  /* Internet Explorer IE6-9 */
		    -webkit-filter: grayscale(.95); /* Old WebKit Browsers */
		}


	
	.article-link:hover .image-thumb .texture:after, .popular  li:hover .image:after, .treatedimg:hover .texture:after {
		opacity:0;
	}
}
.image-thumb img{
	aspect-ratio: 14 / 9;
	object-fit:cover;


}


.article-link .image-thumb, .popular li .image, .treatedimg {
		transition: all .3s ease;
		position:Relative;
		filter: grayscale(0%); /* Standard CSS */
    -webkit-filter: grayscale(0%); /* CSS for Webkit Browsers */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* Internet Explorer IE6-9 */
    -webkit-filter: grayscale(0); /* Old WebKit Browsers */
		
}
/* ---- banner-rotator.css---- */

@media(min-width:728px) {
		
	.tout_rot a{
		transition: all .3s ease;
		position::Relative;
		position:absolute;
		display:block;
		transform: translateX(0px);
		background-color: white;
		width:250px;
		height:250px;
		display:flex;
		justify-content:center;
		align-items: center;
		
	}
	
	.tout_rot .tout-container {
		
		width: 250px;
		height:250px;
	}
	

	
	
	.tout_rot .rotator {
		position:Relative;
		width:250px;
		height:250px;
		display:block;
		overflow:hidden;
		
	
	}
	
	
	.tout_rot .swipeaway{
			transform: translateX(-250px);
			opacity:.4;
	}
	
	
	.tout_rot a img{
		height:auto !important;
		width:100% !important;
		
	}

}


@media(max-width:728px) {
	
	.tout_rot{
		width:auto;
	}
	
	.tout-box, .tout-container{
			width:100%;
			max-width:500px;
			box-shadow:none!important;
	
	}
	
	.tout_rot .btn-close {
		display:none;
	}
	
	.tout_rot .rotator{
		display:flex;
		flex-wrap: wrap;
		justify-content:center;
	
	}
	
	.tout_rot a {
		
		display:block;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
		margin:10px;
		position:relative;
		width: calc(50% - 30px);
	}
	
	.tout_rot  img{
		height:auto !important;
		width: 100%;
		
	
	}
}
/* ---- blackfriday-2025.css---- */

.popup-box.temporary img{
	border:none!important;
	box-shadow:none!important
}
.popup-box.temporary .modal {
	position:relative;
}

.popup-box.temporary .embed-code {
	position:relative;
	background-color: black!important;
}

.popup-box.temporary .select-pos{

	left: 0%;
	
	display:flex;
	gap:10px
}
.popup-box.temporary .select-pos select{
	padding-right:35px !important
}

.popup-box.temporary .select-arrow {
	position:relative;
}

.popup-box.temporary .select-arrow:after{
	content:"";
	position:absolute;
	right: 15px;
	bottom:3px;
	width:10px;
	height:10px;
	transform: rotate(45deg);
	top: 15px;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	
	}
.popup-box.temporary .select-pos button {
	background-color: white!important;
	color:black!important;
	padding:0 10px !important;
	font-weight: 600!important;
	font-size: 16px !important;
}

@media (min-width:388px){
	.popup-box.temporary .select-pos{
	position:absolute;
	bottom: 25px;
	margin-left:25px;
	
}
}

@media (max-width:389px){
	.popup-box.temporary .select-pos{
	position:relative;
	margin-top: -40px;
	flex-direction:column;
align-items: center;
padding-bottom:20px
	
}
}/* ---- c7-apparel.css---- */
html .wp-block-post-content body[data-pagetype="apparel"] .c7-product__details{
    text-align:left!important
  }
  
  html .wp-block-post-content body[data-pagetype="apparel"] .c7-product__add-to-cart__price__variant .c7-product__variant__price__title,
  html .wp-block-post-content body[data-pagetype="apparel"] .c7-form__field.c7-product__add-to-cart__variants,
  html .wp-block-post-content body[data-pagetype="apparel"] .c7-product__add-to-cart__form{
    display: none!important;
  }
  
  html .wp-block-post-content body[data-pagetype="apparel"] .c7-product__add-to-cart__price {
    margin-top: 10px !important;
    display:flex;
  }
  html .wp-block-post-content body[data-pagetype="apparel"] .c7-product__add-to-cart__price__variant,
  html .wp-block-post-content body[data-pagetype="apparel"] .c7-product__add-to-cart__price{
    font-weight: bold;
  }
  html .wp-block-post-content body[data-pagetype="apparel"] .c7-product__add-to-cart__price__variant:before{
    content:"USD";
    display:inline-block;

}
@media (min-width: 768px) {
html .wp-block-post-content body[data-pagetype="apparel"] .c7-product__add-to-cart__price__variant:before{
  font-size: 18px;
}
}

@media (max-width: 768px) {
  html .wp-block-post-content body[data-pagetype="apparel"] .c7-product-collection__product-list {
    display: flex;
    gap: 40px !important;
    flex-wrap: wrap;
  }
  
  
  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product {
    width: calc(50% - 20px) !important;
  }

  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    .c7-product__title {
    font-size: 14px !important;
  }

  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    .c7-product__add-to-cart__price
    .c7-sr-only,
  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    .c7-product__add-to-cart__price
    .c7-sr-only
    + * {
    font-size: 14px !important;
    font-weight: bold;
  }

  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    .c7-product__variant__price__title {
    font-size: 12px !important;
    line-height: 1.2em;
    display: block;
  }

  html .wp-block-post-content body[data-pagetype="apparel"] .c7content-mod {
    padding: 0 !important;
  }

  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    .c7-product__add-to-cart__form
    .c7-form__field {
    align-items: center;
    display: flex;
  }

  @media (min-width: 501px) {
    html
      body[data-pagetype="apparel"]
      .c7-product-collection__product-list
      .c7-product
      .c7-product__add-to-cart__form
      .c7-form__field
      input {
      margin-bottom: 0 !important;
    }
  }

  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    .c7-product__add-to-cart__form {
    display: none
  
  }
  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    .c7-product__add-to-cart__form
    input {
    text-align: center;
    padding: 3px 10px;
    font-size: 14px;
    height: auto;
  }

  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    .c7-product__add-to-cart__form__quantity {
    max-width: 100px !important;
    margin: auto !important;

    padding: 0px !important;
  }
  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    button {
    padding: 10px !important;
    line-height: 0.8em !important;
  }
  html
    body[data-pagetype="apparel"]
    .c7-product-collection__product-list
    .c7-product
    button
    span {
    font-size: 12px !important;
  }
}
/* ---- calendar.css---- */
 
 html .wp-block-post-content button.overlay-close {
 		padding:0px !important;
 		font-size: 0!important;	
 			width:28px !important;
  	height:28px !important;
 }
 html .wp-block-post-content .overlay-close span {
 	display:block !important;
 	position:Absolute !important;
 	top: -4px;
 	left: -4px;
 } 
 
 
 html .wp-block-post-content .overlay-close span:after {
content: "+";
 	font: 33px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
 	font-weight: bold;
position: absolute;
transform: rotate(45deg);
color: white;
 }

 html .wp-block-post-content .overlay-close:hover span:after {
color: black
}


 
 select {
 	appearance:none;
 	border:0px;
 	padding:7px 25px 7px 10px!important
 }
 
 .date-time *:not(:last-of-type){
 		margin-right:10px
 	
 	}
 	
 	 .date-time [type="date"] {
 	 padding:4px 10px
 	 
 	 }
 
 .simcal-events {
 	display:block!important;
 	color:black;	
 }
 
 
  
 .simcal-events,
 .simcal-events li .simcal-event-title, 
   .simcal-events .simcal-day:hover .simcal-event-title,
   .simcal-default-calendar-list li:last-child .simcal-event-details  {
 	display:block!important;
 	color:black;	
 }
 
 

 
 
  .simcal-event-details {
 	display: none!important;
 }
 
 
  .simcal-default-calendar-list li:last-child .simcal-event-details > div:not(:first-child){
 	display: none!important;
 }
 
 
 .select {
 	position:relative;
 }
 
  .select:after {
  		content:"";
  		width: 6px;
  		height:6px;
  		display:block;
  		border-top: 2px solid;
  		border-right: 2px solid;
  		position:absolute;
  		top: 14px;
  		right: 8px;
  		transform:rotate(133deg);
  	}
  
  
 
  
  @media(max-width:864px) {
  	 .mod-txt form input,   .mod-txt form textarea {
  	margin-bottom:15px
  }

  }
  
    @media(max-width:768px) {

  
   .date-time  .wp-block-post-content  .t-flex {
   	margin-top: -20px;
   }
   
  }
  
  
  

  
  
  
  
  
  .overlay-modal >div:first-child {
  	height:70px!important
  }
  
  @media(min-width:768px) {
  	  .simcal-calendar{
  	  	top: 50px;
  	  }
  }
  
    @media(max-width:767px) {
  	  .simcal-calendar{
  	  	padding-top: 30px;
  	  }
  }
  
  .simcal-calendar button.simcal-nav-button {
  	padding:10px!important;
  	min-width:0!important;
  	width:Auto;
  	background:none!important;
  	color:black !important;
  }
  
   .simcal-calendar button.simcal-nav-button:not([disabled="disabled"]):hover {
  	padding:10px!important;
  	min-width:0!important;
  	width:Auto;
  	background:black!important;
  	color:white !important;
  }


  .simcal-calendar	h3{
			font-weight:normal;
	}
			
  .simcal-calendar 	.simcal-day{
			background-color: #fff;
		}

	  .simcal-calendar	tr td .simcal-day-label{
			background-color: #fff;
		}
		
	  .simcal-calendar	h3 span{
			
		  	font-family: var(--t-font-tertiary);
		  	font-size: var(--t-txt-big);
		  	color:var(--t-grey-med);

		}
	  .simcal-calendar	 .simcal-week{
			border-top: 1px solid var(--t-grey-light);
		}

  .simcal-calendar		.simcal-calendar-head .simcal-nav{
			padding:0 0 50px 0!important;
		}

  .simcal-calendar		.simcal-calendar-head .simcal-week-day{
			font-size: 14px !important;
			font-weight: normal;
			padding-bottom:10px;
			text-transform: uppercase;
			
		}

  .simcal-calendar		 td{
			border-right:1px solid var(--t-grey-light);
			border-left:1px solid var(--t-grey-light);
		}
  .simcal-calendar		td:first-child{
			border-left:none;
		}
  .simcal-calendar		td:last-child{
			border-right:none;
		}

  .simcal-calendar		td li{
			padding: 10px !important;
			
		}
	
    .simcal-calendar [class*='simcal-day'] > div{
		min-height:110px	
		}

 .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number{
			background:#fff;
			padding-top: 4px;
			border-bottom: 1px solid #efefef;
			box-sizing: border-box;
			
		}

	  .simcal-calendar	.simcal-day-void{
			background-color:#fff!important;
		}
	  .simcal-calendar	 .simcal-default-calendar-grid.simcal-default-calendar-light {
			color:#777 !important;
		}

	 
	.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover > div{
			background: #fefdd2;
	}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover > div li{

			color: #fff;
		}

				

		.simcal-default-calendar-list .simcal-event-details{
			margin-bottom: 10px;
			padding-bottom:30px;
			padding-top:20px;
			border-bottom:1px solid #ccc;
		}

	.simcal-default-calendar-list li:last-child .simcal-event-details{

			border-bottom:none;
		}

	
	  .simcal-calendar	.simcal-default-calendar-list .simcal-event-details a{
			background-color: var(--t-color-primary);
			color:#fff;
			display:block;
			padding: 10px 20px;;
			text-transform: Capitalize;
		    text-align: center;
		    margin: auto;
		    width: 100px;
		}

	  .simcal-calendar	.simcal-default-calendar-list  .simcal-events{
			padding: 0;
		}
		
	  .simcal-calendar	.simcal-default-calendar-list .simcal-event-title
		{
			font-size: 18px;
		}

	  .simcal-calendar	.simcal-default-calendar-list .simcal-day-label{
			
			text-align:center;
			border-top: 1px solid #ccc;
			border-color:#ccc !important
		}

		  .simcal-calendar .simcal-default-calendar-list .simcal-day-label span{
			background:none !important;
			
			color:#777 !important;
			font-size: 22px;
			
		}
		
		
 html.book-an-event .wpcf7 form .wpcf7-response-output{
  	color:black;
  	border:none!important;
  	border-color:transparent!important;
  }
  
 html.book-an-event .wpcf7 form[data-status="sent"] span, html.book-an-event .wpcf7 form[data-status="sent"] [type="submit"]
 
 }
 
  html.book-an-event .wpcf7 form[data-status="sent"] .wpcf7-response-output{
  	display: block;
    text-align: center;
    color: black;

  }/* ---- club-levels.css---- */
 	.style3 h2 {
 		font-size: 45px;
 		
 		
 		position:Relative;
 		padding-top: 70px;

 		border-bottom:2px solid ;
 		
 		border-color: var(--t-color-tertiary);
 	}
 	
 	
 
 		.style3 ul {
 			margin-top: -30px!important;
 			padding-top: 0 !important;
 			margin-left:30px;
 	
 		}
 
 
 
 .style3 .gutter {
 		overflow:hidden !important;
 }
  	.style3 h2:before {
  		content:"";
  		position:Absolute;
  		background-image: url(/wp-content/themes/rayson/assets/images/rayson-r.svg?adsf);
  		width:210px;
  		height:210px;
  		top: 0px;
  		background-size: contain;
  		background-repeat: no-repeat;
  
  	
  	}
  	  	
  	  	
  	  	
  	
  	 html:not(.wp-toolbar) 	[style*="color"] {
  		  	color:var(--t-color-secondary) !important;
  	}
  	
  	
  	.mod.style3 .gutter .mod.has-content {
  		 		padding-top: 10px!important;
  		 		padding-bottom: 45px!important;
  		 	
  	}
  	.style3 .gutter .mod {
 
  		border:none!important
  		
  		}
  		

  			.style3 .gutter * {
  	
  				z-index:4;
  			
  			}
  	  		
  	.style3 .gutter .mod >  .wp-block-post-content  .t-contain {
  		position:Relative;
  		
  	}


  	  	
  	
  	
  	 	.style3 .mod-txt {
  	 		padding-top: 20px;
  	 	
  	 	}
  	 	
  	 	
  	 @media(min-width:728px) {
 		.style3 h2 {
	 		margin-left:160px;
	 		width:calc(100% - 180px);
	 		}
 		
 		
  	 	.style3 .mod-txt {
  
  	 		padding-left:160px
  	 	}
 		
 		  	.style3 h2:before {
  		
  		left: -170px;
  		width:210px;
  		height:210px;
  
  
  	
 		  	}

 	}
 	
 	

 	@media(min-width:1024px){

 		  .style3	button.button.sign-up {
			    position: absolute;
			    top: 70px;
			    right: 45px;
			}
 	}

 	 	@media(max-width:1024px){

 		  .style3	button.button.sign-up {
			    left:50%;
			    margin-left: -60px;
			}
 	}


 	 @media(max-width:728px) {
 	 		.style3 h2:before {
 	 			margin-left: -76px;
 	 			left: 50%;
 	 			width:122px;
 	 			
 	 		
 	 		}
 	 		
 	 		.style3 h2 {
	
			text-align:Center;
			padding-top: 90px;
	 		font-size: 40px!important;
	 		}
 		
 	 	}
  	 
  	
  		.style3 .mod-txt > ul {
  	 		padding-left:0;
  	 	
  	 		list-style: none;
  	 	}
  	 	
  	 	.style3 .mod-txt > ul li{
  	 	
  	 		font-size: 16px;
  	 		margin-bottom:10px !important;;
  	 		position:Relative;
  	 		}
  	 		
  	 		
 .style3 .mod-txt > ul li:before{
 			position:Absolute;
 			content:"•";
 			font-size: 30px;
 			left: -30px;
 	
 			color:var(--t-color-tertiary);
 			
 }	
 
 
 @media(min-width:728px) {
 	
 		.style3 .mod-txt > ul {

  	 		display:flex;
  	 		flex-wrap: wrap;
  	 	
  	 	}
  	 	
  	 	.style3 .mod-txt > ul li{
  	 		width: calc(50% - 25px);
  	 		float: left;
  	 		}
  	 		
  	 		 .style3 .mod-txt > ul li:nth-child(even){
  	 		margin-left:25px ;
  	 	
  	 		}
 
 
  .style3 .mod-txt > ul li:nth-child(odd){
  	 		margin-right:25px ;
  	 		}
 }
 

 
   .style3 .cost {
 	font-weight: bold;
 	font-size: 50px;
 	text-align: Center;
 	display:flex;
 	flex-direction: column;
 	align-items: center;
 	line-height:.8em;
 	letter-spacing:-.03em
 }
 
  .style3   .cost:before,    .style3   .cost:after {
  		font-size: 20px;
  		letter-spacing:.05em
  	}
  	.cost:before {
 	content:"Cost";
 
 }
   .cost:after {
 	content:"per quarter";

 }
 
   .style3  .price-details {
 
 	border-top:2px solid  #bfbb0b; 
 	padding-top: 30px;
 
 	

 }
 
 
 @media(min-width:728px) {
 	  .style3  .price-details {
 	display:flex;
 	align-items: center;
 	
 	}
  .style3  .price-details .discount {
 	 	padding-left:50px
 }
 	
 	

 
 }
 
 
 
    .style3  .mod-txt .price-details h3 {
 	font-size: 40px!important;
 	margin-bottom:5px !important;
 }
 
  
 @media(max-width:728px) {
   .style3 	 .price-details{
 	 	text-align:Center;
 }
 
   .style3  .cost {
 	margin-bottom:20px;
 	font-size: 42px;
 }
 
 .style3  .mod-txt .price-details h3 {
 	font-size: 30px!important;
 	line-height: 1.2em!important;
 	padding-bottom:10px
 	
 	}
}
 	 
 	 |
 
   .style3  .mod-header span {
 	display:block;
 	margin:0;
 	line-height:2em
 }
 

 
 
    .style3  .price-details .discount p{
  	margin:0 !important
  	}
  	  .style3   .price-details .discount p strong{
  	display: block;
  	}
  
  

  
    .wine-club-signup-form h3 {
		text-align:Center;
		width:100%;
		display:block;
	}
	
	.wine-club-signup-form h3:before {
		content: "Sign up for the ";
		display:block
		}
.show-signup-popup .wine-club-signup-form {
 	display:flex!important;
 	position:fixed;
 	justify-content:center;
 	align-items: center;
 	top: 0;
 	left: 0;
 	width:100vw;
 	height:100vh;
 	z-index:1000;
 	background-color: rgba(0,0,0,.7);
 }
 
  .wine-club-signup-form .form-modal{
  		max-width:450px;
  		width:100%;
  		padding:30px 15px;
  		border:1px solid #fff;
  		position:Relative;
  		background-color: white;
  		overflow:visible;
  	}
  	
  	.wine-club-signup-form label {
  		display:none;
  	}
  	
  	
  	 .wine-club-signup-form  form {
  	width:100%;	
  	}
   .wine-club-signup-form  .overlay-close {
   	position:absolute;
   	right: -10px;
   
   	top: -14px;
   	text-align:Center;
   	font-size: 0 !important;

   	width:36px;
   	height:36px;
   	border-radius:50% !important;
   	background-color: black;
   	cursor:pointer;
   	display:flex;
   	align-items:center;

   	justify-content:Center;
   	transition:background-color .3s ease;
   	border:2px solid white
   	
   }

		
	html .wp-block-post-content  .overlay-close span {
   	position:Relative;
  display:inline!important;
height:34px;
width:34px;
display:block;
   }
  
  	html .wp-block-post-content  .overlay-close span:after {
   	position:Relative;
   	top: -5px !important;
   	right:4px !important;
  		line-height: 1em;
  		   font-style: none !important;
  		   font-weight: 300 !important;
  

   } 

     .wine-club-signup-form p{
	 	text-align:center;
	 	position:relative;	 
	 }
	 
	 .wine-club-signup-form .wpcf7-spinner {
	 	position:absolute;
	 	
	 }
	 
	   .wine-club-signup-form input:not([type="submit"]) {
	 	text-align:left;
	
	 	padding:10px!important
	 
	 }
	 
	 
	 
	   .wine-club-signup-form input[type="submit"] {
	 	margin-top: 20px;
	 
	 }
	 
	 
	 
	  .wine-club-signup-form .sent p {
	  	display:none
	  }
	  
	  	  .wine-club-signup-form form .wpcf7-response-output {
	  	  	color:black !important;
	  	  	text-transform: Capitalize;
	  	  	text-align:Center;
	  	  	min-height:250px;
	  	  	position: Relative;
	  	  	top: 50px;
	  	  	font-size: 30px;
	  	  	display:block;
	  	  	font-weight: normal;
	  	  	 font-family: 'Cormorant', sans-serif !important;
	  	  }
	  	  
	  	   .wine-club-signup-form form .wpcf7-response-output:after {
	  	   	display:block;
	  	   	padding-top: 10px;
	  	   	content:"A representative will contact you to finalize your membership.";
	  	   	font-size: 25px;
	  	   	text-transform: none;
	  	   	
	  	   	}
	  	   /* ---- commerce7-overrides.css---- */a[href*="/profile/order-history"] {
    display: none !important;
    opacity: 0;
}


.c7-order-item__details button{

}

#c7-content button:not(:hover) svg path{
fill:white;
}

.c7-order-item__details + button {
    
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border:1px solid black;
    width: 20px !important;
    height: 20px !important;
    padding: 2px !important;
}

.c7-order-item__details + button svg{
    
    padding: 0 !important;
    border-radius: 50% !important;
}


.c7-account-club__header + .c7-message button{
    display:none !important;
}

#c7-content .c7-account__menu [href*="/reservation"],
#c7-content .c7-account__menu [href*="/allocation"]{
    display: none !important;

}



.c7-order-item__details + button svg{
    
    padding: 0 !important;
    border-radius: 50% !important;
}


.c7-order-item__details + button svg *{
    fill: white !important;
    stroke: white !important;
}


.c7-order-item__details +  button:hover {
    background-color: white !important;
}

.c7-order-item__details + button:hover svg *{
    
     fill: black !important;
    stroke: black !important;
}



.c7-order-item__image img {
    object-fit: contain;
}

 .x-c7-account-dashboard__block.c7-account-block:first-child,
.c7-account-dashboard .c7-message--alert-warning,
 .c7-content.c7-account-details .c7-account-block.c7-account-block--gift-card {
    display: none !important;
}


.c7-account-dashboard .c7-message--alert-warning,
.x-c7-account-dashboard__left-column {
    display: none;
}

.c7-account-dashboard__left-column .c7-account-dashboard__block:not(.c7-account-block){
    display: none;
}

.c7-account-dashboard__left-column .c7-account-dashboard__block .c7-order-item__image img{
  object-fit:contain;
}

.c7-club-product__details__quantity button[aria-label] {
    padding: 2px 5px !important;
    /* height: auto !important; */
    width: 20px;
    height: 20px;
    min-height: auto;
    border-radius: 50% !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

@media(max-width:1350px){
html .wp-block-post-content .c7-content {
      padding: 40px 20px !important;
   }
}




.c7-account-club .c7-account-club-shipment__available-products .c7-club-product__details__price span:nth-child(2):after {
    content: "Retail Price";
    color: black;
    font-size: 15px;
    display: inline-block;
    line-height: 1.1em;
    font-style: italic;
}


.c7-account-club .c7-account-club-shipment__available-products .c7-club-product__details__price span:nth-child(2) {
    /* opacity: 0; */
    font-size: 0px;
}


@media(min-width:768px){
 /* html .wp-block-post-content .c7-account-dashboard__columns, html .wp-block-post-content .c7-account-dashboard__right-column {
    flex-direction: column;
    display: flex;
    width: 100%;

}*/
}

.c7-side-cart .c7-order-item__image img:not(.nosize) {

    object-fit: contain;
}





 html .wp-block-post-content body  #account-header {


    right: auto;
    top: 0;

    margin-left:280px;
    padding:5px 10px 3px 10px ;
    border:1px solid #979797;
    border-radius:0 0 10px 10px;
    border-top: 0;
 }


@media(max-width:1150px) {
    

 html .wp-block-post-content body  #account-header {


 
    margin-left:14vw;
    
 }


}

@media(max-width:864px) {
    

 html .wp-block-post-content body  #account-header {

        left: auto!important;
         margin-left:auto;
         right:20px;
         font-size: 12px!important;
         border:none!important
      }

      html .wp-block-post-content body  #c7-cart {
         font-size: 12px!important;
      }


      html .wp-block-post-content body  #c7-cart svg{
         max-width:18px!important;
         height:auto!important
      }

      html .wp-block-post-content body .c7-user-nav__cart__count {
         font-size: 10px!important;
         min-width:12px;
         height:17px!important;
         top: -8px;
         position:relative;
      }
   
   
   }





















 #c7-collection-list {
  border: 1px solid #e3e3e3 !important;
  box-shadow: 0px 3px 2px rgba(0,0,0,.1);
  margin-top: 10px;
  border-radius:8px; 
  background-color: var(--t-color-primary);
  margin-bottom:5px;
  }
   #c7-collection-list {
    position:Relative;
   }


 
 
 #c7-collection-list ul:before {
  content: "Filter Items";
  display:flex;
  padding:0px 20px 0 15px;
  color:#000;
  font-weight: 600;

 }
 
 
 @media(min-width:600px) {
   #c7-collection-list ul:before {
  border-right:1px solid #ccc;
 }
 
 }
 
 
  @media(max-width:600px){
    
      #c7-collection-list{
        margin-left: -30px;
        margin-right: -30px;
        border-radius:0;
        width:calc(100vw - 0px) !important;
        background-color: #efefef;
      }
      
      #c7-collection-list:before {
        content: "Filter Items";
        position:absolute;
        width:100%;
        font-weight: bold;
        text-transform:uppercase;
        font-size: 14px;
        top: 5px;
      }
      
    #c7-collection-list .c7-user-nav__collection-list:before,
    #c7-collection-list .c7-user-nav__collection-list:after{
      content:" ";
    width:8px;
    height:8px;
    display:block;
    top: 40px;
    transform-origin: 50%;
    position:absolute;
    
  }

  #c7-collection-list .c7-user-nav__collection-list:before {
    left: 5px;
     border-bottom: 2px solid #777;
    border-left: 2px solid #777;
    transform: rotate3d(-1, -2, -2, -65deg);
    
    }
    
  
  
  #c7-collection-list .c7-user-nav__collection-list:after{
      right: 5px;
       border-top: 2px solid #777;
      border-right: 2px solid #777;
      transform: rotate3d(1, 2, 2, 65deg);
  }
        
      
      #c7-collection-list .c7-user-nav__collection-list {
        overflow-x: auto !important;
        width:calc(100vw - 50px);
        padding-top: 25px;
      }
      
      #c7-collection-list .c7-user-nav__collection-list ul {
          flex-wrap: nowrap;
          display:flex;
      }
        #c7-collection-list .c7-user-nav__collection-list ul li{
          white-space:nowrap;
      }
      
      #c7-collection-list .c7-user-nav__collection-list ul:before {
       display:none!important
      }
      
      
    #c7-collection-list ul:before {
       text-align:center;
   width:100%;
   display:block!important;
    }
 
  
   #c7-collection-list {
      display:block!important;
      width:100%
  }
     #c7-collection-list ul:focus li{ 
      width:100%;
      display:block!important;
      text-align:center!important
  }
  #c7-collection-list ul:focus li a{ 
      display:block;
      width:100%;
  }
 }
  #c7-collection-list ul{
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    align-items: center!important;
  gap:10px 5px;
    }
    #c7-collection-list li{

    margin:  0!important;
    padding:10px 10px !important;
    transition: all .3s ease 0s !important;
    }
    
    
    #c7-collection-list li a{


    transition: all .1s ease 0s !important;
    }
    

 
 #c7-content {
  margin:auto!important
 }
 
 
    #c7-collection-list li.active,
    #c7-collection-list li:hover{
background-color: black;
color: var(--t-color-primary);
    }




#c7-collection-list .c7-user-nav__collection-list ul li:nth-child(1) {
  order: 1;
}

#c7-collection-list .c7-user-nav__collection-list ul li:nth-child(2) {
  order: 4;
}

#c7-collection-list .c7-user-nav__collection-list ul li:nth-child(3) {
  order: 4;
}
#c7-collection-list .c7-user-nav__collection-list ul li:nth-child(4) {
  order: 5;
}
#c7-collection-list .c7-user-nav__collection-list ul li:nth-child(5) {
  order: 2;
}
#c7-collection-list .c7-user-nav__collection-list ul li:nth-child(6) {
  order: 3;
}/* ---- default-spacing.css---- */


@media(min-width:728px) {
	

		html .wp-block-post-content .default-spacing\:all{
			padding:calc(var(--t-site-padding)/ 2);
		
		}

	
		html .wp-block-post-content .default-spacing\:top-bottom {
			padding-top:calc(var(--t-site-padding)/ 2);
			padding-bottom:calc(var(--t-site-padding)/ 2);
		}
		
		
		html .wp-block-post-content .default-spacing\:bot{
			padding-bottom:calc(var(--t-site-padding)/ 2);
		
		}
		
	
		
		html .wp-block-post-content .default-spacing\:top{
		padding-top:calc(var(--t-site-padding)/ 2);
		
		}
		
		html .wp-block-post-content .default-spacing\:bottom-sides{
		padding-bottom: calc(var(--t-site-padding)/ 2);
		padding-right: calc(var(--t-site-padding)/ 2);
		padding-left: calc(var(--t-site-padding)/ 2);
		
		}
				
		html .wp-block-post-content .default-spacing\:top-sides{
		padding-top: calc(var(--t-site-padding)/ 2);
		padding-right: calc(var(--t-site-padding)/ 2);
		padding-left: calc(var(--t-site-padding)/ 2);
		
		}
		
		html .wp-block-post-content .default-spacing\:sides{
		padding-left:calc(var(--t-site-padding)/ 2);
		padding-right:calc(var(--t-site-padding)/ 2);
		
		}
	
		
	
}






@media(min-width:728px) and (max-width:864px) {
	
		html .wp-block-post-content .default-spacing\:all{
			padding:calc(var(--t-site-padding)/ 4);
		
		}

	
		html .wp-block-post-content .default-spacing\:top-bottom {
			padding-top:calc(var(--t-site-padding)/ 4);
			padding-bottom:calc(var(--t-site-padding)/ 4);
		}
		
		
		html .wp-block-post-content .default-spacing\:bot{
		padding-bottom:calc(var(--t-site-padding)/ 4);
		
		}
		
	
		
		html .wp-block-post-content .default-spacing\:top{
		padding-top:calc(var(--t-site-padding)/ 4);
		
		}
		
		html .wp-block-post-content .default-spacing\:bottom-sides{
		padding-bottom:calc(var(--t-site-padding)/ 4);
		padding-right: calc(var(--t-site-padding)/ 4);
		padding-left: calc(var(--t-site-padding)/ 4);
		
		}
				
		html .wp-block-post-content .default-spacing\:top-sides{
		padding-top:calc(var(--t-site-padding)/ 4);
		padding-right: calc(var(--t-site-padding)/ 4);
		padding-left: calc(var(--t-site-padding)/ 4);
		
		}
		
		html .wp-block-post-content .default-spacing\:sides{
		padding-left:calc(var(--t-site-padding)/ 4);
		padding-right:calc(var(--t-site-padding)/ 4);
		
		}
	}




@media(max-width:728px) {
	
		
		html .wp-block-post-content .default-spacing\:all{
			padding:30px 15px;
		
		}

	
		html .wp-block-post-content .default-spacing\:top-bottom {
			padding-top:30px;
			padding-bottom:30px;

		}
		
		
		html .wp-block-post-content .default-spacing\:bot{
		padding-bottom:30px;
		
		}
		
	
		
		html .wp-block-post-content .default-spacing\:top{
		padding-top:30px
		
		}
		
		html .wp-block-post-content .default-spacing\:bottom-sides{
		padding-bottom: 30px;
		padding-right: 15px;
		padding-left: 15px;
		
		}
				
		html .wp-block-post-content .default-spacing\:top-sides{
		padding-top: 30px;
		padding-right: 15px;
		padding-left: 15px;
		
		}
		
		html .wp-block-post-content .default-spacing\:sides{
		padding-right: 15px;
		padding-left: 15px;
		
		}


}
/* ---- footer.css---- */

footer .subscription-links.link-rows a span{
font-size: 12px;
}

footer  .subscription-links .icon,  footer .subscription-links [class*='fa']:before {
	width: 40px;
	height:40px;
	font-size: 32px;

	

}

footer .fa-alt.fa-truth{font-size:33px; top:3px; position:Relative;}

footer .fa-facebook:before{font-size:33px;  position:Relative};

@media(min-width:768px) {
	

.footer-row {
	max-width: calc(var(--t-site-width) + var(--t-site-padding)/2) !important;
	padding-left: calc(var(--t-site-padding)/4);
	padding-right: calc(var(--t-site-padding)/4);
	margin:auto;
}

}



html .wp-block-post-content .social-links ul{

	justify-content:space-between;
s
	
}


 footer .social-links {

 	justify-content:flex-end;
 	text-align:right;
	display:flex;
    width:193px;
	align-items: center;
	margin:auto;

 }
 

@media(min-width:728px) {
	footer .social-links {
 		display:flex;
 		margin-right:0;

	 }
}
 
 
  footer .social-links li a{
  	padding:0 10px;
  }
  
  
  .copyright {
  	align-items: center;
  	justify-content:space-between !important;
  }
  



html .wp-block-post-content .fa {
	font-size: 37px;
	
}


html .wp-block-post-content .fa span {
	display:none
}



.footer-links {
	display: flex;
	max-width:550px;
	justify-content:start;
	align-items:flex-start;
	position:Relative;

}

.footer-links li:not(:last-child) a{
	margin-right:20px;
}


.wpforms-submit-container {
	display:inline-block;
	margin-top: 0 !important;
	padding:0 !important;
	margin:5px 0 0 15px !important;


}




@media(max-width:728px) {
	
	
	footer .social-links .fa {
		font-size: 32px;
		
	}
}













/* ---- forms.css---- */

/* forms */




html .wp-block-post-content [type="text"], html .wp-block-post-content [type="email"], html .wp-block-post-content [type="date"], html .wp-block-post-content [type="tel"], html .wp-block-post-content textarea, html .wp-block-post-content select, [type="submit"], .button {
	/*all:unset;*/
	padding:8px 15px;
	box-sizing: border-box;
	padding:8px 10px;
	position:Relative;
	border:1px solid #D9D9D9;
	background:white;
}	
	
html .wp-block-post-content form.wpcf7-form input::file-selector-button {
	font-size: var(--t-txt-big);
	font-weight: 300!important;
	display: inline-block;
	padding: 8px 25px;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: 500;
	color: white;
	transition: all .3s ease;
	letter-spacing: .03em;
	border: 1px solid transparent;
	background: black;
	color: ;
	border-color: black;
	font-family: var(--dp-font-primary);
	cursor: pointer;
	margin-right:5px;
}

html .wp-block-post-content form.wpcf7-form input::file-selector-button:hover {
	color:black;
	background: rgba(255,255,255, .4);
}



form.wpcf7-form  .form-fields input[aria-invalid="true"] {
    border: 2px solid red !important;
}


html .wp-block-post-content .mod form .wpcf7-not-valid-tip {
	padding-top: 5px;
}

html .wp-block-post-content .mod form  p {
	position:relative;
}

html .wp-block-post-content .mod form input:not([type="submit"]), 
html .wp-block-post-content .mod form textarea, 
html .wp-block-post-content .mod form .wpforms-container input:not([type="submit"]),  
html .wp-block-post-content .mod form .wpforms-container textarea{
	width:100% !important;
	display:block;
	text-align:left;
	max-width:none;


}


}
html .wp-block-post-content form.wpcf7-form .form-fields.show-labels .wpcf7-not-valid-tip {

    font-weight: bold;
    font-size: var(--t-txt-xsmall);
    text-transform: uppercase;
    position: Relative;
    top: 5px;
    text-align: right;
}




html .wp-block-post-content .mod form  p .wpcf7-spinner{
	position:absolute
}

html .wp-block-post-content .mod form textarea {
	text-align:left
}

html .wp-block-post-content .mod form .wpforms-field-row {
	max-width:100% !important
}

 html .wp-block-post-content .mod form legend.wpforms-field-label, html .wp-block-post-content .mod form label.wpforms-field-label, html .wp-block-post-content .mod form .wpforms-field-description{
	display:none !important;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	background-color: var(--t-color-primary);
	padding:20px;
	border:none;

	}



html .wp-block-post-content .no-bot-pad{
padding-bottom:0!important
}

html .wp-block-post-content form.wpcf7-form .wpcf7-response-output {
    color: black;
    text-transform: none;
}

 .wp-block-post-content  .t-flex\:valign\:top,  .wp-block-post-content  .t-flex\:valign\:top * {
    align-items: flex-start;
}

html .wp-block-post-content .no-top-pad{
padding-top:0!important
}

.no-min-h.has-content{
    min-height:0px!important
}




 .wpcf7-form .wpcf7-radio [type="radio"] {
 	opacity:0;
 	
 } 
 
  .wpcf7-form  [data-name="collab"] label {
  	margin-top: -0px!important;
  	margin-bottom:10px
  
  }

@media(max-width:768px) {
	

.wpcf7-form  [data-name="collab"] label {
  	margin-top: -10px!important;
 
  
  }
  
 }
    
  .wpcf7-form  [data-name="collab"] .wpcf7-list-item.first{
  	margin-left:0px
  }
  
  
  .wpcf7-form .wpcf7-radio [type="radio"] +span:before{
 		content: "";
 		pointer-events: none;
 		background: radial-gradient(circle, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 60%);
 		border-radius:50%;
 		width:20px;
 		height:20px;
 		display:inline-block;
 		margin-right:10px;
 		border:1px solid #ccc;
  	    transition: all .5s ease;
 	}
 	
 	.wpcf7-form .wpcf7-radio [type="radio"]:not(:checked) +span {
 		color:#777;
 	}
 	
 	.wpcf7-form .wpcf7-radio [type="radio"]:checked +span:before{
 		background: radial-gradient(circle, rgba(0,0,0,1) 45%, rgba(255,255,255,1) 60%);
 	}
 
/* ---- header.css---- */li.nolink > a{
pointer-events: none !important;
cursor: pointer;


}	

html  .wp-block-post-content .t-nav-desktop .sub-menu li.active.current-page-parent a{
	color:white !important;
}


	#t-scrollnav-holder {
 	
 		transition: background-color .3s ease-in-out;
 	}
 html .wp-block-post-content #t-scrollnav-holder {
	background-color: rgba(0,0,0,.8);
	border-bottom:1px solid rgba(152, 166, 189, 0.32) !important;
	
}



html .wp-block-post-content .wp-block-post-content  .t-mobmenu body{
	width:100vw;
}

html .wp-block-post-content hr {
	margin:0;
	border-bottom:0;
	height:0px;

}


html .wp-block-post-content hr.thick {
	border-width:2.5px;
}



html .wp-block-post-content   .wp-block-post-content  .t-nav-desktop {
	position:relative;
	overflow:visible;
}

html .wp-block-post-content   .wp-block-post-content  .t-nav-desktop li a{
	 color: white;

	 text-transform: uppercase;
	 padding:0 15px;

}


html  .wp-block-post-content .t-nav-desktop li.active a, html  .wp-block-post-content .t-nav-desktop li a:hover
{
	color: var(--t-color-secondary) !important;
	
}

html .wp-block-post-content  .logo-n-nav {
    justify-content: space-between;
}





.hr-red {
	background-color: var(--t-color-primary);	
}

html .wp-block-post-content .logo {
	width:33%;
	max-width:350px;
}



html .wp-block-post-content .logo svg {
		width:100%;
}
html .wp-block-post-content .logo #text path {
	transition:fill .5s ease .5s;
}



@media(max-width:764px) {
	html  .wp-block-post-content .t-navbar .logo{
		width:100%;
	}

}




@media(min-width:768px) {
		
	#t-scrollnav {
		position:relative;
		z-index:100;
	}

}

html	.logo-n-nav .logo a{
	display: block;
}

html	.logo-n-nav .logo{
		

			position:relative;
			max-width: 165px;
}


html	.logo-n-nav .logo img{
			width:100%;
			height:auto;
	}


@media(max-width:820px) {

	
html	.logo-n-nav .logo{
			width: 100px;
	}
	
}

@media(max-width:768px) {

	
html	.logo-n-nav .logo{
			left: 50%;

			margin-left:-50px;
	}
	
}

/* ---- module-edits.css---- */
/*!

Custom module tweaks

*/

.mod > img.m1_img{
	top:0;
}
  
 .mod.mod-m2 [class*="t-grid"] {
 	margin:0 -20px -20px;
 
 }
 
 .mod.mod-m2 [class*="t-grid"] > div {
 	padding:20px
 }
 
 @media(max-width:767px) {
 	
 	 .mod.mod-m2 [class*="t-grid"] {
 	margin: 0 -15px -15px;
 
 }
 
 .mod.mod-m2 [class*="t-grid"] > div {
 	padding:15px
 }
 	
 }
 
 
  .mod.mod-m2.style2 .modlink{
 	border:1px solid #ccc;
 	box-shadow:0 0 5px rgba(0,0,0,.3);
 	background-color: #fcfcfc;
 	padding:10px
  }
  
    .mod.mod-m2.style2 .item .padding .modlink .thumb{
	
		display:flex;
		justify-content:Center;
		align-items: center;
		width:100%;
		height:100%;
		background:#333;
		padding:10px
		
	}
	





 
 @media(min-width:1024px) {
 	
  
 .mod-m2.columned .item{
 	border-right:1px solid #444
 }
 
  
 .mod-m2.columned .item:nth-child(n+3){
 	border-right:none
 }
 
 
 
 }
 
  @media(min-width:501px) and (max-width:1023px){
 	
  
 .mod-m2.columned .item:nth-child(1){
 	border-right:1px solid #444
 }
 

 
 
 }
 
 
  .mod-m2.columned ul li{
  	font-size: 14px;
  	font-weight: 100 !important;
  	-webkit-font-smoothing: antialiased;
  }












 @media(max-width:768px) {
 	
	 
	 .reverse-col-mob [class*=t-grid]{
	 	flex-direction:column-reverse!important
 }
 
 }
 
 
@media(min-width:501px){
	
	html .wp-block-post-content div:not(.anything) .mod-m2.rayson-menus .wp-block-post-content  .t-contain {
		max-width:800px!important;
	}
	
	.mod-m2.rayson-menus  .thumb{
		aspect-ratio: 1 / 1;
		width:140px!important;
		height:auto !important;
		margin:auto;
	}
	
	.mod-m2.rayson-menus h3 {
		font-size: 26px;
	}


}

@media(max-width:500px){
	
	.mod-m2.rayson-menus  .thumb{
		aspect-ratio: 1 / 1;
		width:120px!important;
		height:auto !important;
		margin:auto;
	}
	
	.mod-m2 .float-left .article{
		display:flex;
		align-items: center;
		gap:20px
	}
}



html .wp-block-post-content .mod-m2.rayson-menus  .item {
	position:relative;
}


.mod-m2.rayson-menus .info h3{
	color:black
}

.mod-m2.rayson-menus .thumb:after {
	-webkit-transform: translate3d(0, 0, 0);
	content:"";
	display:block;
	width:30%;
	margin:auto;
	height:1px;
	background: rgba(0, 0, 0);
	opacity:.5;
	border-radius:30%;
	filter: blur(2px);

}



 




html:not(.mobile) .mod-m2.rayson-menus .item:hover .thumb:after {
  animation-name: bounce-shadow;
  -moz-animation-name: bounce-shadow;
   -webkit-animation-name: bounce-shadow;


 -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: finite;
  -webkit-animation-iteration-count: finite;
  }
  
  

html:not(.mobile) .mod-m2.rayson-menus  .item:hover .thumb img{

-webkit-transform: translate3d(0, 0, 0);
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
   -webkit-animation-name: bounce;


 -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: finite;
  -webkit-animation-iteration-count: finite;

}














.mod-m2.style4 .thumb:after {
	-webkit-transform: translate3d(0, 0, 0);
	content:"";
	display:block;
	width:30%;
	margin:auto;
	height:1px;
	background: rgba(0, 0, 0);
	opacity:.5;
	border-radius:30%;
	filter: blur(2px);

}



 
  @keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
	
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0);
	}
	20% {
	
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px);

	}
}


  @keyframes bounce-shadow {
	0%, 100%, 20%, 50%, 80% {
	
		  width:30%;
		  opacity:.5;
	}
	20% {
	
		width:50%;
		opacity:.1;
	}
	60% {
		width:40%;
		opacity:.3;

	}
}


html:not(.mobile) .mod-m2.style4 .padding .thumb img{
	position:Relative;

}


.mod-m2.style4 .thumb {
	position:relative;
	transition:all .3 ease;
	height:150px !important
}



html:not(.mobile) .mod-m2.style4 .padding:hover .thumb:after {
  animation-name: bounce-shadow;
  -moz-animation-name: bounce-shadow;
   -webkit-animation-name: bounce-shadow;


 -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: finite;
  -webkit-animation-iteration-count: finite;
  }
  
  

html:not(.mobile) .mod-m2.style4  .padding:hover .thumb img{

-webkit-transform: translate3d(0, 0, 0);
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
   -webkit-animation-name: bounce;


 -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: finite;
  -webkit-animation-iteration-count: finite;

}


.above-shadow {
	border-top: 1px solid #c1c0b3;
	
}
.above-shadow  {

}

.above-shadow:before{
	content:"";

	top: 0;
	left: 0;
	right: 0;
	height:5px;
	position:Absolute;
	 background: linear-gradient(-180deg, rgba(0,0,0,.1) 10%, rgba(0,0,0,0) 100%);
	}






.has-video{

	position:relative;

}


.position.fill {

	width:100%
}


.gutter, .mod-rowcnt-2{
	position:relative;
	overflow:visible;
}

.bleed {
	position:Absolute;
	top: 0;
	bottom:0;
	z-index:1;
	height:100%;
}

.bleed + *{
	position:Relative;
	z-index:2
}



.m1_img {
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:1;
	left:0;
	
}
.m1_img +* {
	z-index:2;
	
}

.bleed {
	height:100%;
	object-fit:cover
}



.mod-m2, .mod-m1-clmns {
	overflow:hidden;
	position:relative;
}


@media(min-width:1024px) {
	

	.mod-rowcnt-2 > div:nth-child(odd) .bleed{
			right: 0;
				width:52vw !important;
		
	}
	.mod-rowcnt-2 > div:nth-child(even) .bleed{
			left: 0;
				width:52vw !important;
	}

}


@media(max-width:1024px) {
	.mod-rowcnt-2  .bleed{
		width:100vw !important;
	}

	.mod[class*="t-pad:10px:lt:xs"] .mod-rowcnt-2  .bleed,
	.mod[class*="t-pad:10px:lt:s"] .mod-rowcnt-2  .bleed,
	.mod[class*="t-pad:15px:lt:m"]  .mod-rowcnt-2 .bleed{
		left: -20px;

	}
}


.vid-tint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;

}

	.bg-video{
		position:absolute;
		z-index:1;
	}

	.bg-video *{
		z-index:3;
		position:relative;
	}


.mod{
	background-position:center;
	background-size: cover;

}

.mod.fixed{
		background-attachment:fixed;
	}


.mod.mod-m1 .mod-txt	h2 {
	    padding-bottom: calc(var(t-site-padding)/3)
	}

.mod.mod-m1 .mod-txt	ul{
		margin-top:0;
		margin-bottom:0;
	}




.slideshow{
	overflow: hidden;
}


.slideshow  .wp-block-post-content  .t-valigner{
	position:relative;
}


.m5-section-hit {
	position:relative;
}

.m5-section-hit:after {
	content: "+";
	font-size: 25px;
	position:absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;

}

.m5-section-hit:after {
	content: "+";
	font-size: 25px;
		position:absolute;
		right: 20px;
		top: 50%;
		margin-top: -13px;
	
}

.active .m5-section-hit:after {
	content: "-";
	font-size: 25px;
	position:absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;
	
}


	
.mod.mod-m1 .mod-txt p + ul{
      margin-top:-14px;
}





	.mod-txt	ul{
		display:inline-block;
		padding-left: 20px;
	}


	.mod-txt	li{
			text-align:left;
			padding-bottom:10px;
			line-height:1.2em
		}
	



	ul.checkmarks {
		list-style: none!important;
	}

	ul.checkmarks li:before {
		content: "√ ";
		font-weight: bold;
		position:relative;
		padding-right:10px;
		margin-left:-20px;
		display:inline-block;
		font-size: 18px;
		color: #22a386
	}


	img{
		margin-right:auto;
		margin-left:auto;

	}
	
}


.section-rule{
	max-width:var(--t-site-width);
	margin:auto;

}
x


.mod a .mod-txt, .mod a .info, .mod a h1,  .mod:not(.txt-lght) a h2, .mod:not(.txt-lght) a h3{
	/*color:var(--t-color-primary);*/
}



.mod a .thumb :is(h1,h2,h3,h4){
			color:#fff;
		}
}

.mod-txt:wht .mod-txt	h1,h2,h3,h4,h5,p{
		color:#fff
	}


.mod .button{
	@include transition(color .3s ease,  background-color .3s ease);
	cursor:pointer;
}


.mod:not(.txt-lght) .modlink{
	display:block;
}
	.mod:not(.txt-lght) .modlink:hover .button{
			color:var(--t-color-primary);
			background-color: black;
	}



	.mod.txt-lght .modlink&:hover .button{
			background-color:var(--t-color-primary);
			color:var(--t-color-tertiary);
	}





.mod.mod-m1 .wp-block-post-content  .t-txt\:bot{
	align-items: flex-end !important;
}

.mod.mod-m1 .wp-block-post-content  .t-txt\:top{
	align-items: flex-start !important;
}




.txt-lght{
	color:white;

}					
.txt-lght	:is(p,h1,h2,h3,h4,h5,.txt-stylized){
		color:white;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}



.mod.mod-m2  .wp-block-post-content  .t-valigner{
		max-width:var(--t-site-width);
		margin:auto;
}


 .wp-block-post-content  .t-txt\:lt\:t >  .wp-block-post-content  .t-valigner  >  .wp-block-post-content  .t-valign{
			vertical-align:top;
			text-align:left;
			
			
	}

 .wp-block-post-content  .t-txt\:cntr\:t  >  .wp-block-post-content  .t-valigner  >  .wp-block-post-content  .t-valign{
			vertical-align:top;
			text-align:center;
			
	}



 .wp-block-post-content  .t-txt\:rt\:t  >  .wp-block-post-content  .t-valigner >  .wp-block-post-content  .t-valign{
			vertical-align:top;
			text-align:right;
			
	}





 .wp-block-post-content  .t-txt\:lt\:m   >  .wp-block-post-content  .t-valign{
			vertical-align:middle;
			text-align:left;
			
	}

  .wp-block-post-content  .t-txt\:cntr\:m  >  .wp-block-post-content  .t-valign{
			vertical-align:middle;
			text-align:center;		
	}


 .wp-block-post-content  .t-txt\:rt\:m  >  .wp-block-post-content  .t-valign{
			vertical-align:middle;
			text-align:right;		
	}



 .wp-block-post-content  .t-txt\:lt\:b  >  .wp-block-post-content  .t-valign{
			vertical-align:bottom;
			text-align:left;
			padding-bottom:40px  !important;
			
	}
 .wp-block-post-content  .t-txt\:cntr\:b >  .wp-block-post-content  .t-valign{
			vertical-align:bottom;
			text-align:center;
			padding-bottom:40px  !important;		
	}


 .wp-block-post-content  .t-txt\:rt\:b >  .wp-block-post-content  .t-valign{
			vertical-align:bottom;
			text-align:right;
			padding-bottom:40px !important;	
	}






 .wp-block-post-content  .t-valign .wp-block-post-content  .t-txt\:lt\:m {
			vertical-align:middle;
			text-align:left;
			
	}

 .wp-block-post-content  .t-valign .wp-block-post-content  .t-txt\:cntr\:m  {
			vertical-align:middle;
			text-align:center;		
	}


 .wp-block-post-content  .t-valign .wp-block-post-content  .t-txt\:rt\:m {
			vertical-align:middle;
			text-align:right;		
	}



 .wp-block-post-content  .t-valign .wp-block-post-content  .t-txt\:lt\:b {
			vertical-align:bottom;
			text-align:left;
			padding-bottom:40px  !important;
			
	}
 .wp-block-post-content  .t-valign .wp-block-post-content  .t-txt\:cntr\:b {
			vertical-align:bottom;
			text-align:center;
			padding-bottom:40px  !important;		
	}


 .wp-block-post-content  .t-valign .wp-block-post-content  .t-txt\:rt\:b {
			vertical-align:bottom;
			text-align:right;
			padding-bottom:40px !important;	
	}







@media(min-width:501px){
 .wp-block-post-content  .t-txt\:pos\:lt\:t {
			vertical-align:flex-start;
			text-align:flex-start;
			
			
	}

 .wp-block-post-content  .t-txt\:pos\:cntr\:t{
			vertical-align:center;
			text-align:flex-start;
			text-align:center;
			
	}



 .wp-block-post-content  .t-txt\:pos\:rt\:t {
			justify-content: top;
    		align-items: top;
    		text-align:right;
			
	}





 .wp-block-post-content  .t-txt\:pos\:lt\:m{
			justify-content: flex-start;
    		align-items: center;

			
	}

  .wp-block-post-content  .t-txt\:pos\:cntr\:m{
			justify-content: center;
    		align-items: center;	
    		text-align:center;
	}


 .wp-block-post-content  .t-txt\:pos\:rt\:m{
			justify-content: flex-end;
    		align-items: center;
    		text-align:right;		
	}



 .wp-block-post-content  .t-txt\:pos\:lt\:b {
			align-items: flex-end;	
			
	}
 .wp-block-post-content  .t-txt\:pos\:cntr\:b {
			justify-content: center;
    		align-items: flex-end;	
    		text-align:center;
	}


 .wp-block-post-content  .t-txt\:pos\:rt\:b {
			justify-content: flex-end;
    		align-items: flex-end;
    		text-align:right;
	}


}




.mod.mod-m1{height:100%}


.mod-m2:not(.txt-lght) .item p {
    color: black;
}

.mod-m2.txt-lght .item  p {
    color: white;
}



@media(max-width:$t-desktop){
	.mod-m2.static-img .slide{
	 background-attachment: scroll !important;
	}

}


.mod:not(.mod-m4).border{
	position:relative;
}
.mod:not(.mod-m4).border  .wp-block-post-content  .t-contain{
	position:relative;
	z-index:5;
}
.mod:not(.mod-m4).border:after{
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255, 255, .3);
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 3;
    display: block;
   }


.mod-m4 .fitimg img {
    margin: auto;
    min-height: 100px;
}


.mod-m4  img {
    width: 100%;
    height:auto;
}


.mod-m4.border .img{
	position:relative;
}
.mod-m4.border .img{
	position:relative;
	z-index:5;
}
.mod-m4.border .img:after{
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255, 255, .3);
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 3;
    display: block;
   }


.m4-row:last-of-type{
	border-bottom: none;
}


@media(min-width:$t-tablet-portrait){
	
	.m4-row .img.fitimg{
	 min-height:200px;
	 
	}

	

}

@media(max-width:$t-tablet-portrait){


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

	.m4-row	.img.fitimg{
			margin-bottom:calc(var($t-site-padding)/3);
		}

		.m4-row	img{
	 			max-width:150px;
	 		}

}

@media(max-width:$t-mobile-landscape){


	
	.mod-m2 .slide  .wp-block-post-content  .t-valigner{

		padding:calc(var(--t-site-padding)/4);
		display: flex;
	    justify-content: center;
	    align-items: center;

	}

}




.slideshow	.slides li{
		width:100vw
	}
.slideshow	 .wp-block-post-content  .t-valign{	
		max-width:700px;

}
	.slideshow	 .wp-block-post-content  .t-contain{
			margin:0;
			width:100%;
		}
		


@media(min-width: $t-mobile-landscape) and (max-width: $t-site-width+180){


		
		.slideshow	 .wp-block-post-content  .t-valign{	

			padding: calc( var(--t-site-padding)/2) !important;
			
		}


}



@media(min-width:767px){


	.mod-m4.icons .fitimg img{
		    width: 30% !important;
    		flex:none;
}


}








/* overriding column sizing */
@media (min-width: 1023px) {
  .mod-m1-clmns {
    /* Wider right */
    /* Wider left */
  }
  .colmn_sz_45-55 >*:first-child {
    width: 45%;
  }
  .colmn_sz_45-55 >*:last-child {
    width: 55%;
  }
  .colmn_sz_40-60 >*:first-child {
    width: 40%;
  }
  .colmn_sz_40-60  >*:last-child {
    width: 60%;
  }
  .colmn_sz_35-65 >*:first-child {
    width: 35%;
  }
  .colmn_sz_35-65  >*:last-child {
    width: 65%;
  }
  .colmn_sz_30-70 >*:first-child {
    width: 30%;
  }
  .colmn_sz_30-70  >*:last-child {
    width: 70%;
  }
  .colmn_sz_25-75 >*:first-child {
    width: 25%;
  }
  .colmn_sz_25-75  >*:last-child {
    width: 75%;
  }
  .colmn_sz_20-80 >*:first-child {
    width: 20%;
  }
  .colmn_sz_20-80  >*:last-child {
    width: 80%;
  }
  .colmn_sz_15-75 >*:first-child {
    width: 15%;
  }
  .colmn_sz_15-75  >*:last-child {
    width: 75%;
  }
  .colmn_sz_20-80 >*:first-child {
    width: 20%;
  }
  .colmn_sz_20-80  >*:last-child {
    width: 80%;
  }
  .colmn_sz_15-85 >*:first-child {
    width: 20%;
  }
  .colmn_sz_15-85  >*:last-child {
    width: 80%;
  }
  .colmn_sz_10-90 >*:first-child {
    width: 20%;
  }
  .colmn_sz_10-90  >*:last-child {
    width: 80%;
  }
  .colmn_sz_55-45 >*:first-child {
    width: 55%;
  }
  .colmn_sz_55-45  >*:last-child {
    width: 45%;
  }
  .colmn_sz_60-40 >*:first-child {
    width: 60%;
  }
  .colmn_sz_60-40  >*:last-child {
    width: 40%;
  }
  .colmn_sz_65-35 >*:first-child {
    width: 65%;
  }
  .colmn_sz_65-35  >*:last-child {
    width: 35%;
  }
  .colmn_sz_70-30 >*:first-child {
    width: 70%;
  }
  .colmn_sz_70-30  >*:last-child {
    width: 30%;
  }
  .colmn_sz_75-25 >*:first-child {
    width: 75%;
  }
  .colmn_sz_75-25  >*:last-child {
    width: 25%;
  }
  .colmn_sz_80-20 >*:first-child {
    width: 80%;
  }
  .colmn_sz_80-20  >*:last-child {
    width: 20%;
  }
  .colmn_sz_85-15 >*:first-child {
    width: 85%;
  }
  .colmn_sz_85-15  >*:last-child {
    width: 15%;
  }
  .colmn_sz_90-10 >*:first-child {
    width: 90%;
  }
  .colmn_sz_90-10  >*:last-child {
    width: 10%;
  }
}
/* ---- modules.css---- *//* Min width */
/* Min width */
/* Min width */
/* Min width */
@media (min-width: var(--t-tablet-portrait)) {
  .m1_2clmn {
    display: flex;
  }
  .m1_2clmn h2 {
    font-size: var(--t-txt-headline-norm);
  }

  .m1_2clmn > * {
    width: 50%;
    float: left;
  }

  .m1_2clmn:not( .wp-block-post-content  .t-contain) .mod:nth-child(1)  .wp-block-post-content  .t-contain {
    margin-right: 0;
  }
  .m1_2clmn:not( .wp-block-post-content  .t-contain) .mod:nth-child(2)  .wp-block-post-content  .t-contain {
    margin-left: 0;
  }
}
@media (max-width: var(--t-tablet-portrait)) {
  .m1_2clmn :nth-child(1) {
    margin-bottom: 10px;
  }
}
@media (max-width: var(--t-tablet-portrait)) {
  .m1_2clmn h2 {
    font-size: var(--t-txt-headline-norm-mob);
  }
}
@media (min-width: var(--t-tablet-portrait)) {
  .m1_2clmn .wp-block-post-content  .t-flex-align {
    display: flex;
  }
  .m1_2clmn .wp-block-post-content  .t-flex-align .wp-block-post-content  .t-flex-center {
    align-items: stretch;
  }
  .m1_2clmn .wp-block-post-content  .t-flex-align .wp-block-post-content  .t-flex-center > * {
    align-items: center;
    display: flex;
  }
}
/* overriding column sizing */
.mod-m1-clmns .mod-rowcnt-1 > div {
  width: 100%;
}
.mod-m1-clmns .mod-rowcnt-1 > div  .wp-block-post-content  .t-contain {
  width: 100%;
}

@media (min-width: 1023px) {
  .mod-m1-clmns {
    /* Wider right */
    /* Wider left */
  }
  .mod-m1-clmns > div[class*='t-grid:fit']:not( .wp-block-post-content  .t-grid\:fit\:1\:l):not( .wp-block-post-content  .t-grid\:fit\:\:l) > div {
    /*width:50%;*/
  }
  .mod-m1-clmns .colmn_sz_45-55 > div:first-child {
    width: 45%;
  }
  .mod-m1-clmns .colmn_sz_45-55 > div:last-child {
    width: 55%;
  }
  .mod-m1-clmns .colmn_sz_40-60 > div:first-child {
    width: 40%;
  }
  .mod-m1-clmns .colmn_sz_40-60 > div:last-child {
    width: 60%;
  }
  .mod-m1-clmns .colmn_sz_35-65 > div:first-child {
    width: 35%;
  }
  .mod-m1-clmns .colmn_sz_35-65 > div:last-child {
    width: 65%;
  }
  .mod-m1-clmns .colmn_sz_30-70 > div:first-child {
    width: 30%;
  }
  .mod-m1-clmns .colmn_sz_30-70 > div:last-child {
    width: 70%;
  }
  .mod-m1-clmns .colmn_sz_25-75 > div:first-child {
    width: 25%;
  }
  .mod-m1-clmns .colmn_sz_25-75 > div:last-child {
    width: 75%;
  }
  .mod-m1-clmns .colmn_sz_20-80 > div:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_20-80 > div:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_15-75 > div:first-child {
    width: 15%;
  }
  .mod-m1-clmns .colmn_sz_15-75 > div:last-child {
    width: 75%;
  }
  .mod-m1-clmns .colmn_sz_20-80 > div:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_20-80 > div:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_15-85 > div:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_15-85 > div:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_10-90 > div:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_10-90 > div:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_55-45 > div:first-child {
    width: 55%;
  }
  .mod-m1-clmns .colmn_sz_55-45 > div:last-child {
    width: 45%;
  }
  .mod-m1-clmns .colmn_sz_60-40 > div:first-child {
    width: 60%;
  }
  .mod-m1-clmns .colmn_sz_60-40 > div:last-child {
    width: 40%;
  }
  .mod-m1-clmns .colmn_sz_65-35 > div:first-child {
    width: 65%;
  }
  .mod-m1-clmns .colmn_sz_65-35 > div:last-child {
    width: 35%;
  }
  .mod-m1-clmns .colmn_sz_70-30 > div:first-child {
    width: 70%;
  }
  .mod-m1-clmns .colmn_sz_70-30 > div:last-child {
    width: 30%;
  }
  .mod-m1-clmns .colmn_sz_75-25 > div:first-child {
    width: 75%;
  }
  .mod-m1-clmns .colmn_sz_75-25 > div:last-child {
    width: 25%;
  }
  .mod-m1-clmns .colmn_sz_80-20 > div:first-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_80-20 > div:last-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_85-15 > div:first-child {
    width: 85%;
  }
  .mod-m1-clmns .colmn_sz_85-15 > div:last-child {
    width: 15%;
  }
  .mod-m1-clmns .colmn_sz_90-10 > div:first-child {
    width: 90%;
  }
  .mod-m1-clmns .colmn_sz_90-10 > div:last-child {
    width: 10%;
  }
}
.m1_2clmn .full-width  .wp-block-post-content  .t-contain {
  width: 100%;
}

.m1_2clmn .mod-m1.floating-overlay  .wp-block-post-content  .t-contain {
  padding: calc(var(--t-site-padding)/2);
}

@media (min-width: var(--t-tablet-portrait)) and (max-width: 968px) {
  .m1_2clmn .mod-m1.floating-overlay  .wp-block-post-content  .t-contain {
    padding: 40px;
    margin: 0 30px;
  }
}
/*

Module M2 : Slideshow or Grid

*/
.slideshow {
  padding: 0;
  width: 100%;
  min-height: 350px;
  position: relative;
}
.slideshow .wp-block-post-content  .t-contain .slide-content {
  padding: 80px;
}
.slideshow .slide-view {
  width: 100%;
}
.slideshow .bg-video {
  position: absolute;
}
.slideshow  .wp-block-post-content  .t-valigner {
  height: 100%;
}
.slideshow ul.slides {
  position: absolute;
  padding-left:0;
}
.slideshow ul.slides > li {
  position: relative;
  float: left;
  height: 100%;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  clear: none !important;
}
.slideshow ul.slides > li[data-ratio=wide] {
  /*background-size: 100% auto;*/
}
.slideshow ul.slides > li[data-ratio=tall] {
  /*background-size: auto 100%;*/
}
.slideshow ul.slides > li:not(.fitimg) {
  background-size: cover;
}
.slideshow ul.slides > li.fitimg {
  background-size: contain;
}
.slideshow ul.slides > li .m2-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.slideshow ul.slides > li  .wp-block-post-content  .t-valigner {
  z-index: 3;
}
.slideshow ul.slides > li img {
  display: block;
}
.slideshow ul.slides > li iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  z-index: 50;
}
.slideshow ul.slides > li .text {
  position: relative;
  z-index: 100;
}
.slideshow ul.slides > li h2 {
  overflow: visible;
}
.slideshow ul.slides > li h2 h3 .wp-block-post-content  .t-txt-h2 {
  font-size: 30px !important;
}
.slideshow[data-dir="vert"] ul.slides li {
  float: none !important;
}
.slideshow[data-dir="vert"] .slide-view {
  height: 100%;
  position: absolute;
}
.slideshow[data-dir="vert"] .slides {
  position: relative;
}
.slideshow.ease .slides {
  -webkit-transition: left 0.3s ease, top 0.3s ease;
  -moz-transition: left 0.3s ease, top 0.3s ease;
  -ms-transition: left 0.3s ease, top 0.3s ease;
  -o-transition: left 0.3s ease, top 0.3s ease;
  transition: left 0.3s ease, top 0.3s ease;
}
.slideshow .scrolltext {
  display: inline-block;
  position: relative;
  overflow: visible;
  height: 30px;
  min-width: 300px;
}
.slideshow .scrolltext div {
  position: absolute;
  transition: top .3s ease,-webkit-filter .1s ease, -moz-filter .1s ease, -o-filter .1s ease, -ms-filter .1s ease, filter .1s ease;
  padding-right: 15px;
}
.slideshow .scrolltext .blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.mantle-slides .slide h3 {
  font-size: var(--t-txt-headline-xtrabig);
  font-weight: bold;
  font-family: Univers LT Std Condensed;
  line-height: 1em !Important;
  text-transform: uppercase;
}

@media (min-width: var(--t-tablet-portrait)) {
  .mantle-slides .slide h3 {
    font-size: var(--t-txt-headline-xtrabig);
    font-weight: bold;
  }
  .mantle-slides .slide  .wp-block-post-content  .t-txt-sm, .mantle-slides .slide  .wp-block-post-content  .t-txt-sm p {
    font-size: var(--t-txt-med);
  }
}
@media (max-width: var(--t-tablet-portrait)) {
  .mantle-slides .slide h3 {
    font-size: var(--t-txt-headline-big-mob);
    text-align: left;
  }
  .mantle-slides .slide .button-pos {
    text-align: left;
  }
  .mantle-slides .slide  .wp-block-post-content  .t-txt-sm, .mantle-slides .slide  .wp-block-post-content  .t-txt-sm p {
    font-size: var(--t-txt-med-mob);
  }
}

@media (min-width: 0) {
  .mod-m2 .indicator-box {
    margin-top: -40px;
    position: relative;
    z-index: 100;
    padding-bottom: 10px;
  }
  .mod-m2 .indicator-box li {
    background-color: #ccc !important;
  }
  .mod-m2 .indicator-box li.on {
    background-color: #fff !important;
  }
}
.slide-nav .btn-prev {
  position: absolute;
  left: 0px;
}

.slide-nav .btn-next {
  position: absolute;
  left: calc(100% - 40px);
}

.slide-nav li {
  height: 100%;
  z-index: 200;
  overflow: visible;
}

.slide-nav li em {
  display: block;
  width: 40px;
  height: 70px;
  top: 50%;
  margin-top: -40px;
  position: relative;
  cursor: pointer;
  background: var(--t-color-primary);
}

.slide-nav li.mute {
  display: none;
}

.slide-nav li {
  opacity: .5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slide-nav li:hover {
  opacity: 1;
  cursor: pointer;
}

.slide-nav li em:after {
  display: block;
  content: " ";
  border: 3px solid black;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  color: #fff;
  font: 60px serif;
  font-weight: bold;
  font-style: normal;
}

.slide-nav li.btn-prev em:after {
  left: 10px;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);

}

.slide-nav li.btn-next em:after {
  left: 5px;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);

}

@media (max-width: var(--t-tablet-portrait)) {
  .slide-nav {
    display: none;
  }
}
@media (min-width: var(--t-tablet-portrait)) {
  html:not(.mobile) .indication-container {
    display: none;
  }
}
.mobile .slide-nav {
  display: none;
}

.indicator {
  padding: 10px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 5px 10px 0;
  border-radius: 16px;
}

.indicator li {
  display: inline-block;
  background-color: #fff;
  height: 10px;
  width: 10px;
  margin: 5px;
  opacity: .6;
  border-radius: 50%;
}

.indicator li.on {
  background-color: var(--t-color-primary);
  opacity: 1;
}

.indicator-alt .indicator li {
  background-color: var(--t-grey-light);
}
.indicator-alt .indicator li.on {
  opacity: 1;
}

.indicator-bg-clr1 .indicator-box {
  background-color: var(--t-color-primary);
}

.indicator-bg-clr2 .indicator-box {
  background-color: var(--t-color-secondary);
}

.indicator-bg-clr3 .indicator-box {
  background-color: var(--t-color-tertiary);
}

.indicator-bg-clr4 .indicator-box {
  background-color: var(--t-color-quaternary);
}

.indicator-bg-clr5 .indicator-box {
  background-color: var(--t-color-quinary);
}

@media (max-width: var(--t-tablet-portrait)) {
  .slideshow.mantle {
    min-height: 400px !important;
  }
}
.mod-m2 .item .thumb {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.mod-m2 .item .thumb img {
  width: 100%;
}
.mod-m2 .item .thumb:not(.fitimg) img {
  object-fit: cover;
  height: 100%;
}
.mod-m2 .item .thumb.fitimg img {
  object-fit: contain;
  height: 100%;
}

.mod-m2 .info {
  overflow: visible;
}

.mod-m2 .modlink .thumb {
  color: #fff;
}

.mod-m2.hoverlinks .modlink:hover .thumb {
  color: #fff;
  background-color: var(--t-color-primary) !important;
}

.mod-m2 .numblist {
  counter-reset: item;
}
.mod-m2 .numblist .item {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
.mod-m2 .numblist .item::before .info {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.mod-m2 .numblist .item .info {
  padding-left: 70px;
  position: relative;
}
.mod-m2 .numblist .item .info::before {
  position: absolute;
  left: 0px;
  left: 5px;
  text-align: left;
  display: inline-block;
  content: counter(item) "";
  counter-increment: item;
  font-size: 62px;
  font-weight: 100;
  top: -9px;
  color: var(--t-color-quinary);
}

@media (max-width: var(--t-mobile-landscape)) {
  .mod-m2 .numblist .item .info::before {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0 10px;
  }

  .mod-m2 .item .thumb {
    height: auto !important;
  }
  .mod-m2 .item .thumb img {
    object-fit: unset !important;
  }
}
@media (min-width: var(--t-mobile-landscape)) {
  .m2-big-circle-grid  .wp-block-post-content  .t-contain {
    max-width: 1024px;
  }

  .m2-big-circle-grid .modlink div.thumb {
    margin-bottom: 0 !important;
  }
}
/*
.mod-m2 .info,.mod-m2 .slide .text {
	h3 + * , .mod-txt + * {
		margin-top: calc(var(--t-site-padding)/4);
	}
}

@media(max-width:767px){

	.mod-m2 .info,.mod-m2 .slide .text{
		h3 + * , .mod-txt + * {
			margin-top: calc(var(t-site-padding)/4);
		}
	}

}
*/
.mod-m2.news-links .item .button {
  padding: 3px 0px 2px;
  background: none;
  color: var(--t-color-quaternary);
  font-weight: 400;
}
.mod-m2.news-links .item .button:hover {
  color: var(--t-color-primary);
}

.mod-m2.news-links .item .button:after {
  content: " \00bb";
  font-size: 1.3em;
  font-weight: 100;
  font-weight: 400;
}

/* ----- Themed ------- */
.slide .txt-alicia {
  padding-left: 10px;
}

@media (max-width: var(--t-mobile-landscape)) {
  .slide .stylized-pad {
    padding-left: 0;
    text-align: center;
  }

  .slide .txt-stylized {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
  }
}
.slide .lead-txt {
  font-size: 18px;
  font-weight: 600;
}

.slide .subhead {
  display: inline-block;
}

.mod-m2.nurse-grid-titles h3 + p {
  margin-top: 10px !important;
}

.m2-littletxt .info h3 {
  font-size: var(--t-txt-norm);
}

/*

Module M3 : Quote

*/
.mod-m3 blockquote:before, .mod-m3 blockquote:after {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 80px !important;
  position: relative;
}
.mod-m3 blockquote:before {
  top: 30px;
  content: "\201C" !important;
  line-height: 1px;
}
.mod-m3 blockquote:after {
  content: "\201E" !important;
  line-height: 0em;
}
.mod-m3 .mod-txt:before {
  content: "\2014";
}

/*

Module M4 : Alternating Columns Text / Image

*/
.mod-quote:before, .mod-quote:after {
  content: '"';
  font-size: 30px;
}

.mod-m4 .fitimg {
  background-repeat: no-repeat;
  background-position: center center;
}
.mod-m4 .fitimg img {
  margin: auto;
}

.mod-m4 .m4-row {
  display: flex;
}


.mod-m4 .img:not(.fitimg) img {
  object-fit: cover;
}
.mod-m4 .img.fitimg img {
  object-fit: contain;
}

.mod-m4 .full-width .m4-row .mod-txt {
  max-width: 722.5px;
}
.mod-m4 .full-width .m4-row .mod-txt.clmnr, .mod-m4 .full-width .m4-row .mod-txt.clmnr + * {
  float: right;
  clear: both;
  text-align: right;
  padding-right: 0 !important;
}
.mod-m4 .full-width .m4-row .mod-txt.clmnl {
  padding-left: 0 !important;
}

.mod-m4 .full-width h3.clmnr {
  float: right;
  text-align: right;
  padding-right: 0 !important;
}
.mod-m4 .full-width h3.clmnl {
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  .mod-m4.m4_imgl.m4_altrows .m4-row:nth-child(odd) .img + div {
    margin-left: calc(var(--t-site-padding) / 2);
  }
  .mod-m4.m4_imgl.m4_altrows .m4-row:nth-child(even) .img + div {
    margin-right: calc(var(--t-site-padding) / 2);
  }

  .mod-m4:not(.m4_imgl).m4_altrows .m4-row:nth-child(odd) .img + div {
    margin-right: calc(var(--t-site-padding) / 2);
  }
  .mod-m4:not(.m4_imgl).m4_altrows .m4-row:nth-child(even) .img + div {
    margin-left: calc(var(--t-site-padding) / 2);
  }

  .mod-m4:not(.m4_altrows) .m4-row .img + div {
    margin-left: calc(var(--t-site-padding) / 2);
  }

  .mod-m4:not(.m4_altrows) .m4-row .img, .mod-m4:not(.m4_altrows) .m4-row .img + div {
    margin-right: calc(var(--t-site-padding) / 2);
  }

  .mod-m4.m4_altrows:not(.m4_imgl) .m4-row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .mod-m4.m4_altrows.m4_imgl .m4-row:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .mod-m4:not(.m4_altrows).m4_imgl .m4-row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .mod-m4 .padding {
    padding: calc(var(--t-site-padding) / 4) 0;
  }

  .mod-m4 .img {
    position: relative;
  }
  .mod-m4 .img h3 {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
}
/*

Module M5 : Accordion

*/
.mod-m5:not(.professions-index) .m5-section-hit {
  border-bottom: 1px solid var(--t-color-primary);
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  cursor: pointer;
}
.mod-m5:not(.professions-index) .m5-section-hit {
  border-bottom: 1px solid var(--t-color-primary);
  -webkit-transition: padding 0.3s ease, background-color 0.3s ease;
  -moz-transition: padding 0.3s ease, background-color 0.3s ease;
  -ms-transition: padding 0.3s ease, background-color 0.3s ease;
  -o-transition: padding 0.3s ease, background-color 0.3s ease;
  transition: padding 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.mod-m5:not(.professions-index) .m5-section:first-child {
  border-top: 1px solid #8DCE46;
}
.mod-m5:not(.professions-index) .m5-section .m5-expander {
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.mod-m5:not(.professions-index) .m5-section.active .m5-section-hit, .mod-m5:not(.professions-index) .m5-section .m5-section-hit:hover {
  color: white;
  padding-left: 20px;
}
.mod-m5:not(.professions-index) .m5-section .m5-section-hit:hover {
  background-color: var(--t-color-primary);
}
.mod-m5:not(.professions-index) .m5-section.active .m5-section-hit {
  background-color: var(--t-color-secondary);
}
.mod-m5:not(.professions-index) .m5-item {
  border-bottom: 1px solid #ccc;
}
.mod-m5:not(.professions-index) .m5-item a, .mod-m5:not(.professions-index) .m5-item p {
  text-align: left;
}

.m5-sizer :last-child {
  border: none;
  border-bottom: 0 !important;
}

.m5-sizer :first-child {
  padding-top: 0 !important;
}

.m5-section.active .m5-expander {
  border-bottom: 1px solid #ccc;
}

.m5-section:not(.active) .m5-expander, .m5-section:not(.active):hover .m5-expander {
  height: 0 !important;
}

/*

M6 : Sticky Column

*/
.m6-items .m6-item img {
  object-fit: cover;
  width: 100% !important;
  height: auto !important;
}

@media (min-width: var(--t-mobile-landscape)) {
  .has-m6:not(body), .mod-m6, .mod-m6 * {
    overflow: visible;
  }

  .m6-stick-l .m6-columns {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse;
  }

  .m6-columns {
    display: flex;
    flex-wrap: nowrap;
  }
  .m6-columns .m6_stickied {
    overflow: visible;
  }
  .m6-columns .m6_stickied {
    position: sticky;
    position: -webkit-sticky;
    top: 50%;
  }
  .m6-columns > div {
    width: 50%;
  }
  .m6-columns .m6-item {
    height: 75vh;
  }
}
@media (max-width: var(--t-mobile-landscape)) {
  .m6-items {
    display: flex;
  }
  .m6-items .m6-item {
    width: 50%;
  }
}
/*

M7 : Menu List

*/
.mod-m7 .img {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  margin: auto;
}

@media (min-width: var(--t-tablet-portrait)) {
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex .m7-row .descr {
    width: calc(100% - 400px);
  }
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex .m7-row .img {
    width: 400px;
  }
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex .m7-row {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex.m7-items.clmn-img_rt .m7-row {
    flex-flow: row-reverse;
  }
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex.m7-items.clmn-img_rt.clmn-alt .m7-row:nth-child(even) {
    flex-flow: inherit;
  }
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex.m7-items.clmn-img_rt .descr {
    text-align: left;
  }
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex.m7-items.clmn-img_rt.clmn-alt .m7-row:nth-child(even) .descr {
    text-align: right;
  }
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex.m7-items.clmn-img_lt.clmn-alt .m7-row:nth-child(odd) {
    flex-flow: row-reverse;
  }
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex.m7-items.clmn-img_lt .descr {
    text-align: right;
  }
  .mod-m7  .wp-block-post-content  .t-view-l-fit-flex.m7-items.clmn-img_lt.clmn-alt .m7-row:nth-child(odd) .descr {
    text-align: left;
  }

  .m7-items:not( .wp-block-post-content  .t-view-l-fit-1) {
    margin-left: calc(0 - (var(--t-site-padding)/4));
    margin-right: calc(0 - (var(--t-site-padding)/4));
  }

  .m7-items:not( .wp-block-post-content  .t-view-l-fit-1) > * {
    padding: calc(var(--t-site-padding)/4);
  }
}
@media (max-width: var(--t-mobile-landscape)) {
  .price {
    text-align: center;
  }
}
/* ---- nav-mobile.css---- */
/* mobile */



 .wp-block-post-content  .t-nav-mobile {
  clear:both;
  position: relative;
  left: 0; 
  width: 100% !important;
  z-index: 800;
  height:0;
}

  .wp-block-post-content  .t-nav-mobile  ul{
  	  height:100%;
  	  width: 100%;
  	 
  }

 .wp-block-post-content  .t-nav-mobile   .wp-block-post-content  .t-nav-scroller{
		padding:0;
		height:100%;
		overflow-y: auto;
	}






 .wp-block-post-content  .t-nav-ease  .wp-block-post-content  .t-nav-mobile{
  transition:height .2s ease-in-out;
}

 .wp-block-post-content  .t-nav-mobile li {
  display: block;
  width: 100%;
 text-align: center;
 
}




 .wp-block-post-content  .t-navbar	 .wp-block-post-content  .t-button-mobile-menu {
		width: 30px;
		height: 37px;
		right: 15px;
		top: 32px;
		color:white;
	}
		
 .wp-block-post-content  .t-navbar	 .wp-block-post-content  .t-toggle-icon {
		border-bottom: 2px solid;
	}
 .wp-block-post-content  .t-navbar	 .wp-block-post-content  .t-toggle-icon:before,  .wp-block-post-content  .t-toggle-icon:after {
		border-top: 2px solid !important;
	}

 .wp-block-post-content  .t-navbar	 .wp-block-post-content  .t-toggle-icon:after {
		bottom: 40%;
	}

 .wp-block-post-content  .t-navbar	 .wp-block-post-content  .t-toggle-icon:before {
	    top: 10px;
	}

 .wp-block-post-content  .t-navbar	.mute {
	    opacity: .6;
	    pointer-events: none;
	}
	





html  .wp-block-post-content .t-navbar  .wp-block-post-content  .t-button-mobile-menu {
	right:auto;
	left: 15px;
	top: 20px;
	position:absolute;
}




 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-nav-mobile {

	height: calc( 100vh - 65px);
	top:65px;
}

 .wp-block-post-content  .t-mobmenu html,  .wp-block-post-content  .t-mobmenu body{
	overflow: hidden;
}

 .wp-block-post-content  .t-nav-mobile .padding {
	padding-top: calc(var(--t-site-padding)/4);
}
 .wp-block-post-content  .t-nav-mobile a{
	font-family:  var(--t-font-secondary);
	font-size: var(--t-txt-headline-norm);
	margin:0 25px;
	color:  var(--t-grey-light);
	display: block;
	padding:10px 5px;
}

	
 .wp-block-post-content  .t-nav-mobile li:not(:last-child):after{
	content:"";
	display:block;
	width: 75vw;

	background-color: var(--t-grey-med);
	height: 1px;
	margin:Auto;
	
	}


	
 .wp-block-post-content  .t-nav-mobile li.active a{
	color: var(--t-color-secondary);
	
}
 .wp-block-post-content  .t-nav-mobile li.active a{
font-weight: 900 !important;
}



	
 .wp-block-post-content  .t-mobmenu .touch{
		height:100%;
		overflow:hidden;

	}
	
 .wp-block-post-content  .t-mobmenu	body{
			height:100%;
			overflow:hidden;
		}
	

 .wp-block-post-content  .t-mobmenu	 .wp-block-post-content  .t-button-mobile-menu-icon {
		transition-delay:0s;
	}
	



/* ---- nav.css---- */#t-scrollnav-holder{
	position:fixed;
	width:100%;
	z-index:1000;
	top:0;
	 -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}





 .wp-block-post-content  .t-horiz 	ul{
		padding:0;
		margin:0;
	}

 .wp-block-post-content  .t-horiz 	li{
			display: inline-block;
	}






 .wp-block-post-content  .t-navbar  .wp-block-post-content  .t-toggle-icon:after,  .wp-block-post-content  .t-navbar  .wp-block-post-content  .t-toggle-icon:before {
    border-top: 2px solid;
    left: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}

 .wp-block-post-content  .t-navbar{
	overflow:visible;
}
 .wp-block-post-content  .t-navbar	 .wp-block-post-content  .t-button-mobile-menu {
		
		position: absolute;
		box-sizing: border-box;
	
	}
		
 .wp-block-post-content  .t-navbar	 .wp-block-post-content  .t-toggle-icon {
		display: block;
	}
 .wp-block-post-content  .t-navbar	 .wp-block-post-content  .t-toggle-icon:before,  .wp-block-post-content  .t-toggle-icon:after {
		border-top: 6px solid;
		
	}
	
	


/*
 * This is where all the animation happens
 */
 .wp-block-post-content  .t-toggle-icon,  .wp-block-post-content  .t-toggle-icon:before,  .wp-block-post-content  .t-toggle-icon:after {

	transition: border-color .3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}


 .wp-block-post-content  .t-navbar	 .wp-block-post-content  .t-nav-mobile{
		position:fixed;
	}





/* ---- newsletter-signup.css---- */
@media(min-width:400px) {
	

	html .wp-block-post-content .newsletter-signup form {
		display:flex;
		justify-content:center;
		align-items: flex-start;
		
	}

	.wpforms-submit-container {

		margin:25px 0 0 15px !important;


	}

}



html .wp-block-post-content .newsletter-signup, html .wp-block-post-content .newsletter-signup .wpforms-container {
	display:inline-block;

}


html .wp-block-post-content .newsletter-signup .wpforms-confirmation-container-full {
	
	background-color:var(--t-color-primary) !important;
	color:white !important;
	border:none!important;
	margin-top: 100px!important;
}


html .wp-block-post-content .newsletter-signup .wpforms-field{
	width:250px !important;
	padding-right:0;
}

html .wp-block-post-content .newsletter-signup [type="email"]{
		margin: 15px auto;
		max-width:100%!important
	
}



@media(max-width:728px) {


	html .wp-block-post-content .newsletter-signup [type="email"]{
		margin: 15px auto;

	}
	html .wp-block-post-content .newsletter-signup h3{
		font-weight: bold;

	}


	html .wp-block-post-content .newsletter-signup [input="submit"]{
		margin-left:0 !important;

	}

}



@media(min-width:1181px){
	html .wp-block-post-content .newsletter-signup {
    	margin-top: -5px !important;
	}
}



 .wpcf7-response-output {
    background: transparent !important;
    padding: 0!important;
    font-size: 20px;
    margin: 8px 00 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .03em;
}

.newsletter-signup  .wpcf7 form.invalid > .wpcf7-response-output{
 	display: none !important;

 }


.newsletter-signup form.wpcf7-form.invalid {
    padding-bottom: 20px;
}

.newsletter-signup label .wpcf7-not-valid-tip{
	padding-top:3px;
}


.newsletter-signup p{
	display:inline;
	margin:0
}


.newsletter-signup {
	width:100%;
	max-width:600px;
	margin:auto;

}






html .wp-block-post-content body .newsletter-signup form input[type="email"] {
	
	text-align:left;
	width:calc(100% - 10px);
	max-width:300px;

}




.newsletter-signup p{
	display:inline;
	margin:0
}

.newsletter-signup {
	width:100%;
	max-width:600px;
	margin:auto;

}



.newsletter-signup .wpcf7-spinner {
	display:none!important
}


html .wp-block-post-content body .newsletter-signup form input[type="email"] {
	
	text-align:left;
	width:calc(100% - 10px);
	max-width:300px;

}


html .wp-block-post-content body .newsletter-signup form input[type="submit"] {
	background-color: white;
}


	
@media(min-width:864px) {
	.newsletter-signup{
		display:flex !important;
		flex-direction: row;
		justify-content:center;
		align-items: flex-start;
	}
	
	 .newsletter-signup form p{
		display:flex !important;
		flex-direction: row;
		justify-content:center;
		align-items: center;
	}
	.newsletter-signup h3 {
		width:auto;
		white-space:nowrap;
		padding-right:15px;
		  padding-top: 25px;
	}
	
	 .newsletter-signup .wpcf7-not-valid-tip,  .newsletter-signup .wpcf7-spinner {
		position:absolute;
	}



}


@media(max-width:864px) {
	
	.newsletter-signup h3{
		padding-bottom:0px;
		display:block;
	}
	html .wp-block-post-content body .newsletter-signup form input[type="email"] {
		display:block;
		margin:0 auto 10px;
		text-align:Center;
		font-size: 18px;
		
	}
	
	html .wp-block-post-content body .newsletter-signup form input[type="submit"] {
		margin:10px auto !important
		}
}


.newsletter-signup form .label{
	display:none
}
/* ---- pagination.css---- */

html .wp-block-post-content .pagination .pgnum a{
	padding:2px 7px;
	font-size: 22px;
	margin:0 4px;
	font-family:var(--t-font-secondary);
	font-weight: 500;
}
html .wp-block-post-content .pagination .pgnum a.active{
	padding:2px 7px 6px;
	font-size: 20px;
	background-color: var(--t-color-primary);
	color:white
}/* ---- pickup-parties.css---- */ .pickup-parties .article-links  .wp-block-post-content  .t-grid\:fit\:4\:l >* {
 	width:100% !important
 }


 .pickup-parties .article-links {
 	max-width:700px;
 }
 .pickup-parties .article-links .props,  .pickup-parties .article-links .post-meta {
 	display:none
 }
 
 .pickup-parties .article-links a:before,  .pickup-parties .article-links a:after {
 	
 	display:none!important
 } 
 


  .pickup-parties .article-links h3{
  	    font-size: 24px;
  }

 

.pickup-parties .article-link:not(:last-child) .details{
	border-bottom: 1px solid;
}



 @media(max-width:728px) {
 	
 
 .pickup-parties .article-links .button {
 	margin-top: 20px;
 }
 


  .pickup-parties .article-links h3{
  	    font-size: 20px;
  	    font-weight: 400;
  }



 }
 





  @media(min-width:728px) {
 	
 
 .pickup-parties .article-links .details {
 	display:flex!important;
 	justify-content:space-between;
 	align-items: self-start;
 
 }
 
 }
 
 

.article-links a:first-child::before, .article-links a:nth-child(2)::after {
		content:"";
		display:inline-block;
		border-bottom:5px solid transparent;
		border-top:5px solid transparent;
		position:Relative;
	}


	.article-links a:first-child::before{
		border-right:5px solid;
		margin-right:8px;
	}

	.article-links a:nth-child(2)::after{
		border-left:5px solid;
		margin-left:8px;
	}


	.article-links a:nth-child(2){
		text-align:right
	}/* ---- popular.css---- */
.popular .image {
	width: 72px;
	height:47px;


}
.popular li {
	padding-bottom:15px;
}
.popular h3 {
	width:calc(100% - 90px);
	
}
/* ---- popup-overlay.css---- */
 
 .popup-content {
 	display:none
 }
 
 
 html:not(.show-popup) .popup-overlay {
 	display:none;
 
 }
 
 
 html.show-popup, html.show-popup body {
 	overflow:hidden;
 	height:100vh;
 	width:100vw
 }

 .popup-overlay .overlay-title{
  line-height: 1.2em;
 }
 
  html.show-popup .popup-overlay {
 	position:fixed;
 	z-index:1000;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom:0;
 	background-color: rgba(0, 0, 0, 0.74);
 	display:flex;
 	align-items:center;
 	justify-content:center;
 	padding:0px;
 	
 }
 
   html.show-popup .overlay-modal {
   	background:white;

   	width: 75%;
   	height:75%;
   	   	position:relative;
   	   	display:flex;
   	   	flex-direction: column;
   	   	max-width:900px
   }

   @media(max-width:500px){

    html.show-popup .overlay-modal {
      width:calc(100% - 20px);
      height:calc(100% - 20px);

    }

   }
   
   html.show-popup .overlay-container{
   	height:100%;
   	padding:20px 20px 50px;
   	position:relative;
   	overflow:auto;
   
   	
   }
  
    html.show-popup  .overlay-close {
   	position:absolute;
   	right: 20px;
   	padding-right:20px;
   	top: 20px;
   	text-align:Center;
   	font-size: 0;
   	display:flex;
   	width:44px;
   	height:44px;
   
   	border-radius:50% !important;
   	background-color: var(--t-color-primary);
   	cursor:pointer;
   	transition:background-color .3s ease;
   	
   }
   
   
    html.show-popup  .overlay-close:hover {
		background-color: black;
		
		}
   
   html.show-popup .overlay-container > iframe{
   	overflow:auto;
	position:Relative;
   	min-height:0!important;
   	display:block;
   	height:100% !important;
   	width:100%
   
   	
   }
   
   html .wp-block-post-content  .overlay-close span {
   	position:Relative;

   }
   
    html .wp-block-post-content  .overlay-close span:after{
   	content:"+";
   	font-size: 42px;
   	font-weight: bold;
   	position:absolute;
   	top: -16px;
   	right:-24px;
   	transform: rotate(45deg);
   	color:white;
   	
   }/* ---- promo-slider.css---- */

 .wp-block-post-content  .t-valign .invisbutton{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

html .wp-block-post-content .promo-slider img{
	height:auto
}


html .wp-block-post-content .promo-slider .rayson p img {
	width: 30vw!important;
	
	margin:auto;
	max-width:800px;
	min-width:250px
}

html .wp-block-post-content .mantle.with-slider + section {
	margin-top:-20px !important
}



html .wp-block-post-content .mantle.with-slider .flights .pricing {
	margin-top:25%;
	margin-left:16%;
	width:60%;
	
}

html .wp-block-post-content .mantle.with-slider .flights .pricing-ball {
	position:absolute;
	bottom: -80px;
	right: -50px;
	
	width:350px;
	display: flex;

	align-items: flex-start;
	background-color: rgba(0,0,0,.5);
	
	
	border-radius:50%;
	border:3px solid white;
	max-width:400px;
	aspect-ratio: 1 / 1 
	
}


html .wp-block-post-content .mantle.with-slider .flights  .wp-block-post-content  .t-valigner {
	max-width:none
}


html .wp-block-post-content .mantle.with-slider .flights .flights-title {
	position:absolute;
	top: 50px;
	left: 30px;
	width:30%;
	max-width:600px;

	
}


html .wp-block-post-content .mantle.with-slider .flights .rayson-logo {
	position:absolute;
	bottom: 30px;
	left: 30px;
	width:15%;
	max-width:140px
	
}

@media(min-width:1250px) {
	html .wp-block-post-content .mantle.with-slider .flights .flights-title {
		left: 50%;
		margin-left:-600px
	}
	
	html .wp-block-post-content .mantle.with-slider .flights .rayson-logo {
		left: 50%;
		margin-left:-600px
		}
}


html .wp-block-post-content .mantle.with-slider .visit p{
	font-size: var(--t-txt-headline-big);
	padding-top: 20px;
}


html .wp-block-post-content .mantle.with-slider .diners-choice  .wp-block-post-content  .t-valigner p {
	text-align:center;
}
html .wp-block-post-content .mantle.with-slider .diners-choice  .wp-block-post-content  .t-valigner  img{
	height:auto;
	width:250px;
	margin:auto;
}


html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner  img{
	height:auto;
	width:200px;
	margin:auto 
	
}
html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner h3 {
font-size: var(--t-txt-headline-big);

}
html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner h4 {
	margin-top:0 !important;
	font-size: var(--t-txt-headline-med);
	
}

html .wp-block-post-content .mantle.with-slider .food-festival  .slide-content {
	padding-top:20px!important
}

html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner h5 {
	margin-top:10px!important;
	margin-bottom:20px !important;
	font-size: var(--t-txt-big);

	
}

html .wp-block-post-content .mantle.with-slider .food-festival .festival-info {
	margin-top: 0!important;
}




html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner ,
html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner  .wp-block-post-content  .t-valign  .wp-block-post-content  .t-contain,
html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner  .wp-block-post-content  .t-valign{
	max-width:none;
	width:calc(40vw);
	margin:0 0 0 auto;
	padding-left:0;
	padding-right:0 

}

html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner p{
	max-width:none;
	background-color: #000;
	width:100%;
	display:block;
	padding:40px;
	color:var(--t-color-secondary);
	font-size: var(--t-txt-headline-norm);
	text-align:left;
	margin-bottom:20px;
	border-radius:5px 0 0 5px;
	box-shadow:0 0 10px rgba(0,0,0,.5);
}




html .wp-block-post-content .mantle.with-slider .jolo  .wp-block-post-content  .t-valigner {
	color:white;
	font-size: var(--t-txt-big);
	line-height:1.5em;
	
}

html .wp-block-post-content .mantle.with-slider .total-wine  .wp-block-post-content  .t-valigner  img{
	height:auto;
	width:180px;
	margin:auto;
}

html .wp-block-post-content .mantle.with-slider .total-wine  .wp-block-post-content  .t-valigner  .wp-block-post-content  .t-valign {
	display:flex;
	align-items: center;
	justify-content:center;
}


html .wp-block-post-content .mantle.with-slider .jolo  .wp-block-post-content  .t-valigner h4{
	font-size: var(--t-txt-headline-big);
	margin-top: 0;
}
html .wp-block-post-content .mantle.with-slider .jolo  .wp-block-post-content  .t-valigner h3{
	font-size: 50px;
	margin-top: 0!important;
	margin-bottom:20px 
}







html .wp-block-post-content .mantle.with-slider   > *,
html .wp-block-post-content .mantle.with-slider  .mantle > * {
	height:auto!important
}

html .wp-block-post-content .mantle.with-slider  .indicator-box {
	top: -30px;
}








html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner  .wp-block-post-content  .t-valign {
	position:relative;
	z-index:10
}




@media(min-width:769px) {
	html .wp-block-post-content .promo-slider >.slideshow {
	height: 30vw !important;

}

html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner {
	width:100%;
	max-width:none!important;
}

html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner:before {
	content:"";
	position:absolute;
	top: 0px;

	height:400px;
	width:100%;
	left: 0;
	z-index:1;
	background: linear-gradient(0,rgba(210, 231, 233, 0) 1%, rgba(210, 231, 233, 1) 40%, rgba(210, 231, 233, 1) 100%);

}
}

@media(max-width:768px) {
	html .wp-block-post-content .promo-slider >.slideshow {
	height: auto !important;

}

html .wp-block-post-content .promo-slider .rayson  .wp-block-post-content  .t-valigner{
	display:flex;
	justify-content:center;
	align-items: center;
}


html .wp-block-post-content .mantle.with-slider .flights .flights-title {
	position:relative;
	top: auto;
	left: auto;
	width:250px;
	

	
}

html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner  img{
	padding-bottom:10px
	
}



html .wp-block-post-content .mantle.with-slider .flights .rayson-logo {
	position:relative;
	bottom:auto;
	left: auto;
	width:100px;
	margin:10px auto;
	display:none
	
	
}

html .wp-block-post-content .promo-slider .flights  .wp-block-post-content  .t-valigner{
	display:flex;
	justify-content:center;
	align-items: center;
}


html .wp-block-post-content .mantle.with-slider .flights .pricing {
	margin-top:18px;
	margin-left:0px;
	width:160px;
	
	
}

html .wp-block-post-content .mantle.with-slider .flights .pricing-ball {
	position:relative;
	top: auto;
	bottom: auto;
	right:auto;
	
	width:auto;
	display: inline;

	align-items: flex-start;
	background-color: transparent;
	
	
	border-radius:0px;
	border:none;
	max-width:none;
	aspect-ratio: auto;
	
}

html .wp-block-post-content .mantle.with-slider .visit p{
	font-size: var(--t-txt-headline-norm);
	padding-top: 10px;
}



html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner,
html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner  .wp-block-post-content  .t-valign  .wp-block-post-content  .t-contain,
html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner  .wp-block-post-content  .t-valign{
	max-width:none;
	width:100%;
	margin:0 0 0 auto;
	padding-left:0;
	padding-right:0;
	height:100%;
	padding:0!important

}
html .wp-block-post-content .mantle.with-slider .tablink  {
	padding:0 !important;
	
}

html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner  .wp-block-post-content  .t-valign  .wp-block-post-content  .t-contain{
	display: flex;
	align-items: flex-start;
	justify-content:flex-end;

	

}

html .wp-block-post-content .mantle.with-slider .slide-nav {
	display:none
}
html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner  .wp-block-post-content  .t-valign  .wp-block-post-content  .t-contain >div {
	width: 50%;
	padding:0!important;
	height:100%;
	

}
html .wp-block-post-content .mantle.with-slider .tablink .brs {
	display:block;
}
html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner p{
	max-width:none;
	display:flex;
	
	align-items: center;
	background-color:rgba(0,0,0,.7);
	width:100%;

	position:Relative;
	padding:20px 0 0 25px!important;
	height:100%;
	color:var(--t-color-secondary);
	font-size: var(--t-txt-headline-norm);
	text-align:center;
	line-height: 1.2em;
	text-align:left;
	margin-bottom:0px;
	border-radius:5px 0 0 5px;
	box-shadow:none
}

html .wp-block-post-content .mantle.with-slider .tablink  .wp-block-post-content  .t-valigner span {
	margin-top: -50px;
	display:inline-block;
}


html .wp-block-post-content .mantle.with-slider .jolo  .wp-block-post-content  .t-valigner h4{
	font-size: 25px;
	margin-top: 0;
}
html .wp-block-post-content .mantle.with-slider .jolo  .wp-block-post-content  .t-valigner h3{
	font-size: 30px;
	margin-top: 0!important;
	margin-bottom:20px 
}
html .wp-block-post-content .mantle.with-slider .jolo  .wp-block-post-content  .t-valigner  {
	font-size: 18px;
}
html .wp-block-post-content .mantle.with-slider .jolo  .wp-block-post-content  .t-valigner  br {
	display: block;
}


html .wp-block-post-content .mantle.with-slider .total-wine  .wp-block-post-content  .t-valigner  img{
	height:auto;
	width:120px;
	margin:auto;
}

html .wp-block-post-content .mantle.with-slider .diners-choice  .wp-block-post-content  .t-valigner  img{
	height:auto;
	width:180px;
	margin:30px auto 0;
}

html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner  img{
	height:auto;
	width:120px;
	margin:auto auto -10px auto;
}
html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner h3 {
font-size: 27px
}
html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner h4 {
	margin-top:0 !important;
	font-size: 26px
	
}
html .wp-block-post-content .mantle.with-slider .food-festival  .wp-block-post-content  .t-valigner:before {
	content:"";
	position:absolute;
	top: 0px;

	height:100px;
	width:100%;
	left: 0;
	z-index:1;
	background: linear-gradient(0,rgba(210, 231, 233, 0) 1%, rgba(210, 231, 233, 1) 40%, rgba(210, 231, 233, 1) 100%);

}

html .wp-block-post-content .mantle.with-slider .food-festival .m2-img {
	object-position:center 50px !important
	
}




}/* ---- request-form.css---- */
 .wpcf7-form[data-status="sent"] .form-fields.request{
	display:none
	
	
	}
	
.form-fields.request	.wpcf7-response-output {
		text-align:center;
		font-size: var(--dp-txt-headline-norm) !important;
		margin:0!important
	}


@media(max-width:500px) {
.form-fields.request	.wpcf7-response-output {

		font-size: var(--dp-txt-headline-norm-mob) !important;

	}
	
}


form.wpcf7-form .form-fields.request input:not([type="submit"])::placeholder, form.wpcf7-form textarea::placeholder{
	
	color:#777 !important
	}

html .wp-block-post-content form.wpcf7-form .form-fields.show-labels label {
	display:block!important;
	
}

@media(min-width:1024px) {
	html .wp-block-post-content form.wpcf7-form .form-fields.show-labels label {
	display:block!important;
	margin-bottom:-10px!important
}
	
}

html .wp-block-post-content form.wpcf7-form .form-fields .wpcf7-form-control-wrap {
	position:relative;
}

html .wp-block-post-content x-form.wpcf7-form .wpcf7-form-control-wrap[data-name="selectedType"]:after {
	position:absolute;
	content:"";
	right:10px;
	top: 6px;
	border-top: 10px solid var(--dp-color-tertiary);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	
	
}


html .wp-block-post-content  form.wpcf7-form .form-fields.show-labels .checkboxes,
html .wp-block-post-content  form.wpcf7-form .form-fields.show-labels .checkboxes span{
	
	text-align:left;
}


html .wp-block-post-content  form.wpcf7-form .form-fields.show-labels .checkboxes span {
	
	margin:0 10px 0 0;
	text-align:left;
	width:100%;

}
html .wp-block-post-content  form.wpcf7-form .form-fields.show-labels .wpcf7-checkbox label {
	display:flex !important;
	justify-content:center;
	align-items:center;
	padding:15px 0
}

html .wp-block-post-content  form.wpcf7-form .form-fields.show-labels .wpcf7-checkbox label input{
	width:25px !important;
	margin-bottom:0!important
}

html .wp-block-post-content form.wpcf7-form .form-fields.show-labels select {
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background:white;
	width:100%;
    padding-right: 30px !important;
}

@media(max-width:728px) {
	html .wp-block-post-content form.wpcf7-form .form-fields.show-labels label {
		text-align:left
	}
}






html .wp-block-post-content form.wpcf7-form .form-fields.show-labels .wpcf7-not-valid-tip {

font-weight: bold;
font-size: var(--t-txt-xsmall);
text-transform: uppercase;
position: Relative;
top: 5px;
text-align: right;
}


html .wp-block-post-content form.wpcf7-form[data-status="sent"] .form-fields {
	display:none
}

html .wp-block-post-content form.wpcf7-form[data-status="sent"]  .wpcf7-response-output {
	
	font-size: 22px!important;
}
/* ---- reservation-btn.css---- */
 .reservations-menu {
    
 
 background: white;
display: inline-block;
padding: 3px 30px 3px 10px;
font-size: 14px;
text-transform: uppercase;
border-radius: 3px;
font-weight: 500;
color: black;
text-align:left;
transition: all .3s ease;
letter-spacing: .03em;
border: 1px solid transparent;
position:relative;
}

@media(min-width:768px) {
    

.header_banner-box {
    display:flex;
    justify-content:center;
    align-items: center;
}

.header_banner-box p {
    margin:0;
    display:inline;
    align-items: center;
    padding:0!important
}
}

@media(max-width:768px) {

     .header_banner-box  .wp-block-post-content  .t-menu{
    
        padding-left:0;
        margin-left:0!important
    }
}


 .header_banner-box  .wp-block-post-content  .t-menu {
    display:inline-block;
    margin:0
 }
 .reservations-menu:after {
    content:"";
    width:10px;
    height: 10px;
    display:block;
    border-top:1px solid #000;
    border-right:1px solid #000;
    position:absolute;
    top: 50%;
    right:10px;
    transform:rotate(134deg);
    margin-top: -7px;
    transition:all .3s ease;
    }
    
     .reservations-menu:hover:after {
    content:"";
    width:10px;
    height: 10px;
    display:block;
    border-top:1px solid #000;
    border-right:1px solid #000;
    position:absolute;
    top: 50%;
    right:10px;
    transform:rotate(-45deg);
    margin-top: -2px;
    }

    
 .reservations-menu  .sub-menu{
    position:absolute;
    color: #d7d7d7;
    border-radius: 5px;
background-color: rgba(0, 0, 0, 0.56);
box-shadow: 0px 3px 5px rgba(0,0,0, .2);
border: 1px solid #797979;
display: none;
    
    }
 .reservations-menu:is(:hover) .sub-menu{
    display:block;
    width:100%;
    max-width:100% !important;
    left: 0;
    }
     .reservations-menu .sub-menu a{
        font-size: 14px !important;
     }
     .reservations-menu:hover  .sub-menu{
    display:block;

    width:100%;
    left: 0;
    }
    
  .reservations-menu    .sub-menu li:not(:last-child) {
border-bottom: 1px solid #797979;
}

 
     .reservations-menu:hover  .sub-menu  {
        background: rgba(0,0,0,.8) !important;
     }
     .reservations-menu:hover  .sub-menu li:hover a{
    color:var(--t-color-secondary);
    }
 
 
 
 html.show-wine-reserver .reserve-wine-overlay, html.show-dining-reserver .reserve-overlay {
 position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 00, 0.74);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    box-shadow: 00px 00px 10px rgba(0, 0, 0, .5);
    visibility: visible;
    width: 100%;
    height: 100%;
 }
 
  .reserve-wine-overlay, .reserve-overlay {
    
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 00, 0.74);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    box-shadow: 00px 00px 10px rgba(0, 0, 0, .5);
    visibility: visible;
    width: 100%;
    height: 100%;


    
    }
 html .wp-block-post-content .reserve-wine-overlay  .overlay-modal, 
 html .wp-block-post-content .reserve-overlay  .overlay-modal {
    background: white;
    width: 75%;
    height: 75%;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    max-height:700px;
    border-radius:6px
        
}



 html .wp-block-post-content .reserve-wine-overlay .overlay-btn-close,
  html .wp-block-post-content .reserve-wine-overlay .overlay-btn-close:hover,
  html .wp-block-post-content .reserve-overlay .overlay-btn-close,
    html .wp-block-post-content .reserve-overlay  .overlay-btn-close:hover {
    position: absolute;
    right: 20px;
    padding: 0px !important;
    justify-content: center;
    align-items: center;
    top: 20px;
    text-align: Center;
    font-size: 0;
    display: flex;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 50% !important;
    background-color: black !important;
    cursor: pointer;
    transition: background-color .3s ease;
    z-index:10;
}

html .wp-block-post-content .overlay-btn-close  {
    font-size: 0!important;
    

}

html .wp-block-post-content .overlay-btn-close  span{
    font-size: 0!important;
    position:Relative;
    display:flex;
    justify-content:Center;
    align-items: center;
    height:100%;
    width: 100%;
}
html .wp-block-post-content .overlay-btn-close span:after{
    content: "+";
    font: 32px "Lucida Grande", Lucida, Verdana, sans-serif;
    font-weight: bold;
    color: white;
    position:absolute;
    top: -4px;
    left: 6px;
    transform:rotate(45deg);
}


 html .wp-block-post-content .reserve-wine-overlay .reserve-container:not(sdfsdf),
  html .wp-block-post-content .reserve-overlay .reserve-container:not(sdfsdf) {
    overflow-y: auto;
    height:100% !important;
 }
 
html:not(.show-wine-reserver) .reserve-wine-overlay, html:not(.show-dining-reserver) .reserve-overlay {
    display:none
 }/* ---- search-bar.css---- */
/* Search box */





header button.fa-search{
	
	font-size: 19px;
	position:absolute;
	right: 20px;
	top: 42px;
	-webkit-appearance:none;
	appearance:none;
	border: none;
	background: none;
}


 html .wp-block-post-content header button.fa-search {
 	cursor:pointer;
}
 
 html .wp-block-post-content header button.fa-search:before {
	color: var(--t-color-secondary);
	transition: color .3s ease;
	
}


 @media (hover: hover) {
	 html .wp-block-post-content header button.fa-search:hover:before {
		color: var(--t-color-tertiary);
		
	}

}




@media(max-width:820px) {
	header button.fa-search {
		right: 15px;
		font-size: 22px;
		top: 15px;
	}
}

@media(max-width:820px) {
	header button.fa-search {
		top: 19px;
	}
}
/* ---- share-links.css---- */







/* ---- shipping-alt.css---- */html:not(.alt-shipping) header .alt-shipping {
 	display:none!important
 }
 

 
  header .alt-shipping .button{
 	padding:9px 10px 7px;
 	top: -4px;
 	font-size: 14px;
 	border: 1px solid #000;
 	border-radius:0 0 4px 4px;
 	background-color: rgb(209, 9, 9);
 	color:white;
 	margin-left:10px;
 	font-style: normal;
 }
 
  header .alt-shipping .button:hover{
 	background-color: white;
 	color:black
 }
 
 
 html.alt-shipping header #t-scrollnav  .wp-block-post-content  .t-nav-desktop{
 	padding-top: 30px;
 	position: relative;
 }
 
 
  @media(min-width:767px) {
 	
 
	 header .alt-shipping {
	 	position:absolute;
	 	right:0;
	 	top: 0;
	 	padding-right:30px;
	 	color:var(--t-color-secondary);
	 	font-style: italic;
	 	padding-top: 3px;
	 }
}

 @media(max-width:767px) {
 	html.alt-shipping .logo-n-nav{
 		display:block;
 	}
 
	 header .alt-shipping {

	 	border-top: 1px solid #ccc;
	 	position:relative;
	 	line-height:1.2em;
	 	right:0;
	 	margin-top: 15px;
	 	top: 0;
	 	padding-right:0px;
	 	color:var(--t-color-secondary);
	 	font-style: italic;
	 	padding-top: 18px;
	 	text-align:center;
	 	width:100%;
	 	
	 }
	 
		 
	  header .alt-shipping .button{
	  	border-radius:4px;
	  	margin-top:0px
	  	}
}

 @media(max-width:500px) {
 	
 	header .alt-shipping .button{
 		display:block;
 		max-width:150px;
 		margin-right: auto !important;
 		margin-left:auto;
 			margin-top:12px
 	}

 	header .alt-shipping {
 		padding-top:15px;
 	}
 	
 }
 /* ---- shop-links.css---- *//* @override 
	http://rayson.local/wp-content/themes/rayson/style.css */


 
 html .wp-block-post-content .shop-links {

	transition: all .3s ease;
}


html:not(.showshopmenu) .shop-links {
	position:fixed;
	top: 0%;
	left: 50%;
	width:0px;
	height:0px;
	overflow:hidden;
	background:rgba(0,0,0,0);

}

html.showshopmenu .shop-links {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background:rgba(0,0,0,.5);
	z-index:1500;
	justify-content:center;
	align-items: center;
	display:flex;
}


.shoplinks-container {
	max-width:600px
}
.shoplinks-contain {
		position:Relative;
		overflow:visible;
		box-shadow: 0 0 10px rgba(0,0,0,.4);
	
}

.shop-links .scroller {
	max-height:calc(100vh - 200px);
	overflow-y:auto;
	margin:40px 0px 20px;
	
 }

.shop-links .btn-close {
	position:absolute;
	right: -10px;
	top: -10px;
	width:30px;
	height:30px;
	background-color: black;
	border-radius:50%;
	border:1px solid var(--t-color-primary);
	color:white;
	display:flex;
	justify-content:Center;
	align-items: center;
	cursor:pointer
	
}

.shop-links .btn-close span{
		font: 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		position:Relative;
		transform:rotate(45deg);
		line-height: 0em;
		font-style: normal;
		margin-top: -5px!important;
		margin-right:-4px;
		
	}
@media(max-width:767px){

	.shoplinks-container {
			margin-top:30px;
	}

	.shop-links .scroller {
		padding-bottom:200px;
	}

}/* ---- subscription-links.css---- */

@media(max-width:730px) {
	
	html .wp-block-post-content .subscription-links {
		border:1px solid black;
	
	}
	
}

html .wp-block-post-content  .subscribe-header {
	background: white;	
}



html .wp-block-post-content  .subscribe-header {
	display:inline-block;
	z-index:5;
	padding:0 15px;
	position:relative;
}


@media(min-width:600px) {
	
.row .link-rows {
	width:calc(100% - 300px);
}
}







 .fa-podcast:before {
  color: #cc35ff;
 }
 
 
 .fa-google:before {
  color:#367FFF;
 }
 .fa-spotify:before {
  color:#00D850;
 }
  .fa-rss:before {
  color: #fa9716;
 }





html .wp-block-post-content .subscription-links {
	z-index:4;
	text-align:right;
	position:relative;
	height:100%;
	padding: 0 10px;
	overflow:visible;
	justify-content:flex-start;
	text-align:Center;
	max-width:500px;
}




html .wp-block-post-content .subscription-links > div {
	overflow:visible;
}

.subscription-links{
	max-width:1024px;
	
}

 .subscribe-header {
	overflow:visible;
	position:relative;
	top: -15px;
	
	}
	
.subscriotion-links .link-rows{
	padding-top:20px;
	

}

.subscription-links.link-rows,  .subscription-links [class*='fa']:before {

	height:50px;
	font-size: 40px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	

}


 html .wp-block-post-content .link-rows{
	margin:0 auto;
	align-self: center;

 }


.link-rows a {
		margin-bottom:20px;
		display:block;
}

.subscription-links .link-rows a span{
display: block;
font-weight: bold;
text-transform:uppercase;
font-size: 13px;
margin-top:3px;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

.subscription-links.link-rows .fa-rss:before {
	font-size: 35px;
	position:relative;
	bottom:-7px;
}

.subscription-links .link-rows a {
	min-width:80px;
}

a.provider-link .icon {
    top: 5px;
	width:100%;
    background-position: center;
    position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	margin:auto;

}


html .wp-block-post-content body .subscription-links-row {
	padding:0 15px;
}



@media(max-width:1024px) {

html .wp-block-post-content .subscription-links {
	max-width:500px;
	margin-right:Auto;
	margin-left:Auto;
}

}


  .subscription-links .iheart .icon {
    height: 33px;
  
}
	


@media(min-width:768px) {
	
	html .wp-block-post-content .subscription-links  .provider-links {
		text-align:Center;
		margin:auto;
		padding:10px!important;
	}


	html .wp-block-post-content body .subscription-links-row .subscription-links {
		border:none;
		max-width:1024px;
		padding:0px 10px!important;
		
	}
	html .wp-block-post-content body .subscription-links-row  .subscription-links .subscribe-header{

	top: 0;
	}
	
	html .wp-block-post-content body .subscription-links-row  .subscription-links .subscribe-header h3{
	font-weight: 300;

	}
		html .wp-block-post-content body .subscription-links-row .link-rows a {
		margin-bottom:10px;
		
	}
}


@media(max-width:768px) {

.subscription-links {
	max-width:500px;
}

}

/* ---- tag-nav.css---- */

html .wp-block-post-content .tag-nav {
	border-top: 1px solid var(--t-color-secondary);
	border-bottom: 1px solid var(--t-color-secondary);
	padding:14px 
}


html .wp-block-post-content .tag-nav, html .wp-block-post-content .tag-nav .links, html .wp-block-post-content .tag-nav .trend-title {
    position: relative;
    overflow: visible;
    z-index:2;


}

html .wp-block-post-content .tag-nav .trend-title {
    top:-2px;
}


html .wp-block-post-content .tag-nav .trend-title:before {
    content: "";
    background: var(--t-color-secondary);
    width: 50vw;
    height: 60px;
    display: block;
    position: absolute;
    right: 2px;
    top: -22px;
    z-index:1;
}

html .wp-block-post-content .tag-nav span {
	position:Relative;
	padding-right:8px;
	margin-right:6px;

}

html .wp-block-post-content .tag-nav .trend-title{
    padding-right:calc(var(--t-site-padding)/4);
}

html .wp-block-post-content .tag-nav .trend-title span{
	padding:0; margin:0; z-index:2
}




html .wp-block-post-content .tag-nav a{
	color:#333;
	padding:0 15px;
}


 @media (hover: hover) {
		html .wp-block-post-content .tag-nav a:hover{
			color:var(--t-color-secondary);
		
		}



}/* ---- theme-toggle.css---- */
.theme-toggle {
	position:fixed;
	bottom: 0;
	right: 5px;
	width: 95px;
	height:35px;
	border:1px solid #333;
	border-bottom:none;
	border-radius:10px 10px 0 00;
	background-color: white;
	mix-blend-mode: difference;
	z-index:1000;

}


.theme-toggle .control:before{
	content:"";
	position:absolute;
	width: 15px;
	height:15px;
	top: 6px;
	left: -20px;
	background-image: url('/wp-content/themes/theme/assets/images/icon-toggle-light.svg');
	background-size: contain;
}

.theme-toggle .control:after {
	
	content:"";
	position:absolute;
	width: 13px;
	height:13px;
	top:6px;
	left:auto;
	right: -20px;
	background-image: url('/wp-content/themes/theme/assets/images/icon-toggle-dark.svg');
	background-size: contain;
}


.theme-toggle .control{
	position: absolute;
	top: 5px;
	left: 28px;
	width:35px;
	height:40px;
	overflow:visible;
	}

.theme-toggle .hit{
	position: absolute;
	border-radius:30px;
	background-color:black;
	height:18px;
	left:0px;
	top: 4px;
	width:100%;
	display:block;
	border-left:none !important;
	
	
}


.theme-toggle button .toggle{
	position: absolute;
	width: 15px;
	height:16px;
	top: 1px;
	left: 0;
	padding:0;
	background-color:white;
	border-radius:50%;
	transition:left .3s ease;
}


 @media (hover: none) {
 	.theme-toggle {
		right:0;
		border-radius:10px 0px 0 0;
		width: 100px;
	}
 }



html .wp-block-post-content .theme-toggle button .toggle{
	left: 2px;
	
}{}html.wp-toolbar body{
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    }