.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  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: 'Midpoint', sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

  .\!container {
    max-width: 640px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1440px !important;
  }

  .container {
    max-width: 1440px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-25px\] {
  top: -25px;
}
.top-\[96px\] {
  top: 96px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-full {
  grid-column: 1 / -1;
}
.\!m-0 {
  margin: 0px !important;
}
.m-8 {
  margin: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[112px\] {
  margin-top: 112px;
  margin-bottom: 112px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-mr-4 {
  margin-right: -1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[128px\] {
  margin-bottom: 128px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-\[15px\] {
  height: 15px !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[172px\] {
  height: 172px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[196px\] {
  height: 196px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[224px\] {
  height: 224px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[278px\] {
  height: 278px;
}
.h-\[328px\] {
  height: 328px;
}
.h-\[396px\] {
  height: 396px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[98px\] {
  height: 98px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[680px\] {
  max-height: 680px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-\[15px\] {
  width: 15px !important;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/4 {
  width: 50%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3\/4 {
  width: 75%;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[98px\] {
  width: 98px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[96px\] {
  min-width: 96px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[952px\] {
  max-width: 952px;
}
.max-w-\[96px\] {
  max-width: 96px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --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));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(268px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(268px,1fr));
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(300px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-between {
  align-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.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-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));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-\[\#0F0F0E80\] {
  border-color: #0F0F0E80 !important;
}
.border-\[\#4A4A4A\] {
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity));
}
.border-bodyText {
  --tw-border-opacity: 1;
  border-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(42 65 141 / var(--tw-border-opacity));
}
.border-primaryGreen {
  --tw-border-opacity: 1;
  border-color: rgb(90 185 189 / var(--tw-border-opacity));
}
.border-surfaceBlack {
  --tw-border-opacity: 1;
  border-color: rgb(15 15 14 / var(--tw-border-opacity));
}
.border-surfaceBlackt10 {
  border-color: #0F0F0E1A;
}
.border-surfaceGrey {
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity));
}
.border-surfaceWhitet10 {
  border-color: #FFFFFF1A;
}
.border-whiteText\/30 {
  border-color: rgb(253 253 253 / 0.3);
}
.\!bg-\[\#0F0F0E\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 15 14 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#0000006b\] {
  background-color: #0000006b;
}
.bg-\[\#000000b5\] {
  background-color: #000000b5;
}
.bg-\[\#0F0F0EF2\] {
  background-color: #0F0F0EF2;
}
.bg-\[\#232322\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 34 / var(--tw-bg-opacity));
}
.bg-\[\#272726\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 38 / var(--tw-bg-opacity));
}
.bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff2b\] {
  background-color: #ffffff2b;
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(42 65 141 / var(--tw-bg-opacity));
}
.bg-primaryt10 {
  background-color: #4894971A;
}
.bg-surfaceBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 14 / var(--tw-bg-opacity));
}
.bg-surfaceBlack\/50 {
  background-color: rgb(15 15 14 / 0.5);
}
.bg-surfaceBlackt10 {
  background-color: #0F0F0E1A;
}
.bg-surfaceBlackt95 {
  background-color: #0F0F0EF2;
}
.bg-surfaceGrey {
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity));
}
.bg-surfaceWhitet10 {
  background-color: #FFFFFF1A;
}
.bg-whiteText {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.font-mundial {
  font-family: 'Midpoint', sans-serif;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-desktop-button-m-medium {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.text-desktop-h1-bold {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.text-desktop-h2-bold {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
.text-desktop-h2-medium {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}
.text-desktop-h3-medium {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
.text-desktop-h4-medium {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.text-desktop-h5-medium {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.text-desktop-h6-medium {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.text-desktop-paragraph-m-regular {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.text-desktop-paragraph-s-medium {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.text-desktop-paragraph-s-regular {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.text-mobile-button-m-medium {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.text-mobile-h1-bold {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
.text-mobile-h2-bold {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.text-mobile-h2-medium {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.text-mobile-h3-medium {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.text-mobile-h4-medium {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.text-mobile-h5-medium {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.text-mobile-h6-medium {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.text-mobile-paragraph-m-medium {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.text-mobile-paragraph-m-regular {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.text-mobile-paragraph-s-medium {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.text-mobile-paragraph-s-regular {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.\!font-bold {
  font-weight: 700 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-\[26px\] {
  line-height: 26px;
}
.text-\[\#101828\] {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-\[\#FDFDFD\] {
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#ffffffcc\] {
  color: #ffffffcc;
}
.text-bodyText {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(42 65 141 / var(--tw-text-opacity));
}
.text-primaryGreen {
  --tw-text-opacity: 1;
  color: rgb(90 185 189 / var(--tw-text-opacity));
}
.text-subtleText {
  color: #101010B2;
}
.text-subtleText2 {
  color: #10101080;
}
.text-surfaceBlack {
  --tw-text-opacity: 1;
  color: rgb(15 15 14 / var(--tw-text-opacity));
}
.text-surfaceGrey {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}
.text-whiteSubtleText2 {
  color: #FDFDFD80;
}
.text-whiteText {
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-sm {
  --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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: undefined !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.9rem;
  color: #718096;
}
article > *:not(.entry-content),
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: undefined;
}
.homepage-submenu-items li {
    height: 48px;
    background: #0F0F0E1A;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.homepage-submenu-items li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    white-space: nowrap;
}
.mega-menu-children-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    -moz-column-gap: 64px;
         column-gap: 64px;
    row-gap: 24px;
    width: -moz-fit-content;
    width: fit-content;
}
.mega-menu-children-grid li a {
    color: #FDFDFD;
    transition: color 0.2s ease;
}
.mega-menu-children-grid:has(li:hover) li a {
    color: #FDFDFD80;
}
.mega-menu-children-grid li:hover a {
    color: #5AB9BD;
}
.mega-menu-popup .mega-menu-links-container {
    flex: 1 1 auto;
    width: auto;
}
.mega-menu-popup .mega-menu-post-container {
    flex: 0 0 320px;
    width: 320px;
    min-height: 280px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}
.mega-menu-popup .mega-menu-post-loader {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: #0F0F0E;
}
.mega-menu-popup .mega-menu-post-loader .skeleton-wrapper {
    gap: 12px;
    padding: 0;
}
.mega-menu-popup .mega-menu-post-loader .skeleton-image {
    height: 128px;
    border-radius: 24px 24px 0 0;
}
.mega-menu-popup .mega-menu-post-loader .skeleton-text-category,
.mega-menu-popup .mega-menu-post-loader .skeleton-text-title,
.mega-menu-popup .mega-menu-post-loader .skeleton-text-date {
    margin-top: 0;
}
.mega-menu-popup .mega-menu-post-loader .skeleton-text-category {
    width: 35%;
}
.mega-menu-popup .mega-menu-post-loader .skeleton-text-title {
    width: 100%;
    height: 18px;
}
.mega-menu-popup .mega-menu-post-loader .skeleton-text-date {
    width: 45%;
    height: 18px;
}
.mega-menu-popup .mega-menu-post-image {
    height: 128px;
}
.mega-menu-popup .mega-menu-post-content {
    padding: 16px;
}
.mega-menu-popup .mega-menu-post-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
#latest-list {
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}
#latest-list::-webkit-scrollbar {
    width: 8px;
}
#latest-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 9999px;
}
#latest-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08);
}
@font-face {
    font-family: 'Midpoint Pro';
    src: url("https://nokta.md/wp-content/themes/nokta-tailpress/fonts/Midpoint Pro UltraLight.woff2") format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
/* Light (300) */
@font-face {
    font-family: 'Midpoint Pro';
    src: url("https://nokta.md/wp-content/themes/nokta-tailpress/fonts/Midpoint Pro Light.woff2") format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* Regular (400) */
@font-face {
    font-family: 'Midpoint Pro';
    src: url("https://nokta.md/wp-content/themes/nokta-tailpress/fonts/Midpoint Pro Regular.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Medium (500) */
@font-face {
    font-family: 'Midpoint Pro';
    src: url("https://nokta.md/wp-content/themes/nokta-tailpress/fonts/Midpoint Pro Medium.woff2") format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Bold (700) */
@font-face {
    font-family: 'Midpoint Pro';
    src: url("https://nokta.md/wp-content/themes/nokta-tailpress/fonts/Midpoint Pro Bold.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* Oblique (400 Italic) */
@font-face {
    font-family: 'Midpoint Pro';
    src: url("https://nokta.md/wp-content/themes/nokta-tailpress/fonts/Midpoint Pro Oblique.woff2") format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Midpoint Pro';
    src: url("https://nokta.md/wp-content/themes/nokta-tailpress/fonts/Midpoint.woff") format('woff');
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Midpoint Pro', sans-serif;
    font-weight: 400;
}
#page {
    padding-top: 95px;
}
.post-page .fluid_video_wrapper {
        min-height: 500px;
        max-height: 500px;
    }
.post-page a {
        color: #489497;
        text-decoration: underline;
    }
.post-page ul {
        list-style-type: disc;
        margin-left: 1.5rem;
        padding-left: 0;
        margin-bottom: 24px;
    }
.post-page ul li {
        line-height: 1.6;
        color: #333;
    }
.post-page ol {
        list-style-type: decimal;
        margin-left: 1.5rem;
        margin-bottom: 24px;
    }
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
}
h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
}
h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
}
blockquote p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #101010;
    margin-bottom: 0 !important;
}
.wp-block-table thead {
    border-bottom: none !important;
    background-color: #f4f8f9;
}
.wp-block-table {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #0F0F0E1A;
    background: #fff;
    margin-bottom: 24px;
}
.wp-block-table table.has-fixed-layout {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #101010;
    border: none;
}
.wp-block-table thead th {
    background: #EAF4F2;
    color: #23918A;
    font-weight: 600;
    text-align: left;
    padding: 18px 24px;
    border-bottom: 1px solid #0F0F0E1A;
    white-space: nowrap;
}
.wp-block-table tbody td {
    padding: 18px 24px;
    border-top: 1px solid transparent;
    vertical-align: top;
}
.wp-block-table th + th,
.wp-block-table td + td {
    border-left: 1px solid transparent;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    border-color: #0F0F0E1A;
}
.wp-block-table thead tr:first-child th:first-child {
    border-top-left-radius: 16px;
}
.wp-block-table thead tr:first-child th:last-child {
    border-top-right-radius: 16px;
}
.wp-block-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}
.wp-block-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: 464px;
    border-radius: 24px;
}
.support {
    background-image: url(https://nokta.md/wp-content/themes/nokta-tailpress/css/../images/bg-overlay.png?9ad4f56d1d0cbbe9cf4d133a9a205ae8);
    background-repeat: no-repeat;
    background-size: 100%;
}
.post-page a {
    text-underline-offset: 4px;
}
blockquote {
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 70px;
    border-radius: 24px;
    border-left: 2px solid #5AB9BD !important;
    border-right: 2px solid #5AB9BD;
    background-size: cover;
    background: #4894971A;
    position: relative;
}
blockquote::after {
    content: '';
    background-image: url(https://nokta.md/wp-content/themes/nokta-tailpress/css/../images/quote.svg?1d5602a8f62474619737710d1908eec8);
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    top: 24px;
    right: 24px;
}
figcaption {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #101010B2 !important;
  text-align: left !important;
  margin-top: 0.75rem !important;
}
.single-featured-image__frame {
    position: relative;
    height: 320px;
    border-radius: 24px;
    overflow: hidden;
    background: #f4f4f1;
}
.single-featured-image__blur {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: blur(42px) saturate(0.75);
    transform: scale(1.24);
    opacity: 0.9;
}
.single-featured-image__blur::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(236, 233, 226, 0.35);
}
.single-featured-image__main {
    position: relative;
    z-index: 1;
    height: 100%;
    box-sizing: border-box;
    width: min(100%, 1196px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-featured-image__img {
    width: 100%;
    max-width: 1196px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
}
.post-page .wp-block-image img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
    margin: 0 auto;
}
.post-page .wp-block-image {
    margin-top: 0 !important;
}
.btn-wrapper {
    position: relative;
    width: 47px;
    height: 45px;
    cursor: pointer;
}
.btn-wrapper[disabled],
.btn-wrapper.is-disabled,
.btn-wrapper[aria-disabled="true"] {
    cursor: default;
    opacity: 0.4;
    pointer-events: none;
}
.btn-wrapper[disabled] .custom-shape,
.btn-wrapper.is-disabled .custom-shape,
.btn-wrapper[aria-disabled="true"] .custom-shape {
    animation-play-state: paused;
}
.custom-shape {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #4D4D4D;
    border-radius: 50% 40% 60% 45% / 55% 45% 55% 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotateShape 6s linear infinite;
}
.btn-wrapper:hover .custom-shape {
    background-color: #5AB9BD !important;
}
.btn-wrapper:hover .icon svg path {
    stroke: black !important;
}
.btn-wrapper:hover .icon svg {
        stroke: black !important;
    }
@keyframes rotateShape {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon svg {
    width: 26px;
    height: 26px;
    stroke: #FDFDFD;
}
.icon .close {
    width: 14px;
    height: 14px;
    stroke: #FDFDFD;
}
ul.grid li a {
    color: #FDFDFD;
    transition: color 0.2s ease;
}
ul.grid:has(li:hover) li a {
    color: #FDFDFD80;
}
ul.grid li:hover a {
    color: #5AB9BD;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #0F0F0E1A;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #4D4D4D;
}
.skeleton-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 20px;
}
.skeleton-image {
    width: 100%;
    height: 278px;
    background: #c5c5c55c !important;
    border-radius: 24px;
    animation: shimmer 1.5s infinite linear;
}
.skeleton-text {
    width: 100%;
    height: 20px;
    background: #c5c5c55c;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
}
.skeleton-text-category {
    width: 30%;
    height: 20px;
    margin-top: 10px;
    background: #c5c5c55c;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
}
.skeleton-text-title {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    background: #c5c5c55c;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
}
.skeleton-text-date {
    width: 40%;
    height: 20px;
    margin-top: 10px;
    background: #c5c5c55c;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
}
.post-page ul li {
    font-size: 18px;
}
.post-page p {
    font-size: 18px;
}
.page-numbers {
    display: flex;
    gap: 24px;
}
.podcast-iframe iframe {
        width: 100%;
        min-height: 160px;
    }
@keyframes shimmer {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: -100%;
    }
}
.skeleton-image,
.skeleton-text {
    background: linear-gradient(
            90deg,
            #e0e0e0 25%,
            #f5f5f5 50%,
            #e0e0e0 75%
    );
    background-size: 200% 100%;
}
@media screen and (max-width: 768px) {
    #page {
        padding-top: 72px;
    }

    p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(16 16 16 / var(--tw-text-opacity));
  }

    h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(16 16 16 / var(--tw-text-opacity));
  }

    h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(16 16 16 / var(--tw-text-opacity));
  }

    h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(16 16 16 / var(--tw-text-opacity));
  }

    h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(16 16 16 / var(--tw-text-opacity));
  }

    h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(16 16 16 / var(--tw-text-opacity));
  }

    .wp-block-table {
        overflow: scroll;
    }

    .wp-block-table .has-fixed-layout {
        table-layout: auto;
    }
}
@media screen and (min-width: 768px) {
    .single-featured-image__frame {
        height: 600px;
    }
}
@media screen and (max-width: 600px) {
    .wp-block-embed iframe {
        height: 200px !important;
    }
}
@media (min-width: 1280px) {

  .dlxl\:container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px) {

    .dlxl\:container {
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px) {

    .dlxl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .dlxl\:container {
      max-width: 1024px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

  @media (min-width: 1280px) {

    .dlxl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {

    .dlxl\:container {
      max-width: 1440px;
    }
  }
}
.hover\:border-primaryGreen:hover {
  --tw-border-opacity: 1;
  border-color: rgb(90 185 189 / var(--tw-border-opacity));
}
.hover\:border-whiteText:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 253 253 / var(--tw-border-opacity));
}
.hover\:bg-primaryGreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 185 189 / var(--tw-bg-opacity));
}
.hover\:bg-surfaceBlackt10:hover {
  background-color: #0F0F0E1A;
}
.hover\:bg-whiteText\/10:hover {
  background-color: rgb(253 253 253 / 0.1);
}
.hover\:bg-whiteText\/90:hover {
  background-color: rgb(253 253 253 / 0.9);
}
.hover\:text-bodyText:hover {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.hover\:text-primaryGreen:hover {
  --tw-text-opacity: 1;
  color: rgb(90 185 189 / var(--tw-text-opacity));
}
.hover\:text-surfaceBlack:hover {
  --tw-text-opacity: 1;
  color: rgb(15 15 14 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:border-primaryGreen:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 185 189 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-primaryGreen:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(90 185 189 / var(--tw-ring-opacity));
}
.focus-visible\:ring-whiteText\/60:focus-visible {
  --tw-ring-color: rgb(253 253 253 / 0.6);
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.group\/menu:hover .group-hover\/menu\:visible {
  visibility: visible;
}
.group\/menu:hover .group-hover\/menu\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.05\] {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/menu:hover .group-hover\/menu\:text-primaryGreen {
  --tw-text-opacity: 1;
  color: rgb(90 185 189 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-\[\#5AB9BD\] {
  --tw-text-opacity: 1;
  color: rgb(90 185 189 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-subtleText {
  color: #101010B2;
}
.group:hover .group-hover\:text-whiteSubtleText {
  color: #FDFDFDD9;
}
.group\/menu:hover .group-hover\/menu\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}
.group:hover .group-hover\:opacity-85 {
  opacity: 0.85;
}
@media (min-width: 500px) {

  .d1sm\:flex {
    display: flex;
  }

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

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

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

  .d1sm\:max-w-\[250px\] {
    max-width: 250px;
  }

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

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

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

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

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

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

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

  .d2sm\:min-w-\[320px\] {
    min-width: 320px;
  }

  .d2sm\:max-w-\[320px\] {
    max-width: 320px;
  }

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

  .d2sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

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

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

  .md\:mr-0 {
    margin-right: 0px;
  }

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

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

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

  .md\:justify-normal {
    justify-content: normal;
  }

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

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

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

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

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

  .md\:text-desktop-button-m-medium {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .md\:text-desktop-h1-bold {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
  }

  .md\:text-desktop-h2-bold {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
  }

  .md\:text-desktop-h2-medium {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
  }

  .md\:text-desktop-h3-medium {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }

  .md\:text-desktop-h4-medium {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .md\:text-desktop-h5-medium {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }

  .md\:text-desktop-h6-medium {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .md\:text-desktop-paragraph-m-medium {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }

  .md\:text-desktop-paragraph-m-regular {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .md\:text-desktop-paragraph-s-medium {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }

  .md\:text-desktop-paragraph-s-regular {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {

  .dxl\:order-1 {
    order: 1;
  }

  .dxl\:order-2 {
    order: 2;
  }

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

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

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

  .dxl\:mb-auto {
    margin-bottom: auto;
  }

  .dxl\:\!block {
    display: block !important;
  }

  .dxl\:flex {
    display: flex;
  }

  .dxl\:hidden {
    display: none;
  }

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

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

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

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

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

  .dxl\:min-w-\[464px\] {
    min-width: 464px;
  }

  .dxl\:max-w-\[952px\] {
    max-width: 952px;
  }

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

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

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

  .dxl\:gap-6 {
    gap: 1.5rem;
  }

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

  .dxl\:text-desktop-h1-bold {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
  }

  .dxl\:text-desktop-paragraph-m-regular {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (min-width: 1280px) {

  .dlxl\:grid {
    display: grid;
  }

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

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

  .dlxl\:min-w-0 {
    min-width: 0px;
  }

  .dlxl\:grid-cols-\[repeat\(auto-fill\2c minmax\(255px\2c 1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(255px,1fr));
  }

  .dlxl\:overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 1440px) {

  .d2xl\:flex {
    display: flex;
  }

  .d2xl\:h-auto {
    height: auto;
  }

  .d2xl\:grid-cols-\[repeat\(auto-fill\2c minmax\(300px\2c 1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  }
}/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSTOM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}

div.tnp-profile {
    display: block;
    margin: 1em 0;
    max-width: 500px;
    /*width: 100%;*/
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
    margin-bottom: .7em;
    border: 0;
    padding: 0;
}

.tnp-subscription label,
.tnp-profile label
{
    display: block;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: .25em;
    font-size: .9em;
}

.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
    display: inline-block;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{
    /* Fixes some bad themes CSS */
    max-width: 1em;
    display: inline-block;
    margin-right: .5em;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option,
.tnp-profile select option
{
    margin-right: .75em;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit],
    .tnp-profile input[type=submit] {
        width: 100%;
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px;
}

.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd ;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
    width: auto;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-widget select option {
    margin-right: 10px;
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-field label {

}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
    width: 100%;
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* The minimal form */

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

.tnp-subscription-minimal form {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin-right: 10px;
}

.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
    width: 31%;
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px;
}

/* Some of these styles are overridden by theme styles... */
.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
}

.tnp-subscription-posts {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2rem;
}

.tnp-subscription-posts .tnp-subscription {
    max-width: auto;
    margin: 0;
}

@media all and (max-width: 525px) {
    .tnp-subscription-minimal.with-name input.tnp-email,
    .tnp-subscription-minimal.with-name input.tnp-name,
    .tnp-subscription-minimal input.tnp-submit
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block;
        margin-bottom: .5rem;
    }
}

/* Single button forms */
.tnp-button-form button.tnp-submit {
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* Comments Extension */
.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tnp-comments label {
    display: block;
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important;
}


/* Locked Content Extension */
.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tnp-nl-checkout {
    margin-bottom: 1em;
}.code-block {
   min-height: 250px;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}