@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Tajawal:wght@200;300;500;700&display=swap");

@import url("https://fonts.cdnfonts.com/css/typography-times?styles=24885,24882,24883,24884");

/*!
Theme Name: EST
Theme URI: https://xtnd.net/
Author: XTND
Author URI: https://xtnd.net/
Description: EST is a meticulously crafted custom theme, developed by XTND, a leading design company. It is designed to provide a seamless and stylish user experience, reflecting the innovative approach and attention to detail that defines XTND's work.
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: est
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EST is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.2.1 | 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: #e5e7eb;
  /* 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.
4. Use the user's configured `sans` font-family 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 */
}

/*
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,
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-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;
}

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

html {
  font-family: "Times", "sans-serif";
}

*, ::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-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:  ;
}

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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";
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

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

@media (min-width: 320px){
  .container{
    max-width: 320px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

@media (min-width: 1540px){
  .container{
    max-width: 1540px;
  }
}

.prose{
  color: var(--tw-prose-body);
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.prose{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #b91c1c;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.page-title, .entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull{
  max-width: none;
}

.entry-content > .alignleft{
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright{
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.left-\[70\%\]{
  left: 70%;
}

.bottom-\[-2\.6rem\]{
  bottom: -2.6rem;
}

.right-0{
  right: 0px;
}

.top-2{
  top: 0.5rem;
}

.bottom-8{
  bottom: 2rem;
}

.right-8{
  right: 2rem;
}

.left-0{
  left: 0px;
}

.top-0{
  top: 0px;
}

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

.right-\[5\%\]{
  right: 5%;
}

.right-\[1\.5rem\]{
  right: 1.5rem;
}

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

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

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

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

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

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

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

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

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

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

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

.float-left{
  float: left;
}

.m-auto{
  margin: auto;
}

.-m-1\.5{
  margin: -0.375rem;
}

.-m-1{
  margin: -0.25rem;
}

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

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

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

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

.my-\[4rem\]{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

.my-\[24px\]{
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-space-between-section{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-\[1rem\]{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[1\.5rem\]{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-\[106px\]{
  margin-top: 106px;
}

.mb-\[111px\]{
  margin-bottom: 111px;
}

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

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

.mt-8{
  margin-top: 2rem;
}

.mt-4{
  margin-top: 1rem;
}

.mr-auto{
  margin-right: auto;
}

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

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

.mr-\[12px\]{
  margin-right: 12px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mt-\[16px\]{
  margin-top: 16px;
}

.mt-\[32px\]{
  margin-top: 32px;
}

.mb-\[16px\]{
  margin-bottom: 16px;
}

.mb-\[56px\]{
  margin-bottom: 56px;
}

.mr-\[14px\]{
  margin-right: 14px;
}

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

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

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

.mt-2{
  margin-top: 0.5rem;
}

.mt-\[56px\]{
  margin-top: 56px;
}

.mt-\[2rem\]{
  margin-top: 2rem;
}

.mt-\[0\.5rem\]{
  margin-top: 0.5rem;
}

.mt-\[0\.125rem\]{
  margin-top: 0.125rem;
}

.mb-\[4rem\]{
  margin-bottom: 4rem;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mr-4{
  margin-right: 1rem;
}

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

.mt-\[40px\]{
  margin-top: 40px;
}

.mt-\[4rem\]{
  margin-top: 4rem;
}

.mt-\[26px\]{
  margin-top: 26px;
}

.mt-\[34px\]{
  margin-top: 34px;
}

.mb-\[24px\]{
  margin-bottom: 24px;
}

.mb-\[8px\]{
  margin-bottom: 8px;
}

.mr-\[20px\]{
  margin-right: 20px;
}

.ml-\[20px\]{
  margin-left: 20px;
}

.mt-\[3px\]{
  margin-top: 3px;
}

.mr-\[18px\]{
  margin-right: 18px;
}

.mt-\[24px\]{
  margin-top: 24px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

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

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

.ml-0{
  margin-left: 0px;
}

.mb-\[1rem\]{
  margin-bottom: 1rem;
}

.mb-space-between-section{
  margin-bottom: 2.5rem;
}

.mt-\[3rem\]{
  margin-top: 3rem;
}

.mb-\[32px\]{
  margin-bottom: 32px;
}

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

.mb-\[2rem\]{
  margin-bottom: 2rem;
}

.mt-\[10px\]{
  margin-top: 10px;
}

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

.ml-\[1rem\]{
  margin-left: 1rem;
}

.-mt-1{
  margin-top: -0.25rem;
}

.ml-auto{
  margin-left: auto;
}

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

.mb-\[4\.6rem\]{
  margin-bottom: 4.6rem;
}

.mt-\[2\.5rem\]{
  margin-top: 2.5rem;
}

.mb-space-2-section{
  margin-bottom: 2rem;
}

.mt-\[7px\]{
  margin-top: 7px;
}

.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}

.mb-\[0\.5rem\]{
  margin-bottom: 0.5rem;
}

.mb-\[66px\]{
  margin-bottom: 66px;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

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

.h-\[5\.625rem\]{
  height: 5.625rem;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[11\.25rem\]{
  height: 11.25rem;
}

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

.h-16{
  height: 4rem;
}

.h-\[17\.5rem\]{
  height: 17.5rem;
}

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

.h-full{
  height: 100%;
}

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

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

.h-\[2\.5rem\]{
  height: 2.5rem;
}

.h-\[15\.3125rem\]{
  height: 15.3125rem;
}

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

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

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

.max-h-\[86\%\]{
  max-height: 86%;
}

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

.w-\[100\%\]{
  width: 100%;
}

.w-\[3\.125rem\]{
  width: 3.125rem;
}

.w-\[45\.625rem\]{
  width: 45.625rem;
}

.w-full{
  width: 100%;
}

.w-\[6\.25rem\]{
  width: 6.25rem;
}

.w-4{
  width: 1rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[232px\]{
  width: 232px;
}

.w-\[7\.5rem\]{
  width: 7.5rem;
}

.w-16{
  width: 4rem;
}

.w-8{
  width: 2rem;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[9\.875rem\]{
  width: 9.875rem;
}

.w-\[14\.5rem\]{
  width: 14.5rem;
}

.w-10{
  width: 2.5rem;
}

.w-\[104px\]{
  width: 104px;
}

.w-\[9\.75rem\]{
  width: 9.75rem;
}

.w-\[10rem\]{
  width: 10rem;
}

.w-\[198px\]{
  width: 198px;
}

.w-\[95\%\]{
  width: 95%;
}

.w-\[127px\]{
  width: 127px;
}

.w-\[25px\]{
  width: 25px;
}

.w-\[10px\]{
  width: 10px;
}

.w-\[85\%\]{
  width: 85%;
}

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

.max-w-\[14rem\]{
  max-width: 14rem;
}

.max-w-\[40\%\]{
  max-width: 40%;
}

.max-w-\[7\.5rem\]{
  max-width: 7.5rem;
}

.flex-1{
  flex: 1 1 0%;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.border-spacing-y-5{
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-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;
}

.resize{
  resize: both;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-\[0\.2rem\]{
  gap: 0.2rem;
}

.gap-\[0\.5rem\]{
  gap: 0.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[32px\]{
  gap: 32px;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[118px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(118px * var(--tw-space-x-reverse));
  margin-left: calc(118px * calc(1 - var(--tw-space-x-reverse)));
}

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

.overflow-hidden{
  overflow: hidden;
}

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

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

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

.border{
  border-width: 1px;
}

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

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

.border-l{
  border-left-width: 1px;
}

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

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

.border-l-\[4px\]{
  border-left-width: 4px;
}

.border-grey-6{
  --tw-border-opacity: 1;
  border-color: rgb(242 244 248 / var(--tw-border-opacity));
}

.border-light-grey{
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
}

.border-\[\#F44336\]{
  --tw-border-opacity: 1;
  border-color: rgb(244 67 54 / var(--tw-border-opacity));
}

.border-\[\#FCA004\]{
  --tw-border-opacity: 1;
  border-color: rgb(252 160 4 / var(--tw-border-opacity));
}

.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(94 94 94 / var(--tw-border-opacity));
}

.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

.bg-yellow-2{
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
}

.bg-grey-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity));
}

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

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(127 36 23 / var(--tw-bg-opacity));
}

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

.bg-yellow-3{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 46 / var(--tw-bg-opacity));
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

.bg-light-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
}

.bg-\[\#132d3c38\]{
  background-color: #132d3c38;
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-\[\#FFF6F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 248 / var(--tw-bg-opacity));
}

.bg-\[\#FFFBED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 237 / var(--tw-bg-opacity));
}

.bg-\[\#EFFFE5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 255 229 / var(--tw-bg-opacity));
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-banner-arrows{
  background-image: url('../theme/assets/images/footer.png');
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-red-800{
  --tw-gradient-from: #7F2417;
  --tw-gradient-to: rgb(127 36 23 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black{
  --tw-gradient-to: #000000;
}

.bg-cover{
  background-size: cover;
}

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

.p-4{
  padding: 1rem;
}

.p-2{
  padding: 0.5rem;
}

.p-\[1\.5rem\]{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-3\.5{
  padding: 0.875rem;
}

.p-3{
  padding: 0.75rem;
}

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

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

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

.py-\[3rem\]{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.px-\[1\.5rem\]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}

.px-\[77px\]{
  padding-left: 77px;
  padding-right: 77px;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-\[72px\]{
  padding-left: 72px;
  padding-right: 72px;
}

.px-\[0\.4rem\]{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[1\.5rem\]{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-\[2rem\]{
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.py-space-between-section{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pl-\[3rem\]{
  padding-left: 3rem;
}

.pl-2\.5{
  padding-left: 0.625rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-\[2rem\]{
  padding-left: 2rem;
}

.pt-8{
  padding-top: 2rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-16{
  padding-top: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-8{
  padding-left: 2rem;
}

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

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

.pt-\[48px\]{
  padding-top: 48px;
}

.pt-\[4rem\]{
  padding-top: 4rem;
}

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

.pb-8{
  padding-bottom: 2rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-\[32px\]{
  padding-right: 32px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pb-\[180px\]{
  padding-bottom: 180px;
}

.pt-space-2-section{
  padding-top: 2rem;
}

.pb-space-1-section{
  padding-bottom: 1rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-margin-border-y{
  padding-top: 1rem;
}

.pb-\[24px\]{
  padding-bottom: 24px;
}

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

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

.align-middle{
  vertical-align: middle;
}

.font-times{
  font-family: Times;
}

.font-primary-font{
  font-family: Lato;
}

.font-sans{
  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";
}

.text-\[44px\]{
  font-size: 44px;
}

.text-\[18px\]{
  font-size: 18px;
}

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

.text-p-content-card-sm{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-p-m-screen{
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-h5-sm-title{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-position-title-sm{
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-p-large-screen{
  font-size: 0.875rem;
  line-height: 2rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-p-single-page-xs{
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-\[14px\]{
  font-size: 14px;
}

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

.text-\[1\.125rem\]{
  font-size: 1.125rem;
}

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

.text-\[20px\]{
  font-size: 20px;
}

.text-p2-large-screen{
  font-size: 0.875rem;
  line-height: 1rem;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-h2-login-lg-size{
  font-size: 1.875rem;
  line-height: 2.875rem;
}

.text-h4-signup-lg{
  font-size: 1.125rem;
  line-height: 2rem;
}

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

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

.text-\[1rem\]{
  font-size: 1rem;
}

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

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

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

.font-\[600\]{
  font-weight: 600;
}

.font-\[400\]{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

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

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

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

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

.leading-\[2rem\]{
  line-height: 2rem;
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

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

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

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.text-dark-blue-2{
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.text-grey-3{
  --tw-text-opacity: 1;
  color: rgb(228 228 229 / var(--tw-text-opacity));
}

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

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.text-grey-2{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}

.text-\[\#797979\]{
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}

.text-\[\#417C1D\]{
  --tw-text-opacity: 1;
  color: rgb(65 124 29 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-grey-9{
  --tw-text-opacity: 1;
  color: rgb(140 142 151 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.underline-offset-4{
  text-underline-offset: 4px;
}

.opacity-\[0\.5\]{
  opacity: 0.5;
}

.opacity-10{
  opacity: 0.1;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter{
  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);
}

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

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

body{
  overflow-x: hidden;
  font-family: Lato;
}

html{
  scroll-behavior: smooth;
}

@media (min-width: 640px){
  body,
html{
    font-size: 100%;
  }
}

@media (min-width: 768px){
  body,
html{
    font-size: 70%;
  }
}

@media (min-width: 1024px){
  body,
html{
    font-size: 90%;
  }
}

@media (min-width: 1440px){
  body,
html{
    font-size: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1024px){
  body,
html{
    font-size: 80%;
  }
}

.modal-open {
  overflow: hidden;
}

ins.adsbygoogle{
  z-index: 99 !important;
}

.container-sections{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .container-sections{
    max-width: 62.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .container-sections{
    max-width: 68.75rem;
  }
}

.advertisement-section{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  .advertisement-section{
    max-width: 62.5rem;
  }
}

@media (min-width: 1024px){
  .advertisement-section{
    max-width: 68.75rem;
  }
}

.advertisement-section{
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

figcaption {
  border-left: 2px solid #C31815;
  padding-left: 2rem;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 25px!important;
  --tw-text-opacity: 1 !important;
  color: rgb(124 38 29 / var(--tw-text-opacity)) !important;
}

.content-single-post-blur > p {
  background-image: linear-gradient(to bottom, #ffffff, transparent);
  color: #0000001c;
  -webkit-background-clip: text;
}

/*.container-header {*/

/*	@apply flex screen-768:h-[5rem] h-[4rem] items-center justify-between space-x-2 md:space-x-0;*/

/*}*/

.container-header{
  display: grid;
  height: 4.25rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px) and (max-width: 768px){
  .container-header{
    height: 5rem;
  }
}

@media (min-width: 1024px) and (max-width: 1024px){
  .container-header{
    height: 5rem;
  }
}

.subscribe-btn-header{
  display: flex;
  height: 3rem;
  width: 7rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subscribe-btn-header:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .subscribe-btn-header{
    width: 7rem;
  }
}

@media (min-width: 320px) and (max-width: 320px){
  .subscribe-btn-header{
    width: 5rem;
  }
}

.nav-large-screen .menu-main-menu-container{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
}

.nav-large-screen
	.menu-main-menu-container
	.navbar-container
	a
	.active:not(.current-menu-parent){
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 1.4rem;
}

.nav-large-screen
	.menu-main-menu-container
	.navbar-container
	a[aria-current="page"]{
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 1.4rem;
}

.navbar-container{
  margin-left: auto;
  margin-right: auto;
  display: none;
  max-width: 69.75rem;
  justify-content: space-between;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .navbar-container{
    display: flex;
  }
}

.navbar-container li{
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-transform: capitalize;
}

.navbar-container li:hover{
  background-color: #7C261D0D;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.navbar-container li:hover  .sub-menu{
  display: block;
}

.navbar-container .menu-item-has-children  .sub-menu{
  position: absolute;
  top: 0.5rem;
  left: 0px;
  z-index: 999;
  margin-top: 3rem;
  display: none;
  width: 10rem;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.latest-news-article-card:last-child div.navbar-container .menu-item-has-children  .sub-menu{
  display: none;
}

.category-main-card:last-child div.navbar-container .menu-item-has-children  .sub-menu{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.navbar-container .menu-item-has-children  .sub-menu{
  display: none;
}

.editor-section-cards:last-child div.navbar-container .menu-item-has-children  .sub-menu{
  display: none;
}

.navbar-container .menu-item-has-children::after{
  font-family: FontAwesome;
  content:"\f078";
  display: inline-block;
  cursor: pointer;
}

.dropdown-ul{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  margin-top: 3rem;
  display: none;
  width: 10rem;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.latest-news-article-card:last-child div.dropdown-ul{
  display: none;
}

.category-main-card:last-child div.dropdown-ul{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.dropdown-ul{
  display: none;
}

.editor-section-cards:last-child div.dropdown-ul{
  display: none;
}

.dropdown-ul ul li a{
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dropdown-ul ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.header-dropdown-content{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .header-dropdown-content{
    left: 63%;
    top: 5.5rem;
    height: 43rem;
    width: 24rem;
  }
}

@media (min-width: 1024px){
  .header-dropdown-content{
    left: 65.2%;
    height: 33rem;
  }
}

@media (min-width: 1440px){
  .header-dropdown-content{
    left: 65%;
    height: 31rem;
  }
}

@media (min-width: 1024px) and (max-width: 1024px){
  .header-dropdown-content{
    left: 68%;
    height: 38rem;
  }
}

@media (min-width: 1280px) and (max-width: 1280px){
  .header-dropdown-content{
    left: 66.4%;
  }
}

.profile-side-bar .header-dropdown-content-side-bar{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .profile-side-bar .header-dropdown-content-side-bar{
    left: 40%;
    top: 15%;
    height: 42rem;
    width: 24rem;
  }
}

@media (min-width: 1024px){
  .profile-side-bar .header-dropdown-content-side-bar{
    left: 29%;
    top: 17%;
    height: 35rem;
  }
}

@media (min-width: 1440px){
  .profile-side-bar .header-dropdown-content-side-bar{
    top: 20%;
    left: 30%;
    height: 32rem;
  }
}

@media (min-width: 1024px) and (max-width: 1024px){
  .profile-side-bar .header-dropdown-content-side-bar{
    left: 33%;
    top: 12%;
    height: 38rem;
  }
}

@media (min-width: 1280px) and (max-width: 1280px){
  .profile-side-bar .header-dropdown-content-side-bar{
    top: 13%;
  }
}

.profile-side-bar .header-dropdown-content-side-bar:after {
  content: "";
  position: absolute;
  top: 94%;
  right: 100%;
  /*margin-left: 6.625rem;*/
  /*margin-top: -0.875rem;*/
  width: 0;
  z-index: 999;
  height: 0;
  border-right: solid 0.9375rem #fff;
  border-top: solid 0.9375rem transparent;
  border-bottom: solid 0.9375rem transparent;
}

.header-dropdown-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 6.625rem;
  margin-top: -0.875rem;
  width: 0;
  z-index: 999;
  height: 0;
  border-bottom: solid 0.9375rem #fff;
  border-left: solid 0.9375rem transparent;
  border-right: solid 0.9375rem transparent;
}

.image-profile-header img{
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* menu user profile */

.fadeIn {
  -webkit-animation: fadeIn 1.1s;
          animation: fadeIn 1.1s;
}

.fadeOut {
  -webkit-animation: fadeOut 0.1s;
          animation: fadeOut 0.1s;
}

/*#menu-user-profile {*/

/*	display: none;*/

/*}*/

.scroll-hidden{
  overflow: hidden;
}

.user-profile-link{
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.user-profile-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .user-profile-link{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.user-profile-link:hover svg#profile-svg path {
  stroke: white;
}

.navbar-menu-user-profile::before{
  content: var(--tw-content);
  display: none;
}

@media (min-width: 768px){
  .navbar-menu-user-profile::before{
    content: var(--tw-content);
    display: block;
  }
}

/* breking news */

.breaking-news{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .breaking-news{
    border-left-width: 0.37rem;
    --tw-border-opacity: 1;
    border-left-color: rgb(124 38 29 / var(--tw-border-opacity));
  }
}

.breaking-news-section{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .breaking-news-section{
    max-width: 62.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .breaking-news-section{
    max-width: 68.75rem;
  }
}

.breaking-news-header{
  display: inline-block;
}

.breaking-news-title{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: Lato;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .breaking-news-title{
    font-size: 1.375rem;
    line-height: 2.018rem;
  }
}

.owl-stage {
  -webkit-animation: ticker-span 100s linear infinite;
          animation: ticker-span 100s linear infinite;
  transform: translate3d(-1832px, 0px, 0px);
  transition: all 0s ease 0s;
  width: 5498px;
}

.owl-stage:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ticker-span {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker-span {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.breaking-news-content{
  margin-left: 0px;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(61 61 61 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  font-family: Lato;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.breaking-news-content span{
  font-family: Lato;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.breaking-news-content a{
  cursor: pointer;
  font-family: Lato;
  font-weight: 700;
  text-decoration-line: none;
}

.breaking-news-content span a{
  cursor: pointer;
  font-family: Lato;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  text-decoration-line: none;
}

/* Main title */

.latest-new-title{
  position: relative;
  font-family: Lato;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.latest-new-title::before{
  content: var(--tw-content);
  position: absolute;
}

.latest-new-title::after{
  margin-top: -0.75rem;
  display: block;
  border-bottom-width: 8px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 203 0 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .latest-new-title{
    font-size: 2.5rem;
  }

  .latest-new-title::after{
    margin-top: -0.375rem;
    content: var(--tw-content);
    border-bottom-width: 0.625rem;
  }
}

@media (min-width: 1440px){
  .latest-new-title{
    font-size: 2.75rem;
  }
}

.main-title{
  position: relative;
  font-family: Lato;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.main-title::before{
  content: var(--tw-content);
  position: absolute;
}

.main-title::after{
  margin-top: -0.7rem;
  display: block;
  border-bottom-width: 8px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 203 0 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .main-title{
    font-size: 2.125rem;
    line-height: 3.1875rem;
  }

  .main-title::after{
    content: var(--tw-content);
    margin-top: -1.2rem;
  }
}

@media (min-width: 1024px){
  .main-title::after{
    content: var(--tw-content);
    border-bottom-width: 0.875rem;
  }
}

.main-title-category{
  position: relative;
  font-family: Lato;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.main-title-category::before{
  content: var(--tw-content);
  position: absolute;
}

.main-title-category::after{
  margin-top: -0.7rem;
  display: block;
  border-bottom-width: 8px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 203 0 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .main-title-category::after{
    content: var(--tw-content);
    margin-top: -1.2rem;
  }
}

@media (min-width: 1024px){
  .main-title-category{
    font-size: 2.5rem;
    line-height: 3.1875rem;
  }

  .main-title-category::after{
    content: var(--tw-content);
    border-bottom-width: 0.875rem;
  }
}

@media (min-width: 768px) and (max-width: 768px){
  .main-title-category::after{
    content: var(--tw-content);
    margin-top: -0.7rem;
  }
}

.main-category-name{
  text-transform: capitalize;
}

/* latest new */

.latest-news-container{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

/*.latest-news-main {*/

/*	@apply md:flex md:space-x-4 lg:space-x-0;*/

/*}*/

.latest-news-main{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 2rem;
}

@media (min-width: 768px){
  .latest-news-main{
    gap: 2rem;
  }
}

.latest-news-featured{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .latest-news-featured{
    grid-column: span 4 / span 4;
  }
}

.latest-news-featured .bookmark-btn{
  margin-left: 1rem;
  margin-right: 1rem;
}

.latest-news-featured-body{
  grid-column: span 12 / span 12;
  display: none;
  flex-direction: column;
  row-gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .latest-news-featured-body{
    grid-column: span 4 / span 4;
    display: flex;
  }
}

.latest-news-featured-border{
  margin-right: 0.5rem;
  display: inline;
  width: 25px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

.latest-news-featured-category{
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.latest-news-featured-img{
  border-radius: 9999px;
  border-width: 1px;
  padding: 10px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.latest-news-article-card:last-child div.latest-news-featured-img{
  display: none;
}

.category-main-card:last-child div.latest-news-featured-img{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.latest-news-featured-img{
  display: none;
}

.editor-section-cards:last-child div.latest-news-featured-img{
  display: none;
}

.latest-news-featured-article{
  margin-top: 1rem;
  font-family: Lato;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.latest-news-featured-article:hover{
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

@media (min-width: 768px){
  .latest-news-featured-article{
    font-size: 1.875rem;
    line-height: 2.875rem;
  }
}

.latest-news-featured-content{
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.latest-news-featured-read{
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .latest-news-featured-read{
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px){
  .latest-news-featured-read{
    margin-left: 1.25rem;
  }
}

.latest-news-featured-user{
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px){
  .latest-news-featured-user{
    margin-left: 1.25rem;
  }
}

.latest-news-featured-author{
  margin-left: 0.937rem;
  margin-right: 1.25rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .latest-news-featured-author{
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.latest-news-featured-time{
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .latest-news-featured-time{
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.latest-news-featured-icon-dot{
  margin-right: 0.5rem;
  font-size: 5px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.latest-news-article{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .latest-news-article{
    grid-column: span 4 / span 4;
  }
}

.latest-news-article-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .latest-news-article-heading{
    margin-left: 30px;
  }
}

.latest-news-article-card:last-child div.border{
  display: none;
}

.latest-news-article-cat-border{
  margin-right: 0.5rem;
  width: 25px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

.latest-news-article-cat-name{
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.latest-news-article-title{
  padding-right: 0px;
  font-family: Lato;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.latest-news-article-title:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

@media (min-width: 1024px){
  .latest-news-article-title{
    padding-right: 1.5rem;
  }
}

.latest-news-article-author{
  margin-right: 0.5rem;
  display: none;
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .latest-news-article-author{
    display: inline-block;
  }
}

.latest-news-article-time{
  margin-top: 0.625rem;
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.latest-news-article-icon{
  margin-right: 10px;
  font-size: 5px;
}

/* category with feature post */

.feature-post-heading{
  margin-bottom: 2rem;
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .feature-post-heading{
    margin-top: 2.5rem;
  }
}

.feature-post-title{
  position: relative;
  font-family: Lato;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.feature-post-title::before{
  content: var(--tw-content);
  position: absolute;
}

.feature-post-title::after{
  margin-top: -0.5rem;
  display: block;
  border-bottom-width: 0.625rem;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 203 0 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .feature-post-title{
    font-size: 2.125rem;
    line-height: 3.1875rem;
  }

  .feature-post-title::after{
    content: var(--tw-content);
    margin-top: -1.2rem;
  }
}

@media (min-width: 1024px){
  .feature-post-title::after{
    content: var(--tw-content);
    border-bottom-width: 0.875rem;
  }
}

.feature-post-view{
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: none;
}

@media (min-width: 1440px){
  .feature-post-view{
    font-size: 1.5rem;
  }
}

.feature-post-body{
  position: relative;
  right: 0px;
  bottom: 3.75rem;
  margin: 1rem;
  width: 90%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 768px){
  .feature-post-body{
    position: absolute;
    right: 50%;
    bottom: -5.3rem;
    margin: 0px;
    height: 27rem;
    --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));
    padding: 2rem;
  }
}

.feature-cat-name{
  flex: 1 1 0%;
  padding-top: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.feature-cat-icons{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  padding: 0.625rem;
}

.latest-news-article-card:last-child div.feature-cat-icons{
  display: none;
}

.category-main-card:last-child div.feature-cat-icons{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.feature-cat-icons{
  display: none;
}

.editor-section-cards:last-child div.feature-cat-icons{
  display: none;
}

.feature-article-title{
  margin-bottom: 1rem;
  padding-left: 0.5625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (min-width: 768px){
  .feature-article-title{
    font-size: 1.375rem;
  }
}

@media (min-width: 1024px){
  .feature-article-title{
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.feature-article-content{
  margin-bottom: 3.125rem;
  margin-top: 1rem;
  padding-left: 0.5625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.feature-post-read{
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.5625rem;
  font-size: 1.25rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.feature-post-author{
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .feature-post-author{
    font-size: 18px;
  }
}

.feature-post-time{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .feature-post-time{
    line-height: 2rem;
  }
}

.feature-post-dot{
  margin-right: 0.5rem;
  font-size: 5px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.article-main-card{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 2rem;
}

@media (min-width: 768px){
  .article-main-card{
    gap: 4rem;
  }
}

.article-card{
  grid-column: span 12 / span 12;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px){
  .article-card{
    grid-column: span 6 / span 6;
    gap: 1.875rem;
  }
}

@media (min-width: 320px) and (max-width: 320px){
  .article-card{
    gap: 0.5rem;
  }
}

.article-card-body{
  display: flex;
  height: 100%;
  width: 13.4375rem;
  flex-direction: column;
}

@media (min-width: 768px){
  .article-card-body{
    width: 21.875rem;
  }
}

.article-category{
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.article-category-icon{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  padding: 10px;
}

.latest-news-article-card:last-child div.article-category-icon{
  display: none;
}

.category-main-card:last-child div.article-category-icon{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.article-category-icon{
  display: none;
}

.editor-section-cards:last-child div.article-category-icon{
  display: none;
}

.article-category-title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-category-title:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px){
  .article-category-title{
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

/* category page */

.category-container{
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px){
  .category-container{
    margin-top: 1rem;
  }
}

.category-container .bookmark-btn{
  margin-left: 16px;
}

/* create-article banner */

.article-banner-section{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  background-image: url('../theme/assets/images/footer.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .article-banner-section{
    padding-bottom: 0px;
  }
}

.article-banner-container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1rem;
}

@media (min-width: 768px){
  .article-banner-container{
    align-items: center;
  }
}

.article-banner-content{
  padding-top: 1.5rem;
}

@media (min-width: 768px){
  .article-banner-content{
    padding-top: 0px;
  }
}

.article-banner-content .article-banner-title{
  font-family: Lato;
  font-size: 2.125rem;
  line-height: 3.1875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.article-banner-content .article-banner-title strong{
  position: relative;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(254 202 46 / var(--tw-text-opacity));
}

.article-banner-content .article-banner-title strong::before{
  content: var(--tw-content);
  position: absolute;
}

.article-banner-content .article-banner-title strong::after{
  margin-top: -1.2rem;
  display: block;
  border-bottom-width: 10px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(18 45 61 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .article-banner-content .article-banner-title strong::after{
    content: var(--tw-content);
    border-bottom-width: 12px;
  }
}

.article-banner-description{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .article-banner-description{
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .article-banner-description{
    text-align: start;
  }
}

.article-banner-img{
  order: 9999;
  display: none;
}

@media (min-width: 768px){
  .article-banner-img{
    order: 2;
    display: block;
  }
}

.article-banner-btn-mob{
  order: 2;
  margin-top: 1rem;
  display: flex;
  height: 3rem;
  width: 95%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.article-banner-btn-mob:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .article-banner-btn-mob{
    order: 3;
    display: none;
    width: 14.25rem;
  }
}

.article-banner-btn{
  order: 2;
  display: none;
  height: 3rem;
  width: 95%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.article-banner-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .article-banner-btn{
    order: 3;
    display: flex;
    width: 14.25rem;
  }
}

/* top viewed */

.top-viewed-container{
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.top-viewed-header{
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}

@media (min-width: 1024px){
  .top-viewed-header{
    padding-top: 2.5rem;
  }
}

/*.top-viewed-section {*/

/*	@apply items-start gap-8 md:flex;*/

/*}*/

.top-viewed-section{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  .top-viewed-section{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
  }

  .top-viewed-col-content{
    grid-column: span 7 / span 7;
  }
}

.top-viewed-col-content-p{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.top-viewed-category{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.top-viewed-category .bookmark-btn{
  margin-left: 1.625rem;
  margin-right: 1rem;
}

.top-viewed-category-name{
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.top-viewed-col-article{
  margin-bottom: 0px;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.top-viewed-col-article:hover{
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

@media (min-width: 768px){
  .top-viewed-col-article{
    font-size: 1.875rem;
    line-height: 2.875rem;
  }
}

.top-viewed-col-read{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.top-viewed-col-author{
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.top-viewed-col-author-user{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.top-viewed-col-author-time{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.top-viewed-col-author-icon{
  font-size: 5px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .top-viewed-col-author-icon{
    margin-right: 0.5rem;
  }
}

.top-viewed-col-card{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
}

@media (min-width: 768px){
  .top-viewed-col-card{
    grid-column: span 5 / span 5;
  }
}

@media (min-width: 1024px){
  .top-viewed-col-card{
    margin-top: 0.5rem;
  }
}

.top-viewed-col-card-body:last-child .border-top-viewed{
  display: none;
}

.top-viewed-col-card-svg{
  display: inline-block;
  height: 38px;
  width: 35px;
  max-width: 35px;
}

@media (min-width: 768px){
  .top-viewed-col-card-svg{
    width: 35px;
  }
}

.top-viewed-col-card-title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.top-viewed-col-card-title:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px){
  .top-viewed-col-card-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  .top-viewed-col-card-title{
    margin-bottom: 0px;
  }
}

.top-viewed-col-card-author{
  margin-right: 0.5rem;
  margin-top: 2rem;
  display: none;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .top-viewed-col-card-author{
    display: inline-block;
  }
}

.top-viewed-col-card-time{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.top-viewed-col-card-icon{
  margin-right: 0.5rem;
  margin-top: 2rem;
  display: none;
  font-size: 5px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

/* newsletter banner */

.news-letter-banner-section{
  margin-top: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  background-image: url('../theme/assets/images/footer.png');
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .news-letter-banner-section{
    height: 19.68rem;
  }
}

.news-letter-banner-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 768px){
  .news-letter-banner-container{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.news-letter-banner-heading{
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .news-letter-banner-heading{
    margin-bottom: 0px;
    width: 50%;
  }
}

.news-letter-banner-heading p{
  margin-bottom: 1rem;
  font-family: Lato;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .news-letter-banner-heading p{
    font-size: 2.75rem;
    line-height: 3.1875rem;
  }
}

.news-letter-banner-heading p strong{
  position: relative;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(254 202 46 / var(--tw-text-opacity));
}

.news-letter-banner-heading p strong::before{
  content: var(--tw-content);
  position: absolute;
}

.news-letter-banner-heading p strong::after{
  margin-top: -13px;
  display: block;
  border-bottom-width: 10px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(18 45 61 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .news-letter-banner-heading p strong::after{
    margin-top: -16px;
    content: var(--tw-content);
    border-bottom-width: 12px;
  }
}

.news-letter-banner-description{
  font-size: 1.375rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .news-letter-banner-description{
    text-align: start;
  }
}

@media (min-width: 1440px){
  .news-letter-banner-description{
    margin-top: 1.6rem;
  }
}

.news-letter-banner-form{
  text-align: end;
}

@media (min-width: 768px){
  .news-letter-banner-form{
    display: flex;
  }
}

@media (min-width: 1024px){
  .news-letter-banner-form{
    text-align: start;
  }
}

.news-letter-banner-form-input{
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 24px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .news-letter-banner-form-input{
    width: 45%;
  }
}

@media (min-width: 1024px){
  .news-letter-banner-form-input{
    margin-bottom: 1rem;
    margin-right: 0.5rem;
  }
}

.news-letter-banner-form-btn{
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news-letter-banner-form-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .news-letter-banner-form-btn{
    margin-bottom: 1rem;
  }
}

.news-letter-banner-img{
  margin-top: 1.25rem;
  display: none;
}

@media (min-width: 768px){
  .news-letter-banner-img{
    display: block;
  }
}

/* category page */

.category-main-card:last-child div.border{
  display: none;
}

/* single page */

.single-page-header{
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media (min-width: 768px){
  .single-page-header{
    font-size: 2.25rem;
    line-height: 3.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.single-page-section{
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px){
  .single-page-section{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
  }
}

#icons-share .addtoany_shortcode .a2a_kit.a2a_kit_size_32.addtoany_list {
  display: flex !important;
  border-radius: 999px !important;
  position: absolute;
  right: 0;
  background: #ffffff;
  padding: 0.25rem;
  border: 1px solid #dddddd !important;
  margin-top: 0.5rem;
}

#icons-share .a2a_svg svg path{
  stroke: white !important;
}

#open-icon-share-mobile
	.addtoany_shortcode
	.a2a_kit.a2a_kit_size_32.addtoany_list {
  display: flex !important;
  border-radius: 999px !important;
  position: absolute;
  right: -10rem;
  background: #ffffff;
  padding: 0.25rem;
  border: 1px solid #dddddd !important;
  margin-top: 0.5rem;
}

#open-icon-share
	.addtoany_shortcode
	.a2a_kit.a2a_kit_size_32.addtoany_list::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00000021;
  position: absolute;
  top: -0.25rem;
  right: 1.25rem;
}

#open-icon-share-mobile
	.addtoany_shortcode
	.a2a_kit.a2a_kit_size_32.addtoany_list::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00000021;
  position: absolute;
  top: -0.25rem;
  right: 11rem;
}

#est-icon svg#single-page-icon-btn path{
  border-radius: 9999px;
  border-width: 1px;
  padding: 1rem;
}

.latest-news-article-card:last-child div#est-icon svg#single-page-icon-btn path{
  display: none;
}

.category-main-card:last-child div#est-icon svg#single-page-icon-btn path{
  display: none;
}

.single-page-section-card:nth-last-child(2) div#est-icon svg#single-page-icon-btn path{
  display: none;
}

.editor-section-cards:last-child div#est-icon svg#single-page-icon-btn path{
  display: none;
}

.active-svg {
  fill: #7c261d1c;
  stroke: #7c261d;
}

.active-svg circle {
  fill: #7c261d1c;
}

.active-svg svg path {
  fill: #7c261d;
  stroke: white;
}

.btn-svg:not(.active-svg) svg:hover circle {
  fill: #7c261d1c;
}

.btn-svg:not(.active-svg) svg:hover path {
  stroke: #7c261d;
}

{
  margin-top: 0.25rem !important;
}

.btn-svg svg {
  cursor: pointer !important;
}

.single-page-icons{
  margin-right: 1rem;
  display: none;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px){
  .single-page-icons{
    display: flex;
  }
}

.single-page-icons-mobile{
  display: flex;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 768px){
  .single-page-icons-mobile{
    display: none;
  }
}

.single-page-icon-btn-mobile{
  margin-bottom: 24px;
  border-radius: 9999px;
  border-width: 1px;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.latest-news-article-card:last-child div.single-page-icon-btn-mobile{
  display: none;
}

.category-main-card:last-child div.single-page-icon-btn-mobile{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.single-page-icon-btn-mobile{
  display: none;
}

.editor-section-cards:last-child div.single-page-icon-btn-mobile{
  display: none;
}

.single-page-col-content{
  grid-column: span 8 / span 8;
}

.single-page-col-content-image{
  width: 100%;
}

.single-page-col-content-read-border{
  height: 1.5rem;
  border-right-width: 2px;
}

.single-page-col-content-user{
  margin-top: 24px;
  display: none;
}

@media (min-width: 768px){
  .single-page-col-content-user{
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.single-page-col-content-user-mobile{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .single-page-col-content-user-mobile{
    display: none;
  }
}

.single-page-col-content-user-img{
  height: 48px;
  width: 48px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .single-page-col-content-user-img{
    height: 60px;
    width: 60px;
  }
}

.single-page-col-content-user-author{
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .single-page-col-content-user-author{
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

.single-page-col-content-user-date{
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.single-page-col-related{
  grid-column: span 4 / span 4;
  display: none;
}

@media (min-width: 768px){
  .single-page-col-related{
    display: inline-block;
  }
}

.single-page-section-card:nth-last-child(2) div.border{
  display: none;
}

.single-page-col-related-category-name{
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.single-page-col-related-title{
  max-width: 14rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-page-col-related-title:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.single-page-col-related-author{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.single-page-col-related-time{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

/*#change-font-size-btn svg .fontsize-text-icon:hover {*/

/*	stroke: #7c261d;*/

/*	fill: #7c261d;*/

/*}*/

/*#change-font-size-btn svg mask path {*/

/*	stroke: red;*/

/*}*/

.fontsize-text-icon{
  width: 100%;
}

.fontsize-text-icon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fontsize-text-icon:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fontsize-text-icon:active{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fontsize-text-icon-mob{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fontsize-text-icon-mob:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fontsize-text-icon-mob:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fontsize-text-icon-mob:active{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#fontsize-list-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00000021;
  position: absolute;
  top: 0.2rem;
  right: 1.25rem;
}

#fontsize-list-menu-mob::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00000021;
  position: absolute;
  top: 0.2rem;
  right: 1.25rem;
}

.active-text-svg svg path {
  stroke: #7c261d;
}

.active-text-svg svg circle {
  fill: #7c261d1c;
}

.active-text-menu {
  stroke: #7c261d;
  fill: #7c261d;
}

.non-authorized-content {
  position: relative;
}

.non-authorized-content::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100%;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}

.pmpro_content_message{
  height: 700px;
}

@media (min-width: 1440px){
  .pmpro_content_message{
    height: 600px;
  }
}

.non-authorized-content{
  position: absolute;
  right: 0px;
  left: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(19 45 60 / var(--tw-bg-opacity));
  background-image: url('../theme/assets/images/footer.png');
  background-size: cover;
}

.non-authorized-content-section{
  display: grid;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 40px;
}

@media (min-width: 768px){
  .non-authorized-content-section{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 2rem;
  }
}

@media (min-width: 1024px){
  .non-authorized-content-section{
    padding-left: 5rem;
  }
}

.non-authorized-content-section > p {
  display: none;
}

.non-authorized-content-header{
  position: relative;
  margin-bottom: 16px;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.non-authorized-content-header::before{
  content: var(--tw-content);
  position: absolute;
}

.non-authorized-content-header::after{
  margin-top: -0.75rem;
  display: block;
  border-bottom-width: 8px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .non-authorized-content-header::after{
    margin-top: -16px;
    content: var(--tw-content);
    border-bottom-width: 14px;
  }
}

.non-authorized-content-img{
  display: none;
}

@media (min-width: 768px){
  .non-authorized-content-img{
    display: block;
  }
}

.non-authorized-content-title{
  margin-bottom: 16px;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.non-authorized-content-desc{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.non-authorized-content-benefits{
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.non-authorized-content-benefits > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.non-authorized-content-benefits-icon{
  border-radius: 9999px;
  background-color: #ffffff1c;
  padding: 3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.non-authorized-content-benefits-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.non-authorized-content-btn {
  cursor: pointer !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity)) !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(18 45 61 / var(--tw-text-opacity)) !important;
  border: none !important;
  margin: 0 !important;
}

.non-authorized-content-btn:hover {
  background-color: #ebbe0e !important;
}

/* platform-banner */

.platform-banner-section{
  margin-top: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  background-image: url('../theme/assets/images/footer.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.platform-banner-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 768px){
  .platform-banner-container{
    display: flex;
  }
}

@media (min-width: 1024px){
  .platform-banner-container{
    flex-direction: row;
    align-items: center;
  }
}

.platform-banner-body{
  margin-top: 2rem;
}

@media (min-width: 1024px){
  .platform-banner-body{
    width: 50%;
  }
}

.platform-banner-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.platform-banner-header p{
  font-family: Lato;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1440px){
  .platform-banner-header p{
    font-size: 2.75rem;
    line-height: 3.1875rem;
  }
}

.platform-banner-header p strong{
  position: relative;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(254 202 46 / var(--tw-text-opacity));
}

.platform-banner-header p strong::before{
  content: var(--tw-content);
  position: absolute;
}

.platform-banner-header p strong::after{
  margin-top: -12px;
  display: block;
  border-bottom-width: 8px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(18 45 61 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .platform-banner-header p strong::after{
    margin-top: -21px;
    content: var(--tw-content);
    border-bottom-width: 13px;
  }
}

.platform-banner-description{
  margin-bottom: 1.875rem;
  padding-top: 1.5625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .platform-banner-description{
    margin-bottom: 0px;
    text-align: start;
  }
}

@media (min-width: 1440px){
  .platform-banner-description{
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.platform-banner-btn{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  height: 3.5rem;
  width: 11rem;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.latest-news-article-card:last-child div.platform-banner-btn{
  display: none;
}

.category-main-card:last-child div.platform-banner-btn{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.platform-banner-btn{
  display: none;
}

.editor-section-cards:last-child div.platform-banner-btn{
  display: none;
}

.platform-banner-img{
  padding-top: 1.75rem;
}

/* Reviews */

.reviews-header{
  margin-top: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.reviews-section{
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px){
  .reviews-section{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}

.reviews-col-img{
  order: 1;
}

@media (min-width: 768px){
  .reviews-col-img{
    order: 2;
    width: 45%;
  }
}

@media (min-width: 1024px){
  .reviews-col-img{
    max-width: 100%;
  }
}

.reviews-col-content{
  order: 2;
}

@media (min-width: 768px){
  .reviews-col-content{
    order: 1;
    width: 50%;
  }
}

.reviews-content-category{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-content-category .bookmark-btn{
  margin-left: 16px;
}

.reviews-content-category-name{
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.reviews-col-content-title{
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.reviews-col-content-title:hover{
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

@media (min-width: 768px){
  .reviews-col-content-title{
    margin-top: 0px;
    font-size: 1.875rem;
    line-height: 2.875rem;
  }
}

.reviews-col-content-article{
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.55rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.reviews-col-2-content-article{
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.55rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.reviews-col-content-user{
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
}

.reviews-col-content-author{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .reviews-col-content-author{
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

.reviews-cards{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .reviews-cards{
    grid-column: span 4 / span 4;
  }
}

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

.reviews-card-cat{
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-card-cat-name{
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.reviews-card-cat-article{
  margin-top: 1rem;
  max-width: 23.375rem;
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.reviews-card-cat-article:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px){
  .reviews-card-cat-article{
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}

.reviews-card-author{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reviews-card-name{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .reviews-card-name{
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

.reviews-card-icon{
  margin-right: 0.5rem;
  font-size: 5px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

/* recommended for you */

.recommended-for-you-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recommended-for-you-title{
  position: relative;
  font-family: Lato;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.recommended-for-you-title::before{
  content: var(--tw-content);
  position: absolute;
}

.recommended-for-you-title::after{
  margin-top: -13px;
  display: block;
  border-bottom-width: 10px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 203 0 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .recommended-for-you-title{
    font-size: 2.125rem;
    line-height: 3.1875rem;
  }

  .recommended-for-you-title::after{
    margin-top: -1rem;
    content: var(--tw-content);
    border-bottom-width: 12px;
  }
}

.recommended-for-you-cards{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 2rem;
}

@media (min-width: 768px){
  .recommended-for-you-cards{
    gap: 2.5rem;
  }
}

.recommended-for-you-card{
  position: static;
  grid-column: span 12 / span 12;
  max-width: 100%;
}

@media (min-width: 640px){
  .recommended-for-you-card{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 768px){
  .recommended-for-you-card{
    grid-column: span 4 / span 4;
    margin-bottom: 12px;
  }
}

@media (min-width: 1024px){
  .recommended-for-you-card{
    margin-bottom: 0px;
  }
}

.recommended-for-you-border{
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  width: 25px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

.recommended-for-you-icon{
  border-radius: 9999px;
  border-width: 1px;
  padding: 10px;
}

.latest-news-article-card:last-child div.recommended-for-you-icon{
  display: none;
}

.category-main-card:last-child div.recommended-for-you-icon{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.recommended-for-you-icon{
  display: none;
}

.editor-section-cards:last-child div.recommended-for-you-icon{
  display: none;
}

.recommended-for-you-read{
  margin-top: 1.125rem;
  display: block;
  line-height: 2rem;
  color: 1.125;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

/* Start Post With Sub Category*/

.section-bg-post-with-sub-category:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.section-bg-post-with-sub-category:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.post-with-category-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-with-category-title{
  position: relative;
  z-index: 99;
  font-family: Lato;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.post-with-category-title::after{
  position: absolute;
  bottom: 0.1rem;
  z-index: -1;
  display: block;
  width: 100%;
  border-bottom-width: 0.625rem;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 203 0 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .post-with-category-title::after{
    content: var(--tw-content);
    bottom: 0.3125rem;
  }
}

@media (min-width: 1024px){
  .post-with-category-title{
    font-size: 2.125rem;
    line-height: 3.1875rem;
  }

  .post-with-category-title::after{
    content: var(--tw-content);
    border-bottom-width: 0.75rem;
  }
}

.post-with-category-cards{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 1rem;
}

@media (min-width: 768px){
  .post-with-category-cards{
    gap: 2.5rem;
  }
}

.post-with-sub-category-card{
  position: static;
  grid-column: span 12 / span 12;
  margin-bottom: 1rem;
  max-width: 100%;
}

@media (min-width: 640px){
  .post-with-sub-category-card{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 768px){
  .post-with-sub-category-card{
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1024px){
  .post-with-sub-category-card{
    margin-bottom: 0px;
  }
}

/* End Post With Sub Category*/

/* Subscribe banner */

.subscribe-banner-section{
  background-image: url('../theme/assets/images/30.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.subscribe-banner-container{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.subscribe-banner-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscribe-banner-header .subscribe-banner-title{
  font-family: Lato;
  font-size: 2rem;
  line-height: 3.1875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .subscribe-banner-header .subscribe-banner-title{
    font-size: 2.75rem;
    line-height: 3.1875rem;
  }
}

@media (min-width: 320px) and (max-width: 320px){
  .subscribe-banner-header .subscribe-banner-title{
    font-size: 1.9rem;
    line-height: 2.5rem;
  }
}

.subscribe-banner-header .subscribe-banner-title strong{
  position: relative;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(254 202 46 / var(--tw-text-opacity));
}

.subscribe-banner-header .subscribe-banner-title strong::before{
  content: var(--tw-content);
  position: absolute;
}

.subscribe-banner-header .subscribe-banner-title strong::after{
  margin-top: -1rem;
  display: block;
  border-bottom-width: 8px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(18 45 61 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .subscribe-banner-header .subscribe-banner-title strong::after{
    margin-top: -1rem;
    content: var(--tw-content);
    border-bottom-width: 12px;
  }
}

@media (min-width: 320px) and (max-width: 320px){
  .subscribe-banner-header .subscribe-banner-title strong::after{
    content: var(--tw-content);
    margin-top: -0.75rem;
  }
}

.subscribe-banner-description{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .subscribe-banner-description{
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.subscribe-banner-btn{
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.subscribe-banner-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .subscribe-banner-btn{
    width: 122px;
  }
}

.subscribe-banner-input{
  width: 100%;
  border-radius: 0.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .subscribe-banner-input{
    width: 18.75rem;
  }
}

/* start card */

.card-title{
  position: relative;
  font-family: Lato;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.card-title::before{
  content: var(--tw-content);
  position: absolute;
}

.card-title::after{
  margin-top: -0.7rem;
  display: block;
  border-bottom-width: 10px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 203 0 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .card-title{
    font-size: 2.125rem;
    line-height: 3.1875rem;
  }

  .card-title::after{
    content: var(--tw-content);
    margin-top: -1rem;
  }
}

@media (min-width: 1024px){
  .card-title::after{
    content: var(--tw-content);
    border-bottom-width: 0.75rem;
  }
}

@media (min-width: 1440px){
  .card-title::after{
    content: var(--tw-content);
    margin-top: -1.2rem;
  }
}

/*.card-body {*/

/*	@apply relative bottom-20 w-[90%]  bg-white p-2 pr-6 sm:-mb-16 lg:bottom-[132px]  lg:h-[264px];*/

/*}*/

.card-article{
  margin-top: 0.125rem;
  max-width: 21rem;
  text-overflow: clip;
  text-align: left;
  font-family: Lato;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.card-article:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px){
  .card-article{
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

.card-category{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.card-author{
  margin-top: 1rem;
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .card-author{
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px){
  .card-author{
    margin-right: 1.125rem;
  }
}

.card-time-ago{
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .card-time-ago{
    font-size: 18px;
  }
}

/* end card */

/* search */

.search-no-result{
  font-family: Lato;
  font-size: 18px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .search-no-result{
    font-size: 44px;
    line-height: 51px;
  }
}

.search-no-result span{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.search-suggestion h2,
.search-suggestion p{
  font-size: 13px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .search-suggestion h2,
.search-suggestion p{
    font-size: 18px;
    line-height: 32px;
  }
}

div.asl_r.vertical {
  border-radius: 1rem !important;
  margin-top: 1rem !important;
}

@media (min-width: 768px){
  div.asl_r.vertical{
    width: 35rem !important;
  }
}

div.asl_r .results::-webkit-scrollbar {
  width: 20px !important;
  border-radius: 999px !important;
  cursor: pointer;
}

div.asl_r .results::-webkit-scrollbar-track {
  background: #797979 !important;
  border-left: 9px solid white !important;
  border-right: 9px solid white !important;
  border-top: 2px solid white !important;
  border-bottom: 2px solid white !important;
}

div.asl_r .results::-webkit-scrollbar-thumb {
  background: #7c261d !important;
  border-left: 7px solid white !important;
  border-right: 7px solid white !important;
  border-top: 2px solid white !important;
  border-bottom: 2px solid white !important;
  border-radius: 20px !important;
}

div.asl_r .results::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

.overlay::before {
  content: "";
  background-color: #132d3c;
  opacity: 0.3;
  top: 0;
  left: 0;
  height: 100vh;
  position: fixed;
  transform: translate(200px) scale(2);
  right: 0;
  bottom: 0;
  z-index:99;
}

.change-border-search {
  background: white;
  border-radius: 28px 28px 0 0;
}

.hide-border {
  background: white;
  border-radius: 28px 28px 0 0;
  position: relative;
  z-index: 99;
}

div.asl_r.asl_w.vertical .results .item::after {
  display: none !important;
}

div.asl_r .results .item .asl_content h3 a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: black !important;
  font-family: Lato !important;
}

div.asl_r p.showmore a {
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #7f2417 !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Lato !important;
}

.item.asl_r_pagepost.asl_r_post:hover {
  background-color: #f2f4f8 !important;
}

div.asl_r .results .item .asl_content .asl_desc {
  color: #999faa !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: Lato !important;
}

.search-form .asl_w_container {
  min-width: 22rem !important;
}

.search-icon{
  transition-duration: 150ms;
}

.search-form{
  position: absolute;
  left: 1rem;
  display: none;
  transition-duration: 150ms;
}

@media (min-width: 768px) and (max-width: 768px){
  .search-form{
    left: 0px;
  }
}

.search-form-mobile{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .search-form-mobile{
    display: none;
  }
}

.search-form-mobile div.asl_w .probox{
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-form div.asl_w .probox{
  align-items: center !important;
  border-radius: 15px !important;
  border-style: none !important;
}

.search-form-mobile #ajaxsearchlite1 .probox,
div.asl_w .probox{
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
}

.search-form div.asl_w .probox {
  padding: 11px 2px !important;
}

.search-form div.asl_m .probox .promagnifier .innericon,
.search-form div.asl_m .probox .prosettings .innericon,
.search-form div.asl_m .probox .proclose .innericon {
  background-color: #feca2e !important;
  border-radius: 16px !important;
}

.search-form div.asl_m .probox .proclose svg {
  fill: #797979 !important;
  background-color: white !important;
}

.search-form div.asl_w .probox .promagnifier {
  width: 3rem !important;
  height: 3rem !important;
}

.search-form div.asl_w .probox .promagnifier .innericon svg {
  fill: #132d3c !important;
  width: 24px !important;
}

.search-form-mobile div.asl_w .probox .promagnifier .innericon svg {
  fill: #132d3c !important;
  width: 24px !important;
}

.search-form div.asl_w .probox .promagnifier .innericon svg{
  fill: #5e5e5e;
}

.search-form .orig {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #132d3c !important;
  font-weight: bold !important;
  font-family: Lato !important;
}

.search-form div.asl_w .probox .proinput input.autocomplete {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #132d3c !important;
  font-weight: bold !important;
  font-family: Lato !important;
}

.search-form .orig::-moz-placeholder{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.search-form .orig::placeholder{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.mobile-menu-active{
  display: none;
}

#mobile-menu .sidebar .sub-menu a:hover > .menu-item a{
  display: block;
}

/*#mobile-menu .sidebar li.my-parent-item {*/

/*	@apply py-4;*/

/*}*/

/*#mobile-menu .sidebar li.menu-item-has-children{*/

/*	@apply py-4;*/

/*}*/

#mobile-menu .sidebar li.menu-item-has-children,
#mobile-menu .sidebar li.my-child-item {
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  padding: 1.5rem 0 1.5rem 0;
}

body ul.menu.menu-compact.dropdown-content::-webkit-scrollbar {
  overflow-y: scroll;
  width: 0;
}

#mobile-menu .sidebar li.menu-item-has-children,
#mobile-menu .sidebar li.my-child-item {
  color: #3d3d3d;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.125rem;
  line-height: 2rem;
  transition: -0.7s;
  position: relative;
  border-bottom: 1px solid #ececef;
}

#mobile-menu .sidebar li.menu-item-has-children::after {
  content: "\f107";
  font-family: FontAwesome;
  color: #292d32;
  font-weight: bold;
  float: right;
  margin-right: 1.5rem;
  border: 1px solid #e4e4e5;
  border-radius: 999px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mobile-menu .sidebar li.menu-item-has-children:hover::after {
  content: "\f107";
  font-family: FontAwesome;
  color: #292d32;
  border: 1px solid #e4e4e5;
  border-radius: 999px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#mobile-menu .sidebar .menu-item-has-children {
  flex-direction: row;
}

#mobile-menu .sub-menu .menu-item-object-category {
  background-color: white;
  /*transform: translateY(1rem);*/
  padding: 1rem 0 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

#mobile-menu .sub-menu .menu-item-object-category:hover,
#mobile-menu .sidebar li.my-child-item:hover{
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

#mobile-menu .menu .my-parent-item {
  display: block;
  padding-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #3d3d3d;
}

#mobile-menu .menu li {
  flex-direction: column;
}

#mobile-menu .sidebar .sub-menu .icon-plus {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.active-sidebar:before {
  content: "\f106";
  font-family: FontAwesome;
  color: #292d32;
  border: 1px solid #e4e4e5;
  border-radius: 999px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  margin-right: 1.5rem;
}

.active-sidebar:hover:before {
  content: "\f106";
  font-family: FontAwesome;
  color: #292d32;
  border: 1px solid #e4e4e5;
  border-radius: 999px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  margin-right: 1.5rem;
  cursor: pointer;
}

#mobile-menu .sub-menu {
  display: none;
  margin-top: 1.5rem;
  width: 100%;
}

#mobile-menu .sub-menu li.menu-item-object-category a {
  color: #797979;
  /*padding-left: 30px;*/
}

/*#mobile-menu .sub-menu .sidebar .my-child-item {*/

/*	padding-left: 1.5rem;*/

/*}*/

#mobile-menu .sub-menu li.menu-item-object-category a[aria-current="page"],
#mobile-menu .sidebar li.my-child-item a[aria-current="page"]{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

#mobile-menu .sub-menu li.menu-item-object-category a[aria-current="page"]:hover,
#mobile-menu .sidebar li.my-child-item a[aria-current="page"]:hover{
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

#mobile-menu li.menu-item a[aria-current="page"]{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

#mobile-menu li.menu-item a{
  padding-left: 1.5rem;
  text-transform: capitalize;
}

#mobile-menu li.menu-item a[aria-current="page"]{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

#mobile-menu li.menu-item a[aria-current="page"]:hover{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

#mobile-menu li.menu-item-has-children:hover{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

#mobile-menu li.active-sidebar{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 250 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(61 61 61 / var(--tw-text-opacity)) !important;
}

#mobile-menu li.active-sidebar a:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.menu li{
  position: relative;
  display: flex;
}

#site-navigation .menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.menu li:hover > div .dropdown{
  display: flex;
}

#block-5{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-7{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 78%;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .menu-item{
  margin-bottom: 0.375rem;
}

.owl-carousel .owl-stage-outer{
  width: 100%;
  overflow: hidden;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded{
  display: flex;
}

/* image latest news */

.image-hero{
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .image-hero{
    margin-left: auto;
    height: 720px;
    width: 90%;
  }
}

@media (min-width: 1440px){
  .image-hero{
    margin-left: 120px;
    width: 88%;
  }
}

@media (min-width: 1540px){
  .image-hero{
    margin-left: auto;
  }
}

.image-small-card-latest-news{
  height: 123px;
  max-width: 123px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* image Trending */

.image-feature-trending{
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 1024px){
  .image-feature-trending{
    height: 720px;
    width: 1280px;
  }
}

@media (min-width: 1440px){
  .image-feature-trending{
    width: 100%;
  }
}

.small-image-feature{
  height: 123px;
  max-width: 123px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .small-image-feature{
    height: 226px;
    max-width: 226px;
  }
}

.image-top-viewed{
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 1024px){
  .image-top-viewed{
    height: 475px;
    max-width: 844px;
  }
}

.image-card{
  height: 245px;
  width: 100%;
}

@media (min-width: 1024px){
  .image-card{
    height: 300px;
  }
}

.image-review{
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 1024px){
  .image-review{
    height: 624px;
    max-width: 624px;
  }
}

.owl-nav {
  display: none !important;
}

.entry-content *{
  max-width: 100%;
}

.footer .menu-item a{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Your profile */

.your-profile-section{
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 243 / var(--tw-bg-opacity));
  padding-top: 2rem;
}

.your-profile-container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .your-profile-container{
    max-width: 62.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .your-profile-container{
    max-width: 68.75rem;
  }
}

/*.your-profile-columns {*/

/*	@apply flex flex-col items-center  lg:flex lg:flex-row lg:items-start lg:space-x-8;*/

/*}*/

.your-profile-columns{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.your-profile-menu{
  grid-column: span 12 / span 12;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.latest-news-article-card:last-child div.your-profile-menu{
  display: none;
}

.category-main-card:last-child div.your-profile-menu{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.your-profile-menu{
  display: none;
}

.editor-section-cards:last-child div.your-profile-menu{
  display: none;
}

@media (min-width: 768px){
  .your-profile-menu{
    grid-column: span 3 / span 3;
    height: 24rem;
  }
}

@media (min-width: 1440px){
  .your-profile-menu{
    height: 23rem;
  }
}

@media (min-width: 768px) and (max-width: 768px){
  .your-profile-menu{
    grid-column: span 4 / span 4;
    height: 27rem;
  }
}

@media (min-width: 1024px) and (max-width: 1024px){
  .your-profile-menu{
    grid-column: span 4 / span 4;
    height: 25rem;
  }
}

.your-profile-menu-title{
  margin-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.your-profile-menu-link:hover svg#profile-svg path {
  stroke: white;
}

svg#profile-svg:active{
  fill: #FFFFFF;
}

.your-profile-menu-link{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.your-profile-menu-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  fill: #FFFFFF;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.your-profile-menu-link-active,
svg#profile-svg-active path{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  stroke: #FFFFFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.edit-profile-col{
  grid-column: span 12 / span 12;
  margin-bottom: 3.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 30px;
}

.latest-news-article-card:last-child div.edit-profile-col{
  display: none;
}

.category-main-card:last-child div.edit-profile-col{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.edit-profile-col{
  display: none;
}

.editor-section-cards:last-child div.edit-profile-col{
  display: none;
}

@media (min-width: 768px){
  .edit-profile-col{
    grid-column: span 9 / span 9;
  }
}

@media (min-width: 768px) and (max-width: 768px){
  .edit-profile-col{
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) and (max-width: 1024px){
  .edit-profile-col{
    grid-column: span 8 / span 8;
  }
}

.edit-profile-title{
  margin-bottom: 0.5rem;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(58 51 53 / var(--tw-text-opacity));
}

.edit-profile-desc{
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(138 148 166 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .edit-profile-desc{
    font-size: 16px;
  }
}

.edit-profile-img-section{
  margin: auto;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  padding-right: 32px;
  padding-left: 2rem;
  text-align: center;
}

@media (min-width: 768px){
  .edit-profile-img-section{
    align-items: center;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .edit-profile-img-section{
    flex-direction: row;
  }

  .edit-profile-img-section > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .edit-profile-img-section{
    text-align: start;
  }
}

.edit-profile-img-section img{
  height: 160px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.edit-profile-image{
  margin: auto;
  margin-bottom: 2.25rem;
  border-radius: 9999px;
}

@media (min-width: 1024px){
  .edit-profile-image{
    margin: 0px;
    margin-bottom: 0px;
  }
}

.edit-profile-upload{
  margin-bottom: 2rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.latest-news-article-card:last-child div.edit-profile-upload{
  display: none;
}

.category-main-card:last-child div.edit-profile-upload{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.edit-profile-upload{
  display: none;
}

.editor-section-cards:last-child div.edit-profile-upload{
  display: none;
}

.edit-profile-upload:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .edit-profile-upload{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .edit-profile-upload{
    margin: 0px;
  }
}

.edit-profile-btn-remove{
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.your-profile-form-input-small{
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.your-profile-form-input-small:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1440px){
  .your-profile-form-input-small{
    width: 100%;
  }
}

.your-profile-form-input{
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.your-profile-form-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1440px){
  .your-profile-form-input{
    width: 70%;
  }
}

@media (min-width: 1540px){
  .your-profile-form-input{
    width: 67%;
  }
}

.job-industry select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  background-image: url("../theme/assets/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 96% center;
}

.your-profile-form-btn-cancel{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.latest-news-article-card:last-child div.your-profile-form-btn-cancel{
  display: none;
}

.category-main-card:last-child div.your-profile-form-btn-cancel{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.your-profile-form-btn-cancel{
  display: none;
}

.editor-section-cards:last-child div.your-profile-form-btn-cancel{
  display: none;
}

@media (min-width: 768px){
  .your-profile-form-btn-cancel{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  .your-profile-form-btn-cancel{
    margin-right: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.your-profile-form-btn-save-change{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .your-profile-form-btn-save-change{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  .your-profile-form-btn-save-change{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.your-profile-change-password-title{
  margin-bottom: 0.5rem;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(58 51 53 / var(--tw-text-opacity));
}

.your-profile-change-password-desc{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(138 148 166 / var(--tw-text-opacity));
}

.your-profile-change-password-input{
  display: block;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.error-msg{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.latest-news-article-card:last-child div.error-msg{
  display: none;
}

.category-main-card:last-child div.error-msg{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.error-msg{
  display: none;
}

.editor-section-cards:last-child div.error-msg{
  display: none;
}

.pagination-billing-table .page-numbers{
  display: flex;
  height: 64px;
  width: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.latest-news-article-card:last-child div.pagination-billing-table .page-numbers{
  display: none;
}

.category-main-card:last-child div.pagination-billing-table .page-numbers{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.pagination-billing-table .page-numbers{
  display: none;
}

.editor-section-cards:last-child div.pagination-billing-table .page-numbers{
  display: none;
}

.pagination-billing-table .prev,
.pagination-billing-table .next{
  border-style: none;
}

.pagination-billing-table .current{
  display: flex;
  height: 64px;
  width: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* comment */

.form-submit .submit{
  margin-top: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 229 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
}

.comment-respond #comment{
  height: 50px;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.75rem;
  padding-left: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.latest-news-article-card:last-child div.comment-respond #comment{
  display: none;
}

.category-main-card:last-child div.comment-respond #comment{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.comment-respond #comment{
  display: none;
}

.editor-section-cards:last-child div.comment-respond #comment{
  display: none;
}

.comment-respond #comment::-moz-placeholder{
  color: rgb(124 38 29 / var(--tw-text-opacity));
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.comment-respond #comment::placeholder{
  color: rgb(124 38 29 / var(--tw-text-opacity));
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.comment > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.comment-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-metadata{
  display: flex;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(154 159 165 / var(--tw-text-opacity));
}

.edit-link{
  float: right;
  margin-left: 10px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.comment-content{
  margin-left: 4rem;
  margin-bottom: 24px;
  overflow-wrap: break-word;
}

.main-reply{
  margin-left: 4rem;
  display: flex;
  align-items: center;
}

.comment-author{
  display: flex;
}

.comment-author > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.comment-author .avatar{
  height: 48px;
  width: 48px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.reply{
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.children{
  margin-left: 41px;
}

.comment-body{
  margin-bottom: 41px;
}

.navigation{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.nav-links{
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.nav-links .dots{
  border-style: none;
}

label[for="comment"]{
  display: none;
}

.avatar-comment-container{
  display: flex;
  align-items: center;
}

.avatar-comment-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.comment-respond .comment-avatar .avatar{
  height: 48px;
  width: 48px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-respond .comment-form-comment{
  width: 80%;
}

@media (min-width: 768px){
  .comment-respond .comment-form-comment{
    width: 100%;
  }
}

.comment-body .comment-meta .says{
  display: none;
}

.comment-body .comment-content p{
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity));
}

.must-log-in a{
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(124 38 29 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline !important;
  text-underline-offset: 4px !important;
}

/* archive page */

.nav-links .page-numbers{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.nav-links .page-numbers:hover{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-links .page-numbers:focus{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-links .page-numbers:active{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .nav-links .page-numbers{
    height: 4rem;
    width: 4rem;
  }
}

.nav-links .page-numbers.dots:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.nav-links .current{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .nav-links .current{
    height: 4rem;
    width: 4rem;
  }
}

.nav-links .dots{
  border-style: none;
}

.archive-img figure img{
  height: 15.3125rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* aboutus page*/

.about-content{
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .about-content{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Meet the team page */

.content-meet-team{
  position: relative;
  grid-column: span 12 / span 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px){
  .content-meet-team{
    grid-column: span 7 / span 7;
  }
}

.content-meet-team > p{
  width: 100%;
  text-align: start;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.meet-team-body{
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  text-align: center;
}

@media (min-width: 1024px){
  .meet-team-body{
    margin-bottom: 9rem;
    gap: 6rem;
    text-align: start;
  }
}

.meet-team-card{
  position: relative;
  bottom: 2rem;
  margin: auto;
  width: 17.3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

@media (min-width: 1024px){
  .meet-team-card{
    position: absolute;
    bottom: -9rem;
    width: 20rem;
    --tw-translate-x: 14%;
    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));
    padding-left: 1.5rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
  }
}

.meet-team-title{
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
}

.meet-team-position{
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.meet-team-img{
  display: inline-block;
  height: 20rem;
  width: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .meet-team-img{
    height: 25rem;
    width: 25rem;
  }
}

/* get in touch */

.content-get-in-touch{
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.title-get-in-touch{
  margin-bottom: 24px;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(52 58 63 / var(--tw-text-opacity));
}

.wpcf7-form label{
  margin-bottom: 8px;
  margin-top: 24px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(6 34 43 / var(--tw-text-opacity));
}

.wpcf7-form-control{
  margin-top: 8px;
  margin-bottom: 32px;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .wpcf7-form-control{
    width: 624px;
  }
}

.wpcf7-textarea{
  width: 100%;
  border-radius: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
}

.wpcf7-textarea::-moz-placeholder{
  padding-left: 24px;
  padding-top: 16px;
}

.wpcf7-textarea::placeholder{
  padding-left: 24px;
  padding-top: 16px;
}

@media (min-width: 1024px){
  .wpcf7-textarea{
    width: 624px;
  }
}

.wpcf7-submit{
  width: 133px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.wpcf7-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

.wpcf7-form p{
  display: flex;
}

.wpcf7-form p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.wpcf7-form-control-wrap input[type="radio"]{
  display: none;
}

.wpcf7-form-control-wrap span.btn-radio{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.latest-news-article-card:last-child div.wpcf7-form-control-wrap span.btn-radio{
  display: none;
}

.category-main-card:last-child div.wpcf7-form-control-wrap span.btn-radio{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.wpcf7-form-control-wrap span.btn-radio{
  display: none;
}

.editor-section-cards:last-child div.wpcf7-form-control-wrap span.btn-radio{
  display: none;
}

.wpcf7-form-control-wrap span.btn-radio:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpcf7-list-item-label:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpcf7-form-control-wrap span.btn-radio:has(input[type="radio"]:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .wpcf7-response-output{
    width: 60%;
  }
}

/* Submit article */

@media (min-width: 1024px){
  .submit-article{
    display: flex;
    justify-content: space-between;
  }
}

.submit-article-content{
  margin-top: 2.5rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.article-title{
  margin-top: 3.5rem;
  margin-bottom: 88px;
  font-family: Lato;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.submit-article-title{
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px){
  .content-cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.submission-content{
  margin-bottom: 3.5rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.submit-article-btn{
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.submit-article-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

.notes{
  margin-top: 72px;
}

.notes-title{
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.notes-content{
  margin-bottom: 14px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.content-margin{
  margin-bottom: 3.5rem;
}

.page-main-container{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.page-main-container .content-col{
  grid-column: span 12 / span 12;
  margin-bottom: 56px;
}

@media (min-width: 768px){
  .page-main-container .content-col{
    grid-column: span 8 / span 8;
  }
}

.page-main-container .content-col-ads-img{
  grid-column: span 4 / span 4;
  display: none;
}

@media (min-width: 768px){
  .page-main-container .content-col-ads-img{
    display: block;
  }
}

.page-main-container .unaltered-wysiwyg a,
.page-main-container .unaltered-wysiwyg p,
.page-main-container .unaltered-wysiwyg h1,
.page-main-container .unaltered-wysiwyg h2,
.page-main-container .unaltered-wysiwyg h3,
.page-main-container .unaltered-wysiwyg strong,
.page-main-container blockquote{
  color: revert;
  font-size: revert;
  font-weight: revert;
}

/*.page-main-container .unaltered-wysiwyg p{*/

/*	margin: 0;*/

/*}*/

.page-main-container blockquote{
  position: relative;
  display: inline-flex;
}

.page-main-container blockquote p::before {
  content: '\201C';
}

.page-main-container blockquote p::after {
  content: '\201D';
}

.page-main-container .unaltered-wysiwyg a{
  color: red;
  text-decoration: underline;
}

.page-main-container .unaltered-wysiwyg h1{
  font-size: 2.25em;
}

.page-main-container .unaltered-wysiwyg h3{
  font-size: 1.375rem;
  line-height: 2.25rem;
}

.page-main-container .unaltered-wysiwyg h1,
.page-main-container .unaltered-wysiwyg h2,
.page-main-container .unaltered-wysiwyg h3{
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.page-main-container .unaltered-wysiwyg p,
.page-main-container .unaltered-wysiwyg ul li,
.page-main-container .unaltered-wysiwyg ol li{
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

#pmpro_account #pmpro_account-membership {
}

#pmpro_account .pmpro_box {
  border-top: none;
}

.pmpro_table{
  margin-top: 1rem !important;
}

.pmpro_table th{
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}

.pmpro_table td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

.pmpro_actionlinks #pmpro_actionlink-invoices,
.pmpro_actionlinks #pmpro_actionlink-levels{
  margin-top: 2rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.pmpro_actionlinks #pmpro_actionlink-invoices:hover,
.pmpro_actionlinks #pmpro_actionlink-levels:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

.pmpro_actionlinks #pmpro_actionlink-update-billing,
.pmpro_actionlinks #pmpro_actionlink-profile,
.pmpro_actionlinks #pmpro_actionlink-change,
.pmpro_actionlinks #pmpro_actionlink-change-password{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(19 45 60 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.pmpro_actionlinks #pmpro_actionlink-update-billing:hover,
.pmpro_actionlinks #pmpro_actionlink-profile:hover,
.pmpro_actionlinks #pmpro_actionlink-change:hover,
.pmpro_actionlinks #pmpro_actionlink-change-password:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 34 43 / var(--tw-bg-opacity));
}

.pmpro_actionlinks #pmpro_actionlink-cancel,
.pmpro_actionlinks #pmpro_actionlink-logout{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.pmpro_actionlinks #pmpro_actionlink-cancel:hover,
.pmpro_actionlinks #pmpro_actionlink-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(140 58 46 / var(--tw-bg-opacity));
}

.pmpro_actionlinks{
  margin-top: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

@media (min-width: 768px){
  .pmpro_actionlinks{
    flex-direction: row !important;
    align-items: center !important;
  }
}

.pmpro_actionlinks  .pmpro_yeslink,
.pmpro_cancel_return_home a{
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.pmpro_actionlinks  .pmpro_yeslink:hover,
.pmpro_cancel_return_home a:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 58 46 / var(--tw-bg-opacity)) !important;
}

.pmpro_success{
  margin-bottom: 2rem !important;
  padding: 1rem !important;
}

.pmpro_actionlinks  .pmpro_nolink{
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 45 61 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.pmpro_actionlinks  .pmpro_nolink:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 45 61 / var(--tw-bg-opacity)) !important;
}

#pmpro_account-invoices td a{
  --tw-text-opacity: 1 !important;
  color: rgb(19 45 60 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

#pmpro_account-invoices td a:hover{
  text-decoration-line: underline !important;
  text-underline-offset: 4px !important;
}

.unaltered-wysiwyg .est-print{
  float: right !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.unaltered-wysiwyg .est-print a{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.pmpro_confirmation_wrap .est-print{
  float: right !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0px !important;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity)) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.unaltered-wysiwyg .pmpro_invoice_wrap #pmpro_invoices_table a{
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(18 45 61 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.unaltered-wysiwyg .pmpro_invoice_wrap #pmpro_invoices_table a:hover{
  text-decoration-line: underline !important;
  text-underline-offset: 4px !important;
}

.est-print {
  padding:unset;
}

/*.est_a-print {*/

/*	background:none;*/

/*}*/

.pmpro_invoice_wrap .p-btn-invoices{
  margin-top: 2rem!important;
}

.pmpro_invoice_wrap .p-btn-invoices .btn-invoices{
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.pmpro_invoice_wrap .p-btn-invoices .btn-invoices:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity)) !important;
}

.about-h2{
  margin-bottom: 1.5rem;
  font-family: Lato;
  font-size: 1.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .about-h2{
    font-size: 2rem;
  }
}

@media (min-width: 1440px){
  .about-h2{
    font-size: 2.5rem;
  }
}

.ads-col{
  margin: auto;
}

@media (min-width: 1024px){
  .ads-col{
    margin-top: 54px;
  }
}

.ads-img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .article-submission-main{
    position: relative;
  }
}

.arrow-1{
  position: absolute;
  left: 20%;
  top: 100%;
  display: none;
  --tw-translate-x: -50%;
  --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));
}

@media (min-width: 1024px){
  .arrow-1{
    display: block;
  }
}

.arrow-2{
  position: absolute;
  left: 55%;
  top: 100%;
  display: none;
  --tw-translate-x: -50%;
  --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));
}

@media (min-width: 1024px){
  .arrow-2{
    display: block;
  }
}

/* subscription */

.subscription-header{
  margin-top: 2rem;
  width: 33rem;
  text-align: center;
  font-family: Lato;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .subscription-header{
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}

.my-subscription-flex{
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .my-subscription-flex{
    flex-direction: row;
  }
}

.subscription-cards{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 1rem;
}

@media (min-width: 768px){
  .subscription-cards{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 1024px){
  .subscription-cards{
    gap: 2rem;
  }
}

.subscription-free-plan-card{
  grid-column: span 12 / span 12;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 1024px){
  .subscription-free-plan-card{
    grid-column: span 4 / span 4;
    margin-top: 7rem;
  }
}

.subscription-free-plan{
  display: flex;
  align-items: center;
}

.subscription-free-plan-price{
  margin-right: 0.5rem;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.subscription-free-plan-month{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.subscription-free-plan-current-plan{
  margin-left: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(127 36 23 / var(--tw-bg-opacity));
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-free-plan-name{
  margin-top: 1.5rem;
  font-family: Lato;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.subscription-free-plan-description{
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.subscription-plan-benefits ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.subscription-free-plan-card .subscription-plan-benefits ul li,
.subscription-annual-plan-card .subscription-plan-benefits ul li{
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.subscription-student-plan-card .subscription-plan-benefits ul li,
.subscription-monthly-plan-card .subscription-plan-benefits ul li{
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-plan-benefits-icon{
  margin-right: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 233 232 / var(--tw-bg-opacity));
  padding: 5px;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.subscription-plan-benefits ul li::before {
  content: "\f00c";
  /* Unicode character for the check icon (Use the correct Unicode for your icon library) */
  margin-right: 5px;
  /* Add some spacing between the icon and the text */
  font-family: "Font Awesome 5 Free";
  /* Replace with the font-family of your Font Awesome version */
  font-weight: 900;
  /* Use the appropriate font-weight based on your Font Awesome version */
  font-style: normal;
  /* Use the appropriate font-style based on your Font Awesome version */
}

.subscription-free-plan-card .subscription-plan-benefits ul li::before,
.subscription-annual-plan-card .subscription-plan-benefits ul li::before{
  margin-right: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 233 232 / var(--tw-bg-opacity));
  padding: 5px;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.subscription-student-plan-card .subscription-plan-benefits ul li::before ,
.subscription-monthly-plan-card .subscription-plan-benefits ul li::before{
  margin-right: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(140 58 46 / var(--tw-bg-opacity));
  padding: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-student-plan-benefits-btn{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subscription-free-plan-benefits-btn{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subscription-monthly-plan-card{
  grid-column: span 12 / span 12;
  --tw-bg-opacity: 1;
  background-color: rgb(127 36 23 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 1024px){
  .subscription-monthly-plan-card{
    grid-column: span 4 / span 4;
  }
}

.subscription-monthly-plan{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.subscription-monthly-plan-payment{
  font-family: Lato;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-monthly-plan-cycle-period{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-monthly-plan-monthly-level{
  display: flex;
  height: 1.625rem;
  width: 4.875rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-monthly-plan-name{
  margin-top: 1.5rem;
  font-family: Lato;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-monthly-plan-description{
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-monthly-plan-benefits{
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-monthly-plan-benefits-icon{
  margin-right: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(140 58 46 / var(--tw-bg-opacity));
  padding: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-monthly-plan-benefits-btn{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subscription-annual-plan-card{
  grid-column: span 12 / span 12;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 1024px){
  .subscription-annual-plan-card{
    position: relative;
    grid-column: span 4 / span 4;
    margin-top: 7rem;
  }
}

.subscription-annual-plan{
  display: flex;
  flex-direction: column;
}

.subscription-annual-plan-payment{
  margin-right: 0.5rem;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.subscription-annual-plan-cycle-period{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.subscription-annual-plane-level{
  margin-left: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(127 36 23 / var(--tw-bg-opacity));
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-annual-plan-name{
  margin-top: 1.5rem;
  font-family: Lato;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.subscription-annual-plan-description{
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.subscription-annual-plan-benefits{
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.subscription-annual-plan-benefits-icon{
  margin-right: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 233 232 / var(--tw-bg-opacity));
  padding: 5px;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.subscription-annual-plan-benefits-btn{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subscription-annual-plan-img{
  position: absolute;
  z-index: -10;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .subscription-annual-plan-img{
    bottom: 75%;
  }
}

@media (min-width: 1024px){
  .subscription-annual-plan-img{
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1024px){
  .subscription-annual-plan-img{
    bottom: 80%;
  }
}

.subscription-benefits-title{
  margin-top: 1.5rem;
  display: inline;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #FFCB00;
  --tw-gradient-to: rgb(255 203 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFCB00;
  background-size: 100% 0.6rem;
  background-position: 0% 90%;
  background-repeat: no-repeat;
  padding-bottom: 0.25rem;
  font-family: Lato;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .subscription-benefits-title{
    background-size: 100% 0.75rem;
    font-size: 2.125rem;
    line-height: 3.1875rem;
  }
}

.subscription-benefits-img{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.subscription-benefits-card-img{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .subscription-benefits-card-img{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .subscription-benefits-card-img{
    grid-column: span 4 / span 4;
  }
}

.subscription-benefits-card-title{
  margin-bottom: 8px;
  font-family: Lato;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subscription-benefits-card-description{
  margin: auto;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

@media (min-width: 1440px){
  .subscription-benefits-card-description{
    width: 23rem;
  }
}

.subscriptions-renew-container{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  text-align: center;
}

.background-section-default{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.subscriptions-description-renew-title{
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(52 58 63 / var(--tw-text-opacity));
}

.subscriptions-special-discount-title{
  font-family: Lato;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.view-students-packages{
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.corporate-banner{
  width: 100%;
  background-image: url('../theme/assets/images/rectangle.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.corporate-gradient-color{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #7C261D;
  --tw-gradient-to: rgb(124 38 29 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #692018c9;
}

@media (min-width: 1024px){
  .corporate-gradient-color{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
}

.corporate-banner-header{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px){
  .corporate-banner-header{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.corporate-banner-content{
  margin-top: 2rem;
}

@media (min-width: 1024px){
  .corporate-banner-content{
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 45rem;
  }
}

.corporate-banner-title{
  margin-bottom: 0.5rem;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.corporate-banner-description{
  margin-top: 2rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .corporate-banner-description{
    margin-top: 1rem;
  }
}

.corporate-banner-main-button{
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .corporate-banner-main-button{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.corporate-banner-btn{
  display: flex;
  height: 3rem;
  width: 16.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.corporate-banner-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

.subscription-need-help-section{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .subscription-need-help-section{
    padding-bottom: 2rem;
  }
}

.subscription-need-help-accordion{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px){
  .subscription-need-help-accordion{
    gap: 2rem;
  }
}

.subscription-need-help-accordion .col-1-need-help-img-mob{
  grid-column: span 12 / span 12;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .subscription-need-help-accordion .col-1-need-help-img-mob{
    display: none;
  }
}

.subscription-need-help-accordion .col-1-need-help-img{
  grid-column: span 4 / span 4;
  margin-top: 5rem;
  display: none;
}

@media (min-width: 768px){
  .subscription-need-help-accordion .col-1-need-help-img{
    display: block;
  }
}

@media (min-width: 1024px){
  .subscription-need-help-accordion .col-1-need-help-img{
    margin-top: 2rem;
  }
}

.subscription-need-help-accordion-content{
  margin-bottom: 24px;
  margin-top: 36px;
}

.subscription-need-help-accordion-description{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.subscription-title{
  position: relative;
  font-family: Lato;
  font-size: 2rem;
  line-height: 3.1875rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(254 202 46 / var(--tw-text-opacity));
}

.subscription-title::before{
  content: var(--tw-content);
  position: absolute;
}

.subscription-title::after{
  margin-top: -1.5rem;
  display: block;
  border-bottom-width: 1.0625rem;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(18 45 61 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .subscription-title{
    width: 30.625rem;
    font-size: 2.75rem;
    line-height: 3.1875rem;
  }

  .subscription-title::after{
    margin-top: -13px;
    content: var(--tw-content);
    border-bottom-width: 1rem;
  }
}

@media (min-width: 320px) and (max-width: 320px){
  .subscription-title{
    font-size: 1.7rem;
    line-height: 3rem;
  }

  .subscription-title::after{
    content: var(--tw-content);
    border-bottom-width: 1rem;
  }
}

.subscribe-acc .accordion{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: start;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
  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-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .subscribe-acc .accordion{
    width: 100%;
    padding-right: 0px;
  }
}

.subscribe-acc .active,
.accordion:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.subscribe-acc .accordion{
  width: 100%;
}

.subscribe-acc .accordion::after{
  float: right;
  margin-left: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  --tw-content: '\02C3';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .subscribe-acc .accordion::after{
    margin-left: 0px;
    content: var(--tw-content);
    margin-right: 20px;
  }
}

.subscribe-acc .active:after {
  content: "\02C5";
}

.subscribe-acc .panel{
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
  padding-right: 22px;
}

.subscribe-acc .content{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.terms-conditions-container{
  margin-bottom: 56px;
}

.terms-conditions-section{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 2rem;
}

@media (min-width: 768px){
  .terms-conditions-section{
    gap: 2rem;
  }
}

.terms-conditions-section .term-condition-col-1{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .terms-conditions-section .term-condition-col-1{
    grid-column: span 8 / span 8;
  }
}

.terms-conditions-section .term-condition-col-img{
  grid-column: span 4 / span 4;
  display: none;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .terms-conditions-section .term-condition-col-img{
    display: flex;
  }
}

.terms-conditions-section .term-condition-col-img-mob{
  grid-column: span 12 / span 12;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .terms-conditions-section .term-condition-col-img-mob{
    display: none;
  }
}

.terms-conditions-section-title{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.terms-conditions-section-icon{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 233 232 / var(--tw-bg-opacity));
  padding: 3px;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.terms-conditions-section-description{
  margin-bottom: 18px;
  padding-left: 54px;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.terms-conditions-view-all-terms{
  margin-top: 42px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .terms-conditions-view-all-terms{
    justify-content: flex-start;
    padding-left: 54px;
  }
}

/* my-subscription */

.my-subscription-title{
  margin-bottom: 0.5rem;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(58 51 53 / var(--tw-text-opacity));
}

.my-subscription-content{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(138 148 166 / var(--tw-text-opacity));
}

.my-subscription-my-plan{
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
  opacity: 0.5;
}

.my-subscription-btn-cancel{
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 237 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.my-subscription-btn-cancel:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.my-subscription-menu{
  position: absolute;
  right: 30px;
  top: 33px;
  z-index: 10;
  width: 254px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 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);
}

.latest-news-article-card:last-child div.my-subscription-menu{
  display: none;
}

.category-main-card:last-child div.my-subscription-menu{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.my-subscription-menu{
  display: none;
}

.editor-section-cards:last-child div.my-subscription-menu{
  display: none;
}

@media (min-width: 1024px){
  .my-subscription-menu{
    top: 50px;
    margin-top: 1rem;
  }
}

.my-subscription-link{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.my-subscription-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.my-subscription-annual-plan{
  margin-bottom: 2rem;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.my-subscription-price{
  margin-bottom: 1rem;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.my-subscription-plan-date{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
  opacity: 0.5;
}

.my-subscription-plan-month{
  margin-top: 0.25rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.my-subscription-benefits{
  margin-bottom: 1rem;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.my-subscription-benefit-content ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.my-subscription-benefit-content ul li{
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.my-subscription-benefit-content ul li::before {
  content: "\f00c";
  /* Unicode character for the check icon (Use the correct Unicode for your icon library) */
  margin-right: 5px;
  /* Add some spacing between the icon and the text */
  font-family: "Font Awesome 5 Free";
  /* Replace with the font-family of your Font Awesome version */
  font-weight: 900;
  /* Use the appropriate font-weight based on your Font Awesome version */
  font-style: normal;
  /* Use the appropriate font-style based on your Font Awesome version */
  margin-right: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 233 232 / var(--tw-bg-opacity));
  padding: 5px;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.my-subscription-benefit-content{
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.my-subscription-content-icon{
  margin-right: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 233 232 / var(--tw-bg-opacity));
  padding: 3px;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.all-subscriptions-title{
  margin-left: 1rem;
  padding-top: 1.5rem;
  font-family: Lato;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(58 51 53 / var(--tw-text-opacity));
}

.all-subscriptions-content{
  margin-left: 1rem;
  padding-top: 1.5rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(138 148 166 / var(--tw-text-opacity));
}

.plan-main-title{
  margin: auto;
  margin-top: 40px;
  width: 246px;
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .plan-main-title{
    margin-top: 61px;
    width: 543px;
    font-size: 44px;
    line-height: 51px;
  }
}

.plane-card-red{
  margin: auto;
  margin-bottom: 2rem;
  height: 27.9rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(127 36 23 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px){
  .plane-card-red{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1024px){
  .plane-card-red{
    margin: 0px;
    margin-top: 32px;
  }
}

.plan-card{
  margin: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  height: 27.9rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.latest-news-article-card:last-child div.plan-card{
  display: none;
}

.category-main-card:last-child div.plan-card{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.plan-card{
  display: none;
}

.editor-section-cards:last-child div.plan-card{
  display: none;
}

@media (min-width: 768px){
  .plan-card{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1024px){
  .plan-card{
    margin: 0px;
    margin-top: 168px;
    margin-bottom: 2rem;
  }
}

.plan-card-price{
  margin-right: 0.5rem;
  font-family: Lato;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.plan-card-month{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(132 129 153 / var(--tw-text-opacity));
}

.plan-card-year{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.plan-card-title{
  margin-top: 1.5rem;
  font-family: Lato;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.plan-card-content{
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.plan-card-benefit{
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.benefit-icon-white{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 233 232 / var(--tw-bg-opacity));
  padding: 3px;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.benefit-icon-red{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(140 58 46 / var(--tw-bg-opacity));
  padding: 3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.plan-card-benefit-btn{
  display: flex;
  height: 2.9375rem;
  width: 12rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.latest-news-article-card:last-child div.plan-card-benefit-btn{
  display: none;
}

.category-main-card:last-child div.plan-card-benefit-btn{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.plan-card-benefit-btn{
  display: none;
}

.editor-section-cards:last-child div.plan-card-benefit-btn{
  display: none;
}

.plan-card-benefit-btn-yellow{
  display: flex;
  height: 2.9375rem;
  width: 12rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.plan-card-offer{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscription-description-title{
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(52 58 63 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .subscription-description-title{
    margin-bottom: 0.5rem;
  }
}

.subscription-for-student{
  margin-bottom: 16px;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .subscription-for-student{
    margin-bottom: 0.5rem;
  }
}

.subscription-link-view{
  font-size: 18px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.subscription-benefits-images{
  margin-top: 34px;
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px){
  .subscription-benefits-images{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.subscription-benefit-img{
  width: 100%;
}

.terms-condition-section{
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}

.terms-conditions-title{
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.terms-conditions-icon{
  margin-right: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 233 232 / var(--tw-bg-opacity));
  padding: 3px;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

.terms-conditions-content{
  margin-bottom: 18px;
  padding-left: 44px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .terms-conditions-content{
    margin-right: 24px;
    padding-left: 54px;
  }
}

.terms-conditions-link{
  font-size: 18px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(127 36 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .terms-conditions-link{
    padding-left: 54px;
  }
}

/* settings */

.sidebar-setting{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.latest-news-article-card:last-child div.sidebar-setting{
  display: none;
}

.category-main-card:last-child div.sidebar-setting{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.sidebar-setting{
  display: none;
}

.editor-section-cards:last-child div.sidebar-setting{
  display: none;
}

@media (min-width: 1024px){
  .sidebar-setting{
    height: 537px;
    width: 296px;
  }
}

.side-bar-title{
  margin-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.sidebar-link{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.sidebar-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sidebar-link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sidebar-link:active{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* not subscroption*/

.not-subscription{
  margin-bottom: 3.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.latest-news-article-card:last-child div.not-subscription{
  display: none;
}

.category-main-card:last-child div.not-subscription{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.not-subscription{
  display: none;
}

.editor-section-cards:last-child div.not-subscription{
  display: none;
}

.not-subscription .subscription-cards{
  gap: 0.5rem;
}

.not-subscription .subscription-benefits-card-img{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .not-subscription .subscription-benefits-card-img{
    grid-column: span 6 / span 6;
  }
}

.not-subscription .subscription-monthly-plan-card{
  padding: 1rem;
}

.not-subscription .subscription-free-plan-card,
.not-subscription .subscription-annual-plan-card{
  padding: 1rem;
}

.not-subscription .background-section-default{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.not-subscription .subscription-need-help-section{
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.not-subscription .col-2-need-help{
  grid-column: span 12 / span 12;
}

.not-subscription .col-1-need-help-img,
.not-subscription .col-1-need-help-img-mob{
  display: none;
}

.not-subscription  .terms-conditions-container{
  padding-left: 1rem;
  padding-right: 1rem;
}

.not-subscription .term-condition-col-1{
  grid-column: span 12 / span 12;
  padding-left: 1rem;
  padding-right: 1rem;
}

.not-subscription .term-condition-col-img,
.not-subscription .term-condition-col-img-mob{
  display: none;
}

/* my-bookmarks */

.my-bookmark-main-section{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .my-bookmark-main-section{
    grid-column: span 9 / span 9;
  }
}

@media (min-width: 768px) and (max-width: 768px){
  .my-bookmark-main-section{
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) and (max-width: 1024px){
  .my-bookmark-main-section{
    grid-column: span 8 / span 8;
  }
}

.background-section{
  margin-bottom: 3.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 244 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.latest-news-article-card:last-child div.background-section{
  display: none;
}

.category-main-card:last-child div.background-section{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.background-section{
  display: none;
}

.editor-section-cards:last-child div.background-section{
  display: none;
}

.border-section{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 244 248 / var(--tw-border-opacity));
}

.latest-news-article-card:last-child div.border-section{
  display: none;
}

.category-main-card:last-child div.border-section{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.border-section{
  display: none;
}

.editor-section-cards:last-child div.border-section{
  display: none;
}

.my-bookmarks-title{
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-bookmark{
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(58 51 53 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .title-bookmark{
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1440px){
  .title-bookmark{
    margin-left: 2rem;
  }
}

.add-new-folder{
  margin-right: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .add-new-folder{
    margin-right: 2rem;
  }
}

.my-bookmarks-main-content{
  margin-left: 1rem;
  width: 261px;
}

@media (min-width: 1024px){
  .my-bookmarks-main-content{
    width: 100%;
  }
}

@media (min-width: 1440px){
  .my-bookmarks-main-content{
    margin-left: 2rem;
  }
}

.my-bookmark-content{
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(138 148 166 / var(--tw-text-opacity));
}

.user-bookmark-categories{
  position: relative;
  margin-left: 1rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.user-bookmark-categories > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.user-bookmark-categories{
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 2.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.user-bookmark-categories::-webkit-scrollbar{
  display: none;
}

.user-bookmark-categories::after{
  position: absolute;
  top: 51px;
  right: 0px;
  z-index: 0;
  content: var(--tw-content);
  width: 100%;
}

@media (min-width: 768px){
  .user-bookmark-categories{
    padding-bottom: 35px;
  }
}

@media (min-width: 1440px){
  .user-bookmark-categories{
    margin-left: 2rem;
  }
}

.bookmark-section:hover .title-category{
  position: relative;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #F3EBEB;
  --tw-gradient-to: rgb(243 235 235 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFFFFF;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.bookmark-section:hover .title-category::after{
  position: absolute;
  bottom: 0px;
  width: 100%;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

.title-category{
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 45px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(138 148 166 / var(--tw-text-opacity));
}

.title-category::after{
  position: absolute;
  bottom: 0px;
  display: block;
  content: var(--tw-content);
  border-bottom-width: 4px;
}

.title-category:hover{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #F3EBEB;
  --tw-gradient-to: rgb(243 235 235 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFFFFF;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.title-category:hover::after{
  width: 100%;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

.title-category:focus::after{
  width: 100%;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

.title-category:active::after{
  width: 100%;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .title-category{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
  }
}

.title-category-active{
  position: relative;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #F3EBEB;
  --tw-gradient-to: rgb(243 235 235 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 45px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(138 148 166 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.title-category-active::after{
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  border-bottom-width: 4px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

.title-category-active:focus::after{
  width: 100%;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

.title-category-active:active::after{
  width: 100%;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .title-category-active{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
  }
}

.category-icon{
  position: absolute;
  right: 0px;
  bottom: 100%;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.category-img{
  margin: auto;
  width: 48px;
}

@media (min-width: 1024px){
  .category-img{
    width: 56px;
  }
}

.category-card{
  margin-bottom: 2.5rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .category-card{
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (min-width: 1440px){
  .category-card{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.category-card-image{
  order: 1;
}

@media (min-width: 1024px){
  .category-card-image{
    order: 2;
  }
}

.category-card-image img{
  margin: auto;
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .category-card-image img{
    width: 155px;
  }
}

.category-card-body{
  order: 2;
}

@media (min-width: 1024px){
  .category-card-body{
    order: 1;
    width: 733px;
  }
}

.category-card-title{
  display: flex;
  flex: 1 1 0%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.category-card-icons{
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

.category-card-icons > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1024px){
  .category-card-icons{
    margin-top: 0px;
  }
}

.category-card-icon{
  border-radius: 9999px;
  border-width: 1px;
  padding: 1rem;
}

.latest-news-article-card:last-child div.category-card-icon{
  display: none;
}

.category-main-card:last-child div.category-card-icon{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.category-card-icon{
  display: none;
}

.editor-section-cards:last-child div.category-card-icon{
  display: none;
}

.category-card-icon:hover{
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.category-card-icon:focus{
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.category-card-icon:active{
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.category-card-content{
  margin-bottom: 16px;
  margin-top: 1rem;
  width: 90%;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  text-decoration-line: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 1024px){
  .category-card-content{
    width: 558px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.category-card-user{
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.category-card-user > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.icon-dot{
  margin-right: 0.5rem;
  font-size: 5px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.bookmark-heading{
  padding-top: 1.5rem;
  padding-left: 1rem;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(58 51 53 / var(--tw-text-opacity));
}

@media (min-width: 1440px){
  .bookmark-heading{
    padding-left: 2rem;
  }
}

.no-bookmark-added-yet-title{
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .no-bookmark-added-yet-title{
    font-size: 44px;
    line-height: 51px;
  }
}

.no-bookmark-added-yet-content{
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  width: 268px;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .no-bookmark-added-yet-content{
    width: 480px;
    font-size: 18px;
    line-height: 32px;
  }
}

.no-bookmark-added-yet-btn{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.no-bookmark-added-yet-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .no-bookmark-added-yet-btn{
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* Author page */

.author-profile-section{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .author-profile-section{
    gap: 2rem;
  }
}

.author-profile-username{
  margin-bottom: 5px;
  font-family: Lato;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .author-profile-username{
    margin-bottom: 8px;
    font-size: 32px;
  }
}

.author-profile-img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .author-profile-img{
    height: 184px;
    width: 184px;
  }
}

.author-profile-description{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .author-profile-description{
    width: 77%;
  }
}

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

.author-profile-category{
  position: relative;
  margin-top: 0px;
  display: flex;
  align-items: center;
}

.author-profile-category > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.author-profile-category{
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.author-profile-category::-webkit-scrollbar{
  display: none;
}

.author-profile-category::after{
  position: absolute;
  top: 5rem;
  right: 0px;
  z-index: 0;
  width: 100%;
  content: var(--tw-content);
  border-bottom-width: 2px;
}

@media (min-width: 768px){
  .author-profile-category{
    margin-bottom: 5rem;
    margin-top: 3.5rem;
  }

  .author-profile-category::after{
    content: var(--tw-content);
    top: 50px;
  }
}

@media (min-width: 1024px){
  .author-profile-category > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .author-profile-category{
    overflow-x: clip;
  }
}

.author-category-active{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.author-category-active::after{
  position: absolute;
  top: 5rem;
  right: 0px;
  z-index: 10;
  width: 100%;
  border-bottom-width: 4px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .author-category-active::after{
    content: var(--tw-content);
    top: 50px;
  }
}

.author-profile-category-name{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.author-profile-category-name::after{
  position: absolute;
  top: 5rem;
  right: 0px;
  z-index: 10;
  content: var(--tw-content);
  width: 100%;
}

.author-profile-category-name:hover{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.author-profile-category-name:hover::after{
  border-bottom-width: 4px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .author-profile-category-name::after{
    content: var(--tw-content);
    top: 50px;
  }
}

.author-cards-section{
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .author-cards-section{
    margin-top: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

@media (min-width: 1024px){
  .author-cards-section{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.author-card-image{
  height: 303px;
  width: 100%;
}

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

.card-article-author {
  /*@apply mt-[2px] max-w-[280px] text-clip text-left font-primary-font text-[22px] font-bold leading-8 text-blue line-clamp-2;*/
  margin-top: 0.125rem;
  max-width: 21rem;
  text-overflow: clip;
  text-align: left;
  font-family: Lato;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.card-article-author:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px){
  .card-article-author{
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

.author-card-border{
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  width: 25px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(124 38 29 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

/* signup page */

.signup-container{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px){
  .signup-container{
    max-width: 62.5rem;
    gap: 1rem;
  }
}

@media (min-width: 1024px){
  .signup-container{
    max-width: 68.75rem;
  }
}

.signup-container .signup-page-col{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .signup-container .signup-page-col{
    grid-column: span 6 / span 6;
  }
}

.signup-container .signup-page-section{
  grid-column: span 12 / span 12;
  margin-top: -8rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px){
  .signup-container .signup-page-section{
    grid-column: span 6 / span 6;
    margin-top: -10rem;
    padding: 3rem;
  }
}

.signup-container .signup-page-section .signup-title{
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px){
  .signup-container .signup-page-section .signup-title{
    font-size: 1.875rem;
    line-height: 2.875rem;
    --tw-text-opacity: 1;
    color: rgb(19 45 60 / var(--tw-text-opacity));
  }
}

.signup-container .signup-page-section label{
  margin-bottom: 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(19 45 60 / var(--tw-text-opacity)) !important;
}

.signup-container .signup-page-section span:before,
.signup-container .signup-page-section span:after {
  content: "";
  display: inline-block;
  width: 45%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

.signup-container .signup-page-section span:after {
  margin: 0 -55% 0 0.5em;
}

.signup-container.signup-page-section .signup-title{
  font-size: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.signup-container .signup-page-section .signup-description{
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 320px) and (max-width: 320px){
  .signup-container .signup-page-section .signup-description{
    font-size: 14px;
  }
}

.signup-container .signup-page-section .signup-user{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.signup-container .signup-page-section .input-user{
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.signup-container .signup-page-section .input-user input::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.signup-container .signup-page-section .input-user input::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.signup-container .signup-page-section .login{
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.signup-container .signup-page-section .social-icon-login{
  width: 5rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.latest-news-article-card:last-child div.signup-container .signup-page-section .social-icon-login{
  display: none;
}

.category-main-card:last-child div.signup-container .signup-page-section .social-icon-login{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.signup-container .signup-page-section .social-icon-login{
  display: none;
}

.editor-section-cards:last-child div.signup-container .signup-page-section .social-icon-login{
  display: none;
}

.signup-container .signup-page-section .social-icon-login:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

@media (min-width: 1440px){
  .signup-container .signup-page-section .social-icon-login{
    width: 9rem;
  }
}

.signup-container .signup-page-section .signup-submit input{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.signup-container .signup-page-section .signup-submit input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

.signup-container .title{
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.signup-container .description{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .signup-container .description{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* signup popup */

.signup-page-col{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .signup-page-col{
    grid-column: span 6 / span 6;
  }
}

.signup-page span:before,
.signup-page span:after {
  content: "";
  display: inline-block;
  width: 45%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

.signup-page span:after {
  margin: 0 -55% 0 0.5em;
}

.signup-page .signup-title{
  font-size: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.signup-page .signup-description{
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 320px) and (max-width: 320px){
  .signup-page .signup-description{
    font-size: 14px;
  }
}

.signup-page .signup-user{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.signup-page .input-user{
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.signup-page .input-user input::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.signup-page .input-user input::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.signup-page .login{
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.signup-page .social-icon-login{
  width: 5rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.latest-news-article-card:last-child div.signup-page .social-icon-login{
  display: none;
}

.category-main-card:last-child div.signup-page .social-icon-login{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.signup-page .social-icon-login{
  display: none;
}

.editor-section-cards:last-child div.signup-page .social-icon-login{
  display: none;
}

.signup-page .social-icon-login:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

@media (min-width: 1440px){
  .signup-page .social-icon-login{
    width: 9rem;
  }
}

.signup-page .signup-submit input{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.signup-page .signup-submit input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

/* login page */

.login-container{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px){
  .login-container{
    max-width: 62.5rem;
    gap: 1rem;
  }
}

@media (min-width: 1024px){
  .login-container{
    max-width: 68.75rem;
  }
}

.login-page-section{
  grid-column: span 12 / span 12;
  margin-top: -8rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px){
  .login-page-section{
    grid-column: span 6 / span 6;
    margin-top: -10rem;
    padding: 3rem;
  }
}

.login-page-section .pmpro_login_wrap{
  margin-top: 2.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.login-page-section .pmpro_login_wrap hr{
  display: none;
}

.login-page-section span:before,
.login-page-section span:after {
  content: "";
  display: inline-block;
  width: 45%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

.login-page-section span:after {
  margin: 0 -55% 0 0.5em;
}

.login-page-section .login-title{
  font-family: Lato;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .login-page-section .login-title{
    font-size: 1.875rem;
    line-height: 2.875rem;
  }
}

.login-page-section .login-description{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .login-page-section .login-description{
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.login-page-section .signup{
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.login-page-section .login-username label,
.login-page-section .login-password label{
  margin-bottom: 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(19 45 60 / var(--tw-text-opacity)) !important;
}

.login-page-section .login-username input,
.login-page-section .login-password input{
  width: 100% !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity)) !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 24px !important;
  font-weight: 600 !important;
}

.login-page-section .login-username input:focus,
.login-page-section .login-password input:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.login-page-section .login-username input::-moz-placeholder{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.login-page-section .login-username input::placeholder{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.login-page-section .login-remember{
  margin-bottom: 2rem !important;
}

.login-page-section .login-remember label{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.login-page-section input#rememberme,
.login-page-section label{
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.login-page-section input#rememberme[type="checkbox"]:checked {
  accent-color: #7d1818;
}

.login-page-section .pmpro_actions_nav{
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.login-page-section .login-submit{
  margin-bottom: 2rem !important;
  width: 100% !important;
}

.login-page-section .login-submit input{
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.login-page-section .login-submit input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

.login-container .title{
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.login-container .description{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .login-container .description{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* end login page*/

/* Start Log out*/

.login-page-section .pmpro_logged_in_welcome_wrap{
  margin-top: 2rem;
  display: flex;
  height: 6rem;
  flex-direction: column;
  justify-content: space-between;
}

.login-page-section .pmpro_logged_in_welcome_wrap .pmpro_member_display_name{
  display: flex;
  gap: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.login-page-section .pmpro_logged_in_welcome_wrap .pmpro_member_display_name a{
  cursor: pointer;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.login-page-section .pmpro_logged_in_welcome_wrap .pmpro_member_display_name a:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.login-page-section .pmpro_logged_in_welcome_wrap .pmpro_member_log_out a{
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.login-page-section .pmpro_logged_in_welcome_wrap .pmpro_member_log_out a:hover{
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

/* End Log out*/

/* Start Reset password page */

.login-page-section .pmpro_lost_password_wrap .pmpro_lost_password-instructions{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .login-page-section .pmpro_lost_password_wrap .pmpro_lost_password-instructions{
    font-size: 1rem;
    line-height: 1.55rem;
  }
}

.login-page-section .pmpro_lost_password-fields .pmpro_lost_password-field-user_login label{
  margin-bottom: 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(19 45 60 / var(--tw-text-opacity)) !important;
}

.pmpro_reset_password_wrap form.pmpro_form .lite{
  margin-top: 0px !important;
}

.login-page-section form.pmpro_form label, #loginform{
  position: relative !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.login-page-section form.pmpro_form label, #loginform  label{
  margin-bottom: 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(19 45 60 / var(--tw-text-opacity)) !important;
}

.login-page-section .pmpro_lost_password-fields .pmpro_lost_password-field-user_login input{
  margin-bottom: 1rem !important;
  width: 100% !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
}

.login-page-section .pmpro_lost_password-fields .pmpro_lost_password-field-user_login input:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.login-page-section form.pmpro_form input[type="password"]{
  margin-bottom: 1rem !important;
  width: 100% !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
}

.login-page-section form.pmpro_form input[type="password"]:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.pmpro_reset_password_wrap form.pmpro_form #pass-strength-result{
  display: none !important;
}

.pmpro_lost_password_wrap .pmpro_actions_nav{
  display: none;
}

.pmpro_submit input{
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pmpro_submit input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

.term-condition-text{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  display: block !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  --tw-text-opacity: 1 !important;
  color: rgb(124 38 29 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

/* End Reset password page */

/* login poppup */

.img-section-login{
  margin-top: 3rem;
  text-align: center;
}

.img-section-login .title{
  font-family: Lato;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.img-section-login .description{
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.login-page{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .login-page{
    grid-column: span 6 / span 6;
  }
}

.login-page .pmpro_login_wrap{
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.login-page .pmpro_login_wrap hr{
  display: none;
}

.login-page span:before,
.login-page span:after {
  content: "";
  display: inline-block;
  width: 45%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

.login-page span:after {
  margin: 0 -55% 0 0.5em;
}

.login-page .login-title{
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .login-page .login-title{
    font-size: 44px;
    line-height: 51px;
  }
}

.login-page .login-description{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .login-page .login-description{
    font-size: 18px;
    line-height: 32px;
  }
}

.login-page .signup{
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.login-page .login-username label,
.login-page .login-password label{
  margin-bottom: 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(19 45 60 / var(--tw-text-opacity)) !important;
}

.login-page .login-username input,
.login-page .login-password input{
  width: 100% !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity)) !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 24px !important;
  font-weight: 600 !important;
}

.login-page .login-username input:focus,
.login-page .login-password input:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

form.pmpro_form input[type="text"],
form.pmpro_form input[type="password"],
form.pmpro_form input[type="email"],
form.pmpro_form input[type="number"],
form.pmpro_form textarea,
form.pmpro_form select,
#loginform input[type="text"],
#loginform input[type="password"] {
  max-width: 100%;
  color: black;
}

.login-page .login-username input::-moz-placeholder{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.login-page .login-username input::placeholder{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.login-page .login-remember label{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.login-page input#rememberme,
.login-page label{
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(103 116 137 / var(--tw-text-opacity));
}

.login-page input#rememberme[type="checkbox"]:checked {
  accent-color: #7d1818;
}

.login-page .pmpro_actions_nav{
  margin-top: 2rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.login-page .login-submit{
  width: 100%;
}

.login-page .login-submit input{
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.login-page .login-submit input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

/* otp page */

@media (min-width: 768px){
  .otp-container{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 768px){
  .otp-container{
    margin-left: 5rem;
  }
}

.otp-page{
  margin-top: -8rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .otp-page{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  .otp-page{
    margin-top: -10rem;
  }
}

.otp-container .otp-title{
  font-family: Lato;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .otp-container .otp-title{
    font-size: 2rem;
    line-height: 3.1875rem;
  }
}

.otp-page .otp-description{
  margin-top: 8px;
  width: 90%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .otp-page .otp-description{
    width: 80%;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-transform: none;
  }
}

.otp-page input{
  margin: 0.2rem;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 9999px;
  border-width: 1px;
  text-align: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.latest-news-article-card:last-child div.otp-page input{
  display: none;
}

.category-main-card:last-child div.otp-page input{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.otp-page input{
  display: none;
}

.editor-section-cards:last-child div.otp-page input{
  display: none;
}

@media (min-width: 768px){
  .otp-page input{
    margin: 0.5rem;
  }
}

@media (min-width: 320px) and (max-width: 320px){
  .otp-page input{
    height: 2.3rem;
    width: 2.3rem;
  }
}

.otp-page .otp-submit .otp-btn-continue{
  margin-top: 40px;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.otp-page .otp-submit .otp-btn-continue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 46 / var(--tw-bg-opacity));
}

.otp-page .otp-submit .otp-btn-back{
  margin-top: 24px;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.latest-news-article-card:last-child div.otp-page .otp-submit .otp-btn-back{
  display: none;
}

.category-main-card:last-child div.otp-page .otp-submit .otp-btn-back{
  display: none;
}

.single-page-section-card:nth-last-child(2) div.otp-page .otp-submit .otp-btn-back{
  display: none;
}

.editor-section-cards:last-child div.otp-page .otp-submit .otp-btn-back{
  display: none;
}

.otp-page .otp-submit .otp-btn-back:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
}

.otp-page .receive-code{
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.otp-page .receive-code span{
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

/* checkout page */

.checkout-section{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .checkout-section{
    max-width: 62.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .checkout-section{
    max-width: 68.75rem;
  }
}

.checkout-section .pmpro_checkout-h3-name{
  display: inline-flex !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

.checkout-section .checkout-change-btn{
  display: inline-flex !important;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity)) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.checkout-section .checkout-change-btn:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity)) !important;
}

.checkout-section .checkout-change-btn a{
  font-size: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(18 45 61 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.checkout-section .pmpro_level_name_text,
.checkout-section .pmpro_level_cost_text p{
  --tw-text-opacity: 1 !important;
  color: rgb(18 45 61 / var(--tw-text-opacity)) !important;
}

.checkout-section .pmpro_level_description_text li{
  --tw-text-opacity: 1 !important;
  color: rgb(18 45 61 / var(--tw-text-opacity)) !important;
}

.checkout-section .pmpro_alert a{
  --tw-text-opacity: 1 !important;
  color: rgb(18 45 61 / var(--tw-text-opacity)) !important;
}

.checkout-section .checkout-submit-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  font-weight: 700;
}

.checkout-section .checkout-submit-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

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

.checkout-input > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1024px){
  .checkout-input{
    display: flex;
  }
}

.checkout-input input{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.checkout-input select{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.checkout-input select[name="bcountry"]{
  padding-left: 0.5rem;
}

.checkout-input input[type="email"]{
  padding-left: 1rem;
}

.checkout-input input[type="text"]{
  padding-left: 1rem;
}

.checkout-input span.pmpro_asterisk{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.checkout-input-card-number{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.checkout-input-card-number[type="text"]{
  padding-left: 1rem;
}

.checkout-select-expire-date{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Start Editor’s pick*/

.editor-picker-section{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 2rem;
}

@media (min-width: 768px){
  .editor-picker-section{
    gap: 2rem;
  }
}

.editor-picker-section .editor-col-1{
  grid-column: span 12 / span 12;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}

@media (min-width: 768px){
  .editor-picker-section .editor-col-1{
    grid-column: span 7 / span 7;
    flex-direction: row;
  }
}

.editor-picker-section .editor-col-1 .editor-content{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .editor-picker-section .editor-col-1 .editor-content{
    max-width: 15.625rem;
  }
}

.editor-picker-section .editor-col-1 .editor-content .editor-category{
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.editor-picker-section .editor-col-1 .editor-content .editor-article{
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.editor-picker-section .editor-col-1 .editor-content .editor-article:hover{
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.editor-picker-section .editor-col-1 .editor-content .editor-content{
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.editor-picker-section .editor-col-2{
  grid-column: span 12 / span 12;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px){
  .editor-picker-section .editor-col-2{
    grid-column: span 5 / span 5;
    gap: 0px;
  }
}

.editor-picker-section .editor-col-2 .editor-section-card{
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px){
  .editor-picker-section .editor-col-2 .editor-section-card{
    justify-content: space-between;
  }
}

.editor-picker-section
	.editor-col-2
	.editor-section-card
	.editor-col-2-content{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.editor-picker-section
	.editor-col-2
	.editor-section-card
	.editor-col-2-content
	.editor-col-2-category{
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.editor-picker-section
	.editor-col-2
	.editor-section-card
	.editor-col-2-content
	.editor-col-2-article{
  max-width: 13rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

.editor-picker-section
	.editor-col-2
	.editor-section-card
	.editor-col-2-content
	.editor-col-2-article:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

@media (min-width: 768px){
  .editor-picker-section
	.editor-col-2
	.editor-section-card
	.editor-col-2-content
	.editor-col-2-article{
    max-width: 18.75em;
  }
}

.editor-section-cards:last-child div.border{
  display: none;
}

/* End Editor’s pick*/

.unaltered-wysiwyg *{
  margin: revert;
  list-style: revert;
  padding: revert;
  border-collapse: revert;
  font-size: revert;
  font-weight: revert;
}

/* Mail Chimp */

.mc4wp-response .mc4wp-error p{
  margin-top: 0.5rem;
  display: inline-flex;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 114 114 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mc4wp-response .mc4wp-success p{
  margin-top: 0.5rem;
  display: inline-flex;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 189 35 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.rule-icon.failed{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 245 / var(--tw-bg-opacity));
}

.rule-text.failed{
  --tw-text-opacity: 1;
  color: rgb(140 142 151 / var(--tw-text-opacity));
}

.rule-icon.passed{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

.rule-text.passed{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media print {
  /*html, body {*/

  /*	!*changing width to 100% causes huge overflow and wrap*!*/

  /*	height:100%;*/

  /*	overflow: hidden;*/

  /*	background: #FFF;*/

  /*	font-size: 9.5pt;*/

  /*}*/

  body {
    -webkit-print-color-adjust: exact !important;
  }

  .container-header{
    display: none!important;
  }

  .pmpro_confirmation_wrap .est-print{
    display: none!important;
  }

  footer {
    -webkit-print-color-adjust: exact !important;
    display: none!important;
  }
}

.hover\:bg-red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

.hover\:bg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 190 14 / var(--tw-bg-opacity));
}

.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(18 45 61 / var(--tw-text-opacity));
}

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

.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgb(124 38 29 / var(--tw-text-opacity));
}

.hover\:text-\[\#292D32\]:hover{
  --tw-text-opacity: 1;
  color: rgb(41 45 50 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:underline-offset-4:hover{
  text-underline-offset: 4px;
}

.focus\:bg-red-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

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

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:bg-red-900:active{
  --tw-bg-opacity: 1;
  background-color: rgb(124 38 29 / var(--tw-bg-opacity));
}

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

@media (min-width: 640px){
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

  .sm\:gap-4{
    gap: 1rem;
  }
}

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

  .md\:sticky{
    position: sticky;
  }

  .md\:top-\[3\.5em\]{
    top: 3.5em;
  }

  .md\:z-\[99\]{
    z-index: 99;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

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

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .md\:mt-\[-0\.7rem\]{
    margin-top: -0.7rem;
  }

  .md\:mt-\[3rem\]{
    margin-top: 3rem;
  }

  .md\:mt-\[4rem\]{
    margin-top: 4rem;
  }

  .md\:mb-\[3rem\]{
    margin-bottom: 3rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

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

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:ml-\[2rem\]{
    margin-left: 2rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:mt-\[-8px\]{
    margin-top: -8px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[15\.3125rem\]{
    height: 15.3125rem;
  }

  .md\:h-\[11\.875rem\]{
    height: 11.875rem;
  }

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

  .md\:h-\[7\.5rem\]{
    height: 7.5rem;
  }

  .md\:h-\[100\%\]{
    height: 100%;
  }

  .md\:h-\[22\.5rem\]{
    height: 22.5rem;
  }

  .md\:h-\[19rem\]{
    height: 19rem;
  }

  .md\:w-\[3\.75rem\]{
    width: 3.75rem;
  }

  .md\:w-\[7\.5rem\]{
    width: 7.5rem;
  }

  .md\:w-\[25rem\]{
    width: 25rem;
  }

  .md\:w-\[15\.9375rem\]{
    width: 15.9375rem;
  }

  .md\:w-\[35\%\]{
    width: 35%;
  }

  .md\:w-\[93\%\]{
    width: 93%;
  }

  .md\:w-\[23\.5rem\]{
    width: 23.5rem;
  }

  .md\:w-\[260px\]{
    width: 260px;
  }

  .md\:w-\[10rem\]{
    width: 10rem;
  }

  .md\:w-\[21\.875rem\]{
    width: 21.875rem;
  }

  .md\:w-\[33\.75rem\]{
    width: 33.75rem;
  }

  .md\:w-\[39\.6875rem\]{
    width: 39.6875rem;
  }

  .md\:max-w-\[12rem\]{
    max-width: 12rem;
  }

  .md\:max-w-\[100\%\]{
    max-width: 100%;
  }

  .md\:max-w-\[62\.5rem\]{
    max-width: 62.5rem;
  }

  .md\:max-w-\[65\.185rem\]{
    max-width: 65.185rem;
  }

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

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

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

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

  .md\:justify-start{
    justify-content: flex-start;
  }

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

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

  .md\:gap-\[1\.5rem\]{
    gap: 1.5rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-0{
    gap: 0px;
  }

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

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .md\:px-\[0\]{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-\[104px\]{
    padding-left: 104px;
    padding-right: 104px;
  }

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

  .md\:px-\[21px\]{
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pt-\[2rem\]{
    padding-top: 2rem;
  }

  .md\:pr-\[32px\]{
    padding-right: 32px;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pt-\[3rem\]{
    padding-top: 3rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pt-margin-border-y-2{
    padding-top: 2rem;
  }

  .md\:text-p-content-card{
    font-size: 1.25rem;
    line-height: 2.125rem;
  }

  .md\:text-h1-medium-screen-size{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .md\:text-h2-subscription{
    font-size: 2.75rem;
    line-height: 3.5rem;
  }

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

@media (min-width: 1024px){
  .lg\:right-28{
    right: 7rem;
  }

  .lg\:left-\[-4rem\]{
    left: -4rem;
  }

  .lg\:top-\[-3rem\]{
    top: -3rem;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:h-\[19rem\]{
    height: 19rem;
  }

  .lg\:h-\[460px\]{
    height: 460px;
  }

  .lg\:max-w-\[68\.75rem\]{
    max-width: 68.75rem;
  }

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

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

  .lg\:justify-start{
    justify-content: flex-start;
  }

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

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pb-\[98px\]{
    padding-bottom: 98px;
  }
}

@media (min-width: 1440px){
  .xl\:left-\[70\%\]{
    left: 70%;
  }

  .xl\:w-\[30\%\]{
    width: 30%;
  }

  .xl\:w-\[67\%\]{
    width: 67%;
  }

  .xl\:text-h1-large-screen-size{
    font-size: 2.75rem;
    line-height: 3.1875rem;
  }
}

@media (min-width: 320px) and (max-width: 320px){
  .xs\:max-w-\[10rem\]{
    max-width: 10rem;
  }

  .xs\:max-w-\[230px\]{
    max-width: 230px;
  }

  .xs\:gap-\[1rem\]{
    gap: 1rem;
  }

  .xs\:text-\[14px\]{
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 768px){
  .screen-768\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .screen-768\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .screen-768\:inline-flex{
    display: inline-flex;
  }

  .screen-768\:hidden{
    display: none;
  }

  .screen-768\:gap-4{
    gap: 1rem;
  }
}

@media (min-width: 1024px) and (max-width: 1024px){
  .screen-1024\:inline-flex{
    display: inline-flex;
  }

  .screen-1024\:hidden{
    display: none;
  }

  .screen-1024\:w-\[40\%\]{
    width: 40%;
  }

  .screen-1024\:gap-\[0\.2rem\]{
    gap: 0.2rem;
  }
}
