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

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

.arij-2 ::before,
.arij-2 ::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.
*/

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

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

.arij-2 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.
*/

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

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

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

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

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

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

.arij-2 a {
  color: inherit;
  text-decoration: inherit;
}

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

.arij-2 b,
.arij-2 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.
*/

.arij-2 code,
.arij-2 kbd,
.arij-2 samp,
.arij-2 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.
*/

.arij-2 small {
  font-size: 80%;
}

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

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

.arij-2 sub {
  bottom: -0.25em;
}

.arij-2 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.
*/

.arij-2 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.
*/

.arij-2 button,
.arij-2 input,
.arij-2 optgroup,
.arij-2 select,
.arij-2 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.
*/

.arij-2 button,
.arij-2 select {
  text-transform: none;
}

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

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

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

.arij-2 :-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)
*/

.arij-2 :-moz-ui-invalid {
  box-shadow: none;
}

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

.arij-2 progress {
  vertical-align: baseline;
}

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

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

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

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

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

.arij-2 ::-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.
*/

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

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

.arij-2 summary {
  display: list-item;
}

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

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

.arij-2 fieldset {
  margin: 0;
  padding: 0;
}

.arij-2 legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

.arij-2 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.
*/

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

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

/*
Set the default cursor for buttons.
*/

.arij-2 button,
.arij-2 [role="button"] {
  cursor: pointer;
}

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

.arij-2 :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.
*/

.arij-2 img,
.arij-2 svg,
.arij-2 video,
.arij-2 canvas,
.arij-2 audio,
.arij-2 iframe,
.arij-2 embed,
.arij-2 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)
*/

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

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

  src: url('../resources/fonts/tajawal/Tajawal-ExtraLight.otf') format("opentype"),
        url('../resources/fonts/tajawal/Tajawal-ExtraLight.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

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

  src: url('../resources/fonts/tajawal/Tajawal-Light.otf') format("opentype"),
        url('../resources/fonts/tajawal/Tajawal-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

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

  src: url('../resources/fonts/tajawal/Tajawal-Regular.otf') format("opentype"),
        url('../resources/fonts/tajawal/Tajawal-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

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

  src: url('../resources/fonts/tajawal/Tajawal-Medium.otf') format("opentype"),
        url('../resources/fonts/tajawal/Tajawal-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

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

  src: url('../resources/fonts/tajawal/Tajawal-Bold.otf') format("opentype"),
        url('../resources/fonts/tajawal/Tajawal-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

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

  src: url('../resources/fonts/tajawal/Tajawal-ExtraBold.otf') format("opentype"),
        url('../resources/fonts/tajawal/Tajawal-ExtraBold.ttf') format('truetype');

  font-weight: 800;

  font-style: normal;
}

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

  src: url('../resources/fonts/tajawal/Tajawal-Black.otf') format("opentype"),
        url('../resources/fonts/tajawal/Tajawal-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

/*    */

/*    */

/*    */

@font-face {
  font-family: 'DM Sans';

  src: url('../resources/fonts/dmsans/DMSans-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('../resources/fonts/dmsans/DMSans-Italic.ttf') format('truetype');

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';

  src: url('../resources/fonts/dmsans/DMSans-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('../resources/fonts/dmsans/DMSans-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';

  src: url('../resources/fonts/dmsans/DMSans-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';

  src: url('../resources/fonts/dmsans/DMSans-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

.arij-2 ol > li, .arij-2 ul > li {
  margin-bottom: 0.4em;
}

.arij-2 ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.arij-2 ol > li {
  display: table;
  counter-increment: item;
}

.arij-2 ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  min-width: 26px;
}

.arij-2 .text-lg ol > li:before {
  min-width: 35px;
}

.arij-2 li ol > li {
  margin: 0;
}

.arij-2 li ol > li:before {
  content: counters(item, ".") " ";
}

.arij-2 ul li {
  background: url('@/assets/img/svg/list/bullet.svg') no-repeat left 0.35em;
  padding-left: 25px;
}

.arij-2 .text-lg ul li {
  padding-left: 36px;
}

.arij-2 ul.checklist li {
  background-image: url('~assets/img/svg/list/checklist.svg');
}

.arij-2 * {
  font-family: Tajawal, system-ui, sans-serif;
  /*font-family: "DM Sans", system-ui, sans-serif;*/
}

.arij-2 .container:after,  .arij-2 .container:before {
  --tw-content: none;
  content: var(--tw-content);
}

.arij-2 .h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}

.arij-2 nav.menu > ul {
  margin: 0;
  padding: 0;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity));
}

@media (min-width: 1200px) {
  .arij-2 nav.menu > ul {
    justify-content: center;
  }
}

.arij-2 nav.menu > ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-s-reverse: 0;
  -webkit-margin-end: calc(40px * var(--tw-space-s-reverse));
          margin-inline-end: calc(40px * var(--tw-space-s-reverse));
  -webkit-margin-start: calc(40px * calc(1 - var(--tw-space-s-reverse)));
          margin-inline-start: calc(40px * calc(1 - var(--tw-space-s-reverse)));
}

.arij-2 nav.menu > ul li {
  margin: 0;
  padding: 0;
  background-image: none;
  overflow-wrap: normal;
  word-break: normal;
  display: inline-block;
}

.arij-2 nav.menu > ul li ul {
  position: absolute;
  padding-top: 14px;
  margin-left: -16px;
}

.arij-2 [dir="rtl"] nav.menu > ul li ul {
  margin-left: 0;
  margin-right: -16px;
}

.arij-2 nav.menu > ul li ul {
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  z-index: 50;
  display: none;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity));
  min-width: 170px;
}

.arij-2 nav.menu > ul li ul li {
  margin-left: 0;
}

.arij-2 nav.menu > ul li ul li a {
  display: block;
  border-left-width: 4px;
  border-left-color: transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 6px;
  font-weight: 700;
}

.arij-2 nav.menu > ul li ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 54 54 / var(--tw-text-opacity));
}

.arij-2 nav.menu.menu-mobile {
  margin-left: auto;
  margin-right: auto;
  width: 83.333333%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(130 130 130 / var(--tw-border-opacity));
}

.arij-2 nav.menu.menu-mobile > ul {
  display: block;
}

.arij-2 nav.menu.menu-mobile > ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-s-reverse: 0;
  -webkit-margin-end: calc(0px * var(--tw-space-s-reverse));
          margin-inline-end: calc(0px * var(--tw-space-s-reverse));
  -webkit-margin-start: calc(0px * calc(1 - var(--tw-space-s-reverse)));
          margin-inline-start: calc(0px * calc(1 - var(--tw-space-s-reverse)));
}

.arij-2 nav.menu.menu-mobile > ul {
  background-color: transparent;
}

.arij-2 nav.menu.menu-mobile > ul > li {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(130 130 130 / var(--tw-border-opacity));
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

.arij-2 nav.menu.menu-mobile > ul > li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 12px;
}

.arij-2 nav.menu.menu-mobile > ul > li ul {
  position: relative;
  display: block;
  background-color: transparent;
  padding-top: 0;
}

.arij-2 nav.menu.menu-mobile > ul > li ul li {
  border-style: none;
  display: block;
  padding-left: 16px;
}

.arij-2 [dir="rtl"] nav.menu.menu-mobile > ul > li ul li {
  padding-left: 0;
  padding-right: 16px;
}

.arij-2 nav.menu.menu-mobile > ul > li ul li {
  font-size: 16px;
}

.arij-2 nav.menu.menu-mobile > ul > li ul li a {
  margin-left: 20px;
}

.arij-2 [dir="rtl"] nav.menu.menu-mobile > ul > li ul li a {
  margin-left: 0;
  margin-right: 20px;
}

.arij-2 nav.menu.menu-mobile > ul > li ul li a {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 54 54 / var(--tw-border-opacity));
}

.arij-2 [dir="rtl"] nav.menu.menu-mobile > ul > li ul li a {
  border-right-width: 4px;
  border-left-color: transparent;
  --tw-border-opacity: 1;
  border-right-color: rgb(209 54 54 / var(--tw-border-opacity));
}

.arij-2 nav.menu.menu-mobile > ul > li ul li a {
  padding-top: 8px;
  padding-bottom: 4px;
}

.arij-2 nav.menu.footer-menu ul {
  background-color: transparent;
}

.arij-2 nav.menu.footer-menu ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-s-reverse: 0;
  -webkit-margin-end: calc(12px * var(--tw-space-s-reverse));
          margin-inline-end: calc(12px * var(--tw-space-s-reverse));
  -webkit-margin-start: calc(12px * calc(1 - var(--tw-space-s-reverse)));
          margin-inline-start: calc(12px * calc(1 - var(--tw-space-s-reverse)));
}

@media (min-width: 1024px) {
  .arij-2 nav.menu.footer-menu ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-s-reverse: 0;
    -webkit-margin-end: calc(32px * var(--tw-space-s-reverse));
            margin-inline-end: calc(32px * var(--tw-space-s-reverse));
    -webkit-margin-start: calc(32px * calc(1 - var(--tw-space-s-reverse)));
            margin-inline-start: calc(32px * calc(1 - var(--tw-space-s-reverse)));
  }
}

.arij-2 pnav.menu.footer-menu ul li,  .arij-2 p.text-basenav.menu.footer-menu ul li,  .arij-2 p.text-lgnav.menu.footer-menu ul li,  .arij-2 p.text-smnav.menu.footer-menu ul li,  .arij-2 p.text-xsnav.menu.footer-menu ul li {
  margin-bottom: 0;
}

.arij-2 nav.menu.footer-menu ul li {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.5;
}

.arij-2 nav.menu.footer-menu ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.arij-2 nav.menu > ul > li > a:hover, 
  .arij-2 nav.menu > ul > li.current-menu-item > a, 
  .arij-2 nav.menu ul > li > button:hover, 
  .arij-2 footer a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #D13636;
          text-decoration-color: #D13636;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

/* Margins for P, UL, OL tags */

.arij-2 p, .arij-2 .text-base > p, .arij-2 p.text-base, .arij-2 ul, .arij-2 .text-base > ul, .arij-2 ul.text-base, .arij-2 ol, .arij-2 .text-base > ol, .arij-2 ol.text-base {
  margin-bottom: 18px;
}

.arij-2 .text-lg > p, .arij-2 p.text-lg, .arij-2 .text-lg > ul, .arij-2 ul.text-lg, .arij-2 .text-lg > ol, .arij-2 ol.text-lg {
  margin-bottom: 24px;
}

.arij-2 .text-sm > p, .arij-2 p.text-sm, .arij-2 .text-sm > ul, .arij-2 ul.text-sm, .arij-2 .text-sm > ol, .arij-2 ol.text-sm {
  margin-bottom: 14px;
}

.arij-2 p.mb-0, .arij-2 p.text-base.mb-0, .arij-2 p.text-lg.mb-0, .arij-2 p.text-sm.mb-0, .arij-2 p.text-xs.mb-0 {
  margin-bottom: 0;
}

.arij-2 label > a,  .arij-2 p > a {
  --tw-text-opacity: 1;
  color: rgb(210 7 7 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-width: 1px;
}

.arij-2 strong {
  font-weight: 700;
}

.arij-2 blockquote,  .arij-2 .blockquote {
  font-size: 17px;
  line-height: 32px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  margin: 24px auto;
  padding-left: 24px;
  max-width: 1024px;
}

.arij-2 .tag {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(209 54 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 4px;
  font-weight: 700;
}

.arij-2 .tag:hover {
  --tw-drop-shadow: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  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);
}

.arij-2 .tag-lg {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 16px;
}

.arij-2 .tag-md {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 3px;
  font-size: 14px;
}

.arij-2 .tag-sm {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 3px;
  font-size: 13px;
}

.arij-2 .tag-xs {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 3px;
  border-radius: 16px;
  font-size: 11px;
}

/*@apply px-3 pt-[2px] pb-[1px];*/

.arij-2 .tag-xs.tag-slider {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 2px;
}

@media (min-width: 1024px) {
  .arij-2 .tag-xs.tag-slider {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;
    padding-bottom: 2px;
  }
}

.arij-2 .tag-xs.tag-slider {
  font-size: 7px;
}

@media (min-width: 1024px) {
  .arij-2 .tag-xs.tag-slider {
    font-size: 11px;
  }
}

.arij-2 .s-wrapper .tag-sm {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 3px;
}

@media (min-width: 1024px) {
  .arij-2 .s-wrapper .tag-sm {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 3px;
  }
}

.arij-2 .rounded-banner {
  overflow: hidden;
  border-radius: 12px;
}

.arij-2 .arij2-pagination a,  .arij-2 .arij2-pagination span {
  height: 48px;
  width: 48px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 7px;
  border-width: 1px;
}

.arij-2 .arij2-pagination a:hover,  .arij-2 .arij2-pagination span:hover {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(210 7 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.arij-2 .arij2-pagination a.active,  .arij-2 .arij2-pagination span.active {
  --tw-border-opacity: 1;
  border-color: rgb(209 54 54 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 54 54 / var(--tw-text-opacity));
}

.arij-2 .arij2-pagination a.active:hover,  .arij-2 .arij2-pagination span.active:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-style: none;
}

.arij-2 .arij2-pagination a.arrow,  .arij-2 .arij2-pagination span.arrow {
  padding: 0;
}

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

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

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

.arij-2 .container {
  width: 100%;
}

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

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

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

@media (min-width: 1200px) {
  .arij-2 .container {
    max-width: 1200px;
  }
}

@media (min-width: 1380px) {
  .arij-2 .container {
    max-width: 1380px;
  }
}

.arij-2 .aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.arij-2 .aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arij-2 .aspect-h-9 {
  --tw-aspect-h: 9;
}

.arij-2 .aspect-h-10 {
  --tw-aspect-h: 10;
}

.arij-2 .aspect-h-5 {
  --tw-aspect-h: 5;
}

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

.arij-2 .static {
  position: static;
}

.arij-2 .fixed {
  position: fixed;
}

.arij-2 .absolute {
  position: absolute;
}

.arij-2 .relative {
  position: relative;
}

.arij-2 .-bottom-\[30\%\] {
  bottom: -30%;
}

.arij-2 .bottom-0 {
  bottom: 0;
}

.arij-2 .left-0 {
  left: 0;
}

.arij-2 .top-\[14px\] {
  top: 14px;
}

.arij-2 .right-0 {
  right: 0;
}

.arij-2 .top-0 {
  top: 0;
}

.arij-2 .top-6 {
  top: 24px;
}

.arij-2 .left-6 {
  left: 24px;
}

.arij-2 .right-3 {
  right: 12px;
}

.arij-2 .top-10 {
  top: 40px;
}

.arij-2 .left-10 {
  left: 40px;
}

.arij-2 .top-3 {
  top: 12px;
}

.arij-2 .right-6 {
  right: 24px;
}

.arij-2 .top-7 {
  top: 28px;
}

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

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

.arij-2 .z-40 {
  z-index: 40;
}

.arij-2 .z-20 {
  z-index: 20;
}

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

.arij-2 .m-auto {
  margin: auto;
}

.arij-2 .m-0 {
  margin: 0;
}

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

.arij-2 .mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.arij-2 .my-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.arij-2 .mb-4 {
  margin-bottom: 16px;
}

.arij-2 .mt-2 {
  margin-top: 8px;
}

.arij-2 .mt-9 {
  margin-top: 36px;
}

.arij-2 .mb-9 {
  margin-bottom: 36px;
}

.arij-2 .mt-10 {
  margin-top: 40px;
}

.arij-2 .mt-1 {
  margin-top: 4px;
}

.arij-2 .-mt-0\.5 {
  margin-top: -2px;
}

.arij-2 .-mt-0 {
  margin-top: 0;
}

.arij-2 .mt-20 {
  margin-top: 80px;
}

.arij-2 .mb-16 {
  margin-bottom: 64px;
}

.arij-2 .mb-5 {
  margin-bottom: 20px;
}

.arij-2 .-mt-24 {
  margin-top: -96px;
}

.arij-2 .mb-1 {
  margin-bottom: 4px;
}

.arij-2 .mt-12 {
  margin-top: 48px;
}

.arij-2 .mt-16 {
  margin-top: 64px;
}

.arij-2 .mt-5 {
  margin-top: 20px;
}

.arij-2 .mt-3 {
  margin-top: 12px;
}

.arij-2 .mt-14 {
  margin-top: 56px;
}

.arij-2 .mb-3\.5 {
  margin-bottom: 14px;
}

.arij-2 .mb-3 {
  margin-bottom: 12px;
}

.arij-2 .mt-4 {
  margin-top: 16px;
}

.arij-2 .mb-2 {
  margin-bottom: 8px;
}

.arij-2 .ml-1\.5 {
  margin-left: 6px;
}

.arij-2 .mt-0\.5 {
  margin-top: 2px;
}

.arij-2 .ml-1 {
  margin-left: 4px;
}

.arij-2 .mt-0 {
  margin-top: 0;
}

.arij-2 .mt-7 {
  margin-top: 28px;
}

.arij-2 .mb-7 {
  margin-bottom: 28px;
}

.arij-2 .mr-9 {
  margin-right: 36px;
}

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

.arij-2 .-mr-\[4px\] {
  margin-right: -4px;
}

.arij-2 .-mr-6 {
  margin-right: -24px;
}

.arij-2 .-mt-32 {
  margin-top: -128px;
}

.arij-2 .mb-8 {
  margin-bottom: 32px;
}

.arij-2 .mr-2 {
  margin-right: 8px;
}

.arij-2 .mb-24 {
  margin-bottom: 96px;
}

.arij-2 .-mb-24 {
  margin-bottom: -96px;
}

.arij-2 .-mt-\[140px\] {
  margin-top: -140px;
}

.arij-2 .-mt-\[3\%\] {
  margin-top: -3%;
}

.arij-2 .-mt-1 {
  margin-top: -4px;
}

.arij-2 .-mb-\[1px\] {
  margin-bottom: -1px;
}

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

.arij-2 .block {
  display: block;
}

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

.arij-2 .inline {
  display: inline;
}

.arij-2 .flex {
  display: flex;
}

.arij-2 .table {
  display: table;
}

.arij-2 .grid {
  display: grid;
}

.arij-2 .contents {
  display: contents;
}

.arij-2 .hidden {
  display: none;
}

.arij-2 .h-64 {
  height: 256px;
}

.arij-2 .h-68 {
  height: 272px;
}

.arij-2 .h-72 {
  height: 288px;
}

.arij-2 .h-76 {
  height: 304px;
}

.arij-2 .h-80 {
  height: 320px;
}

.arij-2 .h-84 {
  height: 336px;
}

.arij-2 .h-88 {
  height: 352px;
}

.arij-2 .h-92 {
  height: 368px;
}

.arij-2 .h-96 {
  height: 384px;
}

.arij-2 .h-100 {
  height: 400px;
}

.arij-2 .h-104 {
  height: 416px;
}

.arij-2 .h-108 {
  height: 432px;
}

.arij-2 .h-112 {
  height: 448px;
}

.arij-2 .h-116 {
  height: 464px;
}

.arij-2 .h-120 {
  height: 480px;
}

.arij-2 .h-124 {
  height: 496px;
}

.arij-2 .h-128 {
  height: 512px;
}

.arij-2 .h-132 {
  height: 528px;
}

.arij-2 .h-136 {
  height: 544px;
}

.arij-2 .h-140 {
  height: 560px;
}

.arij-2 .h-144 {
  height: 576px;
}

.arij-2 .h-148 {
  height: 592px;
}

.arij-2 .h-152 {
  height: 608px;
}

.arij-2 .h-156 {
  height: 624px;
}

.arij-2 .h-160 {
  height: 640px;
}

.arij-2 .h-164 {
  height: 656px;
}

.arij-2 .h-168 {
  height: 672px;
}

.arij-2 .h-172 {
  height: 688px;
}

.arij-2 .h-176 {
  height: 704px;
}

.arij-2 .h-180 {
  height: 720px;
}

.arij-2 .h-184 {
  height: 736px;
}

.arij-2 .h-188 {
  height: 752px;
}

.arij-2 .h-192 {
  height: 768px;
}

.arij-2 .h-196 {
  height: 784px;
}

.arij-2 .h-200 {
  height: 800px;
}

.arij-2 .h-204 {
  height: 816px;
}

.arij-2 .h-208 {
  height: 832px;
}

.arij-2 .h-212 {
  height: 848px;
}

.arij-2 .h-216 {
  height: 864px;
}

.arij-2 .h-220 {
  height: 880px;
}

.arij-2 .h-224 {
  height: 896px;
}

.arij-2 .h-228 {
  height: 912px;
}

.arij-2 .h-232 {
  height: 928px;
}

.arij-2 .h-236 {
  height: 944px;
}

.arij-2 .h-240 {
  height: 960px;
}

.arij-2 .h-244 {
  height: 976px;
}

.arij-2 .h-248 {
  height: 992px;
}

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

.arij-2 .h-full {
  height: 100%;
}

.arij-2 .h-10 {
  height: 40px;
}

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

.arij-2 .h-screen {
  height: 100vh;
}

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

.arij-2 .h-2\/5 {
  height: 40%;
}

.arij-2 .h-3\/5 {
  height: 60%;
}

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

.arij-2 .max-h-0 {
  max-height: 0;
}

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

.arij-2 .min-h-screen {
  min-height: 100vh;
}

.arij-2 .w-full {
  width: 100%;
}

.arij-2 .w-\[210px\] {
  width: 210px;
}

.arij-2 .w-5\/6 {
  width: 83.333333%;
}

.arij-2 .w-\[180px\] {
  width: 180px;
}

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

.arij-2 .w-4\/5 {
  width: 80%;
}

.arij-2 .w-\[30px\] {
  width: 30px;
}

.arij-2 .max-w-\[140px\] {
  max-width: 140px;
}

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

.arij-2 .flex-none {
  flex: none;
}

.arij-2 .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));
}

.arij-2 .scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.arij-2 .scale-56 {
  --tw-scale-x: 0.56;
  --tw-scale-y: 0.56;
  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));
}

.arij-2 .scale-65 {
  --tw-scale-x: 0.65;
  --tw-scale-y: 0.65;
  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));
}

.arij-2 .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));
}

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

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

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

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

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

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

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

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

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

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

.arij-2 .justify-around {
  justify-content: space-around;
}

.arij-2 .gap-9 {
  gap: 36px;
}

.arij-2 .gap-5 {
  gap: 20px;
}

.arij-2 .gap-3\.5 {
  gap: 14px;
}

.arij-2 .gap-3 {
  gap: 12px;
}

.arij-2 .gap-y-9 {
  row-gap: 36px;
}

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

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

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

.arij-2 .overflow-auto {
  overflow: auto;
}

.arij-2 .overflow-hidden {
  overflow: hidden;
}

.arij-2 .break-words {
  overflow-wrap: break-word;
}

.arij-2 .rounded-2xl {
  border-radius: 16px;
}

.arij-2 .rounded-\[7px\] {
  border-radius: 7px;
}

.arij-2 .rounded-xl {
  border-radius: 12px;
}

.arij-2 .rounded {
  border-radius: 4px;
}

.arij-2 .rounded-md {
  border-radius: 6px;
}

.arij-2 .rounded-3xl {
  border-radius: 24px;
}

.arij-2 .rounded-\[0\.65rem\] {
  border-radius: 0.65rem;
}

.arij-2 .rounded-r {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.arij-2 .rounded-b-xl {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.arij-2 .rounded-br-none {
  border-bottom-right-radius: 0px;
}

.arij-2 .rounded-tr-none {
  border-top-right-radius: 0px;
}

.arij-2 .rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.arij-2 .rounded-tl-none {
  border-top-left-radius: 0px;
}

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

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

.arij-2 .border-t {
  border-top-width: 1px;
}

.arij-2 .border-t-3 {
  border-top-width: 3px;
}

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

.arij-2 .border-none {
  border-style: none;
}

.arij-2 .border-gray-investigations-border {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}

.arij-2 .border-gray-subscr-form {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}

.arij-2 .border-red-2 {
  --tw-border-opacity: 1;
  border-color: rgb(209 54 54 / var(--tw-border-opacity));
}

.arij-2 .border-gray-search-form {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}

.arij-2 .border-gray-title-border {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.arij-2 .border-gray-home-section-border {
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity));
}

.arij-2 .border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.arij-2 .border-t-gray-title-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.arij-2 .bg-gray-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.arij-2 .bg-red-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 54 54 / var(--tw-bg-opacity));
}

.arij-2 .bg-gray-investigations-filters {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

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

.arij-2 .bg-gray-mobile-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}

.arij-2 .bg-gray-footer-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 65 65 / var(--tw-bg-opacity));
}

.arij-2 .bg-gray-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity));
}

.arij-2 .bg-red-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(210 7 7 / var(--tw-bg-opacity));
}

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

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

.arij-2 .from-black {
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.arij-2 .via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to);
}

.arij-2 .to-transparent {
  --tw-gradient-to: transparent;
}

.arij-2 .bg-size-200 {
  background-size: 200% 200%;
}

.arij-2 .bg-pos-100 {
  background-position: 100% 100%;
}

.arij-2 .bg-pos-0 {
  background-position: 0% 80%;
}

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

.arij-2 .p-2 {
  padding: 8px;
}

.arij-2 .p-10 {
  padding: 40px;
}

.arij-2 .p-3\.5 {
  padding: 14px;
}

.arij-2 .p-3 {
  padding: 12px;
}

.arij-2 .p-8 {
  padding: 32px;
}

.arij-2 .p-5 {
  padding: 20px;
}

.arij-2 .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.arij-2 .py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.arij-2 .px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

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

.arij-2 .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

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

.arij-2 .py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.arij-2 .px-3\.5 {
  padding-left: 14px;
  padding-right: 14px;
}

.arij-2 .px-7 {
  padding-left: 28px;
  padding-right: 28px;
}

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

.arij-2 .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.arij-2 .pt-5 {
  padding-top: 20px;
}

.arij-2 .pr-8 {
  padding-right: 32px;
}

.arij-2 .pt-10 {
  padding-top: 40px;
}

.arij-2 .pt-6 {
  padding-top: 24px;
}

.arij-2 .pb-5 {
  padding-bottom: 20px;
}

.arij-2 .pt-1 {
  padding-top: 4px;
}

.arij-2 .pb-2 {
  padding-bottom: 8px;
}

.arij-2 .pt-7 {
  padding-top: 28px;
}

.arij-2 .pb-4 {
  padding-bottom: 16px;
}

.arij-2 .pt-8 {
  padding-top: 32px;
}

.arij-2 .pb-0 {
  padding-bottom: 0;
}

.arij-2 .pt-3 {
  padding-top: 12px;
}

.arij-2 .pb-6 {
  padding-bottom: 24px;
}

.arij-2 .pt-4 {
  padding-top: 16px;
}

.arij-2 .pb-3\.5 {
  padding-bottom: 14px;
}

.arij-2 .pb-3 {
  padding-bottom: 12px;
}

.arij-2 .pt-\[14px\] {
  padding-top: 14px;
}

.arij-2 .pt-2 {
  padding-top: 8px;
}

.arij-2 .pb-1 {
  padding-bottom: 4px;
}

.arij-2 .pb-7 {
  padding-bottom: 28px;
}

.arij-2 .pb-0\.5 {
  padding-bottom: 2px;
}

.arij-2 .pl-4 {
  padding-left: 16px;
}

.arij-2 .pr-9 {
  padding-right: 36px;
}

.arij-2 .pl-5 {
  padding-left: 20px;
}

.arij-2 .pr-12 {
  padding-right: 48px;
}

.arij-2 .pt-\[4\%\] {
  padding-top: 4%;
}

.arij-2 .pb-8 {
  padding-bottom: 32px;
}

.arij-2 .pb-\[5\%\] {
  padding-bottom: 5%;
}

.arij-2 .pr-5 {
  padding-right: 20px;
}

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

.arij-2 .text-lg {
  font-size: 20px;
  line-height: 32px;
}

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

.arij-2 .text-\[15px\] {
  font-size: 15px;
}

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

.arij-2 .text-\[38px\] {
  font-size: 38px;
}

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

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

.arij-2 .text-sm {
  font-size: 12px;
  line-height: 24px;
}

.arij-2 .text-\[17px\] {
  font-size: 17px;
}

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

.arij-2 .text-2xl {
  font-size: 17px;
  line-height: 32px;
}

.arij-2 .text-xl {
  font-size: 16px;
  line-height: 24px;
}

.arij-2 .text-lang-switcher {
  font-size: 15px;
  line-height: 22px;
}

.arij-2 .text-base {
  font-size: 16px;
  line-height: 24px;
}

.arij-2 .text-\[21px\] {
  font-size: 21px;
}

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

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

.arij-2 .text-\[13px\] {
  font-size: 13px;
}

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

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

.arij-2 .italic {
  font-style: italic;
}

.arij-2 .leading-7 {
  line-height: 28px;
}

.arij-2 .leading-5 {
  line-height: 20px;
}

.arij-2 .leading-4 {
  line-height: 16px;
}

.arij-2 .leading-6 {
  line-height: 24px;
}

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

.arij-2 .text-gray-3 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.arij-2 .text-gray-2 {
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity));
}

.arij-2 .text-gray-4 {
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity));
}

.arij-2 .text-gray-1 {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.arij-2 .placeholder-gray-search-form::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 214 214 / var(--tw-placeholder-opacity));
}

.arij-2 .placeholder-gray-search-form::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 214 214 / var(--tw-placeholder-opacity));
}

.arij-2 .opacity-100 {
  opacity: 1;
}

.arij-2 .opacity-0 {
  opacity: 0;
}

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

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

.arij-2 .outline {
  outline-style: solid;
}

.arij-2 .drop-shadow-banner {
  --tw-drop-shadow: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  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);
}

.arij-2 .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);
}

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

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

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

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

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

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

.arij-2 .ps-7 {
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
}

.arij-2 .ps-8 {
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
}

.arij-2 .space-s-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-s-reverse: 0;
  -webkit-margin-end: calc(4px * var(--tw-space-s-reverse));
          margin-inline-end: calc(4px * var(--tw-space-s-reverse));
  -webkit-margin-start: calc(4px * calc(1 - var(--tw-space-s-reverse)));
          margin-inline-start: calc(4px * calc(1 - var(--tw-space-s-reverse)));
}

.arij-2 .space-s-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-s-reverse: 0;
  -webkit-margin-end: calc(8px * var(--tw-space-s-reverse));
          margin-inline-end: calc(8px * var(--tw-space-s-reverse));
  -webkit-margin-start: calc(8px * calc(1 - var(--tw-space-s-reverse)));
          margin-inline-start: calc(8px * calc(1 - var(--tw-space-s-reverse)));
}

.arij-2 .space-s-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-s-reverse: 0;
  -webkit-margin-end: calc(12px * var(--tw-space-s-reverse));
          margin-inline-end: calc(12px * var(--tw-space-s-reverse));
  -webkit-margin-start: calc(12px * calc(1 - var(--tw-space-s-reverse)));
          margin-inline-start: calc(12px * calc(1 - var(--tw-space-s-reverse)));
}

.arij-2 .space-s-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-s-reverse: 0;
  -webkit-margin-end: calc(32px * var(--tw-space-s-reverse));
          margin-inline-end: calc(32px * var(--tw-space-s-reverse));
  -webkit-margin-start: calc(32px * calc(1 - var(--tw-space-s-reverse)));
          margin-inline-start: calc(32px * calc(1 - var(--tw-space-s-reverse)));
}

.arij-2 .space-s-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-s-reverse: 0;
  -webkit-margin-end: calc(6px * var(--tw-space-s-reverse));
          margin-inline-end: calc(6px * var(--tw-space-s-reverse));
  -webkit-margin-start: calc(6px * calc(1 - var(--tw-space-s-reverse)));
          margin-inline-start: calc(6px * calc(1 - var(--tw-space-s-reverse)));
}

.arij-2 .space-s-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-s-reverse: 0;
  -webkit-margin-end: calc(10px * var(--tw-space-s-reverse));
          margin-inline-end: calc(10px * var(--tw-space-s-reverse));
  -webkit-margin-start: calc(10px * calc(1 - var(--tw-space-s-reverse)));
          margin-inline-start: calc(10px * calc(1 - var(--tw-space-s-reverse)));
}

/*
the styling applied to .arij-2 wrappers
see postcss.config.js:
require("postcss-prefix-selector")({
    prefix: '.arij-2',
})
*/

.arij-2 .wpc-filters-ul-list {
  max-height: 200px;
  overflow: scroll;
}

.arij-2 .wpc-filters-widget-main-wrapper .wpc-filter-more-less:not(.wpc-filter-few-terms) ul.wpc-filters-ul-list {
  margin-bottom: 10px;
}

.arij-2 .widget_wpc_sorting_widget {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/**/

/* WP related staff */

/**/

.arij-2 article > *:not(.entry-content), 
.arij-2 .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}

.arij-2 .entry-content h1,  .arij-2 .block-editor-block-list__layout h1 {
  font-size: 17px;
  line-height: 32px;
}

.arij-2 .entry-content h2,  .arij-2 .block-editor-block-list__layout h2 {
  font-size: 16px;
  line-height: 24px;
}

.arij-2 .entry-content h3 ol > li:before,  .arij-2 .block-editor-block-list__layout h3 ol > li:before {
  min-width: 35px;
}

.arij-2 .entry-content h3 ul li,  .arij-2 .block-editor-block-list__layout h3 ul li {
  padding-left: 36px;
}

.arij-2 .entry-content h3 > p,  .arij-2 p.entry-content h3,  .arij-2 .entry-content h3 > ul,  .arij-2 ul.entry-content h3,  .arij-2 .entry-content h3 > ol,  .arij-2 ol.entry-content h3,  .arij-2 .block-editor-block-list__layout h3 > p,  .arij-2 p .block-editor-block-list__layout h3,  .arij-2 .block-editor-block-list__layout h3 > ul,  .arij-2 ul .block-editor-block-list__layout h3,  .arij-2 .block-editor-block-list__layout h3 > ol,  .arij-2 ol .block-editor-block-list__layout h3 {
  margin-bottom: 24px;
}

.arij-2 p.entry-content h3.mb-0,  .arij-2 p .block-editor-block-list__layout h3.mb-0 {
  margin-bottom: 0;
}

.arij-2 .entry-content h3,  .arij-2 .block-editor-block-list__layout h3 {
  font-size: 20px;
  line-height: 32px;
}

.arij-2 .entry-content p a,  .arij-2 .entry-content ul a,  .arij-2 .entry-content ol a,  .arij-2 .block-editor-block-list__layout p a,  .arij-2 .block-editor-block-list__layout ul a,  .arij-2 .block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.arij-2 .entry-content p a:hover,  .arij-2 .entry-content ul a:hover,  .arij-2 .entry-content ol a:hover,  .arij-2 .block-editor-block-list__layout p a:hover,  .arij-2 .block-editor-block-list__layout ul a:hover,  .arij-2 .block-editor-block-list__layout ol a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.arij-2 .entry-content p,  .arij-2 .entry-content ul,  .arij-2 .entry-content ol,  .arij-2 .block-editor-block-list__layout p,  .arij-2 .block-editor-block-list__layout ul,  .arij-2 .block-editor-block-list__layout ol {
  margin-bottom: 32px;
}

.arij-2 .entry-content ul:not(.block-editor-block-variation-picker__variations) li,  .arij-2 .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}

.arij-2 .entry-content ol li,  .arij-2 .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.arij-2 .select2.select2-container.select2-container--default {
  max-width: 140px;
}

.arij-2 .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,
.arij-2 .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  color: inherit;
  padding-top: 8px;
  padding-bottom: 3px;
}

.arij-2 .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b, .arij-2 .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: calc(50% + -7px);
}

.arij-2 .select2-container--default .select2-results > .select2-results__options {
  margin-bottom: 0;
}

.arij-2 .widget_wpc_sorting_widget .widgettitle {
  padding-top: 3px;
}

.arij-2 .wpc-filter-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.arij-2 .widget-area .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper,
.arij-2 .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
  border: 1px solid transparent;
  margin-left: 0;
  cursor: pointer;
  display: flex;
  padding: 7px 11px 3px;
  border-radius: 3px;
  font-weight: bold;
}

.arij-2 .widget-area .widget li.wpc-term-item a, .arij-2 .wpc-filters-widget-main-wrapper li.wpc-term-item a {
  font-weight: bold;
}

.arij-2 .wpc-term-count {
  margin: 0;
}

.arij-2 .wpc-filters-widget-main-wrapper input.wpc-filter-search-field {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 5px 10px 0;
  line-height: 1.7;
  outline: transparent;
}

.arij-2 .wpc-custom-selected-terms {
  display: block !important;
}

.arij-2 .wpc-custom-selected-terms ul.wpc-filter-chips-list {
  margin-bottom: 0;
  display: flex !important;
}

@media screen and (max-width:1023px) {
  .arij-2 .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    align-items: center;
    flex-direction: column;
  }
}

.arij-2 .widget-area .widget .wpc-filter-chips-list a, .arij-2 .wpc-filter-chips-list a, .arij-2 .wpc-filter-chips-list li.wpc-filter-chip a {
  font-weight: bold;
  padding: 6px 13px 2px 14px;
  border-width: 2px;
  background: #c40101;
  color: #fff;
}

.arij-2 .wpc-chip-remove-icon {
  font-size: 1.5em;
}

.arij-2 .wpc-filter-chip-name {
  margin-right: 10px;
}

.arij-2 [dir="rtl"] .wpc-filter-chip-name {
  margin-right: 0;
  margin-left: 10px;
}

.arij-2 [dir="rtl"] li.wpc-chip-reset-all .wpc-filter-chip-name {
  margin-left: 0;
}

.arij-2 .widget-area .widget .wpc-filter-chips-list .wpc-chip-reset-all a,
.arij-2 .wpc-filter-chips-list li.wpc-chip-reset-all a {
  border-color: #c40101;
}

.arij-2 .widget-area .widget .wpc-filter-chips-list a:hover, .arij-2 .wpc-filter-chips-list a:hover, .arij-2 .wpc-filter-chips-list li.wpc-filter-chip a:hover {
  background: transparent;
  color: #333;
}

.arij-2 #top .widget ul.wpc-filters-ul-list,
.arij-2 .widget-area ul.wpc-filters-ul-list,
.arij-2 .wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
  padding: 0;
}

.arij-2 .widget-area li.wpc-term-item input[type="checkbox"],
.arij-2 .widget-area li.wpc-term-item input[type="radio"],
.arij-2 .wpc-filters-widget-main-wrapper li.wpc-term-item input[type="checkbox"],
.arij-2 .wpc-filters-widget-main-wrapper li.wpc-term-item input[type="radio"] {
  cursor: pointer;
  margin-right: 0;
}

.arij-2 .wpc-filters-widget-main-wrapper li.wpc-term-item.wpc-checkbox-item label {
  padding-top: 4px;
  padding-left: 7px;
  padding-right: 7px;
}

.arij-2 [dir="rtl"] .widget-area .wpc-filters-labels li.wpc-term-item,
.arij-2 [dir="rtl"] .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item {
  float: right;
}

.arij-2 [dir="rtl"] .widget-area .wpc-filters-labels li.wpc-term-item label,
.arij-2 [dir="rtl"] .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label {
  margin-right: 0;
  margin-left: 8px;
}

.arij-2 .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 10px;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face{
  font-family:swiper-icons;

  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight:400;

  font-style:normal
}

.arij-2 :root{
  --swiper-theme-color:#007aff
}

.arij-2 .swiper{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}

.arij-2 .swiper-vertical>.swiper-wrapper{
  flex-direction:column
}

.arij-2 .swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  box-sizing:content-box
}

.arij-2 .swiper-android .swiper-slide,.arij-2 .swiper-wrapper{
  transform:translate3d(0px,0,0)
}

.arij-2 .swiper-pointer-events{
  touch-action:pan-y
}

.arij-2 .swiper-pointer-events.swiper-vertical{
  touch-action:pan-x
}

.arij-2 .swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform
}

.arij-2 .swiper-slide-invisible-blank{
  visibility:hidden
}

.arij-2 .swiper-autoheight,.arij-2 .swiper-autoheight .swiper-slide{
  height:auto
}

.arij-2 .swiper-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.arij-2 .swiper-backface-hidden .swiper-slide{
  transform:translateZ(0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.arij-2 .swiper-3d,.arij-2 .swiper-3d.swiper-css-mode .swiper-wrapper{
  perspective:1200px
}

.arij-2 .swiper-3d .swiper-cube-shadow,.arij-2 .swiper-3d .swiper-slide,.arij-2 .swiper-3d .swiper-slide-shadow,.arij-2 .swiper-3d .swiper-slide-shadow-bottom,.arij-2 .swiper-3d .swiper-slide-shadow-left,.arij-2 .swiper-3d .swiper-slide-shadow-right,.arij-2 .swiper-3d .swiper-slide-shadow-top,.arij-2 .swiper-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.arij-2 .swiper-3d .swiper-slide-shadow,.arij-2 .swiper-3d .swiper-slide-shadow-bottom,.arij-2 .swiper-3d .swiper-slide-shadow-left,.arij-2 .swiper-3d .swiper-slide-shadow-right,.arij-2 .swiper-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.arij-2 .swiper-3d .swiper-slide-shadow{
  background:rgba(0,0,0,.15)
}

.arij-2 .swiper-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.arij-2 .swiper-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.arij-2 .swiper-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.arij-2 .swiper-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.arij-2 .swiper-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.arij-2 .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.arij-2 .swiper-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.arij-2 .swiper-horizontal.swiper-css-mode>.swiper-wrapper{
  scroll-snap-type:x mandatory
}

.arij-2 .swiper-vertical.swiper-css-mode>.swiper-wrapper{
  scroll-snap-type:y mandatory
}

.arij-2 .swiper-centered>.swiper-wrapper::before{
  content:'';
  flex-shrink:0;
  order:9999
}

.arij-2 .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
  -webkit-margin-start:var(--swiper-centered-offset-before);
          margin-inline-start:var(--swiper-centered-offset-before)
}

.arij-2 .swiper-centered.swiper-horizontal>.swiper-wrapper::before{
  height:100%;
  min-height:1px;
  width:var(--swiper-centered-offset-after)
}

.arij-2 .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{
  -webkit-margin-before:var(--swiper-centered-offset-before);
          margin-block-start:var(--swiper-centered-offset-before)
}

.arij-2 .swiper-centered.swiper-vertical>.swiper-wrapper::before{
  width:100%;
  min-width:1px;
  height:var(--swiper-centered-offset-after)
}

.arij-2 .swiper-centered>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:center center
}

.arij-2 :root{
  --swiper-navigation-size:44px
}

.arij-2 .swiper-button-next,.arij-2 .swiper-button-prev{
  position:absolute;
  top:50%;
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.arij-2 .swiper-button-next.swiper-button-disabled,.arij-2 .swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}

.arij-2 .swiper-button-next.swiper-button-hidden,.arij-2 .swiper-button-prev.swiper-button-hidden{
  opacity:0;
  cursor:auto;
  pointer-events:none
}

.arij-2 .swiper-navigation-disabled .swiper-button-next,.arij-2 .swiper-navigation-disabled .swiper-button-prev{
  display:none!important
}

.arij-2 .swiper-button-next:after,.arij-2 .swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  font-variant:initial;
  line-height:1
}

.arij-2 .swiper-button-prev,.arij-2 .swiper-rtl .swiper-button-next{
  left:10px;
  right:auto
}

.arij-2 .swiper-button-prev:after,.arij-2 .swiper-rtl .swiper-button-next:after{
  content:'prev'
}

.arij-2 .swiper-button-next,.arij-2 .swiper-rtl .swiper-button-prev{
  right:10px;
  left:auto
}

.arij-2 .swiper-button-next:after,.arij-2 .swiper-rtl .swiper-button-prev:after{
  content:'next'
}

.arij-2 .swiper-button-lock{
  display:none
}

.arij-2 .swiper .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.arij-2 .swiper-wrapper {
  padding-top: 65px;
  padding-bottom: 65px;
  box-sizing: border-box;
}

.arij-2 .swiper {
  overflow-y: visible;
}

.arij-2 .swiper-slide {
  transition: all .8s ease-out;
}

.arij-2 .swiper-slide.swiper-slide-active {
  transform: scale(1.48);
  z-index: 40;
}

.arij-2 .swiper-button-prev, .arij-2 .swiper-button-next {
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 54 54 / var(--tw-bg-opacity));
}

.arij-2 .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.645' height='11.468' viewBox='0 0 7.645 11.468'%3E%3Cpath id='Path' d='M0 1.434 1.558 0 7.645 5.734 1.558 11.468 0 10.035l4.587-4.3Z' transform='translate(7.645 11.468) rotate(180)' fill='%23fff'/%3E%3C/svg%3E");
  left: 26%;
}

.arij-2 .swiper-button-prev::after {
  content: '';
}

.arij-2 .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.645' height='11.468' viewBox='0 0 7.645 11.468'%3E%3Cpath id='Path' d='M0 1.434 1.558 0 7.645 5.734 1.558 11.468 0 10.035l4.587-4.3Z' fill='%23fff'/%3E%3C/svg%3E");
  right: 26%;
  margin-right: -1px;
}

.arij-2 .swiper-button-next::after {
  content: '';
}

.arij-2 .banner-grid {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .arij-2 .banner-grid {
    margin-bottom: 32px;
  }
}

.arij-2 .two-children .grid-banner {
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  .arij-2 .two-children .grid-banner {
    height: 50%;
    padding-bottom: 16px;
  }
}

.arij-2 .two-children .grid-banner + .grid-banner {
  padding-top: 10px;
}

@media (min-width: 1024px) {
  .arij-2 .two-children .grid-banner + .grid-banner {
    padding-bottom: 0;
    padding-top: 16px;
  }
}

/**
Visual Composer
 */

.arij-2 .wpb-content-wrapper {
  overflow: hidden;
}

.arij-2 .before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.arij-2 .before\:bottom-1::before {
  content: var(--tw-content);
  bottom: 4px;
}

.arij-2 .before\:-left-\[5\%\]::before {
  content: var(--tw-content);
  left: -5%;
}

.arij-2 .before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}

.arij-2 .before\:box-content::before {
  content: var(--tw-content);
  box-sizing: content-box;
}

.arij-2 .before\:h-4::before {
  content: var(--tw-content);
  height: 16px;
}

.arij-2 .before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.arij-2 .before\:w-\[105\%\]::before {
  content: var(--tw-content);
  width: 105%;
}

.arij-2 .before\:bg-red-1::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(219 146 141 / var(--tw-bg-opacity));
}

.arij-2 .before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.arij-2 .hover\:flex:hover {
  display: flex;
}

.arij-2 .hover\:border-none:hover {
  border-style: none;
}

.arij-2 .hover\:bg-red-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(210 7 7 / var(--tw-bg-opacity));
}

.arij-2 .hover\:bg-pos-100:hover {
  background-position: 100% 100%;
}

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

.arij-2 .hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

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

.arij-2 .hover\:opacity-70:hover {
  opacity: 0.7;
}

.arij-2 .focus\:border-gray-subscr-form:focus {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}

.arij-2 .focus\:border-gray-search-form:focus {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}

.arij-2 .focus\:border-gray-title-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.arij-2 .group:hover .group-hover\:flex {
  display: flex;
}

.arij-2 .group:hover .group-hover\:hidden {
  display: none;
}

.arij-2 .group:hover .group-hover\:max-h-\[200px\] {
  max-height: 200px;
}

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

.arij-2 [dir="ltr"] .ltr\:pr-4 {
  padding-right: 16px;
}

.arij-2 [dir="ltr"] .ltr\:font-dm-sans {
  font-family: DM Sans, 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";
}

.arij-2 [dir="ltr"] .ltr\:font-light {
  font-weight: 300;
}

.arij-2 [dir="rtl"] .rtl\:right-auto {
  right: auto;
}

.arij-2 [dir="rtl"] .rtl\:left-0 {
  left: 0;
}

.arij-2 [dir="rtl"] .rtl\:right-6 {
  right: 24px;
}

.arij-2 [dir="rtl"] .rtl\:left-auto {
  left: auto;
}

.arij-2 [dir="rtl"] .rtl\:right-10 {
  right: 40px;
}

.arij-2 [dir="rtl"] .rtl\:left-3 {
  left: 12px;
}

.arij-2 [dir="rtl"] .rtl\:right-0 {
  right: 0;
}

.arij-2 [dir="rtl"] .rtl\:left-6 {
  left: 24px;
}

.arij-2 [dir="rtl"] .rtl\:mb-4 {
  margin-bottom: 16px;
}

.arij-2 [dir="rtl"] .rtl\: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));
}

.arij-2 [dir="rtl"] .rtl\:rounded-r-\[0px\] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.arij-2 [dir="rtl"] .rtl\:rounded-l {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arij-2 [dir="rtl"] .rtl\:rounded-br-md {
  border-bottom-right-radius: 6px;
}

.arij-2 [dir="rtl"] .rtl\:rounded-tr-md {
  border-top-right-radius: 6px;
}

.arij-2 [dir="rtl"] .rtl\:rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.arij-2 [dir="rtl"] .rtl\:rounded-tl-none {
  border-top-left-radius: 0px;
}

.arij-2 [dir="rtl"] .rtl\:rounded-bl-md {
  border-bottom-left-radius: 6px;
}

.arij-2 [dir="rtl"] .rtl\:rounded-tl-md {
  border-top-left-radius: 6px;
}

.arij-2 [dir="rtl"] .rtl\:rounded-br-none {
  border-bottom-right-radius: 0px;
}

.arij-2 [dir="rtl"] .rtl\:rounded-tr-none {
  border-top-right-radius: 0px;
}

.arij-2 [dir="rtl"] .rtl\:pl-12 {
  padding-left: 48px;
}

.arij-2 [dir="rtl"] .rtl\:pr-5 {
  padding-right: 20px;
}

.arij-2 [dir="rtl"] .rtl\:pl-4 {
  padding-left: 16px;
}

.arij-2 [dir="rtl"] .rtl\:pr-0 {
  padding-right: 0;
}

.arij-2 [dir="rtl"] .rtl\:pl-5 {
  padding-left: 20px;
}

.arij-2 [dir="rtl"] .rtl\:text-\[24px\] {
  font-size: 24px;
}

.arij-2 [dir="rtl"] .rtl\:text-\[14px\] {
  font-size: 14px;
}

.arij-2 [dir="rtl"] .rtl\:text-\[13px\] {
  font-size: 13px;
}

.arij-2 [dir="rtl"] .rtl\:text-\[11px\] {
  font-size: 11px;
}

.arij-2 [dir="rtl"] .rtl\:font-bold {
  font-weight: 700;
}

.arij-2 [dir="rtl"] .rtl\:leading-7 {
  line-height: 28px;
}

.arij-2 [dir="rtl"] .rtl\:leading-8 {
  line-height: 32px;
}

@media (min-width: 640px) {
  .arij-2 .sm\:w-2\/3 {
    width: 66.666667%;
  }
}

@media (min-width: 768px) {
  .arij-2 .md\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .arij-2 .md\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .arij-2 .md\:absolute {
    position: absolute;
  }

  .arij-2 .md\:m-0 {
    margin: 0;
  }

  .arij-2 .md\:mb-32 {
    margin-bottom: 128px;
  }

  .arij-2 .md\:mb-1 {
    margin-bottom: 4px;
  }

  .arij-2 .md\:block {
    display: block;
  }

  .arij-2 .md\:flex {
    display: flex;
  }

  .arij-2 .md\:hidden {
    display: none;
  }

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

  .arij-2 .md\:max-h-\[250px\] {
    max-height: 250px;
  }

  .arij-2 .md\:min-h-\[250px\] {
    min-height: 250px;
  }

  .arij-2 .md\:w-\[290px\] {
    width: 290px;
  }

  .arij-2 .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

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

  .arij-2 .md\:flex-row {
    flex-direction: row;
  }

  .arij-2 .md\:flex-col {
    flex-direction: column;
  }

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

  .arij-2 .md\:gap-6 {
    gap: 24px;
  }

  .arij-2 .md\:overflow-hidden {
    overflow: hidden;
  }

  .arij-2 .md\:rounded-none {
    border-radius: 0px;
  }

  .arij-2 .md\:rounded-b-xl {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

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

  .arij-2 .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .arij-2 .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

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

  .arij-2 .md\:p-0 {
    padding: 0;
  }

  .arij-2 .md\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .arij-2 .md\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arij-2 .md\:pt-10 {
    padding-top: 40px;
  }

  .arij-2 .md\:pb-8 {
    padding-bottom: 32px;
  }

  .arij-2 .md\:text-\[28px\] {
    font-size: 28px;
  }

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

  .arij-2 .md\:text-xl {
    font-size: 16px;
    line-height: 24px;
  }

  .arij-2 .group:hover .md\:group-hover\:max-h-\[500px\] {
    max-height: 500px;
  }

  .arij-2 [dir="rtl"] .rtl\:md\:rounded-br-md {
    border-bottom-right-radius: 6px;
  }

  .arij-2 [dir="rtl"] .rtl\:md\:rounded-tr-md {
    border-top-right-radius: 6px;
  }

  .arij-2 [dir="rtl"] .rtl\:md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .arij-2 [dir="rtl"] .rtl\:md\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .arij-2 [dir="rtl"] .rtl\:md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .arij-2 [dir="rtl"] .rtl\:md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }
}

@media (min-width: 1024px) {
  .arij-2 .lg\:container:after, .arij-2 .lg\:container:before {
    --tw-content: none;
    content: var(--tw-content);
  }

  .arij-2 .lg\:h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .arij-2 p.lg\:mb-0, .arij-2 p.text-base.lg\:mb-0, .arij-2 p.text-lg.lg\:mb-0, .arij-2 p.text-sm.lg\:mb-0, .arij-2 p.text-xs.lg\:mb-0 {
    margin-bottom: 0;
  }

  .arij-2 .lg\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1200px) {
    .arij-2 .lg\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1380px) {
    .arij-2 .lg\:container {
      max-width: 1380px;
    }
  }

  .arij-2 .lg\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .arij-2 .lg\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .arij-2 .lg\:fixed {
    position: fixed;
  }

  .arij-2 .lg\:absolute {
    position: absolute;
  }

  .arij-2 .lg\:m-0 {
    margin: 0;
  }

  .arij-2 .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .arij-2 .lg\:mb-28 {
    margin-bottom: 112px;
  }

  .arij-2 .lg\:mt-0 {
    margin-top: 0;
  }

  .arij-2 .lg\:block {
    display: block;
  }

  .arij-2 .lg\:flex {
    display: flex;
  }

  .arij-2 .lg\:hidden {
    display: none;
  }

  .arij-2 .lg\:h-64 {
    height: 256px;
  }

  .arij-2 .lg\:h-68 {
    height: 272px;
  }

  .arij-2 .lg\:h-72 {
    height: 288px;
  }

  .arij-2 .lg\:h-76 {
    height: 304px;
  }

  .arij-2 .lg\:h-80 {
    height: 320px;
  }

  .arij-2 .lg\:h-84 {
    height: 336px;
  }

  .arij-2 .lg\:h-88 {
    height: 352px;
  }

  .arij-2 .lg\:h-92 {
    height: 368px;
  }

  .arij-2 .lg\:h-96 {
    height: 384px;
  }

  .arij-2 .lg\:h-100 {
    height: 400px;
  }

  .arij-2 .lg\:h-104 {
    height: 416px;
  }

  .arij-2 .lg\:h-108 {
    height: 432px;
  }

  .arij-2 .lg\:h-112 {
    height: 448px;
  }

  .arij-2 .lg\:h-116 {
    height: 464px;
  }

  .arij-2 .lg\:h-120 {
    height: 480px;
  }

  .arij-2 .lg\:h-124 {
    height: 496px;
  }

  .arij-2 .lg\:h-128 {
    height: 512px;
  }

  .arij-2 .lg\:h-132 {
    height: 528px;
  }

  .arij-2 .lg\:h-136 {
    height: 544px;
  }

  .arij-2 .lg\:h-140 {
    height: 560px;
  }

  .arij-2 .lg\:h-144 {
    height: 576px;
  }

  .arij-2 .lg\:h-148 {
    height: 592px;
  }

  .arij-2 .lg\:h-152 {
    height: 608px;
  }

  .arij-2 .lg\:h-156 {
    height: 624px;
  }

  .arij-2 .lg\:h-160 {
    height: 640px;
  }

  .arij-2 .lg\:h-164 {
    height: 656px;
  }

  .arij-2 .lg\:h-168 {
    height: 672px;
  }

  .arij-2 .lg\:h-172 {
    height: 688px;
  }

  .arij-2 .lg\:h-176 {
    height: 704px;
  }

  .arij-2 .lg\:h-180 {
    height: 720px;
  }

  .arij-2 .lg\:h-184 {
    height: 736px;
  }

  .arij-2 .lg\:h-188 {
    height: 752px;
  }

  .arij-2 .lg\:h-192 {
    height: 768px;
  }

  .arij-2 .lg\:h-196 {
    height: 784px;
  }

  .arij-2 .lg\:h-200 {
    height: 800px;
  }

  .arij-2 .lg\:h-204 {
    height: 816px;
  }

  .arij-2 .lg\:h-208 {
    height: 832px;
  }

  .arij-2 .lg\:h-212 {
    height: 848px;
  }

  .arij-2 .lg\:h-216 {
    height: 864px;
  }

  .arij-2 .lg\:h-220 {
    height: 880px;
  }

  .arij-2 .lg\:h-224 {
    height: 896px;
  }

  .arij-2 .lg\:h-228 {
    height: 912px;
  }

  .arij-2 .lg\:h-232 {
    height: 928px;
  }

  .arij-2 .lg\:h-236 {
    height: 944px;
  }

  .arij-2 .lg\:h-240 {
    height: 960px;
  }

  .arij-2 .lg\:h-244 {
    height: 976px;
  }

  .arij-2 .lg\:h-248 {
    height: 992px;
  }

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

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

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

  .arij-2 .lg\:max-h-\[200px\] {
    max-height: 200px;
  }

  .arij-2 .lg\:max-h-0 {
    max-height: 0;
  }

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

  .arij-2 .lg\:min-h-\[540px\] {
    min-height: 540px;
  }

  .arij-2 .lg\:w-\[50\%\] {
    width: 50%;
  }

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

  .arij-2 .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }

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

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

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

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

  .arij-2 .lg\:gap-8 {
    gap: 32px;
  }

  .arij-2 .lg\:gap-10 {
    gap: 40px;
  }

  .arij-2 .lg\:bg-pos-0 {
    background-position: 0% 80%;
  }

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

  .arij-2 .lg\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .arij-2 .lg\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .arij-2 .lg\:pr-\[117px\] {
    padding-right: 117px;
  }

  .arij-2 .lg\:pl-\[117px\] {
    padding-left: 117px;
  }

  .arij-2 .lg\:pt-7 {
    padding-top: 28px;
  }

  .arij-2 .lg\:text-\[34px\] {
    font-size: 34px;
  }

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

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

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

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

  .arij-2 .lg\:text-\[17px\] {
    font-size: 17px;
  }

  .arij-2 .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .arij-2 .lg\:font-black {
    font-weight: 900;
  }

  .arij-2 .lg\:leading-10 {
    line-height: 40px;
  }

  .arij-2 .lg\:leading-5 {
    line-height: 20px;
  }

  .arij-2 .lg\:opacity-0 {
    opacity: 0;
  }

  .arij-2 .lg\:hover\:bg-pos-100:hover {
    background-position: 100% 100%;
  }

  .arij-2 .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .arij-2 .group:hover .lg\:group-hover\:hidden {
    display: none;
  }

  .arij-2 .group:hover .lg\:group-hover\:max-h-\[300px\] {
    max-height: 300px;
  }

  .arij-2 .group:hover .lg\:group-hover\:max-h-\[200px\] {
    max-height: 200px;
  }

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

  .arij-2 [dir="rtl"] .lg\:rtl\:text-\[17px\] {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .arij-2 .xl\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .arij-2 .xl\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .arij-2 .xl\:absolute {
    position: absolute;
  }

  .arij-2 .xl\:mb-24 {
    margin-bottom: 96px;
  }

  .arij-2 .xl\:mr-12 {
    margin-right: 48px;
  }

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

  .arij-2 .xl\:h-1\/2 {
    height: 50%;
  }

  .arij-2 .xl\:w-\[35\%\] {
    width: 35%;
  }

  .arij-2 .xl\:w-3\/5 {
    width: 60%;
  }

  .arij-2 .xl\:flex-none {
    flex: none;
  }

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

  .arij-2 .xl\:pt-0 {
    padding-top: 0;
  }

  .arij-2 .xl\:text-\[17px\] {
    font-size: 17px;
  }

  .arij-2 [dir="rtl"] .rtl\:xl\:ml-12 {
    margin-left: 48px;
  }

  .arij-2 [dir="rtl"] .xl\:rtl\:text-\[15px\] {
    font-size: 15px;
  }
}

@media (min-width: 1380px) {
  .arij-2 .\32xl\:aspect-w-11 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 11;
  }

  .arij-2 .\32xl\:aspect-w-11 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .arij-2 .\32xl\:m-0 {
    margin: 0;
  }

  .arij-2 .\32xl\:h-\[370px\] {
    height: 370px;
  }

  .arij-2 .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .arij-2 .\32xl\:flex-row {
    flex-direction: row;
  }

  .arij-2 .\32xl\:items-center {
    align-items: center;
  }

  .arij-2 .\32xl\:text-\[14px\] {
    font-size: 14px;
  }

  .arij-2 [dir="rtl"] .\32xl\:rtl\:text-\[14px\] {
    font-size: 14px;
  }
}
