*,
.dnnSearchResultPager span,
.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
  margin: 0;
}
*,
body {
  padding: 0;
}
#wrap,
body {
  overflow-x: hidden;
}
#wrap,
.line-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
*,
a:focus {
  outline: 0;
}
.line-limit,
.plupload_file_name {
  text-overflow: ellipsis;
  overflow: hidden;
}
body.rtl,
body.rtl .nice-select .current,
body.rtl .nice-select .option {
  text-align: right;
}
:root {
  --Primary-P00: #061032;
  --Primary-P10: #0f193c;
  --Primary-P20: #002c62;
  --Primary-P30: #00326f;
  --Primary-P40: #203782;
  --Primary-P50: #324583;
  --Primary-P60: #3c5092;
  --Primary-P70: #6473a2;
  --Primary-P80: #8d96b5;
  --Primary-P90: #aeb7d3;
  --Primary-P95: #cfd3e3;
  --Primary-P99: #e5ebf2;
  --Primary-P100: #f1f1f7;
  --mc1: var(--Primary-P50);
  --Secondary-S00: #350a0b;
  --Secondary-S10: #460e0f;
  --Secondary-S20: #6a1517;
  --Secondary-S30: #931115;
  --Secondary-S40: #b01419;
  --Secondary-S50: #c4161c;
  --Secondary-S60: #cd393e;
  --Secondary-S70: #c86567;
  --Secondary-S80: #d48688;
  --Secondary-S90: #e3b2b3;
  --Secondary-S95: #efd3d4;
  --Secondary-S99: #f7e9e9;
  --Secondary-S100: #fbf4f4;
  --Background: #f9f9f9;
  --mc2: var(--Secondary-S50);
  --Gray-G00: #121212;
  --Gray-G10: #2b2b2b;
  --Gray-G20: #3d3d3d;
  --Gray-G30: #4f4f4f;
  --Gray-G40: #626262;
  --Gray-G50: #7a7a7a;
  --Gray-G60: #959595;
  --Gray-G70: #a8a8a8;
  --Gray-G80: #bdbdbd;
  --Gray-G90: #d1d1d1;
  --Gray-G95: #e4e4e4;
  --Gray-G99: #f2f2f2;
  --Gray-G100: #ffffff;
  --white: var(--Gray-G100);
  --black: var(--Gray-G00);
  --success-00: #4e8335;
  --success-10: #82ba65;
  --success-20: #9cd67e;
  --success-30: #b7f397;
  --error-00: #d95409;
  --error-10: #ff630b;
  --error-20: #ff823c;
  --tc1: var(--primary-20);
  --tc2: var(--primary-40);
  --tc3: var(--secondary-10);
  --fancybox-accent-color: var(--mc1);
  --border-radius-xl: 1.5rem;
  --border-radius-lg: 1rem;
  --border-radius: 0.75rem;
  --border-radius-sm: 0.5rem;
  --animate-delay: 1s;
  --box-shadow-1: 0px 6px 16px 0px #0e13281a;
  --box-shadow-2: 0px 6px 16px 0px #0e13281a;
  --gap: 0.5rem;
  --fz-h1: 48px;
  --fz-h2: 36px;
  --fz-h3: 30px;
  --fz-h4: 26px;
  --fz-h5: 22px;
  --fz-h6: 18px;
  --fz-t1: 28px;
  --fz-t2: 24px;
  --fz-t3: 20px;
  --fz-t4: 18px;
  --fz-t5: 16px;
  --fz-t6: 14px;
  --fz-t7: 12px;
  --fz-b1: 18px;
  --fz-b2: 16px;
  --fz-b3: 14px;
  --fz-b4: 12px;
  --fz-b5: 11px;
  --fw-800: 800;
  --fw-700: 700;
  --fw-600: 600;
  --fw-500: 500;
  --fw-400: 400;
  --fw-300: 300;
  --lh-h1: 96px;
  --lh-h2: 72px;
  --lh-h3: 60px;
  --lh-h4: 56px;
  --lh-h5: 44px;
  --lh-h6: 36px;
  --lh-t1: 56px;
  --lh-t2: 48px;
  --lh-t3: 40px;
  --lh-t4: 36px;
  --lh-t5: 32px;
  --lh-b1: 36px;
  --lh-b2: 32px;
  --lh-b3: 28px;
  --lh-b4: 24px;
  --lh-b5: 22px;
  --lh-t6: 28px;
  --icon: 1.5rem;
  --icon-color: var(--mc1);
  --main-space: 80px;
  --title-space: 2rem;
  --bottom-space: 3rem;
  --transition: 0.3s;
  --fade-distance: 2rem;
  scroll-behavior: smooth;
  scroll-padding-block-start: calc(var(--main-space) * 2);
  scrollbar-gutter: stable;
  font-weight: var(--fw-400);
}
body:not(.rtl) {
  /* --fz-h6: 16px !important;
  --fz-b3: 11px !important; */
}
@supports (-webkit-touch-callout: none) {
  input {
    font-size: 16px !important;
  }
}
:root:has(body.hideScroll) {
  overflow: hidden;
}
.modal {
  --bs-modal-bg: var(--white);
  --bs-modal-border-color: transparent;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: var(--border-radius);
  --bs-modal-box-shadow: var(--box-shadow-1);
  ----bs-modal-padding: 1.5rem 1rem;
}
.modal-backdrop {
  opacity: 1;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  --bs-backdrop-opacity: 1;
}
.modal-backdrop.show {
  opacity: 1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
body:not(.personabar-visible).js-active .container_Title,
body:not(.personabar-visible).js-active
  .ez_Container_Animated
  :is(
    h1,
    h2,
    h3,
    p,
    td span:not(.ezIcon),
    ol > li,
    ul:not(.slick-dots, .ui-tabs-nav) > li
  ),
body:not(.personabar-visible).js-active .fadefrom_Start {
  opacity: 0;
}
body:not(.personabar-visible).js-active .fadefrom_Bottom,
body:not(.personabar-visible).js-active .fadefrom_End {
  opacity: 0;
}
body:not(.personabar-visible).js-active :is(.fadefrom_Top, .job__Form_Wrapper) {
  opacity: 0;
}
@media (max-width: 992px) {
  :root {
    --main-space: 3rem;
    --title-space: 1.5rem;
  }
}
body.dnnEditState #Form {
  height: 100%;
}
.Normal,
.NormalDeleted,
.NormalDisabled {
  color: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  word-wrap: unset;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
body .iframe_Outer {
  position: relative;
  height: fit-content;
  overflow: hidden;
}
body .iframe_Outer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 300%;
  background-color: rgba(255, 255, 255, 0.5);
  mask-image: linear-gradient (0deg, transparent, black, transparent);
  -webkit-mask-image: -webkit-linear-gradient(
    0deg,
    black 40%,
    transparent,
    black 60%
  );
  animation: 1s ease-in-out infinite loading-slide;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: var(--transition);
}
body .iframe_Outer:has(.loaded)::after {
  opacity: 0;
  visibility: hidden;
}
@keyframes loading-slide {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(66%);
  }
}
@font-face {
  font-family: IranSans;
  src: url("../assets/fonts/IranSans/IRANSansXFaNum-Light.woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: IranSans;
  src: url("../assets/fonts/IranSans/IRANSansXFaNum-Regular.woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: IranSans;
  src: url("../assets/fonts/IranSans/IRANSansXFaNum-Medium.woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: IranSans;
  src: url("../assets/fonts/IranSans/IRANSansXFaNum-DemiBold.woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: IranSans;
  src: url("../assets/fonts/IranSans/IRANSansXFaNum-Bold.woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: IranSans;
  src: url("../assets/fonts/IranSans/IRANSansXFaNum-ExtraBold.woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("../assets/fonts/Roboto/Roboto-Regular400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("../assets/fonts/Roboto/Roboto-Medium500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("../assets/fonts/Roboto/Roboto-Medium500.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("../assets/fonts/Roboto/Roboto-Bold700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("../assets/fonts/Roboto/Roboto-Black800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body.rtl :not(i),
html {
  font-family: IranSans;
}
body :not(i) {
  font-family: Roboto;
}
body.rtl {
  --direction-num: -1;
  direction: rtl;
}
.fancybox__content {
  border-radius: var(--border-radius);
  overflow: hidden;
}
::-moz-selection {
  background: var(--mc1);
  color: var(--white);
}
::selection {
  background: var(--mc1);
  color: var(--white);
}
.wb-carousel,
body {
  background-color: var(--white);
}
.m-hight-none {
  min-height: 0;
}
.pad-none {
  padding-right: 0;
  padding-left: 0;
}
html {
  font-size: 100%;
}
a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}
ol,
ul {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0;
}
.inner__Bread__Crumb {
  margin-bottom: calc(1.3 * var(--title-space));
  color: var(--tc1);
  font-size: var(--fz-sm);
  font-weight: var(--fw-400);
}
.typo-h1,
.typo-h2,
.typo-h3,
.typo-h4,
.typo-h5,
.typo-h6 {
  font-weight: var(--fw-700);
}
.inner__Bread__Crumb .bread_Dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-inline: 0.5rem;
  vertical-align: middle;
  background-color: var(--mc1);
  border-radius: 100%;
}
.inner__Bread__Crumb span[itemprop="itemListElement"]:last-child a,
.nice-select .option.selected {
  color: var(--mc1);
}
body {
  --direction-num: 1;
  line-height: 24px;
  font-size: 0.875rem;
}
li {
  list-style: none inside;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 0;
}
li p {
  line-height: inherit;
}
img[alt="edit"] {
  width: auto !important;
  margin: 0 !important;
  display: inline !important;
}
#wrap {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
main:not(.loginMain) {
  min-height: calc(100vh - 300px);
  position: relative;
}
body.personabar-visible #wrap.inner_Page {
  padding-top: 100px !important;
}
body #wrap.page-banner {
  padding-top: 0 !important;
}
#EzProfile-panel {
  padding-bottom: 6rem;
}
.DnnModule.floating,
.dnnModuleDialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.nice-select:after,
li.plupload_delete a {
  min-width: var(--icon);
  min-height: var(--icon);
}
.subNav.advanced dl {
  width: 600px !important;
}
.subNav.advanced {
  width: 695px !important;
}
img {
  border: 0;
  height: auto;
}
embed,
img,
object {
  max-width: 100%;
}
.hephaistos .tp-bullet.selected,
.hephaistos .tp-bullet:hover {
  border-color: var(--main-text-color);
}
.wb-carousel {
  padding: 16px 15px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg {
    max-width: 1320px;
  }
}
.typo-h1 {
  font-size: var(--fz-h1);
  line-height: var(--lh-h1);
}
.typo-h2 {
  font-size: var(--fz-h2);
  line-height: var(--lh-h2);
}
.typo-h3 {
  font-size: var(--fz-h3);
  line-height: var(--lh-h3);
}
.typo-h4 {
  font-size: var(--fz-h4);
  line-height: var(--lh-h4);
}
.typo-h5 {
  font-size: var(--fz-h5);
  line-height: var(--lh-h5);
}
.typo-h6 {
  font-size: var(--fz-h6);
  line-height: var(--lh-h6);
}
.typo-t1,
.typo-t2 {
  font-weight: var(--fw-500);
}
.typo-t1 {
  font-size: var(--fz-t1);
  line-height: var(--lh-t1);
}
.typo-t2 {
  font-size: var(--fz-t2);
  line-height: var(--lh-t2);
}
.typo-t3 {
  font-size: var(--fz-t3);
  font-weight: var(--fw-600);
  line-height: var(--lh-t3);
}
.typo-t4 {
  font-size: var(--fz-t4);
  font-weight: var(--fw-500);
  line-height: var(--lh-t4);
}
.typo-t5,
.typo-t6 {
  font-weight: var(--fw-600);
}
.typo-t5 {
  font-size: var(--fz-t5);
  line-height: var(--lh-t5);
}
.typo-t6 {
  font-size: var(--fz-t6);
  line-height: var(--lh-t6);
}
.typo-t7 {
  font-size: var(--fz-t7);
  font-weight: var(--fw-500);
  line-height: var(--lh-t7);
}
.nice-select .current,
.typo-b1,
.typo-b2,
.typo-b3,
.typo-b4,
.typo-b5 {
  font-weight: var(--fw-400);
}
.typo-b1 {
  font-size: var(--fz-b1);
  line-height: var(--lh-b1);
}
.typo-b2 {
  font-size: var(--fz-b2);
  line-height: var(--lh-b2);
}
.typo-b3 {
  font-size: var(--fz-b3);
  line-height: var(--lh-b3);
}
.typo-b4 {
  font-size: var(--fz-b4);
  line-height: var(--lh-b4);
}
.typo-b5 {
  font-size: var(--fz-b5);
  line-height: var(--lh-b5);
}
.lh-2,
.paragraph__Lh {
  line-height: 2rem;
}
.text-justify {
  text-align: justify;
}
.t-p00 {
  color: var(--Primary-P00) !important;
  --icon-color: var(--Primary-P00);
}
.t-p10 {
  color: var(--Primary-P10) !important;
  --icon-color: var(--Primary-P10);
}
.t-p20 {
  color: var(--Primary-P20) !important;
  --icon-color: var(--Primary-P20);
}
.t-p30 {
  color: var(--Primary-P30) !important;
  --icon-color: var(--Primary-P30);
}
.t-p40 {
  color: var(--Primary-P40) !important;
  --icon-color: var(--Primary-P40);
}
.t-p50 {
  color: var(--Primary-P50) !important;
  --icon-color: var(--Primary-P50);
}
.t-p60 {
  color: var(--Primary-P60) !important;
  --icon-color: var(--Primary-P60);
}
.t-p70 {
  color: var(--Primary-P70) !important;
  --icon-color: var(--Primary-P70);
}
.t-p80 {
  color: var(--Primary-P80) !important;
  --icon-color: var(--Primary-P80);
}
.t-p90 {
  color: var(--Primary-P90) !important;
  --icon-color: var(--Primary-P90);
}
.t-p95 {
  color: var(--Primary-P95) !important;
  --icon-color: var(--Primary-P95);
}
.t-p99 {
  color: var(--Primary-P99) !important;
  --icon-color: var(--Primary-P99);
}
.t-p100 {
  color: var(--Primary-P100) !important;
  --icon-color: var(--Primary-P100);
}
.t-s00 {
  color: var(--Secondary-S00) !important;
  --icon-color: var(--Secondary-S00);
}
.t-s10 {
  color: var(--Secondary-S10) !important;
  --icon-color: var(--Secondary-S10);
}
.t-s20 {
  color: var(--Secondary-S20) !important;
  --icon-color: var(--Secondary-S20);
}
.t-s30 {
  color: var(--Secondary-S30) !important;
  --icon-color: var(--Secondary-S30);
}
.t-s40 {
  color: var(--Secondary-S40) !important;
  --icon-color: var(--Secondary-S40);
}
.t-s50 {
  color: var(--Secondary-S50) !important;
  --icon-color: var(--Secondary-S50);
}
.t-s60 {
  color: var(--Secondary-S60) !important;
  --icon-color: var(--Secondary-S60);
}
.t-s70 {
  color: var(--Secondary-S70) !important;
  --icon-color: var(--Secondary-S70);
}
.t-s80 {
  color: var(--Secondary-S80) !important;
  --icon-color: var(--Secondary-S80);
}
.t-s90 {
  color: var(--Secondary-S90) !important;
  --icon-color: var(--Secondary-S90);
}
.t-s95 {
  color: var(--Secondary-S95) !important;
  --icon-color: var(--Secondary-S95);
}
.t-s99 {
  color: var(--Secondary-S99) !important;
  --icon-color: var(--Secondary-S99);
}
.t-s100 {
  color: var(--Secondary-S100) !important;
  --icon-color: var(--Secondary-S100);
}
.t-g10 {
  color: var(--Gray-G10) !important;
  --icon-color: var(--Gray-G10);
}
.t-g20 {
  color: var(--Gray-G20) !important;
  --icon-color: var(--Gray-G20);
}
.t-g30 {
  color: var(--Gray-G30) !important;
  --icon-color: var(--Gray-G30);
}
.t-g40 {
  color: var(--Gray-G40) !important;
  --icon-color: var(--Gray-G40);
}
.t-g50 {
  color: var(--Gray-G50) !important;
  --icon-color: var(--Gray-G50);
}
.t-g60 {
  color: var(--Gray-G60) !important;
  --icon-color: var(--Gray-G60);
}
.t-g70 {
  color: var(--Gray-G70) !important;
  --icon-color: var(--Gray-G70);
}
.t-g80 {
  color: var(--Gray-G80) !important;
  --icon-color: var(--Gray-G80);
}
.t-g90 {
  color: var(--Gray-G90) !important;
  --icon-color: var(--Gray-G90);
}
.t-g95 {
  color: var(--Gray-G95) !important;
  --icon-color: var(--Gray-G95);
}
.t-g99 {
  color: var(--Gray-G99) !important;
  --icon-color: var(--Gray-G99);
}
.t-white {
  color: var(--Gray-G100) !important;
  --icon-color: var(--Gray-G100);
}
.t-black {
  color: var(--Gray-G00) !important;
  --icon-color: var(--Gray-G00);
}
.t-red {
  color: red !important;
  --icon-color: red;
}
.bg-p00 {
  background-color: var(--Primary-P00) !important;
}
.bg-p10 {
  background-color: var(--Primary-P10) !important;
}
.bg-p20 {
  background-color: var(--Primary-P20) !important;
}
.bg-p30 {
  background-color: var(--Primary-P30) !important;
}
.bg-p40 {
  background-color: var(--Primary-P40) !important;
}
.bg-p50 {
  background-color: var(--Primary-P50) !important;
}
.bg-p60 {
  background-color: var(--Primary-P60) !important;
}
.bg-p70 {
  background-color: var(--Primary-P70) !important;
}
.bg-p80 {
  background-color: var(--Primary-P80) !important;
}
.bg-p90 {
  background-color: var(--Primary-P90) !important;
}
.bg-p95 {
  background-color: var(--Primary-P95) !important;
}
.bg-p99 {
  background-color: var(--Primary-P99) !important;
}
.bg-p100 {
  background-color: var(--Primary-P100) !important;
}
.bg-s00 {
  background-color: var(--Secondary-S00) !important;
}
.bg-s10 {
  background-color: var(--Secondary-S10) !important;
}
.bg-s20 {
  background-color: var(--Secondary-S20) !important;
}
.bg-s30 {
  background-color: var(--Secondary-S30) !important;
}
.bg-s40 {
  background-color: var(--Secondary-S40) !important;
}
.bg-s50 {
  background-color: var(--Secondary-S50) !important;
}
.bg-s60 {
  background-color: var(--Secondary-S60) !important;
}
.bg-s70 {
  background-color: var(--Secondary-S70) !important;
}
.bg-s80 {
  background-color: var(--Secondary-S80) !important;
}
.bg-s90 {
  background-color: var(--Secondary-S90) !important;
}
.bg-s95 {
  background-color: var(--Secondary-S95) !important;
}
.bg-s99 {
  background-color: var(--Secondary-S99) !important;
}
.bg-s100 {
  background-color: var(--Secondary-S100) !important;
}
.bg-black {
  background: var(--Gray-G00) !important;
}
.bg-g10 {
  background: var(--Gray-G10) !important;
}
.bg-g20 {
  background: var(--Gray-G20) !important;
}
.bg-g30 {
  background: var(--Gray-G30) !important;
}
.bg-g40 {
  background: var(--Gray-G40) !important;
}
.bg-g50 {
  background: var(--Gray-G50) !important;
}
.bg-g60 {
  background: var(--Gray-G60) !important;
}
.bg-g70 {
  background: var(--Gray-G70) !important;
}
.bg-g80 {
  background: var(--Gray-G80) !important;
}
.bg-g90 {
  background: var(--Gray-G90) !important;
}
.bg-g95 {
  background: var(--Gray-G95) !important;
}
.bg-g99 {
  background: var(--Gray-G99) !important;
}
.bg-white {
  background: var(--Gray-G100) !important;
}
.bg-back {
  background: var(--Background) !important;
}
.mt-4 {
  margin-top: 4px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-52 {
  margin-top: 52px;
}
.mt-54 {
  margin-top: 54px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-58 {
  margin-top: 58px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-62 {
  margin-top: 62px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-66 {
  margin-top: 66px;
}
.mt-68 {
  margin-top: 68px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-72 {
  margin-top: 72px;
}
.mt-74 {
  margin-top: 74px;
}
.mt-76 {
  margin-top: 76px;
}
.mt-78 {
  margin-top: 78px;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-82 {
  margin-top: 82px;
}
.mt-84 {
  margin-top: 84px;
}
.mt-86 {
  margin-top: 86px;
}
.mt-88 {
  margin-top: 88px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-92 {
  margin-top: 92px;
}
.mt-94 {
  margin-top: 94px;
}
.mt-96 {
  margin-top: 96px;
}
.mt-98 {
  margin-top: 98px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-102 {
  margin-top: 102px;
}
.mt-104 {
  margin-top: 104px;
}
.mt-106 {
  margin-top: 106px;
}
.mt-108 {
  margin-top: 108px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-112 {
  margin-top: 112px;
}
.mt-114 {
  margin-top: 114px;
}
.mt-116 {
  margin-top: 116px;
}
.mt-118 {
  margin-top: 118px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-122 {
  margin-top: 122px;
}
.mt-124 {
  margin-top: 124px;
}
.mt-126 {
  margin-top: 126px;
}
.mt-128 {
  margin-top: 128px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-132 {
  margin-top: 132px;
}
.mt-134 {
  margin-top: 134px;
}
.mt-136 {
  margin-top: 136px;
}
.mt-138 {
  margin-top: 138px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-142 {
  margin-top: 142px;
}
.mt-144 {
  margin-top: 144px;
}
.mt-146 {
  margin-top: 146px;
}
.mt-148 {
  margin-top: 148px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-152 {
  margin-top: 152px;
}
.mt-154 {
  margin-top: 154px;
}
.mt-156 {
  margin-top: 156px;
}
.mt-158 {
  margin-top: 158px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-162 {
  margin-top: 162px;
}
.mt-164 {
  margin-top: 164px;
}
.mt-166 {
  margin-top: 166px;
}
.mt-168 {
  margin-top: 168px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-172 {
  margin-top: 172px;
}
.mt-174 {
  margin-top: 174px;
}
.mt-176 {
  margin-top: 176px;
}
.mt-178 {
  margin-top: 178px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-182 {
  margin-top: 182px;
}
.mt-184 {
  margin-top: 184px;
}
.mt-186 {
  margin-top: 186px;
}
.mt-188 {
  margin-top: 188px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-192 {
  margin-top: 192px;
}
.mt-194 {
  margin-top: 194px;
}
.mt-196 {
  margin-top: 196px;
}
.mt-198 {
  margin-top: 198px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-211 {
  margin-top: 211px;
}
.mt-216 {
  margin-top: 484px;
}
.icon-12 {
  --icon: 12px;
}
.icon-14 {
  --icon: 14px;
}
.icon-16 {
  --icon: 16px;
}
.icon-18 {
  --icon: 18px;
}
.icon-20 {
  --icon: 20px;
}
.icon-22 {
  --icon: 22px;
}
.icon-24 {
  --icon: 24px;
}
.icon-26 {
  --icon: 26px;
}
.icon-28 {
  --icon: 28px;
}
.icon-30 {
  --icon: 30px;
}
.icon-32 {
  --icon: 32px;
}
.icon-34 {
  --icon: 34px;
}
.icon-36 {
  --icon: 36px;
}
.icon-38 {
  --icon: 38px;
}
.icon-40 {
  --icon: 40px;
}
.icon-42 {
  --icon: 42px;
}
.icon-44 {
  --icon: 44px;
}
.icon-46 {
  --icon: 46px;
}
.icon-48 {
  --icon: 48px;
}
.icon-50 {
  --icon: 50px;
}
.icon-52 {
  --icon: 52px;
}
.icon-54 {
  --icon: 54px;
}
.icon-56 {
  --icon: 56px;
}
.icon-58 {
  --icon: 58px;
}
.icon-60 {
  --icon: 60px;
}
.icon-118 {
  --icon: 118px;
}
.icon-80 {
  --icon: 80px;
}
.g-4 {
  gap: 4px;
}
.g-6 {
  gap: 6px;
}
.g-8 {
  gap: 8px;
}
.g-10 {
  gap: 10px;
}
.g-12 {
  gap: 12px;
}
.g-14 {
  gap: 14px;
}
.g-16 {
  gap: 16px;
}
.g-18 {
  gap: 18px;
}
.g-20 {
  gap: 20px;
}
.g-22 {
  gap: 22px;
}
.g-24 {
  gap: 24px;
}
.g-26 {
  gap: 26px;
}
.g-28 {
  gap: 28px;
}
.g-30 {
  gap: 30px;
}
.g-32 {
  gap: 32px;
}
.g-34 {
  gap: 34px;
}
.g-36 {
  gap: 36px;
}
.g-38 {
  gap: 38px;
}
.g-40 {
  gap: 40px;
}
.g-42 {
  gap: 42px;
}
.g-44 {
  gap: 44px;
}
.g-46 {
  gap: 46px;
}
.g-48 {
  gap: 48px;
}
.g-50 {
  gap: 50px;
}
.g-52 {
  gap: 52px;
}
.g-54 {
  gap: 54px;
}
.g-56 {
  gap: 56px;
}
.g-58 {
  gap: 58px;
}
.g-60 {
  gap: 60px;
}
.g-62 {
  gap: 62px;
}
.g-64 {
  gap: 64px;
}
.g-66 {
  gap: 66px;
}
.g-68 {
  gap: 68px;
}
.g-70 {
  gap: 70px;
}
.g-72 {
  gap: 72px;
}
.g-74 {
  gap: 74px;
}
.g-76 {
  gap: 76px;
}
.g-78 {
  gap: 78px;
}
.g-80 {
  gap: 80px;
}
.g-82 {
  gap: 82px;
}
.g-84 {
  gap: 84px;
}
.g-86 {
  gap: 86px;
}
.g-88 {
  gap: 88px;
}
.g-90 {
  gap: 90px;
}
.g-92 {
  gap: 92px;
}
.g-94 {
  gap: 94px;
}
.g-96 {
  gap: 96px;
}
.g-98 {
  gap: 98px;
}
.g-100 {
  gap: 100px;
}
.g-116 {
  gap: 116px;
}
.hcm,
.hcw {
  transition: color var(--transition);
}
.transition {
  transition: 0.3s;
}
.hover-zoom a:has(img) {
  overflow: hidden;
}
.hover-zoom a img {
  transition: 1s;
}
.hover-zoom:hover a img {
  transform: scale(1.1);
}
.hcw:focus,
.hcw:hover,
.hcw:visited {
  color: var(--white) !important;
  --icon-color: var(--white);
}
.hcm:visited {
  color: inherit !important;
}
.hcm:focus,
.hcm:hover {
  color: var(--mc1) !important;
  --icon-color: var(--mc1);
}
.hbcm,
.hbcw {
  transition: background-color var(--transition);
}
.hbcw:focus,
.hbcw:hover {
  background-color: #fff !important;
}
.hbcm:visited {
  background-color: inherit !important;
}
.hbcm:focus,
.hbcm:hover {
  background-color: var(--mc1) !important;
}
.font-300 {
  font-weight: var(--fw-300) !important;
}
.font-400 {
  font-weight: var(--fw-400) !important;
}
.font-600 {
  font-weight: var(--fw-600) !important;
}
.font-500 {
  font-weight: var(--fw-500) !important;
}
.font-700 {
  font-weight: var(--fw-700) !important;
}
.font-800 {
  font-weight: var(--fw-800) !important;
}
@media (max-width: 992px) {
  .mt-mo-0 {
    margin-top: 0 !important;
  }
  .mt-mo-4 {
    margin-top: 4px !important;
  }
  .mt-mo-6 {
    margin-top: 6px !important;
  }
  .mt-mo-8 {
    margin-top: 8px !important;
  }
  .mt-mo-10 {
    margin-top: 10px !important;
  }
  .mt-mo-12 {
    margin-top: 12px !important;
  }
  .mt-mo-14 {
    margin-top: 14px !important;
  }
  .mt-mo-16 {
    margin-top: 16px !important;
  }
  .mt-mo-18 {
    margin-top: 18px !important;
  }
  .mt-mo-20 {
    margin-top: 20px !important;
  }
  .mt-mo-22 {
    margin-top: 22px !important;
  }
  .mt-mo-24 {
    margin-top: 24px !important;
  }
  .mt-mo-26 {
    margin-top: 26px !important;
  }
  .mt-mo-28 {
    margin-top: 28px !important;
  }
  .mt-mo-30 {
    margin-top: 30px !important;
  }
  .mt-mo-32 {
    margin-top: 32px !important;
  }
  .mt-mo-34 {
    margin-top: 34px !important;
  }
  .mt-mo-36 {
    margin-top: 36px !important;
  }
  .mt-mo-38 {
    margin-top: 38px !important;
  }
  .mt-mo-40 {
    margin-top: 40px !important;
  }
  .mt-mo-42 {
    margin-top: 42px !important;
  }
  .mt-mo-44 {
    margin-top: 44px !important;
  }
  .mt-mo-46 {
    margin-top: 46px !important;
  }
  .mt-mo-48 {
    margin-top: 48px !important;
  }
  .mt-mo-50 {
    margin-top: 50px !important;
  }
  .mt-mo-52 {
    margin-top: 52px !important;
  }
  .mt-mo-54 {
    margin-top: 54px !important;
  }
  .mt-mo-56 {
    margin-top: 56px !important;
  }
  .mt-mo-58 {
    margin-top: 58px !important;
  }
  .mt-mo-60 {
    margin-top: 60px !important;
  }
  .mt-mo-62 {
    margin-top: 62px !important;
  }
  .mt-mo-64 {
    margin-top: 64px !important;
  }
  .mt-mo-66 {
    margin-top: 66px !important;
  }
  .mt-mo-68 {
    margin-top: 68px !important;
  }
  .mt-mo-70 {
    margin-top: 70px !important;
  }
  .mt-mo-72 {
    margin-top: 72px !important;
  }
  .mt-mo-74 {
    margin-top: 74px !important;
  }
  .mt-mo-76 {
    margin-top: 76px !important;
  }
  .mt-mo-78 {
    margin-top: 78px !important;
  }
  .mt-mo-80 {
    margin-top: 80px !important;
  }
  .mt-mo-82 {
    margin-top: 82px !important;
  }
  .mt-mo-84 {
    margin-top: 84px !important;
  }
  .mt-mo-86 {
    margin-top: 86px !important;
  }
  .mt-mo-88 {
    margin-top: 88px !important;
  }
  .mt-mo-90 {
    margin-top: 90px !important;
  }
  .mt-mo-92 {
    margin-top: 92px !important;
  }
  .mt-mo-94 {
    margin-top: 94px !important;
  }
  .mt-mo-96 {
    margin-top: 96px !important;
  }
  .mt-mo-98 {
    margin-top: 98px !important;
  }
  .mt-mo-100 {
    margin-top: 100px !important;
  }
  .mt-mo-102 {
    margin-top: 102px !important;
  }
  .mt-mo-104 {
    margin-top: 104px !important;
  }
  .mt-mo-106 {
    margin-top: 106px !important;
  }
  .mt-mo-108 {
    margin-top: 108px !important;
  }
  .mt-mo-110 {
    margin-top: 110px !important;
  }
  .mt-mo-112 {
    margin-top: 112px !important;
  }
  .mt-mo-114 {
    margin-top: 114px !important;
  }
  .mt-mo-116 {
    margin-top: 116px !important;
  }
  .mt-mo-118 {
    margin-top: 118px !important;
  }
  .mt-mo-120 {
    margin-top: 120px !important;
  }
  .mt-mo-122 {
    margin-top: 122px !important;
  }
  .mt-mo-124 {
    margin-top: 124px !important;
  }
  .mt-mo-126 {
    margin-top: 126px !important;
  }
  .mt-mo-128 {
    margin-top: 128px !important;
  }
  .mt-mo-130 {
    margin-top: 130px !important;
  }
  .mt-mo-132 {
    margin-top: 132px !important;
  }
  .mt-mo-134 {
    margin-top: 134px !important;
  }
  .mt-mo-136 {
    margin-top: 136px !important;
  }
  .mt-mo-138 {
    margin-top: 138px !important;
  }
  .mt-mo-140 {
    margin-top: 140px !important;
  }
  .mt-mo-142 {
    margin-top: 142px !important;
  }
  .mt-mo-144 {
    margin-top: 144px !important;
  }
  .mt-mo-146 {
    margin-top: 146px !important;
  }
  .mt-mo-148 {
    margin-top: 148px !important;
  }
  .mt-mo-150 {
    margin-top: 150px !important;
  }
  .mt-mo-152 {
    margin-top: 152px !important;
  }
  .mt-mo-154 {
    margin-top: 154px !important;
  }
  .mt-mo-156 {
    margin-top: 156px !important;
  }
  .mt-mo-158 {
    margin-top: 158px !important;
  }
  .mt-mo-160 {
    margin-top: 160px !important;
  }
  .mt-mo-162 {
    margin-top: 162px !important;
  }
  .mt-mo-164 {
    margin-top: 164px !important;
  }
  .mt-mo-166 {
    margin-top: 166px !important;
  }
  .mt-mo-168 {
    margin-top: 168px !important;
  }
  .mt-mo-170 {
    margin-top: 170px !important;
  }
  .mt-mo-172 {
    margin-top: 172px !important;
  }
  .mt-mo-174 {
    margin-top: 174px !important;
  }
  .mt-mo-176 {
    margin-top: 176px !important;
  }
  .mt-mo-178 {
    margin-top: 178px !important;
  }
  .mt-mo-180 {
    margin-top: 180px !important;
  }
  .mt-mo-182 {
    margin-top: 182px !important;
  }
  .mt-mo-184 {
    margin-top: 184px !important;
  }
  .mt-mo-186 {
    margin-top: 186px !important;
  }
  .mt-mo-188 {
    margin-top: 188px !important;
  }
  .mt-mo-190 {
    margin-top: 190px !important;
  }
  .mt-mo-192 {
    margin-top: 192px !important;
  }
  .mt-mo-194 {
    margin-top: 194px !important;
  }
  .mt-mo-196 {
    margin-top: 196px !important;
  }
  .mt-mo-198 {
    margin-top: 198px !important;
  }
  .mt-mo-200 {
    margin-top: 200px !important;
  }
  .mt-mo-574 {
    margin-top: 534px !important;
  }
  .g-mo-0 {
    gap: 0 !important;
  }
  .g-mo-4 {
    gap: 4px !important;
  }
  .g-mo-6 {
    gap: 6px !important;
  }
  .g-mo-8 {
    gap: 8px !important;
  }
  .g-mo-10 {
    gap: 10px !important;
  }
  .g-mo-12 {
    gap: 12px !important;
  }
  .g-mo-14 {
    gap: 14px !important;
  }
  .g-mo-16 {
    gap: 16px !important;
  }
  .g-mo-18 {
    gap: 18px !important;
  }
  .g-mo-20 {
    gap: 20px !important;
  }
  .g-mo-22 {
    gap: 22px !important;
  }
  .g-mo-24 {
    gap: 24px !important;
  }
  .g-mo-26 {
    gap: 26px !important;
  }
  .g-mo-28 {
    gap: 28px !important;
  }
  .g-mo-30 {
    gap: 30px !important;
  }
  .g-mo-32 {
    gap: 32px !important;
  }
  .g-mo-34 {
    gap: 34px !important;
  }
  .g-mo-36 {
    gap: 36px !important;
  }
  .g-mo-38 {
    gap: 38px !important;
  }
  .g-mo-40 {
    gap: 40px !important;
  }
  .g-mo-42 {
    gap: 42px !important;
  }
  .g-mo-44 {
    gap: 44px !important;
  }
  .g-mo-46 {
    gap: 46px !important;
  }
  .g-mo-48 {
    gap: 48px !important;
  }
  .g-mo-50 {
    gap: 50px !important;
  }
  .g-mo-52 {
    gap: 52px !important;
  }
  .g-mo-54 {
    gap: 54px !important;
  }
  .g-mo-56 {
    gap: 56px !important;
  }
  .g-mo-58 {
    gap: 58px !important;
  }
  .g-mo-60 {
    gap: 60px !important;
  }
  .g-mo-62 {
    gap: 62px !important;
  }
  .g-mo-64 {
    gap: 64px !important;
  }
  .g-mo-66 {
    gap: 66px !important;
  }
  .g-mo-68 {
    gap: 68px !important;
  }
  .g-mo-70 {
    gap: 70px !important;
  }
  .g-mo-72 {
    gap: 72px !important;
  }
  .g-mo-74 {
    gap: 74px !important;
  }
  .g-mo-76 {
    gap: 76px !important;
  }
  .g-mo-78 {
    gap: 78px !important;
  }
  .g-mo-80 {
    gap: 80px !important;
  }
  .g-mo-82 {
    gap: 82px !important;
  }
  .g-mo-84 {
    gap: 84px !important;
  }
  .g-mo-86 {
    gap: 86px !important;
  }
  .g-mo-88 {
    gap: 88px !important;
  }
  .g-mo-90 {
    gap: 90px !important;
  }
  .g-mo-92 {
    gap: 92px !important;
  }
  .g-mo-94 {
    gap: 94px !important;
  }
  .g-mo-96 {
    gap: 96px !important;
  }
  .g-mo-98 {
    gap: 98px !important;
  }
  .g-mo-100 {
    gap: 100px !important;
  }
  .font-mo-300 {
    font-weight: var(--fw-300) !important;
  }
  .font-mo-400 {
    font-weight: var(--fw-400) !important;
  }
  .font-mo-600 {
    font-weight: var(--fw-600) !important;
  }
  .font-mo-500 {
    font-weight: var(--fw-500) !important;
  }
  .font-mo-700 {
    font-weight: var(--fw-700) !important;
  }
  .font-mo-800 {
    font-weight: var(--fw-800) !important;
  }
}
.line-limit {
  max-width: 100%;
  -webkit-line-clamp: var(--line-limit, 1);
}
.ez_Btn:hover,
body:not(.personabar-visible) .LiveForm.Default input[type="button"]:hover,
body:not(.personabar-visible) .LiveForm.Default input[type="submit"]:hover {
  --btn-accent: var(--btn-accent-hover);
  --btn-bak: var(--btn-bak-hover);
  --btn-border: var(--btn-border-hover);
}
.ez_Btn:not(:is(:disabled, .disable)):active,
body:is(.personabar-visible)
  a[title="Click to edit"]:not(:is(:disabled, .disable)):active,
body:not(.personabar-visible)
  .LiveForm.Default
  input[type="button"]:not(:is(:disabled, .disable)):active,
body:not(.personabar-visible)
  .LiveForm.Default
  input[type="submit"]:not(:is(:disabled, .disable)):active {
  --btn-offset: 0.5rem;
  --btn-accent: var(--btn-accent-focus);
  --btn-bak: var(--btn-bak-focus);
  --btn-border: var(--btn-border-focus);
}
.ez_Btn:is(:disabled, .disable),
body:not(.personabar-visible)
  .LiveForm.Default
  input[type="button"]:is(:disabled, .disable),
body:not(.personabar-visible)
  .LiveForm.Default
  input[type="submit"]:is(:disabled, .disable) {
  --btn-accent: var(--btn-accent-disabled);
  --btn-bak: var(--btn-bak-disabled);
  --btn-border: var(--btn-border-disabled);
  cursor: default;
}
body.rtl .ez_Btn .ezIcon {
  --icon-rotate: 180deg;
}
.ezIcon,
.ez_Menu_Wrapper .menu-main li.menu-have-submenu > .header_Menu_Item::after,
.ez__Menu_Wrapper .menu-main li.menu-have-submenu > .header__Menu_Item::after,
.headerSideNav_Side .menu-main li a::before,
.nice-select:after,
.searchSkinObjectPreview li[data-url] > span::after,
.searchSkinObjectPreview > li .searchSkinObjectPreview_more::after,
body:is(.personabar-visible) a[title="Click to edit"]::after {
  height: var(--icon);
  width: var(--icon);
  min-width: var(--icon);
  min-height: var(--icon);
  display: inline-flex;
  vertical-align: middle;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center/var(--icon-inner, cover);
  -webkit-mask: var(--icon-url) no-repeat center/var(--icon-inner, cover);
  margin-inline-start: var(--icon-ms, 0);
  margin-inline-end: var(--icon-me, 0);
  margin-block: var(--icon-mt, 0) var(--icon-mb, 0);
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
  rotate: calc(var(--icon-rotate, 0deg) * var(--direction-num, 1));
  transform: var(--icon-transform, none);
}
.slick-arrow,
.slick-arrow::before {
  transition: var(--transition) !important;
  font-size: 0 !important;
}
.main_Space {
  margin-bottom: var(--main-space) !important;
}
.title_Space {
  margin-bottom: var(--title-space) !important;
}
.flex-1 {
  flex: 1;
}
@media (min-width: 992px) {
  body:not(.personabar-visible).js-active .fadefrom_Start_Lg {
    opacity: 0;
    transform: translateX(
      calc(var(--fade-distance) * -1 * var(--direction-num))
    );
  }
  body:not(.personabar-visible).js-active .fadefrom_End_Lg {
    opacity: 0;
    transform: translateX(
      calc(var(--fade-distance) * 1 * var(--direction-num))
    );
  }
  body:not(.personabar-visible).js-active .fadefrom_Bottom_Lg {
    opacity: 0;
    transform: translateY(calc(var(--fade-distance)));
  }
  body:not(.personabar-visible).js-active .fadefrom_Top_Lg {
    opacity: 0;
    transform: translateY(calc(var(--fade-distance) * -1));
  }
  .typo-lg-h1 {
    font-size: var(--fz-h1);
    font-weight: var(--fw-700);
    line-height: var(--lh-h1);
  }
  .typo-lg-h2 {
    font-size: var(--fz-h2);
    font-weight: var(--fw-800);
    line-height: var(--lh-h2);
  }
  .typo-lg-h3,
  .typo-lg-h4,
  .typo-lg-h5,
  .typo-lg-h6 {
    font-weight: var(--fw-700);
  }
  .typo-lg-h3 {
    font-size: var(--fz-h3);
    line-height: var(--lh-h3);
  }
  .typo-lg-h4 {
    font-size: var(--fz-h4);
    line-height: var(--lh-h4);
  }
  .typo-lg-h5 {
    font-size: var(--fz-h5);
    line-height: var(--lh-h5);
  }
  .typo-lg-h6 {
    font-size: var(--fz-h6);
    line-height: var(--lh-h6);
  }
  .typo-lg-t1 {
    font-size: var(--fz-t1);
    font-weight: var(--fw-500);
    line-height: var(--lh-t1);
  }
  .typo-lg-t2,
  .typo-lg-t3,
  .typo-lg-t4 {
    font-weight: var(--fw-600);
  }
  .typo-lg-t2 {
    font-size: var(--fz-t2);
    line-height: var(--lh-t2);
  }
  .typo-lg-t3 {
    font-size: var(--fz-t3);
    line-height: var(--lh-t3);
  }
  .typo-lg-t4 {
    font-size: var(--fz-t4);
    line-height: var(--lh-t4);
  }
  .typo-lg-t5,
  .typo-lg-t6,
  .typo-lg-t7 {
    font-weight: var(--fw-500);
  }
  .typo-lg-t5 {
    font-size: var(--fz-t5);
    line-height: var(--lh-t5);
  }
  .typo-lg-t6 {
    font-size: var(--fz-t6);
    line-height: var(--lh-t6);
  }
  .typo-lg-t7 {
    font-size: var(--fz-t7);
    line-height: var(--lh-t7);
  }
  .typo-lg-b1,
  .typo-lg-b2,
  .typo-lg-b3,
  .typo-lg-b4,
  .typo-lg-b5 {
    font-weight: var(--fw-400);
  }
  .typo-lg-b1 {
    font-size: var(--fz-b1);
    line-height: var(--lh-b1);
  }
  .typo-lg-b2 {
    font-size: var(--fz-b2);
    line-height: var(--lh-b2);
  }
  .typo-lg-b3 {
    font-size: var(--fz-b3);
    line-height: var(--lh-b3);
  }
  .typo-lg-b4 {
    font-size: var(--fz-b4);
    line-height: var(--lh-b4);
  }
  .typo-lg-b5 {
    font-size: var(--fz-b5);
    line-height: var(--lh-b5);
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
.bottom_Space {
  margin-top: var(--bottom-space);
}
.col-gap-1 {
  column-gap: calc(var(--gap) * 0.5);
}
.col-gap-2 {
  column-gap: calc(var(--gap) * 1);
}
.col-gap-3 {
  column-gap: calc(var(--gap) * 2);
}
.col-gap-4 {
  column-gap: calc(var(--gap) * 3);
}
.row-gap-1 {
  row-gap: calc(var(--gap) * 0.5);
}
.row-gap-2 {
  row-gap: calc(var(--gap) * 1);
}
.row-gap-3 {
  row-gap: calc(var(--gap) * 2);
}
.row-gap-4 {
  row-gap: calc(var(--gap) * 3);
}
.nice-select {
  width: 100% !important;
  padding: 0.5rem !important;
  float: unset !important;
  font-weight: var(--fw-500) !important;
  height: 100%;
}
.nice-select::after {
  left: unset !important;
  right: 12px !important;
  width: 10px !important;
  height: 10px !important;
  border-color: var(--mc1);
}
.nice-select ul.list {
  width: 100%;
  border-radius: var(--border-radius-sm) !important;
  max-height: calc(7 * 40px) !important;
  overflow-y: auto;
  margin-inline-start: 0 !important;
}
.nice-select.open .nice-select-search-box {
  border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li,
.nice-select .nice-select-search {
  border: none;
}
.nice-select .current {
  display: block;
  width: 100%;
  text-align: start;
  line-height: 1.5rem;
}
:root {
  --slick-arrow-width: 32px;
  --slick-arrow-icon: 24px;
  --slick-arrow-accent: var(--mc2);
  --slick-arrow-radius: var(--border-radius-sm);
}
.Field-Container-Wide [id*="View_Fileupload"],
.slick-slide img {
  width: 100%;
}
.slick-arrow {
  width: var(--slick-arrow-width);
  height: var(--slick-arrow-width);
  background: var(--slick-arrow-back) !important;
  outline: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: absolute !important;
  border-radius: var(--slick-arrow-radius) !important;
  z-index: 1 !important;
  padding: var(--slick-arrow-padding);
  border: none;
  filter: grayscale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--slick-arrow-shadow);
}
.datePicker::before,
.slide-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
}
.slick-arrow.slick-disabled {
  filter: grayscale(1);
  --slick-arrow-accent: var(--bw-fade-4);
  cursor: not-allowed;
}
.slick-arrow.slick-prev {
  --rotation: rotate(calc(0 * var(--direction-num)));
  translate: calc(+50% * var(--direction-num));
}
.slick-arrow.slick-next,
body.rtl .slick-arrow.slick-prev {
  --rotation: rotate(calc(180deg * var(--direction-num)));
}
.slick-arrow.slick-next {
  translate: calc(-50% * var(--direction-num));
}
body.rtl .slick-arrow.slick-next {
  --rotation: rotate(calc(0 * var(--direction-num)));
  left: auto !important;
  right: 100%;
}
@media (max-width: 575px) {
  .slick-arrow.slick-next {
    translate: +100%;
  }
  .slick-arrow.slick-prev {
    translate: -100%;
  }
}
.slick-arrow::before {
  content: "" !important;
  transform: var(--rotation) !important;
  mask: url(../assets/icons/slick-arrow.svg) no-repeat center;
  mask-size: cover;
  -webkit-mask: url(../assets/icons/slick-arrow.svg) no-repeat center;
  -webkit-mask-size: cover;
  background-color: var(--slick-arrow-accent, var(--mc1)) !important;
  width: var(--slick-arrow-icon);
  height: var(--slick-arrow-icon);
  display: block;
}
.slick-arrow:not(.slick-disabled):hover {
  --slick-arrow-accent: var(--white);
  border-color: var(--mc2) !important;
  background: var(--mc2) !important;
}
.slide-arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #f4f4f4;
  border-radius: 50%;
  text-align: center;
}
.slide-arrow.arrow-prev {
  left: 0;
}
.slide-arrow.arrow-next {
  right: 0;
}
body.rtl .slide-arrow.arrow-prev {
  left: unset;
  right: 0;
}
body.rtl .slide-arrow.arrow-next {
  left: 0;
  right: unset;
}
.slick-dots {
  margin-inline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.slick-dots li {
  width: auto !important;
  height: auto !important;
}
.slick-dots li button {
  background: var(--Gray-95) !important;
  border-radius: 0 !important;
  width: 0.25rem !important;
  height: 0.25rem !important;
  transition: var(--transition);
  padding: 0 !important;
  font-size: 0px;
  outline: 0;
}
.slick-dots li.slick-active button {
  background: var(--white);
  width: 6px !important;
  height: 6px !important;
}
.slick-dots li button::before {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
body:not(.personabar-visible) .LiveForm.Default .nice-select {
  border-color: var(--Gray-90) !important;
  background-color: var(--white) !important;
  display: flex;
  align-items: end;
  padding-inline-end: 1.5rem;
}
body:not(.personabar-visible) .nice-select .nice-select .current {
  line-height: normal;
  font-size: var(--fz-lg);
}
body:not(.personabar-visible)
  .LiveForm.Default
  .Field.Fileupload:not(.active, :has(.plupload_filelist li))
  > label {
  translate: 0 -1.5rem;
}
body:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide {
  position: relative !important;
  border: solid 1px var(--Gray-90);
  border-radius: var(--border-radius-sm);
  padding-inline-end: 2.5rem;
}
body:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  input {
  cursor: pointer;
}
body:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide
  .moxie-shim.moxie-shim-html5 {
  right: 1rem !important;
  top: unset !important;
  left: unset !important;
  bottom: 0.5rem !important;
  --icon-url: url(../assets/icons/clip.svg);
  width: 1.5rem !important;
  height: 1.5rem !important;
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  background-color: var(--mc1);
  cursor: pointer !important;
}
body.rtl:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide
  .moxie-shim.moxie-shim-html5 {
  right: unset !important;
  left: 1rem !important;
}
.DNNEmptyPane.d-none,
.LiveForms .Toolbar-Item .glyphicon-floppy-saved,
.LiveForms .Toolbar-Item .glyphicon-floppy-saved ~ .Toolbar-Text,
.plupload_filelist_header,
body:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide
  .plupload_buttons
  > a:first-child {
  display: none !important;
}
.plupload_container .plupload_filelist {
  background: 0 0 !important;
  width: 100%;
}
#Body .LiveForm .Fileupload .Field-Container-Wide {
  display: flex !important;
  align-items: end;
  padding-bottom: 0.5rem;
  padding-inline-start: 0.5rem;
}
body:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  [style="position: relative;"] {
  position: unset !important;
}
body:not(.personabar-visible) {
  --form-message: "File : PDF or JPG up to 5Mb";
  --form-message-color: var(--Gray-80);
}
body.rtl:not(.personabar-visible) {
  --form-message: "فایل مجاز: PDF یا JPG تا حجم 5 مگابایت";
  --form-message-color: var(--Gray-80);
}
body:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide
  .plupload_buttons::before {
  content: var(--form-message);
  color: var(--form-message-color, inherit);
  white-space: initial;
  font-size: var(--fz-b4);
}
body:not(.personabar-visible) .plupload_container:has(.plupload_failed) {
  --form-message: "Your file is to large to Upload";
  --form-message-color: var(--error-00);
}
body.rtl:not(.personabar-visible) .plupload_container:has(.plupload_failed) {
  --form-message: "فایل آپلودی سنگین تر از حجم مجاز است";
}
body:not(.personabar-visible) .plupload_container:has(.plupload_done) {
  --form-message: "Upload Succesful";
  --form-message-color: var(--success-00);
}
body.rtl:not(.personabar-visible) .plupload_container:has(.plupload_done) {
  --form-message: "فایل با موفقیت آپلود شد";
}
body:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .plupload_filelist_footer {
  height: unset !important;
}
body:not(.personabar-visible) .LiveForm.Default .plupload_button {
  position: relative !important;
  display: flex !important;
  margin-inline-end: 0 !important;
  white-space: nowrap;
  min-width: fit-content !important;
  cursor: pointer;
  background: 0 0;
  border-color: var(--mc1);
  color: var(--mc1) !important;
  text-align: center;
  font-family: inherit;
  font-weight: var(--fw-600);
  align-items: center;
  gap: 0 !important;
  transition: var(--transition);
}
.plupload_button:hover {
  background: var(--primary-50) !important;
  --mc1: var(--white);
}
.plupload_container .plupload_filelist {
  height: fit-content !important;
  overflow: visible !important;
  background-color: var(--mc1-fade-2);
  margin-block: 0;
  border-radius: calc(var(--border-radius-sm) / 2);
}
.plupload_file_icon {
  max-width: 1.5rem;
}
.plupload_file_name {
  max-width: calc(70% - 3rem) !important;
  margin-inline-end: auto !important;
  white-space: nowrap;
}
.plupload_filelist .plupload_file_name {
  width: 150px !important;
}
.plupload_file_status {
  width: 2rem !important;
  color: var(--Gray-00) !important;
}
.plupload_content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.plupload_file_icon img {
  max-width: 100% !important;
  margin-inline-start: 0 !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}
.plupload_filelist li {
  background: unset !important;
  align-items: center;
  padding: 0 !important;
  justify-content: space-between;
  width: calc(100% - 2rem);
}
.plupload_filelist li:last-child {
  border-bottom: unset !important;
  align-items: center !important;
}
.plupload_filelist
  li
  > div:is(.plupload_file_icon, .plupload_file_size, .plupload_clearer) {
  display: none;
}
.plupload_file_action {
  align-items: center;
  justify-content: end;
  --icon: 1rem;
  --icon-url: url(../assets/icons/close.svg);
  width: 16% !important;
  height: 100% !important;
  margin: 0 !important;
  float: unset !important;
  display: none;
}
li.plupload_delete a {
  height: var(--icon);
  width: var(--icon);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  display: block;
  background: var(--mc1) !important;
}
body:not(.personabar-visible)
  .LiveForm.Default
  .plupload_button__Upload::before {
  content: "\f110 ";
  animation: 1s ease-in-out infinite rotateAnime;
}
body:not(.personabar-visible)
  .LiveForm.Default
  .plupload_button__Failed::before {
  content: "\f071 ";
}
body:not(.personabar-visible) .LiveForm.Default .plupload_button__Done::before {
  content: "\f00c ";
}
body:not(.personabar-visible) .LiveForm.Default .Field .nice-select,
body:not(.personabar-visible) .LiveForm.Default .Field input {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--Gray-95) !important;
  background: var(--white);
  height: 4rem !important;
  margin-inline: auto;
  padding-inline: 0.5rem !important;
}
body:not(.personabar-visible) .LiveForm.Default .Field .nice-select:hover,
body:not(.personabar-visible) .LiveForm.Default .Field input:hover,
body:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide:hover {
  border-color: var(--Gray-70) !important;
  box-shadow: 0 8px 16px 0 rgba(0, 29, 47, 0.05);
}
body:not(.personabar-visible) .LiveForm.Default input[type="file"] {
  padding: 0 !important;
  font-size: 0 !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  position: static !important;
}
body:not(.personabar-visible) .LiveForm.Default input.error,
body:not(.personabar-visible) .LiveForm.Default select.error,
body:not(.personabar-visible) .LiveForm.Default textarea.error {
  border-bottom-color: var(--mc1) !important;
}
body:not(.personabar-visible) .LiveForm.Default .Field.active .nice-select,
body:not(.personabar-visible) .LiveForm.Default .Field.active input {
  border-color: var(--Gray-60) !important;
}
body:not(.personabar-visible) .LiveForm.Default .Field .nice-select.open {
  border-radius: 0 !important;
}
body:not(.personabar-visible) .LiveForm.Default .Field > label {
  margin: 0 !important;
  background: 0 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0.5rem;
  top: calc(50% + 12px);
  transform: translateY(-50%);
  font-size: var(--fz-b4);
  font-weight: 400;
  color: var(--Gray-70);
  height: fit-content;
  transition: var(--transition);
}
body:not(.personabar-visible, .rtl) .LiveForm.Default .Field > label {
  right: unset;
  left: 0.5rem;
}
body:not(.personabar-visible)
  .LiveForm.Default
  .Field:is(.active, :has(.plupload_filelist li))
  > label {
  top: 1rem;
  transform: translateY(0);
  font-size: 12px;
  color: var(--Gray-80) !important;
}
body:not(.personabar-visible)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide {
  border-radius: none !important;
  border: none !important;
  border-bottom: 1px solid var(--Gray-95) !important;
  height: 3.75rem !important;
  background: var(--white);
  transition: var(--transition);
}
.Fileupload,
.datePicker {
  position: relative;
}
.datePicker::before {
  content: "";
  display: block;
  right: 1rem;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(/Portals/_default/skins/ez-skin/assets/icons/calendar.svg)
    center/contain no-repeat;
}
body.rtl .datePicker::before {
  right: unset;
  left: 1rem;
}
.nice-select:after {
  border: none !important;
  transform: none !important;
  transform-origin: center;
  --icon-url: url(../assets/icons/chevron.svg);
  --icon: 1rem;
  --icon-rotate: 90deg;
  --icon-color: var(--Gray-50);
  height: var(--icon);
  width: var(--icon);
  display: inline-flex;
  vertical-align: middle;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center/var(--icon-inner, cover);
  -webkit-mask: var(--icon-url) no-repeat center/var(--icon-inner, cover);
  margin-inline-start: var(--icon-ms, 0);
  margin-inline-end: var(--icon-me, 0);
  margin-block: var(--icon-mt, 0) var(--icon-mb, 0);
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
  rotate: calc(var(--icon-rotate, 0deg) * var(--direction-num, 1));
  transform: var(--icon-transform, none);
}
.nice-select.open:after {
  --icon-rotate: -90deg;
}
.nice-select .option {
  padding-inline: 0.5rem !important;
}
.nice-select .list {
  max-height: 200px;
  overflow: auto;
}
body:not(.personabar-visible) .LiveForm.Default .plupload_button {
  border-radius: 0;
  height: 2rem;
  padding: 4px 2rem !important;
  display: flex;
  align-items: center;
  font-size: var(--fz-b4);
  font-weight: 400;
}
body:not(.personabar-visible)
  .LiveForm.Default
  .Field.Required
  > label::before {
  color: var(--mc1) !important;
  order: 1;
  padding-inline-end: 0.25rem !important;
}
body.rtl .nice-select::after {
  right: unset !important;
  left: 12px !important;
}
body.rtl .nice-select.open::after {
  --icon-rotate: -90deg;
}
body:not(.rtl) .nice-select::after {
  --icon-rotate: -90deg;
}
body:not(.rtl) .nice-select.open::after {
  --icon-rotate: -90deg;
}
.datepicker-plot-area * {
  font-family: IranSansNumb;
}
.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-month-view .month-item,
.datepicker-plot-area .datepicker-year-view .year-item {
  font-size: var(--fz-t6);
  font-weight: var(--fw-400);
  color: var(--Gray-30);
}
.datepicker-plot-area .datepicker-day-view .table-days td.today span {
  background-color: var(--mc1);
  color: var(--white);
  text-shadow: none !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-month-view .month-item.selected,
.datepicker-plot-area .datepicker-year-view .year-item.selected {
  background-color: var(--Secondary-S40);
  color: var(--white);
  text-shadow: none !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area
  .datepicker-day-view
  .table-days
  td.selected
  span
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  td:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover {
  background-color: var(--Secondary-S50);
  color: var(--white);
}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
  height: fit-content;
}
.dnnLoading {
  background: url(/portals/0/logo.svg) center center/80px 80px no-repeat #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dnnLoading::after {
  content: "";
  display: block;
  width: 160px;
  height: 104px;
  transform: rotate(0);
  animation: 1s infinite rotateAnime;
  mask: url(../assets/icons/loadingCircle.svg) no-repeat center/cover;
  -webkit-mask: url(../assets/icons/loadingCircle.svg) no-repeat center/cover;
  background-color: var(--mc1);
}
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 8px;
}
html::-webkit-scrollbar-thumb {
  transition: var(--transition);
  background: var(--Secondary-S50);
  border-radius: 8px;
}
.modal-body::-webkit-scrollbar {
  width: 8px;
}
.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-body::-webkit-scrollbar-thumb {
  transition: var(--transition);
  background: var(--mc1);
}
.article__InternalLink,
.article__InternalLink:visited {
  color: var(--mc3);
  transition: var(--transition);
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a,
.dnnSearchResultPanel::before {
  font-size: var(--fz-t6);
  font-weight: var(--fw-500);
  line-height: var(--lh-t6);
  color: var(--Gray-20);
}
.personabar--btn,
.personabar-usertype {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #3d3c3c;
  cursor: pointer;
  z-index: 10000000;
  background-color: #026790;
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
}
.personabar-usertype {
  right: 0;
  top: 42px;
  color: #fff;
}
.rtl .personabar--btn {
  right: 0;
  left: auto;
}
.personabar--btn svg,
.test svg {
  fill: white;
}
.editBarFrameContainer,
.personabar-placeholder,
iframe#personaBar-iframe {
  transition: 0.5s;
}
.personabar--closed .personabar-placeholder,
.personabar--closed iframe#personaBar-iframe {
  left: -80px;
}
.rtl.personabar--closed .personabar-placeholder,
.rtl.personabar--closed iframe#personaBar-iframe {
  left: auto;
  right: -80px !important;
}
.personabar--closed {
  margin: 0 !important;
}
.personabar--closed .editBarFrameContainer {
  bottom: -80px;
}
.personabar--btn {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transform: scale(-1);
}
.personabar--btn .icon-bar {
  height: 3px;
  background-color: #fff;
  transition: var(--transition);
  margin: 2px 0;
  width: 20px;
  border-radius: 10px;
}
body:not(.personabar--closed) .personabar--btn .icon-bar:first-child {
  transform: rotatez(-45deg) translate(-6px, 6px);
  transform-origin: bottom;
}
body:not(.personabar--closed) .personabar--btn .icon-bar:nth-child(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
  width: 0;
  opacity: 0;
}
:is([class*="me-1"], [class*="ms-1"])
  body:not(.personabar--closed)
  .personabar--btn
  .icon-bar:nth-child(3) {
  transform-origin: bottom;
  transform: translate(-2px, -6px) rotatez(45deg);
}
.DnnModule-DNNGoDNNGalleryPro .wb-slides .slick-track {
  min-width: 100%;
}
.dnnSearchBoxPanel {
  background: 0 0;
  padding: unset;
  margin-top: var(--title-space);
  max-width: unset !important;
  order: 0;
}
.dnnSearchResultAdvancedTip,
.dnnSearchResultItem-Link,
div:has(> .dnnSearchResultCountPerPage) {
  display: none !important;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
  font-size: var(--fz-t5);
  font-weight: var(--fw-500);
  line-height: var(--lh-t5);
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --icon: 1.5rem;
  --icon-url: url("../assets/icons/chevron.svg");
  --icon-rotate: 90deg;
  --icon-color: var(--Gray-30);
}
.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Title
  > a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Title
  > a::after {
  content: "";
}
.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Description {
  color: var(--Gray-40);
  font-weight: var(--fw-400);
  font-size: var(--fz-b4);
  line-height: var(--lh-b4);
}
.dnnSearchBox > input[type="text"],
.dnnSearchBox > input[type="text"]:focus {
  position: static !important;
  width: 100% !important;
  order: 1;
  background-color: unset !important;
  font-size: var(--fz-t5);
  line-height: var(--lh-t5);
  font-weight: var(--fw-500);
  color: var(--tc1);
}
.dnnSearchBox > input[type="text"]::placeholder {
  color: var(--Gray-50);
  margin-inline-start: 1rem;
}
.dnnSearchBoxPanel .dnnSearchBox {
  margin: 0 0 2rem;
  box-shadow: none;
  padding: 1rem 2rem;
  background-color: var(--primary-100);
  border-radius: 0;
  display: flex;
  align-items: center;
  border: none;
}
.dnnSearchBox > a.dnnSearchBoxClearText {
  position: static;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  mask: url(../assets/icons/closeCircled.svg) no-repeat center/cover;
  -webkit-mask: url(../assets/icons/closeCircled.svg) no-repeat center/cover;
  order: 2;
  display: flex !important;
  margin-bottom: unset;
  background: var(--Gray-20) !important;
  transition: var(--transition);
}
.dnnSearchBox_advanced {
  display: none;
}
.dnnSearchBox > a.dnnSearchButton {
  position: static !important;
  margin: 0 !important;
  background-image: none !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  mask: url(../assets/icons/search.svg) no-repeat center/24px 24px !important;
  -webkit-mask: url(../assets/icons/search.svg) no-repeat center/24px 24px !important;
  background-color: var(--primary-50) !important;
  order: 0 !important;
}
.dnnSearchResultPanel {
  background: unset;
  display: flex;
  justify-content: end;
  align-items: baseline;
  margin-inline-start: auto;
}
.dnnRight:has(.dnnPager-current) {
  display: none;
}
.dnnSearchResultPanel::before {
  content: "sort by:";
  margin-inline-end: 1rem;
}
body.rtl .dnnSearchResultPanel::before {
  content: "ترتیب براساس:";
}
.ModSearchResultsC {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.dnnSearchResultPager,
.dnnSearchResultPanel {
  width: 50%;
}
.dnnSearchResultPager {
  order: 1;
  border: none !important;
  margin: 0 !important;
  vertical-align: middle;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
  font-size: var(--fz-b4);
  line-height: var(--lh-b4);
  font-weight: var(--fw-400);
}
.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Others
  span,
.dnnSearchResultItem-Others {
  color: var(--Gray-80);
  font-weight: var(--fw-400);
  font-size: var(--fz-b4);
  line-height: var(--lh-b4);
}
.dnnSearchResultContainer
  > .dnnSearchResultItem
  > .dnnSearchResultItem-Description
  b {
  color: var(--primary-50);
  font-weight: inherit;
}
.dnnSearchResultPanel {
  order: 2;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.PagingTable .pagingname[align="right"],
.PagingTable [align="left"],
.dnnSearchResultPager:not(.dnnSearchResultPagerTop) {
  display: none !important;
}
.dnnSearchResultContainer {
  width: 100%;
  margin-top: var(--title-space);
  padding-top: 30px;
  border-top: solid 2px var(--primary-50);
  order: 3;
}
.dnnSearchResultSortOptions {
  display: flex;
  gap: 1.5rem;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
  background: unset !important;
  border-bottom: 1px solid transparent;
  transition: var(--transition);
  padding: 0 0 0.25rem;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a,
.dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a:hover {
  border-color: var(--primary-50);
  color: var(--primary-50);
}
.dnnSearchResultPanel .dnnSearchResultSortOptions {
  border: none;
  padding: 0;
}
.dnnRight {
  margin-right: 0 !important;
}
.subPageSection table {
  border-radius: var(--border-radius-sm);
  margin-inline: auto;
  padding: 0.5rem;
}
body:is(.personabar-visible) a[title="Click to edit"] img {
  display: none;
}
body:is(.personabar-visible) a[title="Click to edit"] {
  height: fit-content;
  padding: 0.5rem !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 0;
  transition: var(--transition);
  box-shadow: var(--box-shadow-1);
  aspect-ratio: 1 !important;
  z-index: 5;
  --icon: 20px;
  --icon-url: url(/Portals/0/Images/icons/pencil.svg);
  --icon-color: var(--primary-100);
  backdrop-filter: blur(6px) brightness(1.15);
  -webkit-backdrop-filter: blur(6px) brightness(1.15);
}
body:is(.personabar-visible) a[title="Click to edit"]::after {
  --icon: 20px;
  --icon-url: url(/Portals/_default/Skins/ez-skin/assets/icons/pencil.svg);
  background: var(--Secondary-S60) !important;
  content: "";
  transform: unset !important;
  margin: 0;
  padding: 0;
  rotate: unset;
}
body:is(.personabar-visible) :has(> a[title="Click to edit"]) {
  position: relative;
}
body:is(.personabar-visible) a[title="Click to edit"]:hover {
  opacity: 1;
}
body:is(.personabar-visible)
  :is(.main__Banner_Title_Item, #headerAttractions)
  a[title="Click to edit"] {
  position: static !important;
  transform: unset !important;
  opacity: 1;
}
.PagingTable {
  display: flex;
  justify-content: center;
  margin-top: 80px !important;
  margin-bottom: 0 !important;
  height: fit-content !important;
}
.PagingTable .pagingnumbers[align="left"],
.PagingTable [align="right"] {
  display: flex !important;
  align-items: center;
  gap: 0.25rem;
}
.PagingTable a,
.PagingTable td span {
  color: var(--Gray-G40, #626262) !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px;
  border-radius: 0px !important;
  width: 48px !important;
  height: 48px !important;
  line-height: normal !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-flex !important;
  padding: 0 !important;
  margin: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  transition: var(--transition);
  background-color: transparent !important;
}
.PagingTable tbody tr td:last-child span.active {
  color: var(--Primary-P70) !important;
  background: var(--Primary-P99) !important;
}
.pagination-late .PagingTable a:is(:nth-child(2), :nth-last-child(2)),
.pagination-late .PagingTable td span:is(:nth-child(2), :nth-last-child(2)) {
  font-size: 1rem !important;
}
.PagingTable a:hover {
  background: var(--Primary-P99) !important;
  color: var(--Primary-P70) !important;
}
:is(.PagingTable td span, .PagingTable a):is(
  :nth-child(2),
  :nth-last-child(2)
) {
  background-color: unset !important;
  font-size: 0 !important;
  --icon-color: var(--Primary-P70);
  --icon: 1.5rem;
  --icon-url: url(../assets/icons/chevron.svg);
  --icon-rotate: calc(0deg * var(--direction-num));
}
:is(.PagingTable td span, .PagingTable a):is(:nth-child(2), ) {
  --icon-rotate: calc(180deg * var(--direction-num));
}
:is(.PagingTable td span, .PagingTable a):is(:first-child, ) {
  --icon-rotate: calc(180deg * var(--direction-num)) !important;
}
:is(.PagingTable td span, .PagingTable a):is(
    :nth-child(2),
    :nth-last-child(2)
  ):is(span) {
  --icon-color: var(--Gray-G50);
}
:is(.PagingTable td span, .PagingTable a):is(
    :nth-child(2),
    :nth-last-child(2)
  )::after {
  content: "";
  height: var(--icon);
  width: var(--icon);
  min-width: var(--icon);
  min-height: var(--icon);
  display: inline-flex;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
  rotate: var(--icon-rotate, 0deg);
}
body:not(.rtl)
  :is(.PagingTable td span, .PagingTable a):is(:nth-child(2))::after {
  rotate: 0deg;
}
body:not(.rtl)
  :is(.PagingTable td span, .PagingTable a):is(:nth-last-child(2))::after {
  rotate: 180deg;
}

.pagination-late .PagingTable a:is(:nth-child(2), :nth-last-child(2))::after,
.pagination-late
  .PagingTable
  td
  span:is(:nth-child(2), :nth-last-child(2))::after {
  display: none !important;
}
:is(.PagingTable td span, .PagingTable a):is(:first-child, :last-child) {
  background-color: unset !important;
  font-size: 0 !important;
  --icon-color: var(--Primary-P70);
  --icon: 1.5rem;
  --icon-url: url(../assets/icons/dblChev.svg);
  --icon-rotate: calc(0 * var(--direction-num));
}
:is(.PagingTable td span, .PagingTable a):is(:first-child, :last-child)::after {
  content: "";
  height: var(--icon);
  width: var(--icon);
  min-width: var(--icon);
  min-height: var(--icon);
  display: inline-flex;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center/cover;
  -webkit-mask: var(--icon-url) no-repeat center/cover;
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
  rotate: var(--icon-rotate, 0deg);
  transform: scaleX(-1);
}
body:not(.rtl) :is(.PagingTable td span, .PagingTable a):is(:first-child, :last-child)::after {
  transform: unset;
}
:is(.PagingTable td span):is(:first-child, :last-child)::after {
  background: var(--Gray-G50);
}
@media (max-width: 991px) {
  main:not(.loginMain) {
    min-height: fit-content;
  }
  :root {
    --slick-arrow-width: 2rem;
    --slick-arrow-icon: 2rem;
    --slick-arrow-shadow: 0px 0px 5px hsl(from var(--Gray-00) h s l / 20%);
    --slick-arrow-back: var(--white);
    --slick-arrow-padding: 0.25rem;
  }
  .dnnSearchResultSortOptions {
    gap: 1rem;
  }
  .dnnSearchResultPanel::before {
    margin: 0;
  }
  .PagingTable {
    justify-content: start;
    overflow-x: auto;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .rtl .personabar-placeholder,
  iframe#personaBar-iframe {
    left: unset !important;
    right: -80px !important;
    transition: 0.3s ease-in-out;
  }
  .rtl .personabar-placeholder {
    z-index: 1000;
  }
  .rtl.personabar-visible {
    margin-right: 0 !important;
    transition: ease-in-out;
  }
  .personaBarContainer.personalBarContainer {
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 20%;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 2048 2048' style='enable-background:new 0 0 2048 2048;' xml:space='preserve' aria-labelledby='Settings_title'%3E%3Ccircle class='back' cx='1024' cy='1024' r='1024'%3E%3C/circle%3E%3Cpath fill='%23fff' class='main' d='M1479.7,1016c0-37.7-5.2-74.1-14-109.1l151.9-87.6l-119.5-207.1l-150,86.7c-52.7-52.5-118.5-91.7-192-112.8 V407.6H917.1v176.1c-79.9,21.2-150.9,63.6-206.7,121.2L550,612.3L430.5,819.3L596,914.9c-7.5,32.5-11.9,66.3-11.9,101.1 c0,39.9,5.7,78.3,15.5,114.9l-169.2,97.7l119.5,207.1l170.5-98.4c54.1,52.5,121.5,91.2,196.7,111.1v192h239.1V1446 c68.7-19.7,130.4-55.6,181.2-103.1l160.8,92.8l119.5-207.1l-155.3-89.7C1473.5,1099.9,1479.7,1058.8,1479.7,1016z M1032,1283.1 c-143.1,0-259.1-116-259.1-259.1s116-259.1,259.1-259.1s259.1,116,259.1,259.1S1175.1,1283.1,1032,1283.1z'%3E%3C/path%3E%3C/svg%3E")
      center/75% no-repeat #0e2936;
    z-index: 999999;
    transition: 0.3s ease-in-out;
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .rtl .personaBarContainer.personalBarContainer {
    right: 0;
    left: auto;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .mobile .personaBarContainer.personalBarContainer {
    left: 80px;
  }
  .mobile.rtl .personabar-placeholder,
  .mobile.rtl iframe#personaBar-iframe {
    left: auto !important;
    right: 0 !important;
  }
  .mobile.rtl .personaBarContainer.personalBarContainer {
    right: 80px;
  }
  .mobile.rtl.personabar-visible {
    margin-right: 80px !important;
    margin-left: 0 !important;
  }
  .mobile.personabar-visible {
    margin-left: 80px !important;
  }
  .mobile .personabar-placeholder,
  .mobile iframe#personaBar-iframe {
    left: 0 !important;
  }
}
.has-loader::after,
.has-loader::before {
  content: "";
  position: absolute;
  opacity: 1;
  transition: opacity 0.25s;
}
.has-loader {
  position: relative;
}
.has-loader::before {
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92),
    rgba(255, 255, 255, 0.78)
  );
  backdrop-filter: blur(4px);
  z-index: 9999;
}
.has-loader::after {
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  z-index: 10000;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-color: #1c69d4 #7a7a7a rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  animation: 0.85s linear infinite bmwSpin;
}
.has-loader.loader-done .loader-label,
.has-loader.loader-done::after,
.has-loader.loader-done::before {
  opacity: 0;
  pointer-events: none;
}
@keyframes bmwSpin {
  to {
    transform: rotate(360deg);
  }
}
.form-input:has(input[name="date"])::before {
  content: "";
  background-image: url(../assets/icons/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.job-offers-form-wrapper .form-element .filepond--drop-label::after {
  content: "";
  background-image: url(../assets/icons/attachment.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 24px;
  width: 24px;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

body.menu-open {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}
