/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: currentColor;
	/* 2 */
}

::before,
::after {
	--tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.po
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	/* 4 */
	font-feature-settings: normal;
	/* 5 */
	font-variation-settings: normal;
	/* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,sel
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-feature-settings: inherit;
	/* 1 */
	font-variation-settings: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
	display: none;
}

*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

#inside-ban-mob {
    display: none;
}
#inside-ban {
    display: table;
    margin: auto;
}

#mob-sticky-space {
    display: none;
}

[id*="banner"] a, [id*="inside-ban"] {
    position: relative;
}

[id*="banner"] a::before, [id*="inside-ban"]::before {
    content: 'AD';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff6c16;
    color: #fff;
    font-weight: 700;
    padding: 0rem 0.50rem;
    font-size: 12px;
    line-height: 18px;
}

[id*="inside-ban"] {
    margin: 20px 0px;
}

[id*="inside-ban"] img {
    margin: 0 !important;
}

#mob-sticky-banner a::before {
    left: unset;
    right: 0;
    line-height: 18px;
}

#after-post-banner a {
    display: table;
    margin: 20px auto;
}

#after-post-banner a img {
    margin: 0;
}

#mob-sticky-banner {
    display: none;
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
	header #logo img {
	    height: 3rem;
	    width: auto !important;
	}
	#post-info img.max-w-full.wp-post-image {
      /*aspect-ratio: 1.5 / 1;*/
      /*object-fit: cover;*/
      width: 100%;
      height: auto;
      
    }
    #top-banner img {
      max-height: 90px;
      max-width: 100%;
      width: auto;
    }
}

@media (min-width: 769px) and (max-width: 1535px) {
	header .menu-item {
		font-size: 16px;
	}

	header nav ul {
		gap: 12px !important;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
		padding-right: 4rem;
		padding-left: 4rem;
	}
	header .container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
		padding-right: 5rem;
		padding-left: 5rem;
	}
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.-right-3 {
	right: -0.75rem;
}

.-right-full {
	right: -100%;
}

.-top-\[5rem\] {
	top: -5rem;
}

.bottom-0 {
	bottom: 0px;
}

.left-0 {
	left: 0px;
}

.left-3 {
    left: 0.75rem;
}

.left-1\/2 {
	left: 50%;
}

.left-5 {
	left: 1.25rem;
}

.right-0 {
	right: 0px;
}

.top-0 {
	top: 0px;
}

.top-1\/2 {
	top: 50%;
}

.top-5 {
	top: 1.25rem;
}

.z-0 {
	z-index: 0;
}

.z-10 {
	z-index: 10;
}

.z-30 {
	z-index: 30;
}

.z-999 {
    z-index: 999;
}

.z-50 {
	z-index: 50;
}

.z-\[999\] {
	z-index: 999;
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

.m-0 {
	margin: 0px;
}

.m-1 {
	margin: 0.25rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.-mr-8 {
	margin-right: -2rem;
}

.-mt-\[1\.55rem\] {
	margin-top: -1.55rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mt-0 {
	margin-top: 0px;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mt-24 {
	margin-top: 6rem;
}

.mt-3 {
	margin-top: 0.75rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

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

.table {
	display: table;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.aspect-square {
	aspect-ratio: 1 / 1;
}

.aspect-half-double {
	aspect-ratio: 1 / 1.5;
}

.h-1 {
	height: 0.25rem;
}

.h-12 {
	height: 3rem;
}

.h-28 {
	height: 7rem;
}

.h-5 {
	height: 1.25rem;
}

.h-52 {
	height: 13rem;
}

.h-6 {
	height: 1.5rem;
}

.h-7 {
	height: 1.75rem;
}

.h-8 {
	height: 2rem;
}

.h-24 {
    height: 6rem;
}

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.max-h-0 {
	max-height: 0px;
}

.max-h-\[175px\] {
	max-height: 175px;
}

.min-h-\[12rem\] {
	min-height: 12rem;
}

.min-h-\[200px\] {
	min-height: 200px;
}

.min-h-full {
	min-height: 100%;
}

.w-1\/12 {
	width: 8.333333%;
}

.w-1\/2 {
	width: 50%;
}

.w-10\/12 {
	width: 83.333333%;
}

.w-11\/12 {
	width: 91.666667%;
}

.w-12 {
	width: 3rem;
}

.w-2\/12 {
	width: 16.666667%;
}

.w-2\/4 {
	width: 50%;
}

.w-28 {
	width: 7rem;
}

.w-3 {
	width: 0.75rem;
}

.w-3\/4 {
	width: 75%;
}

.w-4\/12 {
	width: 33.333333%;
}

.w-5 {
	width: 1.25rem;
}

.w-5\/12 {
	width: 41.666667%;
}

.w-52 {
	width: 13rem;
}

.w-6 {
	width: 1.5rem;
}

.w-6\/12 {
	width: 50%;
}

.w-7 {
	width: 1.75rem;
}

.w-8 {
	width: 2rem;
}

.w-8\/12 {
	width: 66.666667%;
}

.w-9\/12 {
	width: 75%;
}

.w-24 {
    width: 6rem;
}

.w-96 {
	width: 24rem;
}

.w-auto {
	width: auto;
}

.w-full {
	width: 100%;
}

.max-w-full {
	max-width: 100%;
}

.shrink-0 {
	flex-shrink: 0;
}

.-translate-x-2\/4 {
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.list-none {
	list-style-type: none;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

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

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

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

.flex-col-reverse {
	flex-direction: column-reverse;
}

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

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

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

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

.items-stretch {
	align-items: stretch;
}

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

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

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

.gap-1 {
	gap: 0.25rem;
}

.gap-12 {
	gap: 3rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-20 {
	gap: 5rem;
}

.gap-3 {
	gap: 0.75rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-5 {
	gap: 1.25rem;
}

.gap-7 {
	gap: 1.75rem;
}

.overflow-hidden {
	overflow: hidden;
}

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

.rounded {
	border-radius: 0.25rem;
}

.rounded-\[50px\] {
	border-radius: 50px;
}

.rounded-full {
	border-radius: 9999px;
}

.rounded-md {
	border-radius: 0.375rem;
}

.border {
    border-width: 1px;
}

.border-2 {
	border-width: 2px;
}

.border-b-2 {
	border-bottom-width: 2px;
}

.border-r-\[5px\] {
	border-right-width: 5px;
}

.border-gray {
	border-color: rgba(255, 255, 255, 0.25);
}

.border-gray5 {
	border-color: rgba(15, 15, 17, 0.03);
}

.border-gray7 {
	border-color: rgba(38, 38, 50, 0.05);
}

.border-primary {
	--tw-border-opacity: 1;
	border-color: #ff6c16;
}

.bg-\[\#eaeaea\] {
	--tw-bg-opacity: 1;
	background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}

.text-newblack {
    color: #262632;
}

.bg-newblack {
    background-color: #262632;
}

.bg-black1 {
	--tw-bg-opacity: 1;
	background-color: rgb(15 15 17 / var(--tw-bg-opacity));
}

.bg-black2 {
	background-color: rgba(255, 255, 255, 0.05);
}

.bg-black4 {
	background-color: rgba(255, 255, 255, 0.03);
}

.bg-darkBlue1 {
	--tw-bg-opacity: 1;
	background-color: #ff6c16;
}

.bg-gray2 {
	background-color: rgba(15, 15, 17, 0.05);
}

.bg-gray5 {
	background-color: rgba(15, 15, 17, 0.03);
}

.bg-gray7 {
	background-color: rgba(38, 38, 50, 0.05);
}

.bg-primary {
	--tw-bg-opacity: 1;
	background-color: #ff6c16;
}

.bg-red1 {
	background-color: rgba(210, 52, 74, 0.10);
}

.bg-transparent {
	background-color: transparent;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black1 {
	--tw-gradient-from: #262632 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(15 15 17 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
	--tw-gradient-from: #fff var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-0 {
	padding: 0px;
}

.p-2 {
	padding: 0.5rem;
}

.p-3 {
	padding: 0.75rem;
}

.p-4 {
	padding: 1rem;
}

.p-5 {
	padding: 1.25rem;
}

.p-6 {
	padding: 1.5rem;
}

.p-8 {
	padding: 2rem;
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

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

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-12 {
	padding-bottom: 3rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-4 {
	padding-right: 1rem;
}

.pr-5 {
	padding-right: 1.25rem;
}

.pt-12 {
	padding-top: 3rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

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

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

.font-yekanx {
	font-family: yekanx, sans-serif;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-xxs {
    font-size: 10px;
}

.text-s {
    font-size: 12.5px;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

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

.font-extrabold {
	font-weight: 800;
}

.font-medium {
	font-weight: 500;
}

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

.font-semibold {
	font-weight: 600;
}

.leading-4 {
	line-height: 1rem;
}

.leading-5 {
	line-height: 1.25rem;
}

.leading-6 {
	line-height: 1.5rem;
}

.leading-8 {
	line-height: 2rem;
}

.leading-9 {
	line-height: 2.25rem;
}

.text-black1 {
	--tw-text-opacity: 1;
	color: rgb(15 15 17 / var(--tw-text-opacity));
}

.text-black3 {
	color: rgba(15, 15, 17, 0.35);
}

.text-darkBlue1 {
	--tw-text-opacity: 1;
	color: #ff6c16;
}

.text-gray1 {
	color: rgba(255, 255, 255, 0.25);
}

.text-gray4 {
	color: #e3e3e3;
}

.text-gray6 {
	color: rgba(38, 38, 50, 0.35);
}

.text-green1 {
	--tw-text-opacity: 1;
	color: rgb(10 179 135 / var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
	opacity: 0;
}

.outline {
	outline-style: solid;
}

.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-0 {
	--tw-brightness: brightness(0);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-100 {
	--tw-brightness: brightness(1);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-\[0\.15\] {
	--tw-brightness: brightness(0.15);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
	--tw-invert: invert(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.duration-100 {
	transition-duration: 100ms;
}

.duration-200 {
	transition-duration: 200ms;
}

.duration-300 {
	transition-duration: 300ms;
}

.duration-500 {
	transition-duration: 500ms;
}

/* global */

@font-face {
	font-family: 'yekanx';

	src: url('fonts/IRANYekanXVF.woff') format('woff-variations'),
		/* will be the standard and works in Safari now */
		url('fonts/IRANYekanXVF.woff') format('woff'),
		url('fonts/IRANYekanXVF.woff2') format('woff2');

	/* for the other supporting browsers */

	font-weight: 100 1000;

	font-display: fallback;

	font-variation-settings: "dots"1;
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 998;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	-moz-backdrop-filter: blur(5px);
	-o-backdrop-filter: blur(5px);
	visibility: hidden;
	opacity: 0;
	transition: 0.2s all ease-in-out;
}

h1.elementor-heading-title.elementor-size-default {
    font-family: unset !important;
}

#overlay.active {
	visibility: visible;
	opacity: 1;
}

.rotate-180 {
	--tw-rotate: 180deg;
}

body * {
	outline: none !important;
}

i[class*="icon-"] {
	background-size: cover;
	background-position: center;
}

.icon-search {
	background-image: url('images/global/search.svg');
}

.icon-star {
	background-image: url('images/global/star.svg');
}

.icon-sun {
	background-image: url('images/global/sun.svg');
}

.icon-user {
	background-image: url('images/global/user.svg');
}

.icon-arrow-left {
	background-image: url('images/global/arrow-left.svg');
}

.icon-arrow-bottom {
	background-image: url('images/global/arrow-bottom-1.svg');
}

.icon-chevron-left {
	background-image: url('images/global/icon-chevron-left.svg');
}

.icon-calendar {
	background-image: url('images/global/calendar.svg');
}

.icon-footer-twitter {
	background-image: url('images/global/footer/icon-twitter.svg');
}

.icon-footer-aparat {
	background-image: url('images/global/footer/icon-aparat.svg');
}

.icon-footer-castbox {
	background-image: url('images/global/footer/icon-castbox.svg');
}

.icon-footer-linkedin {
	background-image: url('images/global/footer/icon-linkedin.svg');
}

.icon-linkedin2 {
	background-image: url('images/global/icon-linkedin2.svg');
}

.icon-footer-telegram {
	background-image: url('images/global/footer/icon-telegram.svg');
}

.icon-footer-instagram {
	background-image: url('images/global/footer/icon-instagram.svg');
}

.icon-footer-code {
	background-image: url('images/global/footer/icon-code.svg');
}

.icon-close {
	background-image: url('images/global/icon-close.svg');
}

.icon-calendar-red {
	background-image: url('images/global/icon-calendar-red.svg');
}

.icon-time {
	background-image: url('images/global/icon-time.svg');
}

/* global */

/*toc*/

div#ez-toc-container {
    direction: rtl;
    position: relative;
    width: 100%;
}

.dark div#ez-toc-container {
    background-color: #262632;
    border-color: #444;
}

#post-content strong {
    font-weight: 700;
}

#post-content h3 a, #post-content h3 a * {
  color: #ff6c16 !important;
}

#post-content #ez-toc-container a {
  font-size: 16px;
  color: #0f0f11 !important;
}

.dark #post-content #ez-toc-container a {
    color: #fff !important;
}

div#ez-toc-container p.ez-toc-title {
    text-align: right;
    margin-bottom: 10px;
}

div#ez-toc-container #tocOpener {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url('https://dmboard.media/wp-content/uploads/2023/06/chevron-bot.png') no-repeat center center;
    background-size: cover;
    transition: 0.2s all ease-in-out;
}

div#ez-toc-container #tocOpener.active {
    transform: rotate(180deg);
}

div#ez-toc-container nav {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s all ease-in;
}

.dark div#ez-toc-container #tocOpener {
  filter: invert(1);
  -webkit-filter: invert(1);
}

/*toc*/

/* swiperjs */

.swiper {
	width: 100%;
	height: 100%;
}

.default .swiper-button-next, .default .swiper-button-prev {
    background-image: unset;
}

/* swiperjs */

/* header */

header nav li.active {
	color: #fff;
}

.dark header nav li.active {
	color: #fff;
}

header nav li.active::after {
	width: 25%;
}

.modeToggle .absolute {
	left: calc(100% - 50px);
}

.dark .modeToggle .absolute {
	left: 0;
}

li.menu-item-has-children {
	position: relative;
}

header li.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
form.post-password-form {
    text-align: center;
    margin:10px auto;
}
form.post-password-form input[type='password'] {
    border:1px solid #ccc;
}
form.post-password-form p{
    margin:15px;
}
form.post-password-form label , form.post-password-form input {
    display:block;
    text-align:center;
    margin:8px auto;
}
form.post-password-form input[type='submit']{
    background:#eee;
    padding:8px 15px;
    border-radius:8px;
}
#mobile-menu .sub-menu {
	background: #eaeaea;
	border-radius: 15px;
}

.dark #mobile-menu .sub-menu {
	background-color: #222;
}

#mobile-menu li.menu-item-has-children::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 14px;
	left: 1rem;
	background: url('images/global/arrow-bottom-1.svg') no-repeat center center;
	background-size: cover;
}

/* header */

/* main slider */

#main-slider .swiper-slide img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

#main-slider .swiper-pagination-bullet {
	width: 25px;
	height: 5px;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 1);
}

#main-slider .swiper-pagination-bullet-active {
	background-color: #ff6c16;
}

/* main slider */

/* selected posts */

#selected-posts .item .radial {
	background: rgba(15, 15, 17, 0.05);
}

#selected-posts h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0;
  margin: .75rem;
}

#selected-posts .item:hover .radial {
	background-color: #ff6c16;
}

.dark #selected-posts .item .radial {
	background: radial-gradient(83.28% 70% at 50% 50%, rgba(255, 255, 255, 0.05) 41.88%, rgba(255, 255, 255, 0.00) 100%);
}

.dark #selected-posts .item:hover .radial {
	background: radial-gradient(123.28% 70% at 50% 50%, rgba(224, 36, 68, 0.50) 41.88%, rgba(224, 36, 68, 0.00) 100%);
}

#selected-posts .item:nth-child(1) {
	grid-area: 1 / 1 / 2 / 2;
}

#selected-posts .item:nth-child(2) {
	grid-area: 2 / 1 / 3 / 2;
}

#selected-posts .item:nth-child(3) {
	grid-area: 1 / 2 / 2 / 3;
}

#selected-posts .item:nth-child(4) {
	grid-area: 2 / 2 / 3 / 3;
}

#selected-posts .item:nth-child(5) {
	grid-area: 1 / 3 / 2 / 4;
}

#selected-posts .item:nth-child(6) {
	grid-area: 2 / 3 / 3 / 4;
}

#selected-posts .item:nth-child(2n)>.flex {
	flex-direction: row-reverse;
}

#selected-posts .item .item-content {
	background: rgba(15, 15, 17, 0.05);
}

#selected-posts .item:hover .item-content {
	background: linear-gradient(135deg, rgba(224, 36, 68, 0.15) 0%, rgba(224, 36, 68, 0.00) 100%), rgba(15, 15, 17, 0.05);
}

.dark #selected-posts .item .item-content {
	background: linear-gradient(to top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}

.dark #selected-posts .item:hover .item-content {
	background: linear-gradient(225deg, rgba(224, 36, 68, 0.25) 0%, rgba(224, 36, 68, 0.00) 100%), rgba(255, 255, 255, 0.05);
}

/* selected posts */

/* index last news */

#index-main article.post-item {
	background: linear-gradient(270deg, rgba(15, 15, 17, 0.05) 0%, rgba(15, 15, 17, 0.00) 100%);
}

#index-main article.post-item .post-item__info {
	background: linear-gradient(270deg, rgba(15, 15, 17, 0.05) 0%, rgba(15, 15, 17, 0.00) 100%);
}

.dark #index-main article.post-item {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.dark #index-main article.post-item .post-item__info {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
}

/* index last news */

#archive-main article img.wp-post-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* index default sliders */

.default .swiper-button-next, .default .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: #ff6c16;
}

.default .swiper-button-next {
	right: -20px;
}

.default .swiper-button-prev {
	left: -20px;
}

.default .swiper-button-next::after, .default .swiper-button-prev::after {
	color: #fff;
	font-size: 18px;
}

/* index default sliders */

/* index newsletter */

#newsletter .title::before, #mobile-newsletter .title::before {
	content: '';
	width: 10px;
	height: 50px;
	position: absolute;
	background-color: #ff6c16;
	top: 50%;
	right: -2.25rem;
	transform: translate(0, -50%);
}

.dark #newsletter .wpcf7-email {
  background-color: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.dark #newsletter .wpcf7-email::placeholder {
  color: rgba(255, 255, 255, 0.50);
}

#newsletter {
  position: relative;
}

#newsletter .wpcf7-spinner {
  position: absolute;
  bottom: 5%;
  left: 35%;
}

#newsletter .wpcf7-response-output {
    margin-top: 3rem;
}

.dark #newsletter .wpcf7-response-output {
  color: #fff;
}

#newsletter .wpcf7-not-valid-tip {
  margin-bottom: -1.5rem;
}

aside #newsletter input {
  font-size: 14px !important;
}

@media (min-width: 1024px) {
    #newsletter .wpcf7-email {
        font-size: 1.25rem;
		line-height: 1.75rem;
    }
    
    #newsletter .wpcf7-submit {
        font-size: 1.25rem;
		line-height: 1.75rem;
    }
}

/* index newsletter */

/* index tutorial */

#tutorial article,
.dark #related-posts article {
	background: linear-gradient(271deg, rgba(255, 255, 255, 0.03) 0.54%, rgba(255, 255, 255, 0.00) 99.46%);
}

#tutorial .podcast-little {
    aspect-ratio: 16 / 9;
}

#related-posts article {
	background: linear-gradient(271deg, rgba(38, 38, 50, 0.05) 0.54%, rgba(38, 38, 50, 0.00) 99.46%);
}

/* index tutorial */

.h_iframe-aparat_embed_frame {
    aspect-ratio: 16/9;
    margin: 20px 0px;
}

/* index sponsors */

#sponsors .grid .item {
	background-color: rgba(38, 38, 50, 0.03);
}

.dark #sponsors .grid .item {
	background-color: rgba(255, 255, 255, 0.03);
}

#sponsors .grid .item.even {
	background-color: rgba(38, 38, 38, 0.05);
}

.dark #sponsors .grid .item.even {
	background-color: rgba(255, 255, 255, 0.05);
}

.dark .dark\:invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* index sponsors */

/* footer */

footer .red-part {
	background: url('images/global/footer-red.svg') no-repeat center center;
	background-size: cover;
}

/* footer */

span.cptch_wrap {
    background-color: #f4f4f5;
}

p.cptch_block {
    margin-top: 1.5rem;
}

/* single post content */

.aligncenter {
	display: table;
	margin: 20px auto;
}

.wp-caption .wp-caption-text {
	font-size: 14px !important;
	line-height: 26px !important;
}

#post-content .post-inside-banner,
#post-content .post-inside-banner__mobile {
    display: block;
    margin: 20px auto;
}

#post-content blockquote {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 0px 10px;
}

.dark #post-content blockquote {
    background-color: #262632;
    border: 1px solid #444;
}

#post-content .post-inside-banner__mobile {
	display: none;
}

#post-content * {
	color: #262632;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
}

.dark #post-content * {
	color: #fff;
}

#post-content p {
	margin-bottom: 20px;
}

#post-content img {
	margin: 20px auto;
	max-width: 100%;
	height: auto;
	display: block;
}

#post-content ul, #post-content ol {
	padding: 0;
	padding: 10px 20px;
}

#post-content ul li {
	list-style: disc;
	list-style-type: disc;
}

#post-content ol li {
	list-style: auto;
	list-style-type: auto;
}

#post-content ul li::marker,
#post-content ol li::marker {
	color: #ff6c16;
}

#post-content a, #post-content a span {
	color: #ff6c16 !important;
}

#commentform input[type="submit"] {
  padding: 10px 20px;
  background-color: #ff6c16;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: .75rem;
  cursor: pointer;
}

#post-content h2, #post-content h2 * {
    font-size: 26px;
    font-weight: 700;
}
#post-content h3,#post-content h3 * {
    font-size: 23px;
}
#post-content h4,#post-content h4 * {
    font-size: 20px;
}
#post-content h5,#post-content h5 * {
    font-size: 17px;
}
#post-content h6,#post-content h6 * {
    font-size: 14px;
}

#post-info .flex-col-reverse {
  gap: 1rem;
}

#post-content h2 {
    margin: 25px 0px 5px;
    border-right: 5px solid #000;
    padding-right: 1rem;
}

.dark #post-content h2 {
    border-right: 5px solid #fff;
}

/* single post content */

.postBut {
	background: linear-gradient(90deg, rgba(38, 38, 50, 0.05) 0%, rgba(38, 38, 50, 0.01) 100%);
}

#pagination .previous-page, #pagination .next-page {
	background-color: #fbebed;
}

#pagination a.active {
	background-color: #D3344A;
}

#pagination a.active span {
	color: #fff;
}

/* comments */

#comments::before {
	position: absolute;
	content: '';
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: rgba(38, 38, 50, 0.05);
}

.dark #comments::before {
	background: rgba(255, 255, 255, 0.03);
}

/* comments */


#meet-slider .swiper-slide img.object-cover, #experts-slider .swiper-slide img.object-cover {
    aspect-ratio: 2 / 1;
}


/*lasts*/

#about-dm #seo-content *
{
  font-size: 14px;
  line-height: 26px;
  color: #777;
  text-align: justify;
  font-weight: 400;
}

/*lasts*/

.topttl,.bottomttl  {
    font-size: 20px !important;
}


#post-content .wp-caption {
    max-width: 100% !important;
}


/* queries */

#footer-para {
    position: absolute;
    right: 0;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    bottom: -2rem;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #footer-para {
        display: none;
    }
    #index-main article.post-item {
        min-height: 7rem;
    }
    .topttl {
        padding: 0rem 1rem;
        font-size: 16px !important;
    }
    
    .bottomttl {
        padding: 0rem 1rem;
        font-size: 16px !important;
    }

    #after-post-banner {
        display: none;    
    }
    
    #mob-sticky-space {
    display: block;
    }
    
    #mob-sticky-banner {
        display: block;
    }
	html {
		overflow-x: hidden;
	}

	.row {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.default .swiper-button-next {
		right: -5px;
	}

	.default .swiper-button-prev {
		left: -5px;
	}

	#post-info .row {
		padding: 0;
	}

	#post-content .post-inside-banner {
		display: none;
	}

	#post-content .post-inside-banner__mobile {
		display: block;
	}

	#archive-info .row {
		padding: 0px;
	}
	
	#inside-ban-mob {
        display: table;
    }
    #inside-ban {
        display: none;
    }
    #post-desc {
        padding-top: 1.5rem;
    }
    
    .text-sm {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    
    .text-base {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    
    .text-lg {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    .text-xl {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    
    .text-2xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    
    #post-content * {
        font-size: 15px;
        line-height: 30px;
    }
    
    #post-info h1 {
      font-size: 21px;
      line-height: 40px;
    }
    
    #mobile-menu .sub-menu {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    #post-content .wp-caption {
        max-width: 100%;
        width: 100% !important;
    }
    
    #post-content.wp-caption.aligncenter {
        display: block;
    }
    
    #post-content h2, #post-content h3 {
        font-size: 18px;
    }
    
    /*lasts*/
    
    #hamburger-parent {
        background-color: #fff;
    }
    #hamburger-parent, header #searchToggler
    {
      width: 30px;
      height: 30px;
    }
    
    header #searchToggler i
    {
      width: 15px;
      height: 15px;
    }
    .dash1, .dash2, .dash3
    {
      height: 2px;
      width: 20px;
      background-color: #ff6c16;
    }
    
    header #logo {
        width: 90px;
    }
    .container
    {
      padding-left: 0px;
      padding-right: 0px;
    }
    header .row
    {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .row
    {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    #main-slider .swiper-pagination
    {
      top: unset;
      bottom: 0;
      left: 0;
    }
    #main-slider h2
    {
      padding-top: 5rem;
      padding-bottom: 2rem;
    }
    #main-slider .swiper-pagination .swiper-pagination-progressbar-fill
    {
      background-color: #ff6c16;
    }
    
    #main-slider #mobileBar {
        width: 0%;
        height: 5px;
        background-color: #ff6c16;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 9;
        animation-name: sliderBar;
        animation-duration: 4950ms;
        animation-delay: 250ms;
        animation-iteration-count: infinite;
        transition: ease-in-out all;
        animation-timing-function: ease-in-out;
    }
    
    @keyframes sliderBar {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    
    #main-slider .swiper-button-next
    {
      right: .75rem;
    }
    #main-slider .swiper-button-prev
    {
      left: .75rem;
    }
    .item.group .icon-user, .item.group .icon-calendar
    {
      width: 15px;
      height: 15px;
    }
    .very-small
    {
      font-size: 10px;
    }
    .dark #selected-posts .item.group a span.text-xs.duration-200
    {
      color: #fff;
    }
    #selected-posts .item.group a span.text-xs.duration-200
    {
      color: #262632;
    }
    .redTag
    {
      font-size: 10px;
      font-weight: 600;
    }
    #index-main .icon-user, #index-main .icon-calendar
    {
      flex-shrink: 0;
      width: 15px;
      height: 15px;
    }
    .half-banner
    {
      width: 49%;
    }
    #index-news-row {
        padding: 0px;
    }
    #index-news-parent
    {
      padding: 1.5rem .75rem 1rem;
      background: rgba(38, 38, 50, 0.05);
    }
    /*#meet-slider .swiper-slide img, #experts-slider .swiper-slide img*/
    /*{*/
    /*  aspect-ratio: 1/1.5;*/
    /*}*/
    #like-row {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    /*#mobile-newsletter {*/
    /*    background-color: rgba(38, 38, 50, 0.0.5);*/
    /*}*/
    #mobile-newsletter .title::before {
        width: 5px;
        height: 30px;
        right: -0.75rem;
    }
    #mobile-newsletter .mt-10 {
        margin-top: 0;
    }
    #mobile-newsletter .wpcf7
    {
      width: 100%;
    }
    #mobile-newsletter .wpcf7-spinner
    {
      display: none;
    }
    #mobile-newsletter .mb-2
    {
      margin: 0;
    }
    #mobile-newsletter .flex-col.lg\:flex-row
    {
      flex-direction: row;
    }
    #mobile-newsletter .lg\:w-9\/12
    {
      width: 66.6666666%;
    }
    #mobile-newsletter .lg\:w-3\/12
    {
      width: 33.3333333%;
    }
    #big-podcast .text-xs
    {
      font-size: 17.5px;
      line-height: 21px;
      padding-top: 5rem;
    }
    #tutorial
    {
      padding-bottom: 1.5rem;
    }
    #tutorial article .text-xs
    {
      font-size: 11px;
    }
    #sponsors .item img
    {
      filter: unset;
      -webkit-filter: unset;
    }
    #about-dm .text-sm.border-primary
    {
      font-size: 15px;
      padding-top: .5rem;
        padding-bottom: .5rem;
    }
    #about-dm .relative.w-full
    {
      background: rgba(38, 38, 50, 0.05);
    }
    #about-dm .py-12
    {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    footer
    {
      margin-top: 2rem !important;
    }
    #archive-main img.wp-post-image
    {
      aspect-ratio: 1/1;
      object-fit: cover;
    }
    #archive-main h4
    {
      line-height: 17.5px;
      height: 54px;
    }
    #archive-main .postBut
    {
      font-size: 10px;
    }
    #pagination
    {
      justify-content: center;
    }
    #tagers {
        margin-top: -4.5rem;
    }
      #tagers .inline
    {
        display: none;
        margin: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    #tagers .inline:first-child
    {
      display: inline;
    }
    #post-info .icon-calendar-red, #post-info .icon-time
    {
      width: 15px;
      height: 15px;
    }
    .single-tabligh
    {
      position: relative;
      margin-bottom: 10px;
    }
    .single-tabligh::before
    {
      content: 'تبلیغات';
      position: absolute;
      bottom: 100%;
      right: 0;
      background-color: #D3344A;
      color: #fff;
      font-size: 10px;
      font-weight: 500;
      padding: 3px 20px;
    }
    #sharer .text-xl
    {
      font-size: 12.5px;
      line-height: 16px;
    }
    #sharer .p-4
    {
      padding: 7px;
    }
    #post-author .avatar
    {
      width: 90px;
      height: 90px;
    }
    #post-author .text-base
    {
      font-size: 12.5px;
      margin-bottom: .5rem;
    }
    #post-author .flex.bg-gray7.dark\:bg-black2.p-3
    {
      padding: .5rem;
    }
    #post-author .flex.bg-gray7.dark\:bg-black2.p-3 i
    {
      width: 10px;
      height: 10px;
    }
    #related-title
    {
      font-size: 15px;
      padding-top: .25rem;
      padding-bottom: .25rem;
    }
    #related-posts .w-1\/12
    {
      width: 25%;
    }
    #related-posts .w-10\/12
    {
      width: 75%;
    }
    #comments {
        width: calc(100% + 1.5rem);
        margin: 2.5rem -0.75rem 0;
        padding: 2rem 0.75rem;
    }
    #comments-title
    {
      font-size: 15px;
    }
    #commentform input[type="submit"]
    {
      font-size: 15px;
      padding: 5px 20px;
    }
    .comment .avatar
    {
      width: 60px;
      height: 60px;
    }
    #post-content h2, #post-content h2 *
    {
      font-size: 18px;
      line-height: 32px;
    }
    #post-content h3 , #post-content h3 * {
        font-size: 14px;
        line-height: 32px;
    }
    #commentform input::placeholder, #commentform textarea::placeholder
    {
      color: rgba(38, 38, 50, 0.5);
    }
    
    
    /*lasts*/
}


@media screen and (min-width: 768px) {
    #main-slider .swiper-slide {
      width: 33.3333334%;
    }
}

@media screen and (min-width: 1024px) {
	footer .red-part {
		height: calc(100% + 10rem);
		top: calc(-4rem - 2rem);
	}
}

.placeholder\:text-black3::-moz-placeholder {
	color: rgba(15, 15, 17, 0.35);
}

.placeholder\:text-black3::placeholder {
	color: rgba(15, 15, 17, 0.35);
}

.placeholder\:text-black5::-moz-placeholder {
	color: rgba(15, 15, 17, 0.50);
}

.placeholder\:text-black5::placeholder {
	color: rgba(15, 15, 17, 0.50);
}

.placeholder\:text-white::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder\:text-white::placeholder {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.after\:block::after {
	content: var(--tw-content);
	display: block;
}

.after\:h-\[5px\]::after {
	content: var(--tw-content);
	height: 5px;
}

.after\:w-0::after {
	content: var(--tw-content);
	width: 0px;
}

.after\:bg-primary::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: #ff6c16;
}

.after\:bg-white::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:duration-300::after {
	content: var(--tw-content);
	transition-duration: 300ms;
}

.after\:content-\[\'\'\]::after {
--tw-content: '';
content: var(--tw-content);
}

.last\:mb-0:last-child {
	margin-bottom: 0px;
}

.hover\:text-black1:hover {
	--tw-text-opacity: 1;
	color: rgb(15 15 17 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: #ff6c16;
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:after\:w-3\/12:hover::after {
	content: var(--tw-content);
	width: 25%;
}

.group:hover .group-hover\:scale-110 {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-125 {
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group-hover\:invert-0:hover {
    --tw-invert: invert(0);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:pr-1 {
	padding-right: 0.25rem;
}

.group:hover .group-hover\:text-black1 {
	--tw-text-opacity: 1;
	color: rgb(15 15 17 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:brightness-100 {
	--tw-brightness: brightness(1);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:grayscale {
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:grayscale-0 {
	--tw-grayscale: grayscale(0);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:is(.dark .dark\:border-black4) {
	border-color: rgba(255, 255, 255, 0.03);
}

:is(.dark .dark\:bg-\[\#222222\]) {
	--tw-bg-opacity: 1;
	background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-black1) {
	--tw-bg-opacity: 1;
	background-color: rgb(15 15 17 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-black2) {
	background-color: rgba(255, 255, 255, 0.05);
}

:is(.dark .dark\:bg-black4) {
	background-color: rgba(255, 255, 255, 0.03);
}

:is(.dark .dark\:bg-gray3) {
	background-color: rgba(255, 255, 255, 0.65);
}

:is(.dark .dark\:bg-white) {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is(.dark .dark\:from-black1) {
	--tw-gradient-from: #262632 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(15 15 17 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

:is(.dark .dark\:text-black1) {
	--tw-text-opacity: 1;
	color: rgb(15 15 17 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-darkBlue1) {
	--tw-text-opacity: 1;
	color: rgb(38 38 50 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray1) {
	color: rgba(255, 255, 255, 0.25);
}

:is(.dark .dark\:text-gray4) {
	color: #e3e3e3;
}

:is(.dark .dark\:text-white) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:brightness-0) {
	--tw-brightness: brightness(0);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:is(.dark .dark\:brightness-100) {
	--tw-brightness: brightness(1);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:is(.dark .dark\:invert-0) {
	--tw-invert: invert(0);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:is(.dark .dark\:placeholder\:text-gray4)::-moz-placeholder {
	color: rgba(255, 255, 255, 0.50);
}

:is(.dark .dark\:placeholder\:text-gray4)::placeholder {
	color: rgba(255, 255, 255, 0.50);
}

:is(.dark .dark\:hover\:text-white:hover) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .group:hover .dark\:group-hover\:text-gray3) {
	color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 768px) {
	.md\:block {
		display: block;
	}

	.md\:hidden {
		display: none;
	}

	.md\:w-auto {
		width: auto;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:gap-2 {
		gap: 0.5rem;
	}

	.md\:p-3 {
		padding: 0.75rem;
	}

	.md\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.md\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	
	#meet-slider a .text-white, #experts-slider a .text-white {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
    }
}

@media (min-width: 1024px) {
	.lg\:absolute {
		position: absolute;
	}

	.lg\:line-clamp-2 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.lg\:sticky {
		position: sticky;
	}

	.lg\:top-0 {
		top: 0px;
	}

	.lg\:z-50 {
		z-index: 50;
	}

	.lg\:m-2 {
		margin: 0.5rem;
	}

	.lg\:m-3 {
		margin: 0.75rem;
	}
	
	.lg\:my-6 {
    	margin-top: 1.5rem;
    	margin-bottom: 1.5rem;
    }

	.lg\:my-12 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.lg\:my-16 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.lg\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.lg\:-mb-16 {
		margin-bottom: -4rem;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	
	.lg\:mb-5 {
		margin-bottom: 1.25rem;
	}
	
	.lg\:mb-6 {
	    margin-bottom: 1.5rem;
    }

	.lg\:mt-0 {
		margin-top: 0px;
	}
	
	.lg\:mt-10 {
		margin-top: 2.5rem;
	}

	.lg\:mt-28 {
		margin-top: 7rem;
	}

	.lg\:block {
		display: block;
	}
	
	.lg\:border-2 {
    	border-width: 2px;
    }

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-12 {
		height: 3rem;
	}

	.lg\:h-16 {
		height: 4rem;
	}

	.lg\:h-full {
		height: 100%;
	}

	.lg\:min-h-0 {
		min-height: 0px;
	}

	.lg\:min-h-full {
		min-height: 100%;
	}
	
	.lg\:w-auto {
	    width: auto;   
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-10\/12 {
		width: 83.333333%;
	}

	.lg\:w-12 {
		width: 3rem;
	}

	.lg\:w-16 {
		width: 4rem;
	}

	.lg\:w-2\/12 {
		width: 16.666667%;
	}

	.lg\:w-3\/12 {
		width: 25%;
	}

	.lg\:w-3\/4 {
		width: 75%;
	}

	.lg\:w-5\/12 {
		width: 41.666667%;
	}

	.lg\:w-7\/12 {
		width: 58.333333%;
	}

	.lg\:w-9\/12 {
		width: 75%;
	}

	.lg\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.lg\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:flex-col-reverse {
		flex-direction: column-reverse;
	}

	.lg\:items-center {
		align-items: center;
	}

	.lg\:justify-normal {
		justify-content: normal;
	}
	
	.lg\:gap-1 {
		gap: 0.25rem;
	}
	
	.lg\:gap-2 {
		gap: 0.5rem;
	}

	.lg\:gap-3 {
		gap: 0.75rem;
	}

	.lg\:gap-5 {
		gap: 1.25rem;
	}

	.lg\:gap-9 {
		gap: 2.25rem;
	}
	
	.lg\:gap-20 {
	    gap: 5rem;
	}

	.lg\:overflow-x-auto {
		overflow-x: auto;
	}

	.lg\:p-5 {
		padding: 1.25rem;
	}
	
	.lg\:px-3 {
	    padding-left: 0.75rem;
	    padding-right: 0.75rem;
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.lg\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.lg\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.lg\:py-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.lg\:leading-10 {
		line-height: 2.5rem;
	}

	.lg\:leading-7 {
		line-height: 1.75rem;
	}

	.lg\:leading-8 {
		line-height: 2rem;
	}
}

@media (min-width: 1280px) {
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xl\:gap-5 {
		gap: 1.25rem;
	}
	
	.xl\:p-8 {
		padding: 2rem;
	}

	.xl\:p-12 {
		padding: 3rem;
	}

	.xl\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.xl\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.xl\:leading-7 {
		line-height: 1.75rem;
	}

	.xl\:leading-\[47px\] {
		line-height: 47px;
	}
}

@media (min-width: 1536px) {
	.\32xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.\[\&\>\*\:nth-child\(even\)\]\:bg-gray1>*:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.25);
}