/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-cl: 0;
  --breakpoint-xs: 450px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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";
  --font-family-monospace: sfmono-regular, menlo, monaco, consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
  direction: rtl;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: right;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

a:not([href], [tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href], [tabindex]):hover,
a:not([href], [tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

a:focus {
  outline: 0;
}

a:not([href], [tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: visible;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: right;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

form {
  margin: 0;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 50px 8px 25px 0;
  margin: 17px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  appearance: none;
}

[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-weight: 500;
  line-height: 46px;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

em,
i {
  font-style: normal;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin: 0;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (width >=450px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (width >=576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (width >=768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (width >=992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (width >=1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (width >=450px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (width >=576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (width >=768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (width >=992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (width >=1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (width >=450px) {
  .float-xs-left {
    float: left !important;
  }

  .float-xs-right {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }
}

@media (width >=576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (width >=768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (width >=992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (width >=1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgb(0 0 0 / 0%);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (width >=450px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }

  .m-xs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xs-n3 {
    margin: -1rem !important;
  }

  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }

  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }

  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }

  .m-xs-n4 {
    margin: -1.5rem !important;
  }

  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xs-n5 {
    margin: -3rem !important;
  }

  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }

  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }

  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (width >=576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (width >=768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (width >=992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (width >=1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (width >=450px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}

@media (width >=576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (width >=768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (width >=992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (width >=1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgb(0 0 0 / 50%) !important;
}

.text-white-50 {
  color: rgb(255 255 255 / 50%) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (width >=450px) {
  .container {
    max-width: 420px;
  }
}

@media (width >=576px) {
  .container {
    max-width: 540px;
  }
}

@media (width >=768px) {
  .container {
    max-width: 720px;
  }
}

@media (width >=992px) {
  .container {
    max-width: 960px;
  }
}

@media (width >=1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-24,
.col-xl-23,
.col-xl-22,
.col-xl-21,
.col-xl-20,
.col-xl-19,
.col-xl-18,
.col-xl-17,
.col-xl-16,
.col-xl-15,
.col-xl-14,
.col-xl-13,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-24,
.col-lg-23,
.col-lg-22,
.col-lg-21,
.col-lg-20,
.col-lg-19,
.col-lg-18,
.col-lg-17,
.col-lg-16,
.col-lg-15,
.col-lg-14,
.col-lg-13,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-24,
.col-md-23,
.col-md-22,
.col-md-21,
.col-md-20,
.col-md-19,
.col-md-18,
.col-md-17,
.col-md-16,
.col-md-15,
.col-md-14,
.col-md-13,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-24,
.col-sm-23,
.col-sm-22,
.col-sm-21,
.col-sm-20,
.col-sm-19,
.col-sm-18,
.col-sm-17,
.col-sm-16,
.col-sm-15,
.col-sm-14,
.col-sm-13,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-xs,
.col-xs-auto,
.col-xs-24,
.col-xs-23,
.col-xs-22,
.col-xs-21,
.col-xs-20,
.col-xs-19,
.col-xs-18,
.col-xs-17,
.col-xs-16,
.col-xs-15,
.col-xs-14,
.col-xs-13,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.col,
.col-auto,
.col-24,
.col-23,
.col-22,
.col-21,
.col-20,
.col-19,
.col-18,
.col-17,
.col-16,
.col-15,
.col-14,
.col-13,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

.offset-1 {
  margin-left: 4.1666666667%;
}

.offset-2 {
  margin-left: 8.3333333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.6666666667%;
}

.offset-5 {
  margin-left: 20.8333333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.1666666667%;
}

.offset-8 {
  margin-left: 33.3333333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.6666666667%;
}

.offset-11 {
  margin-left: 45.8333333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.1666666667%;
}

.offset-14 {
  margin-left: 58.3333333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.6666666667%;
}

.offset-17 {
  margin-left: 70.8333333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.1666666667%;
}

.offset-20 {
  margin-left: 83.3333333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.6666666667%;
}

.offset-23 {
  margin-left: 95.8333333333%;
}

@media (width >=450px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xs-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-xs-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xs-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-xs-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-xs-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xs-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-xs-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-xs-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xs-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-xs-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-xs-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xs-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-xs-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 25;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .order-xs-13 {
    order: 13;
  }

  .order-xs-14 {
    order: 14;
  }

  .order-xs-15 {
    order: 15;
  }

  .order-xs-16 {
    order: 16;
  }

  .order-xs-17 {
    order: 17;
  }

  .order-xs-18 {
    order: 18;
  }

  .order-xs-19 {
    order: 19;
  }

  .order-xs-20 {
    order: 20;
  }

  .order-xs-21 {
    order: 21;
  }

  .order-xs-22 {
    order: 22;
  }

  .order-xs-23 {
    order: 23;
  }

  .order-xs-24 {
    order: 24;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 4.1666666667%;
  }

  .offset-xs-2 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-3 {
    margin-left: 12.5%;
  }

  .offset-xs-4 {
    margin-left: 16.6666666667%;
  }

  .offset-xs-5 {
    margin-left: 20.8333333333%;
  }

  .offset-xs-6 {
    margin-left: 25%;
  }

  .offset-xs-7 {
    margin-left: 29.1666666667%;
  }

  .offset-xs-8 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-9 {
    margin-left: 37.5%;
  }

  .offset-xs-10 {
    margin-left: 41.6666666667%;
  }

  .offset-xs-11 {
    margin-left: 45.8333333333%;
  }

  .offset-xs-12 {
    margin-left: 50%;
  }

  .offset-xs-13 {
    margin-left: 54.1666666667%;
  }

  .offset-xs-14 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-15 {
    margin-left: 62.5%;
  }

  .offset-xs-16 {
    margin-left: 66.6666666667%;
  }

  .offset-xs-17 {
    margin-left: 70.8333333333%;
  }

  .offset-xs-18 {
    margin-left: 75%;
  }

  .offset-xs-19 {
    margin-left: 79.1666666667%;
  }

  .offset-xs-20 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-21 {
    margin-left: 87.5%;
  }

  .offset-xs-22 {
    margin-left: 91.6666666667%;
  }

  .offset-xs-23 {
    margin-left: 95.8333333333%;
  }
}

@media (width >=576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 25;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .order-sm-13 {
    order: 13;
  }

  .order-sm-14 {
    order: 14;
  }

  .order-sm-15 {
    order: 15;
  }

  .order-sm-16 {
    order: 16;
  }

  .order-sm-17 {
    order: 17;
  }

  .order-sm-18 {
    order: 18;
  }

  .order-sm-19 {
    order: 19;
  }

  .order-sm-20 {
    order: 20;
  }

  .order-sm-21 {
    order: 21;
  }

  .order-sm-22 {
    order: 22;
  }

  .order-sm-23 {
    order: 23;
  }

  .order-sm-24 {
    order: 24;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }

  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }

  .offset-sm-6 {
    margin-left: 25%;
  }

  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }

  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }

  .offset-sm-12 {
    margin-left: 50%;
  }

  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }

  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }

  .offset-sm-18 {
    margin-left: 75%;
  }

  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }

  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }

  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}

@media (width >=768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 25;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .order-md-13 {
    order: 13;
  }

  .order-md-14 {
    order: 14;
  }

  .order-md-15 {
    order: 15;
  }

  .order-md-16 {
    order: 16;
  }

  .order-md-17 {
    order: 17;
  }

  .order-md-18 {
    order: 18;
  }

  .order-md-19 {
    order: 19;
  }

  .order-md-20 {
    order: 20;
  }

  .order-md-21 {
    order: 21;
  }

  .order-md-22 {
    order: 22;
  }

  .order-md-23 {
    order: 23;
  }

  .order-md-24 {
    order: 24;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 4.1666666667%;
  }

  .offset-md-2 {
    margin-left: 8.3333333333%;
  }

  .offset-md-3 {
    margin-left: 12.5%;
  }

  .offset-md-4 {
    margin-left: 16.6666666667%;
  }

  .offset-md-5 {
    margin-left: 20.8333333333%;
  }

  .offset-md-6 {
    margin-left: 25%;
  }

  .offset-md-7 {
    margin-left: 29.1666666667%;
  }

  .offset-md-8 {
    margin-left: 33.3333333333%;
  }

  .offset-md-9 {
    margin-left: 37.5%;
  }

  .offset-md-10 {
    margin-left: 41.6666666667%;
  }

  .offset-md-11 {
    margin-left: 45.8333333333%;
  }

  .offset-md-12 {
    margin-left: 50%;
  }

  .offset-md-13 {
    margin-left: 54.1666666667%;
  }

  .offset-md-14 {
    margin-left: 58.3333333333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.6666666667%;
  }

  .offset-md-17 {
    margin-left: 70.8333333333%;
  }

  .offset-md-18 {
    margin-left: 75%;
  }

  .offset-md-19 {
    margin-left: 79.1666666667%;
  }

  .offset-md-20 {
    margin-left: 83.3333333333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.6666666667%;
  }

  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}

@media (width >=992px) {
  /* divplus start */
  .blog-content-div {
    flex: 0 0 64.8333333333% !important;
    max-width: 64.8333333333% !important;
  }

  .blog-sidbar-div .sticker {
    width: 350px !important;
    left: auto !important;
  }

  /* divplus end */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 25;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .order-lg-13 {
    order: 13;
  }

  .order-lg-14 {
    order: 14;
  }

  .order-lg-15 {
    order: 15;
  }

  .order-lg-16 {
    order: 16;
  }

  .order-lg-17 {
    order: 17;
  }

  .order-lg-18 {
    order: 18;
  }

  .order-lg-19 {
    order: 19;
  }

  .order-lg-20 {
    order: 20;
  }

  .order-lg-21 {
    order: 21;
  }

  .order-lg-22 {
    order: 22;
  }

  .order-lg-23 {
    order: 23;
  }

  .order-lg-24 {
    order: 24;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }

  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }

  .offset-lg-6 {
    margin-left: 25%;
  }

  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }

  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }

  .offset-lg-12 {
    margin-left: 50%;
  }

  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }

  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }

  .offset-lg-18 {
    margin-left: 75%;
  }

  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }

  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }

  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}

@media (width >=1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 25;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .order-xl-13 {
    order: 13;
  }

  .order-xl-14 {
    order: 14;
  }

  .order-xl-15 {
    order: 15;
  }

  .order-xl-16 {
    order: 16;
  }

  .order-xl-17 {
    order: 17;
  }

  .order-xl-18 {
    order: 18;
  }

  .order-xl-19 {
    order: 19;
  }

  .order-xl-20 {
    order: 20;
  }

  .order-xl-21 {
    order: 21;
  }

  .order-xl-22 {
    order: 22;
  }

  .order-xl-23 {
    order: 23;
  }

  .order-xl-24 {
    order: 24;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }

  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }

  .offset-xl-6 {
    margin-left: 25%;
  }

  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }

  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }

  .offset-xl-12 {
    margin-left: 50%;
  }

  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }

  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }

  .offset-xl-18 {
    margin-left: 75%;
  }

  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }

  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }

  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.p50 {
  margin: 0 -25px;
}

.p50 > [class*="col-"] {
  padding: 0 25px;
}

.p30 {
  margin: 0 -15px;
}

.p30 > [class*="col-"] {
  padding: 0 15px;
}

.p15 {
  margin: 0 -7.5px;
}

.p15 > [class*="col-"] {
  padding: 0 7.5px;
}

.p60 {
  margin: 0 -30px;
}

.p60 > [class*="col-"] {
  padding: 0 30px;
}

.p35 {
  margin: 0 -36.5px;
}

.p35 > [class*="col-"] {
  margin-bottom: 42px;
  padding: 0 37px 41px;
}

.col-underline > [class*="col-"]:first-of-type {
  position: relative;
  margin-bottom: 41px;
}

.col-underline > [class*="col-"]:first-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 25px;
  height: 1px;
  background-color: #d6d7e1;
}

.col-underline > [class*="col-"]:nth-of-type(2) {
  position: relative;
  margin-bottom: 41px;
}

.col-underline > [class*="col-"]:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 25px;
  height: 1px;
  background-color: #d6d7e1;
}

.not-found-result {
  text-align: center;
  padding: 100px 0;
  border: 1px solid #ddddea;
  color: #442b7a;
  border-radius: 5px;
  margin: 90px 0;
  font-size: 30px;
  font-weight: 700;
  animation: erorr infinite 1.5s;
}

@media (width <=1200px) {
  .col-underline > [class*="col-"]:first-of-type {
    position: relative;
    margin-bottom: 41px;
  }

  .col-underline > [class*="col-"]:first-of-type::after {
    display: none;
  }

  .col-underline > [class*="col-"]:nth-of-type(2) {
    position: relative;
    margin-bottom: 41px;
  }

  .col-underline > [class*="col-"]:nth-of-type(2)::after {
    display: none;
  }
}

@media (width <=768px) {
  .col-underline > [class*="col-"]:first-of-type {
    position: relative;
    margin-bottom: 0;
  }
}

@media (width <=576px) {
  .col-underline > [class*="col-"]:first-of-type {
    position: relative;
    margin-bottom: 0 !important;
    padding-top: 30px;
  }

  .col-underline > [class*="col-"]:first-of-type::after {
    display: none;
  }

  .col-underline > [class*="col-"]:nth-of-type(2) {
    position: relative;
    margin-bottom: 0 !important;
  }

  .col-underline > [class*="col-"]:nth-of-type(2)::after {
    display: none;
  }

  .p35 > [class*="col-"]:last-of-type {
    border-bottom: 2px solid #e2e3ea;
  }

  .p35 > [class*="col-"]:nth-last-of-type(2) {
    border-bottom: 2px solid #e2e3ea;
  }

  .p35 > [class*="col-"]:nth-last-of-type(3) {
    border-bottom: 2px solid #e2e3ea;
  }
}

@media (width <=576px) {
  .col-underline > [class*="col-"]:first-of-type {
    position: relative;
    margin-bottom: 0 !important;
    padding-top: 30px;
  }

  .col-underline > [class*="col-"]:first-of-type::after {
    display: none;
  }

  .col-underline > [class*="col-"]:nth-of-type(2) {
    position: relative;
    margin-bottom: 0;
  }

  .col-underline > [class*="col-"]:nth-of-type(2)::after {
    display: none;
  }

  .p35 > [class*="col-"] {
    border-bottom: 2px solid #e2e3ea;
  }

  /*.p35 > [class*="col-"]:nth-last-of-type(2) {*/
  /*  border-bottom: 2px solid #e2e3ea;*/
  /*}*/

  /*.p35 > [class*="col-"]:nth-last-of-type(3) {*/
  /*  border-bottom: 2px solid #e2e3ea;*/
  /*}*/
}

.overflow-none {
  overflow: hidden;
}

/* .thank-you {
  margin-left: 29px;
}  */

.wpast-wrap {
  box-shadow: 0 1px 2px rgb(72 75 98 / 20%);
  background-color: #fff;
  margin-left: 31px !important;
  border-radius: 10px;
  margin-bottom: 72px;
  padding: 20px 10px 5px;
}

.wpast-view-ticket,
.wpast-submit-ticket {
  margin-left: 0;
}

.single-page {
  box-shadow: 0 1px 2px rgb(72 75 98 / 20%);
  background-color: #fff;
  padding: 39px 36px 53px 0;
  border-radius: 10px;
  margin-bottom: 66px;
}

.single-page__thumbnail {
  position: relative;
  margin-bottom: 69px;
  text-align: center;
}

.single-page .img-shadow {
  position: relative;
  z-index: 2;
}

.single-page .img_blur {
  position: absolute;
  right: 50%;
  filter: blur(14px);
  z-index: 1;
  width: 58%;
  top: 76px;
  transform: translate(50%, 0);
}

.single-page__title-main {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 38px;
}

.single-page__title-main i {
  color: #292b39;
  font-size: 23px;
  margin-left: 32px;
}

.single-page__title-main h1 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 40px;
  font-weight: 700;
  margin-top: 6px;
}

.single-page__title-main::before {
  content: "";
  position: absolute;
  background-color: #e5e5ee;
  height: 1px;
  left: 0;
  right: -36px;
  top: 64px;
}

.single-page__content {
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
  /* top: -20px; */
}

.single-page__content th {
  font-family: Yekanbakh !important;
  font-size: 15px;
  line-height: 35px;
}

.single-page__content td {
  font-family: Yekanbakh !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
}

.single-page__content h2 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 43px;
}

.single-page__content p {
  color: #292b39;
  font-family: "Yekanbakh";
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 55px;
  text-align: justify;
}

.ek-underline {
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 10px;
  text-decoration-color: #4f0395;
}

.single-page__content p a {
  color: #5d3aa7;
  border-bottom: 2px solid #e2ddeb;
  padding-bottom: 6px;
  font-weight: 700;
}

.single-page__content ul {
  padding-top: 30px;
  column-count: 2;
  column-gap: 40px;
  margin-bottom: 54px;
  margin-left: 178px;
}

.single-page__content ul li {
  margin-bottom: 21px;
}

.single-page__content ul li a {
  display: flex;
  align-items: center;
  color: #292b39;
  font-family: IRANSans !important;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.single-page__content ul li a:hover {
  color: #380e94;
}

.single-page__content ul li::before {
  content: "\e940";
  font-family: icomoon !important;
  color: #38a815;
  font-size: 11px;
  margin-left: 15px;
}

.single-page__content figure {
  margin-bottom: 20px;
  position: relative;
}

.single-page__content figure .img-shadow {
  position: relative;
  z-index: 2;
}

.single-page__content figure .img_blur {
  position: absolute;
  right: 2px;
  filter: blur(2px);
  z-index: 1;
  width: 96%;
  top: 6px;
}

.single-page__content blockquote {
  background-color: #f5f5f7;
  color: #292b39;
  font-family: IRANSans !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  text-align: justify;
  position: relative;
  margin-bottom: 53px;
  padding: 27px 40px 82px;
  border-radius: 9px;
  margin-right: 50px;
  margin-top: 32px;
}

.single-page__content blockquote::before {
  content: "";
  background-color: #380e94;
  height: 155px;
  width: 5px;
  position: absolute;
  z-index: 2;
  right: -41px;
  top: 46px;
  border-radius: 15px;
}

.single-page__content blockquote::after {
  content: "\e96c";
  font-family: icomoon !important;
  color: #380e94;
  font-size: 17px;
  position: absolute;
  top: 10px;
  right: -50px;
}

.single-page__content blockquote i {
  color: #380e94;
  font-size: 17px;
  position: absolute;
  top: 10px;
  right: -50px;
}

.single-page__content blockquote img {
  position: absolute;
  top: 165px;
  right: 36px;
  border-radius: 50%;
}

.single-page__content blockquote cite {
  position: absolute;
  right: 87px;
  color: #7f8194;
  font-family: IRANSans !important;
  font-size: 15px;
  font-weight: 500;
  bottom: 30px;
  font-style: normal;
}

.single-page__content blockquote cite span {
  color: #9396aa;
  font-family: IRANSans !important;
  font-size: 12px;
  font-weight: 500;
  margin-right: 14px;
}

.single-page__content h3 {
  font-size: 24px;
  color: #292b39;
  font-weight: 700;
  line-height: 71px;
  margin-top: 22px;
  font-family: Yekanbakh !important;
}

.single-page__content h4 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 23px;
  font-weight: 700;
  line-height: 71px;
}

.single-page__content h5 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 71px;
}

.single-page__content h6 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 71px;
  margin-bottom: 35px;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 0;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl;
}

.rmp-rating-widget .rmp-icon--ratings {
  font-size: 16px;
}

.rmp-rating-widget .rmp-icon--full-highlight,
.rmp-results-widget__visual-rating .rmp-icon--full-highlight {
  color: #38a815 !important;
}

.rmp-rating-widget .rmp-icon--ratings {
  font-family: ratemypost !important;
  speak-as: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=" rmp-icon--"],
[class^="rmp-icon--"] {
  font-family: ratemypost !important;
  speak-as: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget__icons-list__icon {
  border-bottom: none;
  padding: 0;
}

.rmp-icon--ratings {
  color: #ccc !important;
}

.rmp-rating-widget__hover-text.js-rmp-hover-text,
.rmp-rating-widget__results.js-rmp-results,
.rmp-rating-widget__msg.js-rmp-msg {
  display: none;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container,
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget__icons {
  margin: 0;
}

.rmp-rating-widget .rmp-icon--half-highlight,
.rmp-results-widget__visual-rating .rmp-icon--half-highlight {
  background: linear-gradient(to right, #38a815 50%, #ccc 50%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget__icons-list {
  display: flex;
  flex-direction: row-reverse;
}

.rmp-results-widget__vote-count,
.rmp-results-widget__avg-rating {
  display: none;
}

.score .rmp-results-widget__visual-rating {
  margin-left: 0;
}

.score .rmp-results-widget__visual-rating i {
  font-size: 19px;
}

.score_main .score .rmp-results-widget__visual-rating i {
  font-size: 14px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget__icons-list::before {
  display: none;
}

.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  margin-top: 30px;
}

.swal2-popup.swal2-toast .swal2-title {
  margin-top: 10px !important;
}

.product-name {
  width: 65%;
}

/* divplus start */
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
  margin-left: 34px;
  border-radius: 5px;
}

/* divplus end */

.woocommerce table.shop_table {
  box-shadow: none;
  border: none;
  padding: 0px 28px 0px 25px;
  margin: 0;
  font-family: "Yekanbakh";
}

.shop_table tr {
  padding: 0 !important;
  position: relative;
  border: none;
}

.shop_table tr::before:not(.panel-orders__content-main) {
  content: "";
  background-color: #e5e5ee;
  position: absolute;
  left: -34px;
  right: -37px;
  top: 100%;
  height: 1px;
}

.shop_table tr:last-of-type::before:not(.cart-table) {
  background-color: transparent;
}

.product-subtotal,
.product-subtotal {
  text-align: center;
}

.cart-table th {
  padding: 0 0 38px !important;
}

/* divplus start */
.shop_table td:not(#order_review .shop_table td) {
  font-family: "Yekanbakh" !important;
  padding: 25px 0px !important;
  border: none !important;
  letter-spacing: -1px;
}


.shop_table th {
  padding: 25px 20px !important;
  border: none !important;
}

.woocommerce-cart .product-subtotal {
  padding-left: 20px !important;
}

/* divplus end */
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: none;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500;
    font-family: 'Yekanbakh';
    font-size: 15px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: none;
}

.product_title.entry-title {
  display: none;
}

.login-main {
  background-color: #fff;
  padding: 40px 20px;
}

.login_info {
  display: flex;
}

.login_info p {
  display: flex;
  flex-direction: column;
  flex: 1 0 calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.login_info p label {
  margin-bottom: 20px;
}

.login_info input {
  border: 1px solid #d3ced2;
  border-radius: 5px;
  height: 45px;
}

.login_btn button {
  background-color: #442b7a;
  color: #fff;
  min-width: 110px;
  min-height: 50px;
  font-size: 17px;
}

.lost_reset_password {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 40px 20px;
  margin-bottom: 30px;
}

.lost_pass_text {
  margin-bottom: 23px;
}

.lost_pass_inp {
  min-height: 45px;
}

.order_pay_main {
  background-color: #fff;
  padding: 50px 20px 20px;
  margin-bottom: 50px;
}

.lost_pass_btn button {
  min-width: 150px;
  min-height: 60px;
  border-radius: 5px;
  background-color: #442b7a !important;
  color: #fff !important;
}

.order_btn_main input {
  background-color: #442b7a !important;
}

.order_btn_main a {
  display: inline-block !important;
  background-color: #0da21b !important;
  color: #fff !important;
}

.address_page {
  background-color: #fff;
  padding: 40px 0;
  border-radius: 10px;
  margin-left: 29px;
  margin-bottom: 30px;
}

.address_page__text {
  border-bottom: 1px solid #e5e5ee;
  padding: 0 20px 30px;
  margin-bottom: 30px;
}

.address_page__main .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.address_page__main address {
  padding: 0 20px 30px;
}

.edit-account {
  background-color: #fff;
  border-bottom: 1px solid #e5e5ee;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px 20px;
  margin-left: 26px;
}

.edit-account p {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.edit-account p label {
  font-family: "Yekanbakh";
  margin-bottom: 10px;
}

.edit-account p input {
  padding: 0 10px;
  border: 1px solid #e5e5ee !important;
  min-height: 50px;
  border-radius: 5px;
}
.edit-account p button {
  padding: 17px 0 !important;
  background-color: #0da21b !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  transition: 0.3s !important;
}

.edit-account p button:hover {
  background-color: #fff !important;
  color: #0da21b !important;
  border: 1px solid #0da21b !important;
}

.edit-account legend {
  font-family: "Yekanbakh";
  margin: 10px 0;
  font-weight: 800;
  font-size: 18px;
}

.edit-account .woocommerce-FormRow.woocommerce-FormRow--wide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: none;
  height: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: 0 !important;
  padding:0 !important;
}

.edit-account .woocommerce-FormRow.woocommerce-FormRow--wide label {
  display: block !important;
  font-family: "Yekanbakh";
}

.is-active a {
  color: #380e94;
}

.is-active::before {
  visibility: visible;
}

.edit_addr {
  background-color: #fff;
  padding: 40px 20px;
  margin-left: 30px;
  margin-bottom: 50px;
}

.edit_addr h3 {
  color: #292b39;
  font-size: 26px;
  margin-bottom: 40px;
}

.edit_addr .form-row:nth-of-type(even) {
  margin-left: 0 !important;
}

.edit_addr .form-row:nth-of-type(odd) {
  margin-left: 0 !important;
}

.edit_addr #billing_address_1_field .woocommerce-input-wrapper {
  margin-left: 0 !important;
  flex: 1 0 100% !important;
}

.edit_addr #billing_city_field.form-row .select2-container,
.edit_addr #billing_country_field.form-row .select2-container,
.edit_addr #billing_state_field.form-row .select2-container {
  width: 96% !important;
}

.edit_addr button {
  background-color: #0da21b !important;
  color: #fff !important;
}

.cart-empty {
  border: 2px solid #d2d3db;
  border-radius: 5px;
  padding: 80px;
  font-size: 22px;
  text-align: center;
}

.cart-empty::before {
  display: none;
}

.return-to-shop a {
  background-color: #0da21b !important;
  color: #fff !important;
  font-size: 19px !important;
  margin-bottom: 38px !important;
}

.return-to-shop a {
  background-color: #0da21b !important;
  color: #fff !important;
  font-size: 19px !important;
  margin-bottom: 38px !important;
}

.cart__main tr::before {
  content: "";
  background-color: #e5e5ee;
  position: absolute;
  left: -34px;
  right: -37px;
  bottom: 0;
  height: 1px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  transition: 0.3s;
  background-color: #0da21b;
  color: #fff;
}

.woo-download-main {
  display: flex;
  flex-direction: column;
  min-width: 110px;
}

.woo-download-main a {
  margin-bottom: 9px !important;
  min-width: 100% !important;
}

.woo-download-main a:last-of-type {
  margin-bottom: 0 !important;
}

.product-subtotal,
.product-subtotal bdi {
  display: flex;
  justify-items: center;
  flex-direction: row;
}

.product-subtotal,
.product-subtotal bdi span {
  margin-right: 5px;
}

.not-have-prod {
  text-align: center;
  padding: 90px 0;
  border: 1px solid #d2d3db;
  border-radius: 10px;
  font-size: 24px;
  color: #442b7a;
  font-weight: 700;
  animation: erorr infinite 1.5s;
}

@keyframes erorr {
  0% {
    color: #442b7a;
  }

  50% {
    color: #b52c2c;
  }

  100% {
    color: #442b7a;
  }
}

.register_sec .register p label {
  display: block !important;
}

.register_sec__main {
  display: flex;
}

.register_sec .register {
  background-color: #fff;
  padding: 40px 20px;
}

.register_sec p {
  display: flex;
  flex-direction: column;
  flex: 1 0 calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.register_sec p label {
  margin-bottom: 20px;
}

.register_sec input {
  border: 1px solid #d3ced2;
  border-radius: 5px;
  height: 45px;
}

.register_sec button {
  transition: 0.3s;
  background-color: #0da21b !important;
  color: #fff !important;
  min-width: 110px;
  min-height: 50px;
  font-size: 17px !important;
}

.register_sec button:hover {
  background-color: #dfdcde;
  color: #515151;
}

.wpcf7-form-control-wrap.hcap_cf7-h-captcha-invalid {
  position: absolute;
  right: -25px;
  bottom: -18px;
}

/* divplus start */
.wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8em;
  color: #dc3545;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
  margin-bottom: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  background: #f6f6f8;
  padding: 1.5rem 0.9rem;
  font-size: 13px;
  border-radius: 10px;
  border: none !important;
}

/* divplus end */
.sticker {
  margin-bottom: 40px;
}

.site-header .header-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

.site-header .header-top .header-top-right {
  display: flex;
  align-items: baseline;
  padding-top: 74px;
}

.site-header .header-top .header-top-right .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.site-header
  .header-top
  .header-top-right
  .menu
  .menu-item-has-children
  .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 120%;
  right: -10px;
  background-color: #f4f4f6;
  border-radius: 10px;
  min-width: 210px;
  transition: 0.3s;
  z-index: 30;
  overflow: hidden;
}

.site-header
  .header-top
  .header-top-right
  .menu
  .menu-item-has-children
  .sub-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 60px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #f4f4f6;
  z-index: -1;
}

.site-header
  .header-top
  .header-top-right
  .menu
  .menu-item-has-children
  .sub-menu
  li {
  text-align: right !important;
  border-bottom: 1px solid #e8e8ef;
  transition: 0.3s;
}

.site-header
  .header-top
  .header-top-right
  .menu
  .menu-item-has-children
  .sub-menu
  li
  > a {
  display: inline-block;
  width: 100%;
  font-size: 15px !important;
  padding: 20px 25px;
}

.site-header
  .header-top
  .header-top-right
  .menu
  .menu-item-has-children
  .sub-menu
  li
  > a:hover {
  background-color: #380e94;
  color: #e8e8ef;
}

.site-header
  .header-top
  .header-top-right
  .menu
  .menu-item-has-children
  .sub-menu
  li::before,
.site-header
  .header-top
  .header-top-right
  .menu
  .menu-item-has-children
  .sub-menu
  li::after {
  display: none;
}

.site-header
  .header-top
  .header-top-right
  .menu
  .menu-item-has-children
  .sub-menu
  li:last-of-type {
  margin: 0;
  border-bottom: none;
}

.site-header
  .header-top
  .header-top-right
  .menu
  .menu-item-has-children:hover
  .sub-menu {
  visibility: visible;
  opacity: 1;
}

.site-header .header-top .header-top-right .menu li {
  color: #484b62;
  font-size: 13px;
  align-items: center;
}

.site-header .header-top .header-top-right .menu li:last-child {
  margin-right: 27px;
}

.site-header .header-top .header-top-right .menu li:first-of-type {
  display: flex;
  align-items: center;
}

.site-header .header-top .header-top-right .menu li:first-of-type::before {
  content: "\e905";
  font-family: icomoon !important;
  margin-left: 20px;
  color: #292b39;
  font-size: 21px;
  cursor: pointer;
}

.site-header .header-top .header-top-right .menu li:first-of-type a {
  color: #484b62;
  font-family: "Yekanbakh";
  font-size: 15px !important;
  font-weight: 500 !important;
  transition: 0.3s;
}

.site-header .header-top .header-top-right .menu li:first-of-type a:hover {
  color: #380e94;
}

.site-header .header-top .header-top-right .menu li:first-of-type::after {
  content: "/";
  color: #c8cadb;
  font-size: 13px;
  margin-right: 28px;
  margin-left: 29px;
  margin-top: 1px;
}

.site-header .header-top .header-top-right .menu li a {
  color: #484b62;
  font-family: "Yekanbakh";
  font-size: 15px !important;
  font-weight: 500 !important;
  transition: 0.3s;
}

.site-header .header-top .header-top-right .menu li a:hover {
  color: #380e94;
}

.site-header .header-top .header-top-center {
  padding-top: 57px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.site-header .header-top .header-top-center img {
  width: 60px;
  height: 53px;
}

.site-header .header-top .header-top-left {
  display: flex;
  padding-top: 71px;
  align-items: flex-start;
}

.site-header .header-top .header-top-left .cart-right {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.site-header .header-top .header-top-left .cart-right .icon-download {
  margin-right: 20px;
  font-size: 23px;
}

.site-header .header-top .header-top-left .cart-right .icon-ghalb {
  margin-right: 20px;
  font-size: 21px;
}

.site-header .header-top .header-top-left .cart-right .icon-adamak {
  margin-right: 20px;
  font-size: 21px;
}

.site-header .header-top .header-top-left .cart-right .icon-sabad {
  font-size: 24px;
}

.site-header .header-top .header-top-left .cart-right .network span {
  width: 0;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s;
}

.site-header .header-top .header-top-left .cart-right .active {
  margin-right: 10px;
}

.site-header .header-top .header-top-left .cart-right .active .network {
  position: relative;
}

.site-header .header-top .header-top-left .cart-right .active .network span {
  width: 128px;
}

.site-header
  .header-top
  .header-top-left
  .cart-right
  .active
  .network
  .tooltip_menu {
  visibility: visible;
  opacity: 1;
}

.site-header .header-top .header-top-left .cart-right .active .interest span {
  width: 93px;
}

.site-header .header-top .header-top-left .cart-right .active .account span {
  width: 88px;
}

.site-header
  .header-top
  .header-top-left
  .cart-right
  .active
  .header-cart
  > span {
  width: 61px;
}

.site-header .header-top .header-top-left .cart-right .active .login span {
  width: 114px;
}

.site-header .header-top .header-top-left .cart-right .login {
  color: #159c41;
}

.site-header .header-top .header-top-left .cart-right .login i {
  color: #159c41;
}

.site-header .header-top .header-top-left .cart-right li {
  display: flex;
  margin-left: 18px;
  color: #292b39;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

.site-header .header-top .header-top-left .cart-right li:last-child {
  margin-left: 0;
}

.site-header .header-top .header-top-left .cart-right li a {
  display: flex;
  align-items: center;
  color: #292b39;
  font-weight: 500;
  font-family: Yekanbakh !important;
}

.site-header .header-top .header-top-left .cart-right li a span {
  font-size: 15px;
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}

.site-header .header-top .header-top-left .cart-right li a i {
  color: #292b39;
  margin-right: 18px;
  visibility: visible;
  opacity: 1;
  font-size: 21px;
  transition: 0.3s;
}

.site-header .header-top .header-top-left .cart-right .five {
  position: relative;
}

.site-header .header-top .header-top-left .cart-right .five .icon-kaaaaaj {
  font-size: 12px;
  position: absolute;
  left: 13px;
  top: 3px;
  color: #0da21b;
}

.site-header .header-top .header-top-left .cart-right .five i {
  color: #292b39;
  margin-right: 18px;
  visibility: visible;
}

.site-header .header-top .header-top-left .cart-right .five span {
  position: absolute;
  border-radius: 3px;
  border: 1px solid #0da21b;
  background-color: #0da21b;
  font-size: 13px;
  min-width: 23px;
  color: #fff;
  font-family: "Yekanbakh";
  top: -8px;
  right: 5px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 13px;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d2d3db;
  border-top: 1px solid #d2d3db;
  margin-bottom: 48px;
}

.header-bottom .header-bottom-right {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  padding-top: 16px;
}

.header-bottom .header-bottom-right i {
  color: #484b62;
  font-size: 20px;
  margin-left: 21px;
}

.header-bottom .header-bottom-right a {
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: -1px;
}

.header-bottom .header-bottom-right a:hover {
  color: #380e94;
}

.header-bottom .header-bottom-right .header-bottom-ticker {
  overflow: hidden;
  height: 20px;
}

.header-bottom .header-bottom-right .header-bottom-ticker li {
  display: flex;
  align-items: center;
}

.header-bottom .header-bottom-right .header-bottom-ticker li a {
  display: inline-block;
  max-width: 570px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #484b62;
  font-family: "Yekanbakh";
  font-size: 14px;
  font-weight: 500;
  margin-right: 19px;
}

.header-bottom .header-bottom-right .header-bottom-ticker li a:hover {
  color: #380e94;
}

.header-bottom .header-bottom-left {
  display: flex;
  align-items: center;
}

.header-bottom .header-bottom-left input {
  height: 16px;
  font-size: 13px;
  margin-left: 24px;
  font-weight: 500;
  outline: none;
  width: 138px;
  background-color: transparent;
  transition: 0.3s;
}

.header-bottom .header-bottom-left input:focus {
  width: 170px;
}

.header-bottom .header-bottom-left input::placeholder {
  color: #484b62;
  font-family: IRANSans !important;
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
}

.header-bottom .header-bottom-left button {
  padding-top: 6px;
  background-color: transparent;
}

.header-bottom .header-bottom-left button i {
  color: #484b62;
  font-size: 20px;
}

.tooltip_menu {
  display: flex;
  align-items: center;
  position: absolute;
  top: 130%;
  left: -20px;
  background-color: #380e94;
  padding: 10px 18px;
  border-radius: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.tooltip_menu li a {
  margin-right: 0 !important;
}

.tooltip_menu li a i {
  color: #fff !important;
  margin-right: 0 !important;
}

.link {
  position: relative;
  margin-top: auto;
}

.link__important {
  position: relative;
  background-color: #442b7a;
  border: 1px solid #442b7a;
  border-radius: 42px 0 0 42px;
  height: 394px;
}

.link__important::before {
  content: "";
  background-color: #442b7a;
  position: absolute;
  right: 0;
  height: 394px;
  width: 50vw;
  margin-right: -50vw;
  top: -1px;
  border: 1px solid #442b7a;
  border-radius: 0 42px 42px 0;
}

.link__ul {
  display: flex;
  padding-top: 59px;
}

.link__ul li {
  font-weight: 700;
  font-size: 14px;
}

.link__title {
  margin-left: 109px;
}

.link__title h2 {
  color: #fff;
  font-family: Yekanbakh !important;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 34px;
  opacity: 0.5;
  cursor: pointer;
}

.link__title h2 i {
  display: none;
}

.link__title li {
  color: #fff;
  font-weight: 700;
  font-family: Yekanbakh !important;
  font-size: 14px;
  margin-bottom: 14px;
}

.link__title li a {
  transition: 0.3s;
  opacity: 1;
  position: relative;
  font-weight: 500;
}

.link__title li a:hover {
  opacity: 0.8;
}

.link__title li a:hover::after {
  width: 100%;
}

.link__title li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  background: #0da21b;
  opacity: 0.5;
  transition: 0.5s;
}

.link__title li::before {
  content: "-";
  font-family: icomoon !important;
  color: #fff;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
}

.link__title li i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 16px;
}

.link__title .free-lable::after {
  content: "رایگان";
  background-color: #0da21b;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px 0;
}

.link__title .video::before {
  content: "\e943";
  font-family: icomoon !important;
  font-size: 12px;
  opacity: 0.5;
  color: #fff;
  margin-left: 16px;
}

.link__title .negative {
  margin-right: 10px;
}

.link__logo {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  padding-top: 19px !important;
}

.link__logo img {
  width: 38px !important;
  height: 36px !important;
  margin-right: 43px !important;
}

.link__logo p {
  color: #2b2d3e;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 700;
  text-align: justify;
  margin-right: 23px;
  line-height: 32px;
  margin-top: 4px !important;
}

.link__text {
  margin-right: 40px;
  margin-bottom: 21px !important;
  padding-top: 23px !important;
}

.link__text p {
  color: #2b2d3e;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px !important;
  text-align: justify;
  position: relative;
}

.link__text p .img-shadow {
  z-index: 2;
}

.link__text p .img_blur {
  position: absolute;
  top: 33px;
  filter: blur(11px);
  z-index: 1;
  width: 5%;
  right: 12px;
}

.link__text p img {
  position: absolute;
  right: 0;
  top: 13px;
}

.link__text p::before {
  content: "";
  /* display: inline-block; */
  width: 72px;
  height: 46px;
  float: right;
}

.link__swiper-logo {
  margin-right: 48px;
  margin-bottom: 1px;
}

.link__prev {
  background: #fff !important;
  padding: 10px 9px 0;
  border-radius: 34px;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  box-shadow: 7px 0 24px -4px #dedee3;
  cursor: pointer;
  z-index: 10;
}

.link__prev i {
  position: relative;
  top: 11px;
  color: #442b79;
  font-size: 13px;
}

.link__next {
  background: #fff !important;
  padding: 10px 9px 0;
  border-radius: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: -7px 0 23px -3px #dedee3;
  cursor: pointer;
  z-index: 10;
}

.link__next i {
  position: relative;
  top: -3px;
  color: #442b79;
  font-size: 13px;
  left: 1px;
}

.link__ivahid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1px !important;
  border-radius: 65px;
  margin-top: 36px !important;
}

.link__ivahid p {
  color: #292b39;
  font-family: IRANSans !important;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
}

.link__ivahid img {
  margin-right: 13px;
}

.link__col17::after {
  content: "";
  position: absolute;
  background-color: #0da21b;
  height: 394px;
  width: 29vw;
  margin-left: -32vw;
  left: 5px;
  bottom: 0 !important;
  border: 1px solid #0da21b;
  border-radius: 0 42px 42px 0;
}

.link__swiper-logo .swiper-container {
  padding: 8px 0 !important;
}

.link .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-right: -67px;
}

.link .slider-footer .swiper-slide {
  width: 50px !important;
}

.link {
  position: relative;
  margin-bottom: 38px;
}

.link__important {
  position: relative;
  background-color: #442b7a;
  border: 1px solid #442b7a;
  border-radius: 42px 0 0 42px;
  height: 394px;
}

.link__important::before {
  content: "";
  background-color: #442b7a;
  position: absolute;
  right: 0;
  height: 394px;
  width: 50vw;
  margin-right: -50vw;
  top: -1px;
  border: 1px solid #442b7a;
  border-radius: 0 42px 42px 0;
}

.link__ul {
  display: flex;
  padding-top: 59px;
}

.link__ul li {
  font-weight: 700;
  font-size: 14px;
}

.link__title {
  margin-left: 109px;
}

.link__title h2 {
  color: white;
  font-family: Yekanbakh !important;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 34px;
  opacity: 0.5;
}

.link__title li {
  color: white;
  font-weight: 700;
  font-family: Yekanbakh !important;
  font-size: 14px;
  margin-bottom: 14px;
}

.link__title li i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 16px;
}

.link__title .negative {
  margin-right: 10px;
}

.link__logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
  padding-top: 36px !important;
  margin-right: 116px !important;
}

.link__logo img {
  width: 60px !important;
  height: 58px !important;
}

.link__logo p {
  color: #2b2d3e;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 700;
  text-align: justify;
  margin-right: 23px;
  line-height: 34px;
}

.link__text-product {
  margin-right: 40px;
  margin-bottom: 23px;
}

.link__text-product p {
  color: #2b2d3e !important;
  font-family: Yekanbakh !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  text-align: justify !important;
  float: none !important;
}

.link__prev {
  background: #9f7f58;
  padding: 10px 9px 0 7px;
  border-radius: 34px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.link__next {
  background: #9f7f58;
  padding: 24px 9px 24px 7px;
  border-radius: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.link__ivahid-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f8;
  padding: 33px 10px;
  border-radius: 65px;
  margin-top: 24px;
  position: relative;
  top: 0 !important;
  width: 104.7%;
}

.link__ivahid-product-left {
  display: flex;
}

.link__ivahid-product-left h6 {
  color: #6b6e87;
  font-family: IRANSans !important;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
}

.link__ivahid-product-left p {
  color: #6b6e87;
  font-family: IRANSans !important;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  padding-top: 6px;
}

.link__ivahid-product-left img {
  margin-right: 35px;
  padding-left: 43px;
}

.link__ivahid-product-right {
  margin-right: 26px !important;
}

.link__ivahid-product-right img {
  margin-left: 10px;
}

.link__col17::after {
  content: "";
  position: absolute;
  background-color: #0da21b;
  height: 394px;
  width: 29vw;
  margin-left: -32vw;
  left: 5px;
  bottom: 0;
  border: 1px solid #0da21b;
  border-radius: 0 42px 42px 0;
}

.content-tools__side {
  display: none;
}

.content-tools__hr {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

.content-tools__hr span {
  font-family: " iransans" !important;
  font-size: 9px;
  font-weight: 700;
  color: #48a93e;
  letter-spacing: 0.54px;
}

.content-tools__header {
  padding-top: 10px;
  margin-bottom: 51px;
}

.content-tools__header h1 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 30px;
  font-weight: 700;
}

.content-tools__education figure {
  position: relative;
  margin-bottom: 69px;
  text-align: right;
}

.content-tools__education figure .img-shadow {
  position: relative;
  z-index: 2;
  border-radius: 10px;
}

.content-tools__education figure .img_blur {
  display:none; 
  position: absolute;
  right: 50%;
  filter: blur(14px);
  z-index: 1;
  width: 58%;
  top: 76px;
  transform: translate(50%, 0);
}

.content-tools__content {
  padding-left: 24px;
  position: relative;
  top: -13px;
}

.content-tools__content h2 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 20px 15px 10px;
}

.content-tools__content p {
  color: #111111;
  font-family: Yekanbakh !important;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 48px;
  text-align: justify;
}

p[style*="underline"] {
  text-underline-position: under;
  text-underline-offset: 7px;
}

span[style*="underline"] {
  text-underline-position: under;
  text-underline-offset: 7px;
}

.content-tools__content p u {
  text-decoration: none;
}

.content-tools__content p u::after {
  content: "";
  display: block;
  width: 45px;
  padding-bottom: 0;
  border-bottom: 4px solid #4f0395;
}

.content-tools__content p a {
  color: #5d3aa7;
  border-bottom: 2px solid #e2ddeb;
  padding-bottom: 6px;
  font-weight: 700;
}

.content-tools__content ul {
  padding-top: 30px;
  column-count: 2;
  column-gap: 40px;
  margin-bottom: 54px;
  margin-left: 178px;
}

.content-tools__content ul li {
  margin-bottom: 21px;
}

.content-tools__content ul li a {
  display: flex;
  align-items: center;
  color: #292b39;
  font-family: IRANSans !important;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.content-tools__content ul li a:hover {
  color: #380e94;
}

.content-tools__content ul li::before {
  content: "\e940";
  font-family: icomoon !important;
  color: #38a815;
  font-size: 11px;
  margin-left: 15px;
}

.content-tools__content figure {
  margin-bottom: 15px;
  position: relative;
}

.content-tools__content figure .img-shadow {
  position: relative;
  z-index: 2;
}

.content-tools__content figure .img_blur {
  position: absolute;
  right: 2px;
  filter: blur(2px);
  z-index: 1;
  width: 96%;
  top: 6px;
}

.content-tools__content blockquote {
  background-color: #f5f5f7;
  color: #292b39;
  font-family: IRANSans !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  text-align: justify;
  position: relative;
  margin-bottom: 53px;
  padding: 27px 40px 82px;
  border-radius: 9px;
  margin-right: 50px;
  margin-top: 32px;
}

.content-tools__content blockquote::before {
  content: "";
  background-color: #380e94;
  height: 155px;
  width: 5px;
  position: absolute;
  z-index: 2;
  right: -41px;
  top: 46px;
  border-radius: 15px;
}

.content-tools__content blockquote::after {
  content: "\e96c";
  font-family: icomoon !important;
  color: #380e94;
  font-size: 17px;
  position: absolute;
  top: 10px;
  right: -50px;
}

.content-tools__content blockquote i {
  color: #380e94;
  font-size: 17px;
  position: absolute;
  top: 10px;
  right: -50px;
}

.content-tools__content blockquote img {
  position: absolute;
  top: 165px;
  right: 36px;
  border-radius: 50%;
}

.content-tools__content blockquote cite {
  position: absolute;
  right: 87px;
  color: #7f8194;
  font-family: IRANSans !important;
  font-size: 15px;
  font-weight: 500;
  bottom: 30px;
  font-style: normal;
}

.content-tools__content blockquote cite span {
  color: #9396aa;
  font-family: IRANSans !important;
  font-size: 12px;
  font-weight: 500;
  margin-right: 14px;
}

.content-tools__content h3 {
  font-size: 24px;
  color: #292b39;
  font-weight: 700;
  line-height: 71px;
  margin-top: 22px;
  font-family: Yekanbakh !important;
}

.content-tools__content h4 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 23px;
  font-weight: 700;
  line-height: 71px;
}

.content-tools__content h5 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 71px;
}

.content-tools__content h6 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 71px;
  margin-bottom: 35px;
}

.content-tools__packages {
  border-radius: 13px;
  margin-top: 46px;
  display: flex;
  justify-content: space-between;
  background-color: #585a69;
  margin-bottom: 42px;
  max-width: 800px;
}

/* divplus start */
.content-tools .img {
  margin: 49px 28px 0 0;
  flex: 1 0 auto;
}

/* divplus end */
.content-tools .img img {
  box-shadow: 0 1px 6px -1px #000;
}

/* divplus start */
.content-tools .title {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  margin-top: 7px;
  padding-right: 40px;
  padding-left: 30px;
}

/* divplus end */
.content-tools .title h3 {
  color: #fff;
  font-family: Yekanbakh !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
  transition: 0.3s;
  width: 375px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-tools .title h3 a {
  transition: 0.3s;
}

.content-tools .title h3:hover a {
  color: #380e94;
}

.content-tools .title p {
  opacity: 0.5;
  color: white;
  font-family: Yekanbakh !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

/* divplus start */
.content-tools .product {
  display: flex;
  flex-direction: column;
  background-color: #4d4f5e;
  text-align: center;
  padding: 70px 48px 54px 50px;
  border-radius: 9px 0 0 9px;
  white-space: nowrap;
  transition: 0.3s;
}

/* divplus end */
.content-tools .product:hover i {
  color: #a5a4a8;
}

.content-tools .product:hover span {
  color: #a5a4a8;
}

.content-tools .product i {
  color: #fff;
  font-size: 23px;
  margin-bottom: 36px;
  transition: 0.3s;
}

.content-tools .product span {
  color: #fff;
  font-family: IRANSans !important;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s;
}

.score-article {
  margin-top: 33px;
  padding-left: 22px;
}

.score-article__star {
  color: #38a815;
  font-size: 16px;
}

.score-article__title {
  margin-bottom: 30px;
  position: relative;
}

.score-article__title span {
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 14px;
  font-weight: 500;
  margin-right: 2px;
  z-index: 2;
  position: relative;
  padding-left: 19px;
  background: #fff;
}

.score-article__title::before {
  content: "";
  height: 1px;
  background-color: #d9dbe9;
  position: absolute;
  right: 0;
  left: 0;
  top: 11px;
}

.score-article__header {
  display: flex;
  justify-content: space-between;
}

.score-article__header-right {
  margin-bottom: 50px;
  margin-top: 9px;
}

.score-article__header-right input {
  display: none;
}

.score-article__header-right input:checked + label {
  background-color: #38a815;
  color: #fff;
  font-family: IRANSans !important;
  font-size: 13px;
  font-weight: 500;
}

.score-article__header-right label {
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgb(72 75 98 / 30%);
  background-color: #fcfcfe;
  padding: 10px 20px 12px;
  border-radius: 5px;
  margin-left: 19px;
  transition: 0.3s;
}

.score-article__header-right label:hover {
  background-color: #38a815;
  color: #fff;
}

.score-article__header-right .good {
  padding: 10px 28px 12px;
}

.score-article__header-right .bad {
  padding: 11px 25px 12px;
}

.score-article__header-left {
  margin-top: -7px;
}

.score-article__header-left span {
  color: #727482;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  position: relative;
  right: 5px;
}

.score-article__header-left span em {
  display: flex;
  align-items: baseline;
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 25px;
  font-weight: 500;
  padding-right: 18px;
}

.score-article__header-left .score {
  font-size: 16px;
}

.score-article__header-left .score .icon-sid-star {
  color: #9092a3;
}

.box {
  padding: 35px 31px 39px 32px;
  box-shadow: 0 1px 2px rgb(72 75 98 / 20%);
  background-color: #585a67;
  border-radius: 10px;
  max-width: 804px;
  margin-bottom: 40px;
}

.box__button {
  display: contents;
}

.box__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  position: relative;
}

.box__header::before {
  content: "";
  background-color: #41434d;
  height: 1px;
  position: absolute;
  z-index: 2;
  top: 48px;
  right: 1px;
  left: 0;
}

.box__header h2 {
  color: #fff;
  font-family: Yekanbakh !important;
  font-size: 22px;
  font-weight: 700;
}

.box__header a {
  transition: 0.3s;
}

.box__header a span {
  color: #989aaa;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  transition: 0.3s;
}

.box__header a span i {
  font-size: 23px;
  margin-right: 15px;
  color: #ffb027;
}

.box__header a:hover span {
  color: #fff;
}

.box__content {
  padding-top: 29px;
}

.box__content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: 0 1px 1px rgb(72 75 98 / 20%);
  transition: 0.3s;
}

.box__content ul li:hover a {
  background-color: #349914;
}

.box__content ul li:hover .download-file {
  background-color: #646673;
}

.box__content ul li:last-child {
  margin-bottom: 25px;
}

.box__content ul li a {
  border-radius: 9px;
  box-shadow: 0 1px 1px rgb(72 75 98 / 20%);
  background-color: #38a815;
  padding: 16px 22px 13px;
  margin-left: 14px;
  transition: 0.3s;
}

.box__content ul li a i {
  font-size: 15px;
  color: #fff;
}

.box__content ul li .download-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 1px rgb(72 75 98 / 20%);
  background-color: #6c6e7b;
  padding: 14px 22px 13px;
  border-radius: 9px;
  flex-grow: 1;
  transition: 0.3s;
}

.box__content ul li .download-file span {
  color: #fff;
  font-family: Yekanbakh !important;
  font-size: 16px;
  font-weight: 700;
}

.box__content ul li .download-file em {
  color: #d7d9e7;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
}

.box__content ul li .download-file em b {
  font-size: 13px;
  color: #fff;
  font-family: "Yekanbakh";
  font-weight: 500;
}

.box__footer-pass {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  background: #585a67;
}

.box__footer .title {
  text-align: left;
  padding-left: 2px;
  align-items: center;
  position: relative;
  margin-bottom: 22px;
}

.box__footer .title::after {
  content: "";
  background-color: #41434d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 1px;
}

.box__footer .title i {
  color: #c1c3d0;
  font-size: 15px;
  margin-right: 10px;
}

.box__footer .title span {
  color: #c1c3d0;
  font-family: IRANSans !important;
  font-size: 11px;
  font-weight: 500;
}

.box .copy-btn {
  color: #fff;
  font-family: IRANSans !important;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 3px -1px rgb(0 0 0 / 20%);
  background-color: #646673;
  padding: 11px 29px 13px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.box .copy-btn:hover {
  background-color: #6c6e7b;
}

.box__footer-content {
  display: flex;
  justify-content: space-between;
}

.box__footer-content ul {
  display: flex;
  width: 100%;
}

.box__footer-content ul li {
  margin-left: 11px;
}

.box__footer-content ul li a {
  color: #fff;
  font-family: IRANSans !important;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 3px -1px rgb(0 0 0 / 20%);
  background-color: #646673;
  padding: 11px 29px 13px;
  border-radius: 5px;
  transition: 0.3s;
}

.box__footer-content ul li a:hover {
  background-color: #6c6e7b;
}

.box__footer-content ul li:last-child {
  margin-left: 0;
  margin-right: auto;
}

.post-comment__post {
  margin-bottom: 54px;
  position: relative;
}

.post-comment__post .img-shadow {
  position: relative;
  border-radius: 13px;
}

.post-comment__post .img_blur {
  position: absolute;
  right: 20px;
  filter: blur(10px);
  z-index: -1;
  width: 92%;
  bottom: -1px;
  height: 50%;
}

.post-comment__rules {
  padding: 47px 37px 16px 45px;
  background-color: #fffdec;
  border-radius: 13px;
  max-width: 800px;
  margin-bottom: 33px;
  position: relative;
}

.post-comment__rules .icon-Shape_311 {
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #fffdec;
  font-size: 39px;
}

.post-comment__rules ul li {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  margin-right: 6px;
}

.post-comment__rules ul li::before {
  content: "";
  width: 0;
  height: 0;
  padding: 4px;
  border-radius: 60px;
  border: 1px solid #292b39;
  display: inline-block;
}

.post-comment__rules ul li span {
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 15px;
  font-weight: 500;
  margin-right: 36px;
}

.post-comment__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}

.post-comment__title .comments {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.post-comment__title .comments i {
  color: #292b39 !important;
  font-size: 23px !important;
  margin-left: 31px;
}

.post-comment__title .submit {
  opacity: 0.5;
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.post-comment__title .submit:hover {
  color: red;
}

.post-comment__title .submit:hover i {
  color: red;
}

.post-comment__title .submit i {
  color: #292b39;
  opacity: 0.5;
  font-size: 8px;
  margin-right: 14px;
  transition: 0.3s;
}

.review {
  margin-bottom: 81px !important;
  padding-left: 24px;
}

.review__pagination {
  display: flex;
}

.review__pagination .more {
  background-color: #ecedf4;
}

.review__pagination .active {
  background-color: #ecedf4;
  margin-left: 18px;
}

.review__pagination li {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border: 1px solid #dbdde9;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}

.review__pagination li:hover {
  background: #dadadd;
}

.review__pagination li a span {
  color: #74778d;
  font-family: IRANSans !important;
  font-size: 17px;
  font-weight: 700;
  padding-top: 5px;
  position: relative;
}

.review__pagination li a span i {
  color: #74778d;
  font-size: 5px;
}

.review__title-right {
  display: flex;
  align-items: center;
  position: relative;
}

.review__title-right em {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
}

.review__title-right em a {
  color: #7e829b !important;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 700;
  margin-right: 20px;
}

.review__title-left {
  display: flex;
  align-items: center;
}

.review__title-left span {
  color: #9fa2b4;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 700;
}

.review__title-left span a {
  color: #380e94;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
}

.review__title-left ul {
  display: flex;
}

.review__title-left ul li {
  margin-left: 39px;
  transition: 1s;
}

.review__title-left ul li:hover a {
  color: #380e94 !important;
  opacity: 1;
}

.review__title-left ul li:hover a i {
  color: #380e94 !important;
  opacity: 1;
}

.review__title-left ul li:hover a::after {
  visibility: visible;
  opacity: 1;
}

.review__title-left ul li:last-child {
  margin-left: 0;
}

.review__title-left ul li a {
  display: flex;
  position: relative;
  align-items: center;
  color: #292b39 !important;
  font-family: IRANSans !important;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
  transition: 0.4s;
}

.review__title-left ul li a::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -11px;
  left: -13px;
  bottom: -35px;
  background-color: #380e94;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.review__title-left ul li a i {
  margin-left: 12px;
  color: #292b39 !important;
  font-size: 15px;
  transition: 0.3s;
}

.review__comments-opinion {
  padding-top: 42px;
}

.review__comments-opinion ul li {
  position: relative;
  margin-bottom: 58px;
}

.review__comments-opinion ul li::after {
  content: "";
  background-color: #dbdde9;
  position: absolute;
  height: 1px;
  inset: -27px 82px 0 0;
}

.review__comments-opinion ul li:first-child::after {
  content: none;
}

.review__comments-opinion ul li .children {
  padding-top: 51px;
  position: relative;
}

.review__comments-opinion ul li .children li {
  margin-bottom: 60px;
  padding-right: 84px;
}

.review__comments-opinion ul li .children li .icon-flesh-monhani-comment {
  font-size: 19px;
  position: absolute;
  top: 8px;
  right: 19px;
  color: #dbdde9;
}

.review__comments-opinion ul li .children li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 152px;
  background-color: #dbdde9;
  top: 43px;
  right: 24px;
}

.review__comments-opinion ul li .children li::after {
  content: "";
  background-color: #dbdde9;
  position: absolute;
  height: 1px;
  inset: -27px 162px 0 0;
}

.review__comments-opinion ul li .children li p {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  /*padding-right: 147px;*/
  /*padding-left: 91px !important;*/
  margin-bottom: 19px !important;
}

.review__comments-opinion ul li .children figure i {
  position: absolute;
  background: #0da21b;
  border-radius: 15px;
  padding: 3px 5px 3px 3px;
  right: 79px;
  top: 36px;
  font-size: 15px;
  color: #fff;
}

.review__comments-opinion ul li .children .admin header cite {
  color: #0d8d19;
  font-family: Yekanbakh !important;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
}

.review__comments-opinion ul li .children .children li::before {
  display: none;
}

.review__comments-opinion ul li header {
  display: flex;
  align-items: center;
}

.review__comments-opinion ul li header i {
  color: #dbdde9;
  font-size: 19px;
  margin-left: 5px;
}

.review__comments-opinion ul li header cite {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 17px;
  font-weight: 500;
  margin-left: 29px;
}

.review__comments-opinion ul li header span {
  color: #7e8194;
  font-family: Yekanbakh !important;
  font-size: 12px;
  font-weight: 500;
}

.review__comments-opinion ul li p {
  color: #000;
  font-family: Yekanbakh !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  padding-right: 84px;
  margin-bottom: 19px !important;
  text-align: justify;
}

.review__option-like-main {
  display: flex;
}

.review__option-like {
  cursor: pointer;
  color: #494c60;
  font-family: "Yekanbakh";
  font-size: 11px;
  font-weight: 500;
  margin-left: 43px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}

.review__option-like:hover {
  color: #380e94;
}

.review__option-like:hover i {
  color: #380e94;
  right: 10px;
}

.review__option-like i {
  position: relative;
  right: 0;
  font-size: 17px;
  color: #5c5e6a;
  margin-left: 19px;
  transition: 0.3s;
}

.review__option {
  padding-right: 84px;
  display: flex;
  align-items: center;
}

.review__option span {
  color: #9e9fa2;
  font-family: "Yekanbakh";
  font-size: 12px;
  margin-left: 7px;
}

.review .comment-reply-link {
  color: #494c60;
  font-size: 12px;
  transition: 0.3s;
}

.review .comment-reply-link i {
  color: #5c5e6a;
  margin-left: 14px;
  position: relative;
  right: 0;
  transition: 0.3s;
}

.review .comment-reply-link:hover {
  color: #380e94;
}

.review .comment-reply-link:hover i {
  color: #380e94;
  right: 10px;
}

.submit-comments__title-right span {
  color: #fff;
  font-family: IRANSans !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 15px;
  position: relative;
  padding: 0 7px 0 6px;
  background-color: #0da21b;
  right: 28px;
  width: 23px;
  height: 16px;
  top: -6px;
}

.submit-comments__title-right .icon-background-sabz {
  position: relative;
  right: 66px;
  top: -7px;
  color: #fff;
  font-family: icomoon !important;
  font-size: 18px;
  font-weight: 700;
}

.submit-comments__title-right i {
  color: #292b39;
  margin-left: 25px;
  font-size: 18px;
}

.submit-comments__title-right em {
  color: #292b39 !important;
  font-family: Yekanbakh !important;
  font-size: 19px;
  font-weight: 700;
}

.submit-comments__title-right em a {
  color: #7e829b !important;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 700;
  margin-right: 17px;
}

.submit-comments__title-left {
  display: flex;
  align-items: center;
  margin-right: 320px;
}

.submit-comments__title-left ul {
  display: flex;
}

.submit-comments__title-left ul li {
  display: flex;
  margin-left: 39px;
}

.submit-comments__title-left ul li:last-child {
  margin-left: 0;
}

.submit-comments__title-left ul li a {
  display: flex;
  align-items: center;
  color: #292b39;
  font-family: IRANSans !important;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}

.submit-comments__title-left ul li a::after {
  content: "";
  position: absolute;
  height: 1px;
  right: 50%;
  left: 50%;
  bottom: -37px;
  background-color: #380e94;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.submit-comments__title-left ul li a i {
  font-size: 15px;
  color: #292b39;
  margin-left: 12px;
  transition: 0.3s;
}

.submit-comments__title-left ul li a:hover {
  color: #380e94;
}

.submit-comments__title-left ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  left: 0;
  right: 0;
}

.submit-comments__title-left ul li a:hover i {
  color: #380e94;
}

.submit-comments form {
  margin-bottom: 61px;
}

.submit-comments__text-comment {
  position: relative;
  display: flex;
  margin-bottom: 21px;
}

.submit-comments__text-comment .power {
  position: absolute;
  background-color: #380e94;
  padding: 15px 12px 13px 13px;
  border-radius: 35px;
  right: 0;
  top: -1px;
  color: #fff;
}

.submit-comments__text-comment #area {
  background: #f6f6f8;
  width: 100%;
  height: 260px;
  margin-right: 77px;
  padding: 29px 30px 0 0;
  border-radius: 10px;
  outline: none;
}

.submit-comments__text-comment .svg-comment {
  position: absolute;
  right: 57px;
  font-size: 51px;
  color: #f6f6f8;
  top: 2px;
}

.submit-comments__submit {
  display: flex;
  justify-content: space-between;
  padding-right: 77px;
}

.submit-comments__pack {
  margin-bottom: 55px;
  position: relative;
}

.submit-comments__pack .img-shadow {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  width: 100%;
}

.submit-comments__pack .img_blur {
  bottom: -2px;
  position: absolute;
  right: 42px;
  filter: blur(11px);
  z-index: 1;
  width: 93%;
  padding: 0 16px;
}

.sidebar-top {
  padding-top: 16px;
  padding-right: 5px;
}

.sidebar-top__star-color {
  color: #38a815;
  font-size: 13px;
}

.sidebar-top__score {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  text-align: left;
  margin-bottom: 50px;
}

.sidebar-top__score b {
  margin-right: 11px;
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 17px;
  font-weight: 700;
}

.sidebar-top__score span {
  display: flex;
  align-items: center;
  margin-left: 15px;
  color: #727482;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
}

.sidebar-top__score span em {
  margin-top: -6px;
  margin-right: 3px;
  color: #727482;
  font-family: "Yekanbakh";
  font-size: 11px;
  font-weight: 500;
}

.sidebar-top__score i {
  margin-right: 2px;
  font-size: 14px;
}

.sidebar-top p {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 35px;
  margin-bottom: 34px;
}

.sidebar-top ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: -33px;
}

.sidebar-top ul li {
  display: flex;
  flex-direction: column;
  padding-left: 35px;
  padding-right: 33px;
}

.sidebar-top ul li:last-child {
  border-left: none;
  padding-left: 0;
  padding-right: 16px;
}

.sidebar-top ul li:last-child::after {
  content: "";
  background-color: #e7e8f0;
  height: 58px;
  width: 1px;
  position: relative;
  top: -63px;
  left: 30px;
}

.sidebar-top ul li:first-child {
  padding-right: 0;
  padding-left: 26px;
}

.sidebar-top ul li:first-child::after {
  content: "";
  background-color: #e7e8f0;
  height: 58px;
  width: 1px;
  position: relative;
  top: -63px;
  left: -91px;
}

.sidebar-top ul li:first-child span {
  display: flex;
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 14px;
  font-weight: 500;
}

.sidebar-top ul li:first-child span em {
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
}

.sidebar-top ul li i {
  margin-bottom: 23px;
  text-align: center;
  font-size: 19px;
  color: #292b39;
}

.sidebar-top ul li span {
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
}

.sidebar-top__study {
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgb(72 75 98 / 30%);
  background-color: #fcfcfe;
  border-radius: 10px;
  padding: 20px 0 5px;
  margin-right: 0;
  margin-bottom: 73px;
}

.sidebar-top__study-right {
  width: 50%;
  position: relative;
}

.sidebar-top__study-left {
  width: 50%;
}

.sidebar-top__study-right span {
  color: #380e94;
  font-family: "Yekanbakh";
  font-size: 39px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.sidebar-top__study-right span em {
  color: #380e94;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
  padding-right: 18px;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -19px;
}

.sidebar-top__study-right span em span {
  color: #380e94;
  font-family: Yekanbakh !important;
  font-size: 13px;
  font-weight: 500;
  border-left: none;
  margin-top: 1px;
}

.sidebar-top__study-right span i {
  color: #380e94;
  font-size: 25px;
}

.sidebar-top__study-right::after {
  content: "";
  background-color: #eaeaf5;
  height: 68px;
  width: 1px;
  position: absolute;
  left: 0;
  top: -8px;
}

.sidebar-top__study-left span {
  color: #380e94;
  font-family: Yekanbakh !important;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  top: -8px;
  cursor: pointer;
  justify-content: center;
}

.sidebar-top__study-left span svg {
  width: 16px;
  height: 21px;
  stroke: #380e94;
  margin-left: 8px;
}

.sidebar-top__study-left span i {
  color: #380e94;
  font-size: 21px;
  padding-left: 20px;
  width: 16px;
  height: 21px;
  stroke: #380e94;
  margin-left: 8px;
}

.sidebar-center {
  margin-right: -4px;
}

.sidebar-center__header {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 43px;
}

.sidebar-center__header i {
  color: #380e94;
  font-size: 12px;
  margin-left: 25px;
}

.sidebar-center__header span {
  color: #380e94;
  font-family: "Yekanbakh";
  font-size: 14px;
  font-weight: 800;
  background-color: #fff;
}

.sidebar-center__header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 158px;
  background-color: #e3e4f0;
  height: 1px;
  z-index: 2;
  top: 10px;
}

.sidebar-center__content {
  padding-right: 51px;
  position: relative;
  margin-bottom: 50px;
}

.sidebar-center__content ul::before {
  content: "";
  position: absolute;
  background-color: #e3e4f0;
  width: 1px;
  top: 5px;
  z-index: 2;
  bottom: 3px;
  right: 11px;
}

.sidebar-center__content ul li {
  margin-bottom: 16px;
}

.sidebar-center__content ul li a {
  color: #696a6e;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
}

.sidebar-center__content ul li a:hover {
  color: #380e94;
}

.sidebar-center__footer {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 16px;
  margin-bottom: 29px;
}

.sidebar-center__footer span {
  color: #380e94;
  font-family: "Yekanbakh";
  font-size: 14px;
  font-weight: 800;
  background-color: #fff;
}

.sidebar-center__footer span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 146px;
  background-color: #e3e4f0;
  height: 1px;
  z-index: 2;
  top: 10px;
}

.sidebar-center__share {
  display: flex;
  margin-bottom: 40px;
  margin-right: 5px;
}

.sidebar-center__share-right {
  margin-left: 10px;
  padding: 18px 29px 19px 28px;
  background-color: #f6f6f8;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.sidebar-center__share-right i {
  font-size: 23px;
}

.sidebar-center__share-left {
  display: flex;
  align-items: center;
  background-color: #f6f6f8;
  border-radius: 8px;
  padding: 21px 29px 20px 28px;
}

.sidebar-center__share-left a {
  margin-left: 25px;
  transition: 0.3s;
}

.sidebar-center__share-left a:hover i {
  color: #380e94;
}

.sidebar-center__share-left a i {
  font-size: 19px;
  color: #8e8f9a;
  transition: 0.3s;
}

.sidebar-center__share-left a:last-child {
  margin-left: 0;
}

.sidebar-center__disign-site {
  position: relative;
  right: 4px;
  margin-bottom: 24px;
}

/* divplus start */
.sidebar-center__disign-site .img-shadow {
  position: relative;
  margin-bottom: 26px;
  width: 100%;
  border-radius: 10px;
}

/* divplus end */
.sidebar-center__disign-site .img_blur {
  position: absolute;
  right: 13px;
  filter: blur(10px);
  width: 89%;
  top: 28px;
  z-index: -1;
  height: 48%;
}

.sidebar-bottom__header {
  margin-bottom: 26px;
}

.sidebar-bottom__header i {
  color: #380e94;
  font-size: 21px;
  margin-left: 23px;
}

.sidebar-bottom__header span {
  color: #380e94;
  font-family: Yekanbakh !important;
  font-size: 16px;
  font-weight: 800;
  margin-top: 3px;
  margin-right: -10px;
}

.sidebar-bottom__video-sheypor {
  border-bottom: 1px solid #d6d7e1;
  padding-bottom: 27px;
  padding-top: 28px;
}

.sidebar-bottom__video-sheypor a {
  transition: 0.3s;
}

.sidebar-bottom__video-sheypor a:hover h3 {
  color: #380e94;
}

.sidebar-bottom__video-sheypor a h3 {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
  transition: 0.3s;
  letter-spacing: -1px;
}

.sidebar-bottom__video-sheypor:last-of-type {
  border-bottom: none;
}

.sidebar-bottom__titr {
  display: flex;
}

.sidebar-bottom__titr span {
  text-align: justify;
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  padding-right: 16px;
}

.sidebar-bottom__post-video {
  position: relative;
  margin-bottom: 28px;
}

.sidebar-bottom__post-video .img-shadow {
  position: relative;
  max-width: initial;
  border-radius: 10px;
}

.sidebar-bottom__post-video .img_blur {
  position: absolute;
  right: 7px;
  filter: blur(10px);
  width: 89%;
  top: 6px;
  z-index: -1;
  height: 88%;
}

.sidebar-bottom__comments {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Yekanbakh";
  font-size: 14px;
}

.sidebar-bottom__comments li {
  display: flex;
  align-items: baseline;
}

.sidebar-bottom__comments li:first-child span {
  background-color: #380e94;
  padding: 3px 15px 3px 13px;
  border-radius: 5px;
  color: #fff;
  font-family: "Yekanbakh";
  font-size: 12px;
  font-weight: 500;
  margin-left: 23px;
}

.sidebar-bottom__comments li:first-child span em {
  color: #fff;
  font-family: "Yekanbakh";
  font-size: 12px;
  font-weight: 500;
  margin-left: 0;
}

.sidebar-bottom__comments li i {
  color: #292b39;
  font-size: 14px;
  margin-left: 7px;
}

.sidebar-bottom__comments li em {
  margin-left: 26px;
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 14px;
  font-weight: 500;
}
.icon-Shape_79 icon-sid-ghalb-active span {
  font-family: "Yekanbakh";
}

.sidebar-bottom__content {
  border: 1px solid #dbdde9;
  border-radius: 10px;
  padding: 0 24px 0 23px;
}

:root {
  --plyr-color-main: #3a1095;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.popular .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.popular .title__free {
  display: flex;
  align-items: center;
}

.popular .title__free i {
  font-size: 25px;
  color: #380e94;
}

.popular .title__free h2 {
  color: #292b39 !important;
  font-family: "Yekanbakh";
  font-size: 20px;
  font-weight: 500;
  margin-right: 27px;
  letter-spacing: -1px;
}

.popular .title a {
  border-radius: 10px;
  font-family: Yekanbakh !important;
  background-color: #380e94;
  padding: 10px 30px;
  box-shadow: -6px 13px 12px -9px rgb(56 14 148 / 60%);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
}

.popular .title a:hover {
  color: #380e94;
  background-color: #f4f4f4;
  box-shadow: 0 2px 13px -3px rgb(56 14 148 / 60%);
}

.popular .swiper-slide {
  filter: blur(10px) grayscale(1);
  opacity: 0.2;

  /* divplus start */
  pointer-events: none;

  /* divplus end */
  transition: 0.3s;
}

.popular .swiper-slide-active {
  filter: blur(0) grayscale(0);
  opacity: 1;

  /* divplus start */
  pointer-events: all;

  /* divplus end */
}

.popular .swiper-slide-active + .swiper-slide {
  filter: blur(0) grayscale(0);
  opacity: 1;

  /* divplus start */
  pointer-events: all;

  /* divplus end */
}

.popular .swiper-slide-active + .swiper-slide + .swiper-slide {
  filter: blur(0) grayscale(0);
  opacity: 1;

  /* divplus start */
  pointer-events: all;

  /* divplus end */
}

.popular .post-slider {
  overflow: visible;
}

.popular .post-slider__next {
  position: absolute;
  top: 80px;
  right: -62px;
  display: flex;
  align-items: center;
  z-index: 2;
  font-size: 17px;
  background-color: #380e94;
  color: #fff;
  border-radius: 0 31px 31px 0;
  padding: 16px 19px 16px 14px;
  transition: 0.3s;
  cursor: pointer;
}

.popular .post-slider__next:hover {
  right: -73px;
  padding: 16px 19px 16px 24px;
}

.popular .post-slider__prev {
  position: absolute;
  top: 80px;
  left: -62px;
  display: flex;
  align-items: center;
  z-index: 2;
  font-size: 17px;
  background-color: #380e94;
  color: #fff;
  border-radius: 31px 0 0 31px;
  padding: 16px 14px 16px 19px;
  transition: 0.3s;
  cursor: pointer;
}

.popular .post-slider__prev:hover {
  left: -73px;
  padding: 16px 24px 16px 19px;
}

.popular__slider-video {
  background-color: #fff;
  position: relative;
}

.popular__slider-video::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 148px;
  background-color: #fff;
  right: -11px;
  top: 53px;
  box-shadow: 10px 0 11px -9px black;
}

.popular__slider-video::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 148px;
  background-color: #fff;
  top: 53px;
  box-shadow: -10px 0 14px -9px #000;
  left: -1%;
}

.popular__slider-video .post-video {
  margin-bottom: 74px;
}

.popular__slider-video .post-video:hover .post-video__play {
  opacity: 1;
}

.popular__slider-video .post-video__img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  margin-bottom: 35px;
}

.popular__slider-video .post-video__img .img_blur {
  filter: blur(12px);
  transform: scale(0.95) rotate(4deg);
  z-index: 0;
  position: absolute;
  bottom: 285px;
  right: 0;
  height: 40%;
}

.popular__slider-video .post-video__img a {
  display: inline-block;
  position: absolute;
  inset: 0;
  z-index: 20;
}

.popular__slider-video .post-video__img img {
  position: relative;
  z-index: 9;
}

.popular__slider-video .post-video__img span {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 11px;
  width: auto;
  height: 28px;
  color: #fff;
  font-size: 14px;
  background-color: rgb(0 0 0 / 70%);
  right: 10px;
  padding: 8px 12px;
  border-radius: 16px;
  z-index: 9;
}

.popular__slider-video .post-video__play {
  position: absolute;
  font-size: 54px;
  text-shadow: 0 2px 4px rgb(0 1 1 / 31%);
  color: #fff;
  opacity: 0.8;
  top: 84px;
  right: 158px;
  z-index: 9;
  transition: 0.3s;
  cursor: pointer;
}

.popular__slider-video .post-video__player {
  position: absolute !important;
  font-size: 54px !important;
  text-shadow: 0 2px 4px rgb(0 1 1 / 31%) !important;
  color: #fff !important;
  opacity: 0.8 !important;
  top: 84px !important;
  right: 158px !important;
  z-index: 9 !important;
}

.popular__slider-video .post-video__inform {
  margin-bottom: 9px;
}

.popular__slider-video .post-video__inform a {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  color: #292b39;
  font-size: 20px;
  font-weight: 500;
  font-family: Yekanbakh !important;
  transition: 0.3s;
  letter-spacing: -1px;
}

.popular__slider-video .post-video__inform a:hover {
  color: #380e94;
}

.popular__slider-video .post-video__metas {
  display: flex;
  margin-bottom: 19px;
  align-items: baseline;
  justify-content: space-between;
}

.popular__slider-video .post-video__metas li {
  display: flex;
  align-items: baseline;
}

.popular__slider-video .post-video__metas li em {
  margin-right: 4px;
  /*font-family: 'Yekanbakh';*/
}

.popular__slider-video .post-video__metas i {
  font-size: 19px;
  color: #292b39;
  margin-left: 18px;
  position: relative;
  top: 2px;
}

.popular__slider-video .post-video__metas span {
  font-size: 14px;
  font-family: "Yekanbakh";
}

.popular__slider-video .post-video__metas em {
  font-size: 12px;
}

.popular__slider-video .post-video__linux a {
  color: #292b39;
  font-size: 13px;
  font-family: "Yekanbakh";
}

.popular__slider-video .post-video__desc {
  text-align: justify;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
  color: #484b62;
}

.popular__slider-video .post-video__rate span {
  color: #292b39;
  font-size: 13px;
}

.popular__slider-video .post-video__rate em {
  margin-left: 7px;
  font-family: YekanBakh !important;
  font-size: 16px;
  font-weight: 500;
  color: #292b39;
}

.collection {
  position: relative;
}

.collection__index-slider {
  position: relative;
  padding-top: 10px;
}

.collection__index-slider:hover .img_blur {
  top: 0;
}

.collection__how-img {
  margin-top: 7px;
  position: relative;
}

.collection__how-img a {
  position: relative;
  display: inline-block;
}

.collection__how-img .img-shadow {
  position: relative;
  z-index: 2;
  border-radius: 15px;
}

.collection__how-img .img_blur {
  position: absolute;
  right: 14px;
  filter: blur(6px);
  z-index: 1;
  width: 96%;
  top: 9px;
  transition: 0.3s;
}

.collection__how-img:hover .img_blur {
  top: 0;
}

.collection__pagination {
  display: flex;
  margin-bottom: 22px;
}

.collection__pagination::after {
  content: " .................................................";
  position: absolute;
  left: 205px;
  top: 0;
  transform: translate(-11%, 0);
  right: 70px;
  letter-spacing: 15px;
  white-space: nowrap;
  overflow: hidden;
  color: #989aa7;
}

.collection__pagination .pagination-post-slide {
  display: flex;
  top: 12.5px;
  color: red;
  left: -1px;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  padding-right: 33px;
}

.collection__pagination
  .pagination-post-slide
  .swiper-pagination-bullet-active {
  display: inline-block;
  border-radius: 14px;
  background-color: red;
  width: 29px;
  height: 9px;
}

.collection__pagination .pagination-post-slide .swiper-pagination-bullet {
  background-color: #41169f !important;
  margin-left: 6px;
  transition: 0.3s;
}

.collection__slid {
  margin-bottom: 56px;
}

.collection__how h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 29px;
  color: #292b39;
  font-size: 200px;
  font-weight: 700;
  font-family: Yekanbakh !important;
}
.collection__how {
  font-family: "Yekanbakh";
  font-size: 20px;
  letter-spacing: -1px;
}

.collection .swiper-slide {
  transition: 0.3s;
  filter: opacity(30%) brightness(200%) blur(13px);
}

.collection .swiper-slide-active {
  filter: blur(0) grayscale(0);
}

.collection .swiper-slide-active + .swiper-slide {
  filter: blur(0) grayscale(0);
}

.collection__slider-image {
  position: relative;
  display: inline-block;
}

.collection__slider-image .img-shadow {
  position: relative;
  z-index: 2;
  margin-bottom: 21px;
  border-radius: 15px;
}

.collection__slider-image .img_blur {
  position: absolute;
  right: 14px;
  filter: blur(6px);
  z-index: 1;
  width: 96%;
  top: 9px;
  transition: 0.3s;
}

.collection__slider-img-how .img-shadow {
  position: relative;
  z-index: 2;
  margin-bottom: 2px;
}

.collection__slider-img-how .img_blur {
  position: absolute;
  right: 18px;
  filter: blur(5px);
  z-index: 1;
  width: 94%;
  top: 10px;
  transition: 0.3s;
}

.collection__slider-img {
  position: relative;
  display: inline-block;
}

.collection__slider-img .img-shadow {
  position: relative;
  z-index: 2;
  margin-bottom: 21px;
}

.collection__slider-img .img_blur {
  position: absolute;
  right: 18px;
  filter: blur(5px);
  z-index: 1;
  width: 94%;
  top: 7px;
}

.post-slid {
  overflow: visible;
}

.package {
  margin-bottom: 107px;
}

.package .package-swiper {
  overflow: visible;
}

.package .post-slider {
  overflow: visible;
}

.package .wrapper {
  overflow: hidden;
}

.package .swiper-slide {
  filter: blur(10px) grayscale(1);
  opacity: 0.2;

  /* divplus start */
  pointer-events: none;

  /* divplus end */
  transition: 0.3s;
  width: 340px;
}

.package .swiper-slide-active {
  filter: blur(0) grayscale(0);
  opacity: 1;

  /* divplus start */
  pointer-events: all;

  /* divplus end */
}

.package .swiper-slide-active .package__popular {
  border-right: none;
  padding-right: 0;
}

.package .swiper-slide-active + .swiper-slide {
  filter: blur(0) grayscale(0);
  opacity: 1;

  /* divplus start */
  pointer-events: all;

  /* divplus end */
}

.package .swiper-slide-active + .swiper-slide + .swiper-slide {
  filter: blur(0) grayscale(0);
  opacity: 1;

  /* divplus start */
  pointer-events: all;

  /* divplus end */
}

.package
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  .package__popular {
  padding-left: 0;
}

.package
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  .package__popular::after {
  display: none;
}

.package__popular {
  position: relative;
  top: 0;
  transition: 0.3s;
}

.package__popular:hover {
  top: -10px;
}

.package__popular::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #d7d7d7;
  background-image: linear-gradient(to top, #ebecf2 0%, #ebecf2 50%, #fff 100%);
  top: 0;
  bottom: 0;
  left: -37px;
}

.package__popular .after::after {
  content: none;
}

.package__popular .swiper-slide-active {
  border-right: none;
}

.package__popular figure {
  margin-bottom: 28px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.package__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}

.package__title--last {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}

.package__free {
  display: flex;
  align-items: center;
}

.package__free--fre {
  display: flex;
  align-items: center;
}

.package__free--fre i {
  font-size: 20px;
  margin-left: 25px;
}

.package__free--fre span {
  color: #292b39 !important;
  font-family: Yekanbakh !important;
  font-size: 20px;
  font-weight: 500;
  padding-top: 2px;
  letter-spacing: -1px;
}

.package__free i {
  font-size: 25px;
  margin-left: 27px;
  color: #380e94;
}

.package__free h2 {
  color: #292b39;
  font-size: 20px;
  font-family: Yekanbakh !important;
  font-weight: 500;
  letter-spacing: -1px;
}

.package__view {
  border-radius: 10px;
  font-family: Yekanbakh !important;
  background-color: #380e94;
  padding: 10px 30px;
  box-shadow: -1px 15px 17px -12px rgb(56 14 148 / 60%);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
  flex: 0 0 auto;
  height: max-content;
}

.package__view:hover {
  color: #380e94;
  background-color: #f4f4f4;
  box-shadow: 0 2px 13px -3px rgb(56 14 148 / 60%);
}

.package__view--vie {
  border-radius: 10px;
  font-family: Yekanbakh !important;
  background-color: #380e94;
  padding: 10px 30px;
  box-shadow: -6px 10px 15px -7px rgb(56 14 148 / 60%);
  color: #fff;
  display: inline-block;
}

.package__slider-img {
  position: relative;
  display: inline-block;
}

.package__slider-img .img-shadow {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.package__slider-img .img_blur {
  position: absolute;
  right: 18px;
  filter: blur(16px);
  z-index: 1;
  top: 44px;
  width: 88%;
}

.package__program {
  margin-bottom: 23px;
}

.package__program a {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 7px;
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: -1px;
}

.package__program a:hover {
  color: #380e94;
}

.package__time-education {
  display: flex;
  margin-bottom: 21px;
  align-items: center;
  justify-content: space-between;
}

.package__time-education--professor {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebecf2;
  padding-bottom: 22px;
}

.package__time-education--add {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Yekanbakh !important;
  color: #0da21b;
  font-size: 16px;
  font-weight: 900;
  margin-top: 4px;
}

.package__time-education--add__titl {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.package__time-education--add__titl:hover i {
  color: #0d6222;
}

.package__time-education--add__titl:hover b {
  color: #0d6222;
}

.package__time-education--add i {
  color: #0da21b;
  font-size: 21px;
  margin-left: 5px;
  transition: 0.3s;
}

.package__time-education--add em {
  color: #292b39;
  font-family: IRANSans !important;
  font-size: 24px;
  font-weight: 500;
  margin-left: 7px;
}

.package__titl {
  display: flex;
  align-items: inherit;
  color: #565868;
  font-size: 12px;
  margin-top: 4px;
  font-family: "Yekanbakh";
}

.package__titl:hover i {
  color: #0d6222;
}

.package__titl:hover b {
  color: #0d6222;
}

.package__titl i {
  font-size: 19px;
  color: #565868;
  transition: 0.3s;
}

.package__titl b {
  color: #3d3e43;
  font-size: 17px;
  margin-right: 19px;
  margin-left: 7px;
  transition: 0.3s;
  font-family: "Yekanbakh";
  font-weight: 500;
  letter-spacing: -1px;
}

.package__comments {
  display: flex;
  align-items: center;
  color: #17171a;
  font-weight: 500;
  font-size: 15px;
  font-family: "Yekanbakh";
}

.education__sale > .package__comments-my-em {
  display: flex;
  align-items: center;
  color: #565868;
  font-weight: 700;
  font-family: Yekanbakh !important;
  font-size: 18px;
}

.package__comments ins {
  text-decoration: none;
  font-size: 15px;
  color: #292b39;
  margin-left: 2px;
  font-weight: 500;
}

.pprice ins {
  text-decoration: none;
  font-size: 25px;
  color: #292b39;
  margin-left: 8px;
  font-weight: 800;
}

.package__comments i {
  color: #565868;
  font-size: 17px;
  margin-right: 10px;
}

.speak {
  max-width: 100%;
  min-width: 0;
  display: flex;
}

.speak__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  position: relative;
}

.speak__main::after {
  content: " .................................................";
  position: absolute;
  top: 0;
  transform: translate(-11%, 0);
  left: 247px;
  right: 106px;
  letter-spacing: 15px;
  white-space: nowrap;
  overflow: hidden;
  color: #989aa7;
}

.speak__main .swiper-slide {
  filter: blur(20px) grayscale(1);
  transition: 0.3s;
}

.speak__main .swiper-slide-active {
  filter: blur(0) grayscale(0);
}

.speak__main .swiper-slide-active + .swiper-slide {
  filter: blur(0) grayscale(0);
}

.speak__dear {
  display: flex;
  align-items: center;
}

.speak__dear .icon-moraba-naghd {
  color: #380e94;
  font-size: 21px;
  margin-right: 5px;
}

.speak__dear .icon-Shape_79 {
  color: #ccd1dd;
  font-size: 15px;
}

.speak__titl h3 {
  color: #292b39;
  font-size: 20px;
  font-weight: 500;
  margin-right: 21px;
  font-family: Yekanbakh !important;
  letter-spacing: -1px;
}

.speak__title-left {
  border-radius: 10px;
  font-family: Yekanbakh !important;
  background-color: #380e94;
  box-shadow: -6px 10px 15px -7px rgb(56 14 148 / 60%);
  padding: 10px 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
}

.speak__title-left:hover {
  color: #380e94;
  background-color: #f4f4f4;
  box-shadow: 0 2px 13px -3px rgb(56 14 148 / 60%);
}

.speak .post-videoo {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  display: flex;
  margin-bottom: 85px;
  box-shadow: 0 5px 34px -14px #bdbbbb;
  transition: 0.3s;
}

.speak .post-videoo:hover {
  box-shadow: 0 5px 22px -14px #bdbbbb;
}

.speak__voice .swiper-container {
  padding-left: 28px;
  margin-left: -28px;
  overflow: visible;
}

.speak__voice .swiper-container .swiper-slide {
  filter: opacity(30%) brightness(200%) blur(7px);
  transition: 0.3s;
}

.speak__voice .swiper-container .swiper-slide-active {
  filter: blur(0) grayscale(0);
}

.speak__voice .swiper-container .swiper-slide-active + .swiper-slide {
  filter: blur(0) grayscale(0);
}

.speak__Student {
  display: flex;
  padding-top: 20px;
  margin-bottom: 11px;
  align-items: center;
}

.speak__Student span {
  color: #292b39;
  font-size: 17px;
  font-weight: 500;
  margin-left: 16px;
  font-family: Yekanbakh !important;
  letter-spacing: -1px;
}

.speak__Student em {
  color: #494b5d;
  font-size: 13px;
  font-weight: 300;
  font-family: "Yekanbakh";
  letter-spacing: -1px;
}

.speak__text {
  margin-bottom: 22px;
  color: #686a7a;
  font-size: 15px;
  font-family: "Yekanbakh";
  font-weight: 500;
  text-align: justify;
  line-height: 2.15;
  letter-spacing: -1px;
  padding-left: 45px;
}

.speak .post-videoo__img img {
  position: relative;
  max-width: initial;
  border-radius: 0 13px 13px 0;
  margin-left: 24px;
}

.speak .post-videoo__img i {
  position: absolute;
  font-size: 21px;
  bottom: 85px;
  right: 99px;
  color: #fff;
}

.speak__aparat {
  position: relative;
  margin-bottom: 78px;
}

.speak__aparat:hover .img_blur {
  top: 15px;
}

.speak__aparat .view {
  display: flex;
  align-items: center;
  position: absolute;
  top: 25px;
  left: 39px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: Yekanbakh !important;
  z-index: 10;
}

.speak__aparat .view i {
  margin-right: 18px;
  font-size: 13px;
}

.speak__aparat .img-shadow {
  position: relative;
  z-index: 2;
}

.speak__aparat .img_blur {
  position: absolute;
  right: 40px;
  filter: blur(14px);
  z-index: 1;
  width: 94%;
  top: 25px;
  height: 71%;
  transition: 0.3s;
}

.speak__audio {
  margin-left: 17px;
  position: relative;
}

.duration_audio {
  position: absolute;
  top: 13px;
  right: 12px;
  color: #292b39;
  font-size: 12px;
  font-weight: 500;
}

.blog-col-12 {
  border-bottom: none !important;
  margin-bottom: 33px !important;
}

.index-bottom {
  border-bottom: none !important;
}

.blog {
  margin-bottom: 41px !important;
  border-bottom: none !important;
}

.blog__lazy-bottom {
  border-bottom: none !important;
  margin-top: 37px;
}

.blog__navasan em {
  margin-left: 5px;
  font-family: "Yekanbakh";
}

.blog__main-lazy {
  margin-bottom: 27px;
  display: flex;
}

.blog__post-video-lazy {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.blog__post-video-lazy a {
  position: relative;
  display: inline-block;
}

.blog__post-video-lazy a .img-shadow {
  position: relative;
  z-index: 2;
}

.blog__post-video-lazy a .img_blur {
  right: 50%;
  bottom: -63px;
  filter: blur(14px);
  z-index: 1;
  width: 88%;
  height: 88%;
  transform: translate(50%, 0);
  position: absolute;
}

.blog__titr-lazy {
  display: flex;
  flex-direction: column;
  margin-right: 26px;
  line-height: 26px;
}

.blog__titr-lazy h3 a {
  color: #292b39;
  font-family: Yekanbakh !important;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.54;
}

.blog__titr-lazy span {
  color: #484b62;
  font-family: IRANSans !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}

.blog__main-robot {
  display: flex;
  flex-direction: column;
}

.blog__main {
  display: flex;
  margin-bottom: 20px;
}

.blog__main:hover .img_blur {
  bottom: 30px;
}

.blog__video-sheypor {
  margin-bottom: 45px;
}

.blog__video-sheypor:hover .img_blur {
  bottom: 10px;
}

.blog__video-sheypor--robot {
  border-bottom: 1px solid #d6d7e1;
  margin-bottom: 37px;
}

.blog__video-sheypor--robot:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.blog__post-video {
  display: flex;
  justify-content: center;
  position: relative;
}

.blog__post-video a {
  position: relative;
  display: inline-block;
}

.blog__post-video--robot {
  position: relative;
  flex: 0 0 auto;
}

.blog__post-video--robot a {
  position: relative;
  display: inline-block;
}

.blog__post-video--robot .img-shadow {
  position: relative !important;
  z-index: 2 !important;
  border-radius: 5px;
}

.blog__post-video--robot .img_blur {
  right: 50% !important;
  bottom: 0;
  filter: blur(14px) !important;
  z-index: 1 !important;
  width: 79% !important;
  height: 19% !important;
  transform: translate(50%, 0);
  position: absolute !important;
  transition: 0.3s;
}

.blog__post-video a .img-shadow {
  position: relative;
  margin-bottom: 36px;
  z-index: 2;
  border-radius: 5px;
}

.blog__post-video a .img_blur {
  position: absolute;
  right: 50%;
  bottom: -5px;
  filter: blur(14px);
  z-index: 1;
  width: 95%;
  height: 51%;
  transform: translate(50%, 0);
  transition: 0.3s;
}

.blog__post-video i {
  position: absolute;
  color: #fff;
  font-size: 14px;
  left: 23px;
  top: 23px;
  z-index: 2;
  text-shadow: 0 2px 1px rgb(0 1 1 / 35%);
}

.blog__min {
  position: absolute;
  top: 17px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #07143c;
  font-family: "Yekanbakh";
  border-radius: 5px;
  background-color: #07143c;
  padding: 1px 11px;
  color: #fff;
}

.blog__min span {
  font-weight: 500;
  font-size: 12px;
  font-family: "Yekanbakh";
  color: #fff;
  margin-right: 4px;
}

.blog__min--background em {
  font-weight: 700;
  font-size: 17px;
  border: 1px solid #07143c;
  border-radius: 29px;
  background-color: #07143c;
  padding: 0 12px 2px 11px;
  color: #fff;
}

.blog__min--background em span {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.blog__titr {
  margin-bottom: 20px;
}

.blog__titr--robot {
  display: flex;
  flex-direction: column;
  margin-right: 26px;
}

.blog__titr--robot__main-robot {
  display: flex;
  flex-direction: column;
}

.blog__titr--robot h3 {
  margin-bottom: 20px;
}

.blog__titr--robot h3 a {
  color: #20222d;
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 32px;
  font-family: Yekanbakh !important;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: -1px;
}

.blog__titr--robot h3 a:hover {
  color: #380e94;
}

.blog__titr--robot p {
  color: #484b62;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  text-align: justify;
  font-family: "Yekanbakh";
}

.blog__titr h3 {
  margin-bottom: 16px;
}

.blog__titr h3 a {
  color: #20222d;
  font-size: 22px;
  font-weight: 500;
  font-family: Yekanbakh !important;
  transition: 0.3s;
  letter-spacing: -1px;
}

.blog__titr h3 a:hover {
  color: #380e94;
}

.blog__titr p {
  color: #484b62;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
  font-family: "Yekanbakh";
}

.blog__comments {
  display: flex;
  align-items: center;
}

.blog__comments li {
  display: flex;
  margin-left: 35px;
  align-items: first baseline;
  margin-right: 1px;
}

.blog__comments li i {
  margin-left: 15px !important;
  color: #292b39 !important;
  font-size: 15px !important;
}

.blog__comments li ins {
  color: #292b39;
  font-family: IRANSans !important;
  font-size: 14px;
  font-weight: 700;
  margin-left: 4px;
}

.blog__comments li span {
  color: #292b39;
  font-family: "Yekanbakh";
  font-size: 13px;
  font-weight: 500;
  position: relative;
  bottom: 0px;
}

.blog__comments--ul-robot {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 33px !important;
}

.blog__comments--ul-robot li {
  display: flex !important;
  align-items: baseline !important;
  margin-left: 31px !important;
}

.blog__comments--ul-robot li:first-child {
  margin-left: 23px !important;
}

.blog__comments--ul-robot li:first-child span {
  color: #fff !important;
  font-family: "Yekanbakh";
  font-size: 16px !important;
  font-weight: 500 !important;
  align-items: center !important;
  display: flex !important;
  background-color: #484b62 !important;
  padding: 4px 12px 1px !important;
  border-radius: 4px !important;
}

.blog__comments--ul-robot li:first-child span em {
  font-family: "Yekanbakh";
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-right: 3px !important;
}

.blog__comments--ul-robot li:last-child {
  margin-left: 0 !important;
}

.blog__comments--ul-robot li i {
  font-size: 15px !important;
  color: #292b39 !important;
  margin-left: 15px !important;
  position: relative !important;
  top: 2px !important;
}

.blog__comments--ul-robot li__time {
  color: #292b39 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-left: 4px !important;
}

.blog__comments--ul-robot li span {
  display: flex !important;
  color: #292b39 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  position: relative !important;
  top: 0px !important;
  font-family: "Yekanbakh";
}

.blog__comments--ul-robot li .visit {
  margin-right: 5px !important;
  color: #292b39 !important;
  font-family: IRANSans !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.blog__sttar {
  margin-left: 32px !important;
}

.blog__sttar i {
  margin-left: 18px !important;
  color: #292b39;
  font-size: 19px;
}

.blog__sttar em {
  font-family: "Yekanbakh";
  margin-left: 11px !important;
}

.final {
  margin-bottom: -20px !important;
  border-bottom: none !important;
}

.end-page__networks {
  position: relative !important;
  background-color: #fff !important;
  padding: 37px 41px 0 0 !important;
  margin-right: 30px !important;
  border-radius: 13px !important;
  box-shadow: 0 3px 11px 0 rgb(38 26 26 / 16%) !important;
}

.end-page__networks h3 {
  color: #1e1f27;
  font-family: Yekanbakh !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -6px;
}

.end-page__networks em {
  color: #5c5d66;
  font-family: Yekanbakh !important;
  font-size: 14px;
  font-weight: 500;
}

.end-page__social {
  padding-top: 40px;
  padding-bottom: 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.end-page__social i {
  color: #fff;
  position: relative;
  bottom: 0;
  right: 0;
}

.end-page__social h3 {
  color: #5c5d66;
  font-family: Yekanbakh !important;
  font-size: 17px;
  font-weight: 700;
  flex: 0 0 auto;
}

.end-page__social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 38px;
  width: auto;
}

.end-page__social ul .active {
  padding: 0 15px;
  border-radius: 41px;
}

.end-page__social ul .active span {
  overflow: hidden;
  width: 100px;
  display: flex;
  align-items: center;
}

.end-page__social ul li {
  display: flex;
  justify-content: center;
  margin-right: 17px;
  background-color: red;
  border-radius: 50%;
  transition: 0.3s;
  min-width: 46px;
  height: 46px;
}

.end-page__social ul li:first-child {
  margin-right: 0;
  background-color: #25d9f8;
}

.end-page__social ul li:nth-child(2) {
  background-color: #f04d5d;
}

.end-page__social ul li:nth-child(3) {
  background-color: #1da1f2;
}

.end-page__social ul li:last-child {
  background-color: #3687d8;
}

.end-page__social ul li a {
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.end-page__social ul li a span {
  font-family: IRANSans !important;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
  width: 0;
  color: #fff;
}

.end-page__social ul li a span i {
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
  margin-left: 10px;
}

.end-page__telegram:hover {
  background-color: #25d9f8;
}

.end-page__youtube:hover {
  background-color: #c70000;
}

.end-page__insta:hover {
  background-color: #d83695 !important;
}

.end-page__aparat:hover {
  background-color: #e61358 !important;
}

.newsletters {
  margin-bottom: 70px;
  margin-top: -8px;
}

.newsletters__title {
  margin-right: 46px;
}

.newsletters__title h4 {
  font-size: 19px;
  font-family: Yekanbakh !important;
  color: #292b39;
  font-weight: 700;
  margin-bottom: 10px;
}

.newsletters__title span {
  font-family: IRANSans !important;
  font-size: 12px;
  font-weight: 500;
  color: #676a7a;
}

.newsletters__imail {
  padding-right: 112px;
  padding-top: 6px;
}

.newsletters__imail input {
  background: #0da21b;
  padding: 10px 23px 12px 10px;
  max-width: 296px;
  width: 100%;
  border-radius: 60px;
  color: #fff;
  font-family: IRANSans !important;
  font-size: 13px;
  font-weight: 500;
  outline: none;
}

.newsletters__imail input::placeholder {
  color: #fff;
  opacity: 1;
}

.newsletters__imail button {
  background: #0da21b;
  border-radius: 50%;
  padding: 8px 11px 10px 15px;
  position: relative;
  top: 0;
  right: 14px;
}

.newsletters__imail button i {
  margin-right: 4px;
  position: relative;
  top: 2px;
  color: white;
  font-size: 14px;
}

.newsletters__title-top {
  display: flex;
}

.newsletters__rocket {
  position: relative;
  top: 24px;
}

.newsletters__news {
  padding: 36px 53px 44px 0;
  box-shadow: 0 3px 11px 0 rgb(38 26 26 / 16%);
  border-radius: 13px;
  background-image: url("./img/newslatter.png");
}

.pagi-cat-blog--index {
  margin-bottom: 29px;
}

