@import url("https://use.typekit.net/vth0ofs.css");

/*
! tailwindcss v3.3.2 | 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.
*/

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

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

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

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

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

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

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

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

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

body{
  font-family: "proxima-nova", sans-serif;
  line-height: 1.5;
}

h1,
    h2,
    h3{
  line-height: 1.1;
}

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

@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: 1536px){
  .container{
    max-width: 1536px;
  }
}

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

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-bottom-\[72px\]{
  bottom: -72px;
}

.bottom-0{
  bottom: 0px;
}

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

.left-0{
  left: 0px;
}

.left-\[24px\]{
  left: 24px;
}

.left-\[8px\]{
  left: 8px;
}

.left-\[calc\(50\%-30px\)\]{
  left: calc(50% - 30px);
}

.right-0{
  right: 0px;
}

.right-\[24px\]{
  right: 24px;
}

.top-0{
  top: 0px;
}

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

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

.top-\[8px\]{
  top: 8px;
}

.top-\[calc\(50\%-30px\)\]{
  top: calc(50% - 30px);
}

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

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

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

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

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

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

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

.mx-\[24px\]{
  margin-left: 24px;
  margin-right: 24px;
}

.mx-\[48px\]{
  margin-left: 48px;
  margin-right: 48px;
}

.mx-\[4px\]{
  margin-left: 4px;
  margin-right: 4px;
}

.mx-\[6px\]{
  margin-left: 6px;
  margin-right: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

.min-h-\[80vh\]{
  min-height: 80vh;
}

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

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

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

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

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

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

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

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

.w-\[60\]{
  width: 60;
}

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

.-translate-y-\[6px\]{
  --tw-translate-y: -6px;
  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-\[6px\]{
  --tw-translate-y: 6px;
  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-45{
  --tw-rotate: -45deg;
  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-45{
  --tw-rotate: 45deg;
  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));
}

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

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

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

.rounded-bl-\[22px\]{
  border-bottom-left-radius: 22px;
}

.rounded-tl-\[22px\]{
  border-top-left-radius: 22px;
}

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

.border-t-\[4px\]{
  border-top-width: 4px;
}

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

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

.border-persian-red{
  --tw-border-opacity: 1;
  border-color: rgb(194 44 46 / var(--tw-border-opacity));
}

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

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

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

.bg-persian-red{
  --tw-bg-opacity: 1;
  background-color: rgb(194 44 46 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-wild-sand{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-linear-black{
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

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

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

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

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

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

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

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

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

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

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

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

.pl-\[24px\]{
  padding-left: 24px;
}

.pl-\[36px\]{
  padding-left: 36px;
}

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

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

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

.font-omnes-pro{
  font-family: "omnes-pro", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

.font-light{
  font-weight: 300;
}

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

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

.uppercase{
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.leading-none{
  line-height: 1;
}

.text-persian-red{
  --tw-text-opacity: 1;
  color: rgb(194 44 46 / var(--tw-text-opacity));
}

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

.opacity-0{
  opacity: 0;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

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

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

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

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

.menu-is-open .bar:first-child {
  rotate: 45deg;
  transform: translateY(8px);
  background: white;
}

.menu-is-open .bar:nth-child(2) {
  opacity: 0;
}

.menu-is-open .bar:last-child {
  rotate: -45deg;
  transform: translateY(-8px);
  background: white;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  display: none;
  opacity: 0;
}

.bg-overlay-is-active {
  overflow: hidden;
}

.bg-overlay-is-active:before {
  display: block;
  opacity: 1;
}

/* fixed w-full h-full top-0 right-0 bg-black z-40 -translate-x-full hidden transition-transform duration-300 ease-in-out */

.mobile-menu-sidebar {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 40;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: scroll;
}

.mobile-menu-sidebar-is-active {
  transform: translateX(0);
}

.mobile-menu-container #mobile-menu>.nav-item .nav-link {
  display: block;
  color: white;
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  padding: 10px 24px;
  font-size: 20px;
  letter-spacing: 1px;
}

.mobile-menu-container #mobile-menu .nav-item.dropdown .dropdown-menu>.nav-item>.dropdown-item {
  display: block;
  color: white;
  font-family: "omnes-pro", sans-serif;
  font-weight: 400;
  padding: 10px 24px 10px 40px;
  font-size: 18px;
}

.primary-menu-container {
  position: relative;
}

.primary-menu-container #primary-menu>.nav-item .nav-link {
  display: block;
  color: white;
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  padding: 12px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  transition: background 0.3s ease-in-out;
}

.primary-menu-container #primary-menu>.nav-item .nav-link:hover {
  background: #C22C2E;
}

.primary-menu-container #primary-menu .nav-item.dropdown .dropdown-menu {
  display: none;
}

.primary-menu-container #primary-menu .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.primary-menu-container #primary-menu .nav-item.dropdown .dropdown-menu {
  right: 0;
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 16px 80px;
  border-bottom: 1px solid lightgray;
  margin: 0;
  left: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  font-size: 1rem;
  color: #141414;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  text-align: center;
}

.primary-menu-container #primary-menu .nav-item.dropdown .dropdown-menu > li {
  display: inline-block;
}

.primary-menu-container #primary-menu .nav-item.dropdown .dropdown-menu > li a {
  padding: .25rem .5rem;
}

.primary-menu-container #primary-menu .nav-item.dropdown .dropdown-menu > li a:hover,
.primary-menu-container #primary-menu .nav-item.dropdown .dropdown-menu > li a:active,
.primary-menu-container #primary-menu .nav-item.dropdown .dropdown-menu > li a:focus {
  background: none;
}

@media (min-width: 640px) {
  .mobile-menu-sidebar {
    max-width: 350px;
  }
}

@media (min-width: 1280px) {
  .primary-menu-container #primary-menu>.nav-item .nav-link {
    margin-right: 6px;
    margin-left: 6px;
  }
}

.search-modal-active {
  display: block;
}

.footer-menu-container .footer-menu>.nav-item .nav-link {
  display: block;
  color: white;
  font-family: "omnes-pro", sans-serif;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  opacity: .9;
  transition: opacity 0.5s ease-in-out;
}

.footer-menu-container .footer-menu>.nav-item .nav-link:hover {
  opacity: 1;
}

.footer-menu-container #footer-menu-column-3>.nav-item .nav-link {
  font-weight: 600;
}

.post-content p {
  margin-bottom: 1rem;
}

.post-content h1 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 1rem;
}

.post-content h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 1rem;
}

.post-content h3 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 1rem;
}

.post-content h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1rem;
}

.post-content h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 1rem;
}

.post-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.post-content ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}

.post-content li {
  margin-bottom: 10px;
}

.post-content .entry-content img {
  margin: 0 0 1.5em 0;
}

.post-content .alignleft,
.post-content  img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.post-content .alignright,
.post-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.post-content .aligncenter,
.post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.post-content .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.post-content .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.post-content .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.post-content .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

.post-content blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

.post-content blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  padding: 24px 0;
}

.pagination .wp-pagenavi {
  text-align: center;
}

.pagination .wp-pagenavi .pages {
  padding: 12px;
  background: #F5F5F5;
  font-family: "omnes-pro", sans-serif;
  font-weight: 600;
  margin: 0 6px;
  font-size: 14px;
}

.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink {
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "omnes-pro", sans-serif;
  color: #C22C2E;
  background: #f2f2f2;
  transition: background 0.5s ease-in-out;
  font-size: 18px;
  line-height: 1;
  margin: 0 6px;
  font-weight: 600;
}

.pagination .wp-pagenavi .current {
  min-width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "omnes-pro", sans-serif;
  color: white;
  background: #C22C2E;
  margin: 0 6px;
  font-weight: 600;
  font-size: 14px;
}

.pagination .wp-pagenavi .previouspostslink:hover,
.pagination .wp-pagenavi .nextpostslink:hover {
  color: white;
  background: #C22C2E;
}

.pagination .wp-pagenavi .page {
  min-width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "omnes-pro", sans-serif;
  color: #C22C2E;
  background: #f2f2f2;
  transition: background 0.5s ease-in-out;
  line-height: 1;
  margin: 0 6px;
  font-weight: 600;
  font-size: 14px;
}

.pagination .wp-pagenavi .previouspostslink:hover,
.pagination .wp-pagenavi .page:hover {
  color: white;
  background: #C22C2E;
}

.hover\:text-persian-red:hover{
  --tw-text-opacity: 1;
  color: rgb(194 44 46 / var(--tw-text-opacity));
}

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

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:shadow-\[0_2px_4px_rgba\(0\2c 0\2c 0\2c \.12\)\]:hover{
  --tw-shadow: 0 2px 4px rgba(0,0,0,.12);
  --tw-shadow-colored: 0 2px 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);
}

.hover\:shadow-\[0_4px_8px_rgba\(0\2c 0\2c 0\2c \.15\)\]:hover{
  --tw-shadow: 0 4px 8px rgba(0,0,0,.15);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-\[0_4px_6px_rgba\(0\2c 0\2c 0\2c \.20\)\]:focus{
  --tw-shadow: 0 4px 6px rgba(0,0,0,.20);
  --tw-shadow-colored: 0 4px 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);
}

.group:hover .group-hover\:scale-105{
  --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\:underline{
  text-decoration-line: underline;
}

.group:hover .group-hover\:underline-offset-1{
  text-underline-offset: 1px;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:mx-\[48px\]{
    margin-left: 48px;
    margin-right: 48px;
  }

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

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

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

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

@media (min-width: 768px){
  .md\:-bottom-\[144px\]{
    bottom: -144px;
  }

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

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:-mx-\[18px\]{
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:mx-\[18px\]{
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:mx-\[64px\]{
    margin-left: 64px;
    margin-right: 64px;
  }

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

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

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

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

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

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

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

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

  .md\:w-\[calc\(50\%-36px\)\]{
    width: calc(50% - 36px);
  }

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

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

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

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

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

  .md\:gap-\[36px\]{
    gap: 36px;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

  .lg\:w-\[calc\(33\.3333333333\%-36px\)\]{
    width: calc(33.3333333333% - 36px);
  }

  .lg\:w-full{
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-\[36px\]{
    gap: 36px;
  }

  .lg\:border-none{
    border-style: none;
  }

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

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

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

  .lg\:pl-\[12px\]{
    padding-left: 12px;
  }

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

  .lg\:text-start{
    text-align: start;
  }
}

@media (min-width: 1280px){
  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:grid{
    display: grid;
  }

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

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

  .xl\:max-w-\[1328px\]{
    max-width: 1328px;
  }

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

  .xl\:gap-\[36px\]{
    gap: 36px;
  }

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

@media (min-width: 1536px){
  .\32xl\:w-9\/12{
    width: 75%;
  }
}