/*!/wp-content/themes/necromancers/assets/css/style-theme.css*/

@charset "UTF-8";

/*------------------------------------------------------------------------------*/
/*General*/
: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;
    --success: #f8b817;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --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;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  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: left;
    background-color: #fff;
  }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  
  blockquote {
    margin: 0 0 1rem;
  }
  
  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: #007bff;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  
  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;
    -ms-overflow-style: scrollbar;
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  
  table {
    border-collapse: collapse;
  }
  
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  
  th {
    text-align: inherit;
  }
  
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  [role=button] {
    cursor: pointer;
  }
  
  select {
    word-wrap: normal;
  }
  
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-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;
  }
  
  textarea {
    overflow: auto;
    resize: vertical;
  }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    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;
    -webkit-appearance: none;
  }
  
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-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-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
  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;
  }
  
  .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-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  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;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  
  .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
  }
  .blockquote-footer::before {
    content: "— ";
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
  }
  
  .figure {
    display: inline-block;
  }
  
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  
  .figure-caption {
    font-size: 90%;
    color: #6c757d;
  }
  
  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
  }
  a > code {
    color: inherit;
  }
  
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
  }
  
  pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
  }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container-sm, .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-md, .container-sm, .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1200px;
    }
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .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-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-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-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-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,
  .col-auto, .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: 15px;
    padding-left: 15px;
  }
  
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  
  .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    order: -1;
  }
  
  .order-last {
    order: 13;
  }
  
  .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;
  }
  
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-sm-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-sm-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-sm-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      order: -1;
    }
    .order-sm-last {
      order: 13;
    }
    .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;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
      margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
      margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
      margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-md-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-md-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-md-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      order: -1;
    }
    .order-md-last {
      order: 13;
    }
    .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;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.3333333333%;
    }
    .offset-md-2 {
      margin-left: 16.6666666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.3333333333%;
    }
    .offset-md-5 {
      margin-left: 41.6666666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.3333333333%;
    }
    .offset-md-8 {
      margin-left: 66.6666666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.3333333333%;
    }
    .offset-md-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-lg-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-lg-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      order: -1;
    }
    .order-lg-last {
      order: 13;
    }
    .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;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
      margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
      margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
      margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-xl-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-xl-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-xl-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-xl-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      order: -1;
    }
    .order-xl-last {
      order: 13;
    }
    .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;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
      margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
      margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
      margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
      margin-left: 91.6666666667%;
    }
}
/*texts*/
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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 (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-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: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !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;
}

/*table*/

table,
.table,
.wp-block-table table {
  width: 100%;
  margin-bottom: 2rem;
  color: #212529;
}
table th,
table td,
.table th,
.table td,
.wp-block-table table th,
.wp-block-table table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th,
.table thead th,
.wp-block-table table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody,
.table tbody + tbody,
.wp-block-table table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

table,
.table-bordered,
.wp-block-table table {
  border: 1px solid #dee2e6;
}
table th,
table td,
.table-bordered th,
.table-bordered td,
.wp-block-table table th,
.wp-block-table table td {
  border: 1px solid #dee2e6;
}
table thead th,
table thead td,
.table-bordered thead th,
.table-bordered thead td,
.wp-block-table table thead th,
.wp-block-table table thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd),
.wp-block-table table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}


/*------------------------------------------------------------------------------*/
/*Other General*/
.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 (min-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 (min-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 (min-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 (min-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;
  }
}
/*form-control*/

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
    -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/*form-control - input text*/
.form-control,
.input-text {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 10px;
  border: none;
  border-radius: 0;
  font-size: 0.9375rem;
  color: var(--color-body);
  background-color: transparent;
  border-bottom: 1px solid #dfe0e5;
}
@media (min-width: 1920px) {
  .form-control,
  .input-text {
    font-size: 1.25rem;
    padding-bottom: 12px;
  }
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.form-control:-moz-placeholder,
.input-text:-moz-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.form-control:focus, .has-active .form-control,
.input-text:focus,
.has-active .input-text {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-color: var(--color-success);
}
.form-control.has-success,
.input-text.has-success {
  background-image: url("../../img/template/form-success.svg");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 24px 24px;
}
.form-control.has-error, .form-control.wpcf7-not-valid,
.input-text.has-error,
.input-text.wpcf7-not-valid {
  background-image: url("../../img/template/form-alert.svg");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 24px 24px;
}

textarea.form-control {
  display: block;
}


/*Accordion*/
.accordion-item {
  padding-bottom: 8px;
  border-bottom: 1px solid #dfe0e5
}

.accordion-item__body {
  padding-bottom: 12px
}

@media (min-width: 1920px) {
  .accordion-item__body {
      padding-top:4px;
      padding-bottom: 21px
  }
}

.accordion-item__body a {
  color: var(--color-success)
}

.accordion-item__body a:hover {
  color: var(--color-body)
}

.accordion-item__header {
  line-height: 1.2;
  padding-bottom: 16px
}

@media (min-width: 1920px) {
  .accordion-item__header {
      padding-bottom:20px
  }
}

.accordion-item__link {
  position: relative;
  padding: 0 26px 0 0;
  border: none;
  background-color: #fff0;
  font-weight: 700;
  letter-spacing: -.03em;
  text-align: left;
  text-transform: uppercase
}

@media (min-width: 1920px) {
  .accordion-item__link {
      padding-right:34px
  }
}

body:not(.cursor-is--active) .accordion-item__link {
  cursor: pointer
}

.accordion-item__link:focus {
  outline: none
}

.accordion-item__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-success);
  transition: border-color 300ms ease
}

@media (min-width: 1920px) {
  .accordion-item__icon {
      top:3px;
      width: 16px;
      height: 16px
  }
}

.accordion-item__icon:after,.accordion-item__icon:before {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 6px;
  height: 2px;
  content: "";
  background-color: var(--color-body);
  background-color: var(--color-success);
  transition: all 300ms ease
}

@media (min-width: 1920px) {
  .accordion-item__icon:after,.accordion-item__icon:before {
      top:5px;
      width: 8px
  }
}

.accordion-item__icon:after {
  transform: rotate(-90deg);
  opacity: 0
}

.accordion-item__link:hover .accordion-item__icon {
  border-color: var(--color-success)
}

.accordion-item__link:hover .accordion-item__icon:after,.accordion-item__link:hover .accordion-item__icon:before {
  background-color: var(--color-success)
}

.collapsed .accordion-item__icon {
  border-color: var(--color-body)
}

.collapsed .accordion-item__icon:after,.collapsed .accordion-item__icon:before {
  background-color: var(--color-body)
}

.collapsed .accordion-item__icon:after {
  opacity: 1
}

.accordion-item+.accordion-item {
  margin-top: 25px
}

@media (min-width: 1920px) {
  .accordion-item+.accordion-item {
      margin-top:29px
  }
}
/*Button*/
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn i {
  position: relative;
  top: -.075rem;
  display: inline-block;
  vertical-align: middle;
}
/**/
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/*pagination*/
.pagination {
  padding: 1.5rem 0 1rem 0;
  justify-content: center;
}
.pagination .nav-links {
  font-weight: bold;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-size: var(--h5-font-size);
  line-height: 1.2em;
  color: var(--color-secondary);
}
.pagination .nav-links a {
  color: var(--color-dark);
}
.pagination .nav-links a:hover {
  color: var(--color-secondary);
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 0.2em 0.35em;
  margin: 0 0.3em;
}
.pagination .nav-links .page-numbers .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

/* Accessibility */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*wpcf7__btn*/
.wpcf7__btn-wrapper.text-right .btn {
  float: right;
}

@media (min-width: 576px) {
/*shortcuts*/
.mt-sm-auto,
.my-sm-auto {
  margin-top: auto !important;
}
.mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
}

}

/*img backgroud*/
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color-dark);
}

.bg-fixed {
  background-attachment: fixed;
}


/*align*/
.align-self-center {
  align-self: center !important;
}

/*------------------------------------------------------------------------------*/
/*Root*/

:root {
  --font-base: "Rajdhani";
  --font-size-base: 1rem;
  --h-lead1-font-size: 6.375rem;
  --h-lead2-font-size: 4.5rem;
  --h1-font-size: 4.2rem;
  --h2-font-size: 2rem;
  --h3-font-size: 2rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.125rem;
  --h6-font-size: 1rem;
  --color-body-bg: #ffffff;
  --color-body-bg-h: 0;
  --color-body-bg-s: 0%;
  --color-body-bg-l: 100%;
  --color-body: #222430;
  --color-body-h: 231.42857142857;
  --color-body-s: 17.073170731707%;
  --color-body-l: 16.078431372549%;
  --color-body-dark: #c6cbea;
  --color-body-dark-h: 231.66666666667;
  --color-body-dark-s: 46.153846153846%;
  --color-body-dark-l: 84.705882352941%;
  --color-primary: #f8b817;
  --color-primary-h: 42.933333333333;
  --color-primary-s: 94.142259414226%;
  --color-primary-l: 53.137254901961%;
  --color-secondary: #5e627e;
  --color-secondary-h: 232.5;
  --color-secondary-s: 14.545454545455%;
  --color-secondary-l: 43.137254901961%;
  --color-tertiary: #222430;
  --color-tertiary-h: 231.42857142857;
  --color-tertiary-s: 17.073170731707%;
  --color-tertiary-l: 16.078431372549%;
  --color-quaternary: #3d4055;
  --color-quaternary-h: 232.5;
  --color-quaternary-s: 16.438356164384%;
  --color-quaternary-l: 28.627450980392%;
  --color-success: #f8b817;
  --color-success-h: 42.933333333333;
  --color-success-s: 94.142259414226%;
  --color-success-l: 53.137254901961%;
  --color-info: #ced0da;
  --color-info-h: 230;
  --color-info-s: 13.953488372093%;
  --color-info-l: 83.137254901961%;
  --color-warning: #fae689;
  --color-warning-h: 49.380530973451;
  --color-warning-s: 91.869918699187%;
  --color-warning-l: 75.882352941176%;
  --color-danger: #ff1c5c;
  --color-danger-h: 343.08370044053;
  --color-danger-s: 100%;
  --color-danger-l: 55.490196078431%;
  --color-light: #ffffff;
  --color-light-h: 0;
  --color-light-s: 0%;
  --color-light-l: 100%;
  --color-lighter: #f7f8fa;
  --color-lighter-h: 220;
  --color-lighter-s: 23.076923076923%;
  --color-lighter-l: 97.450980392157%;
  --color-dark: #151720;
  --color-dark-h: 229.09090909091;
  --color-dark-s: 20.754716981132%;
  --color-dark-l: 10.392156862745%;
  --color-black: #13151e;
  --color-black-h: 229.09090909091;
  --color-black-s: 22.448979591837%;
  --color-black-l: 9.6078431372549%;
  --color-tiny: #5e627e;
  --color-tiny-h: 232.5;
  --color-tiny-s: 14.545454545455%;
  --color-tiny-l: 43.137254901961%;
  --color-landing-detail-primary: #f8b817;
  --color-landing-detail-primary-h: 42.933333333333;
  --color-landing-detail-primary-s: 94.142259414226%;
  --color-landing-detail-primary-l: 53.137254901961%;
  --color-landing-detail-secondary: #fae689;
  --color-landing-detail-secondary-h: 49.380530973451;
  --color-landing-detail-secondary-s: 91.869918699187%;
  --color-landing-detail-secondary-l: 75.882352941176%;
  --color-decor-page-layer-1-gradient-start: #ce7829;
  --color-decor-page-layer-1-gradient-start-h: 28.727272727273;
  --color-decor-page-layer-1-gradient-start-s: 66.801619433198%;
  --color-decor-page-layer-1-gradient-start-l: 48.43137254902%;
  --color-decor-page-layer-1-gradient-stop: #1d3000;
  --color-decor-page-layer-1-gradient-stop-h: 83.75;
  --color-decor-page-layer-1-gradient-stop-s: 100%;
  --color-decor-page-layer-1-gradient-stop-l: 9.4117647058824%;
  --color-decor-page-layer-2-gradient-start: #d7a329;
  --color-decor-page-layer-2-gradient-start-h: 42.068965517241;
  --color-decor-page-layer-2-gradient-start-s: 68.503937007874%;
  --color-decor-page-layer-2-gradient-start-l: 50.196078431373%;
  --color-decor-page-layer-2-gradient-stop: #f8b817;
  --color-decor-page-layer-2-gradient-stop-h: 42.933333333333;
  --color-decor-page-layer-2-gradient-stop-s: 94.142259414226%;
  --color-decor-page-layer-2-gradient-stop-l: 53.137254901961%;
  --color-decor-page-layer-3-gradient-start: #fae689;
  --color-decor-page-layer-3-gradient-start-h: 49.380530973451;
  --color-decor-page-layer-3-gradient-start-s: 91.869918699187%;
  --color-decor-page-layer-3-gradient-start-l: 75.882352941176%;
  --color-decor-page-layer-3-gradient-stop: #f8b817;
  --color-decor-page-layer-3-gradient-stop-h: 42.933333333333;
  --color-decor-page-layer-3-gradient-stop-s: 94.142259414226%;
  --color-decor-page-layer-3-gradient-stop-l: 53.137254901961%;
  --color-decor-page-line: #fae689;
  --color-decor-page-line-h: 49.380530973451;
  --color-decor-page-line-s: 91.869918699187%;
  --color-decor-page-line-l: 75.882352941176%;
  --color-preloader-bg: #1c1f2a;
  --color-preloader-bg-h: 227.14285714286;
  --color-preloader-bg-s: 20%;
  --color-preloader-bg-l: 13.725490196078%;
  --color-preloader-base: #5e627e;
  --color-preloader-base-h: 232.5;
  --color-preloader-base-s: 14.545454545455%;
  --color-preloader-base-l: 43.137254901961%;
  --color-preloader-highlight: #ffffff;
  --color-preloader-highlight-h: 0;
  --color-preloader-highlight-s: 0%;
  --color-preloader-highlight-l: 100%;
  --color-preloader-accent: #f8b817;
  --color-preloader-accent-h: 42.933333333333;
  --color-preloader-accent-s: 94.142259414226%;
  --color-preloader-accent-l: 53.137254901961%;
}



body {
    font-family: var(--font-base, "Rajdhani");
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.71428571;
    color: var(--color-body);
  }
  @media (min-width: 1920px) {
    body {
      font-size: 1.25rem;
    }
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 1.546875rem;
    font-family: var(--font-base, "Rajdhani");
    font-weight: 700;
    line-height: 0.875;
    text-transform: uppercase;
    color: var(--color-body);
  }
  .bg--type-dark h1,
  .bg--type-dark h2,
  .bg--type-dark h3,
  .bg--type-dark h4,
  .bg--type-dark h5,
  .bg--type-dark h6,
  .bg--type-dark .h1,
  .bg--type-dark .h2,
  .bg--type-dark .h3,
  .bg--type-dark .h4,
  .bg--type-dark .h5,
  .bg--type-dark .h6 {
    color: var(--color-white);
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5 {
    letter-spacing: -0.06em;
  }
  
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: var(--h1-font-size);
    }
  }
  @media (max-width: 767.98px) {
    .site-layout--landing h1,
    .site-layout--landing .h1 {
      font-size: calc(var(--h1-font-size) * 0.37);
    }
  }
  @media (min-width: 1920px) {
    .site-layout--landing h1,
    .site-layout--landing .h1 {
      font-size: calc(var(--h1-font-size) * 1.216);
    }
  }
  
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: var(--h2-font-size);
    }
  }
  
  h3,
  .h3 {
    font-size: var(--h3-font-size);
  }
  @media (min-width: 992px) {
    h3,
    .h3 {
      font-size: var(--h3-font-size);
    }
  }
  @media (min-width: 1920px) {
    h3,
    .h3 {
      font-size: calc(var(--h3-font-size) * 1.4);
    }
  }
  
  h4,
  .h4 {
    font-size: var(--h4-font-size);
    letter-spacing: -0.03em;
  }
  @media (min-width: 992px) {
    h4,
    .h4 {
      font-size: var(--h4-font-size);
    }
  }
  @media (min-width: 1920px) {
    h4,
    .h4 {
      font-size: calc(var(--h4-font-size) * 1.4375);
    }
  }
  h4.text-sm,
  .h4.text-sm {
    font-size: calc(var(--h4-font-size) / 1.45);
  }
  @media (min-width: 992px) {
    h4.text-sm,
    .h4.text-sm {
      font-size: calc(var(--h4-font-size) / 1.23);
    }
  }
  @media (min-width: 1920px) {
    h4.text-sm,
    .h4.text-sm {
      font-size: calc(var(--h4-font-size) / 1.14);
    }
  }
  
  h5,
  .h5 {
    font-size: var(--h5-font-size);
    line-height: 1;
  }
  @media (min-width: 992px) {
    h5,
    .h5 {
      font-size: var(--h5-font-size);
    }
  }
  @media (min-width: 1920px) {
    h5,
    .h5 {
      font-size: calc(var(--h5-font-size) * 1.27);
    }
  }
  
  h6,
  .h6 {
    font-size: var(--h6-font-size);
    line-height: 1;
    letter-spacing: -0.03em;
  }
  @media (min-width: 1920px) {
    h6,
    .h6 {
      font-size: calc(var(--h6-font-size) * 1.33);
    }
  }
  h6.text-sm,
  .h6.text-sm {
    font-size: var(--h6-font-size)/1.3;
    line-height: 1.65;
  }
  @media (min-width: 1920px) {
    h6.text-sm,
    .h6.text-sm {
      font-size: var(--h6-font-size);
    }
  }
  
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  
  .h-lead-1 {
    font-size: calc(var(--h-lead1-font-size) * 0.4);
  }
  @media (min-width: 576px) {
    .h-lead-1 {
      font-size: calc(var(--h-lead1-font-size) * 0.75);
    }
  }
  @media (min-width: 992px) {
    .h-lead-1 {
      font-size: var(--h-lead1-font-size);
    }
  }
  @media (max-width: 767.98px) {
    .site-layout--landing .h-lead-1 {
      font-size: calc(var(--h-lead1-font-size) * 0.37);
    }
  }
  @media (min-width: 1920px) {
    .site-layout--landing .h-lead-1 {
      font-size: calc(var(--h-lead1-font-size) * 1.216);
    }
  }
  
  @media (min-width: 992px) {
    .h-lead-2 {
      font-size: var(--h-lead2-font-size);
    }
  }
  
  h1 .subtitle {
    display: block;
    margin-bottom: 0.43em;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--color-primary);
  }
  h1 .subtitle.subtitle--warning {
    color: #f7ff2a;
  }
  h1 .subtitle.subtitle--danger {
    color: var(--color-danger);
  }
  @media (min-width: 576px) {
    h1 .subtitle {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 767.98px) {
    .site-layout--landing h1 .subtitle {
      font-size: 1rem;
    }
  }
  @media (min-width: 992px) {
    h1 .subtitle {
      font-size: 1.875rem;
    }
  }
  @media (min-width: 1920px) {
    .site-layout--landing h1 .subtitle {
      font-size: 2.625rem;
    }
  }
  
  hr {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    border: 0;
    border-top: 2px solid #333;
  }
  
  .hr--lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .hr--xl {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  
  small,
  .small {
    font-size: 0.625rem;
    font-weight: inherit;
  }
  
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  
  a {
    color: var(--color-success);
    text-decoration: none;
    transition: 300ms all ease;
  }
  a:hover {
    color: var(--color-secondary);
    text-decoration: none;
  }
  
  .color-warning {
    color: var(--color-warning);
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline-item {
    display: inline-block;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 5px;
  }

  .post__title a {
    color: inherit;
  }
  
  .post__body ol:not([class]),
  .comment__body ol:not([class]),
  .page-content ol:not([class]),
  .staff-member__content ol:not([class]),
  .wp-block-column ol,
  .ncr-ol-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5em;
  }
  .post__body ol:not([class]) li,
  .comment__body ol:not([class]) li,
  .page-content ol:not([class]) li,
  .staff-member__content ol:not([class]) li,
  .wp-block-column ol li,
  .ncr-ol-list li {
    position: relative;
    padding: 0 0 0.5em 0;
  }
  .post__body ol:not([class]) li::before,
  .comment__body ol:not([class]) li::before,
  .page-content ol:not([class]) li::before,
  .staff-member__content ol:not([class]) li::before,
  .wp-block-column ol li::before,
  .ncr-ol-list li::before {
    display: inline-block; /* block would also work */
    font-size: 1em;
    color: var(--color-success);
    margin-right: 0.8125em;
  }
  .post__body ol:not([class]) li ol,
  .post__body ol:not([class]) li ul,
  .comment__body ol:not([class]) li ol,
  .comment__body ol:not([class]) li ul,
  .page-content ol:not([class]) li ol,
  .page-content ol:not([class]) li ul,
  .staff-member__content ol:not([class]) li ol,
  .staff-member__content ol:not([class]) li ul,
  .wp-block-column ol li ol,
  .wp-block-column ol li ul,
  .ncr-ol-list li ol,
  .ncr-ol-list li ul {
    padding-top: 0.5em;
    margin-bottom: 0;
    margin-left: 1.375em;
  }
  .post__body ol:not([class]) li ol li:last-child,
  .post__body ol:not([class]) li ul li:last-child,
  .comment__body ol:not([class]) li ol li:last-child,
  .comment__body ol:not([class]) li ul li:last-child,
  .page-content ol:not([class]) li ol li:last-child,
  .page-content ol:not([class]) li ul li:last-child,
  .staff-member__content ol:not([class]) li ol li:last-child,
  .staff-member__content ol:not([class]) li ul li:last-child,
  .wp-block-column ol li ol li:last-child,
  .wp-block-column ol li ul li:last-child,
  .ncr-ol-list li ol li:last-child,
  .ncr-ol-list li ul li:last-child {
    padding-bottom: 0;
  }
  
  .comment__body ul:not([class]),
  .post__body ul:not([class]),
  .page-content ul:not([class]),
  .staff-member__content ul:not([class]),
  .wp-block-column ul,
  .ncr-ul-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5em;
  }
  .comment__body ul:not([class]) li,
  .post__body ul:not([class]) li,
  .page-content ul:not([class]) li,
  .staff-member__content ul:not([class]) li,
  .wp-block-column ul li,
  .ncr-ul-list li {
    position: relative;
    padding: 0 0 0.5em 1.875em;
  }
  .comment__body ul:not([class]) li::before,
  .post__body ul:not([class]) li::before,
  .page-content ul:not([class]) li::before,
  .staff-member__content ul:not([class]) li::before,
  .wp-block-column ul li::before,
  .ncr-ul-list li::before {
    display: inline-block; /* block would also work */
    position: absolute; /* move this out of the way of the text */
    left: 0; /* move the counter label into the space from the padding */
    width: 20px;
    font-size: 1em;
    color: var(--color-success);
  }
  .comment__body ul:not([class]) li ol,
  .comment__body ul:not([class]) li ul,
  .post__body ul:not([class]) li ol,
  .post__body ul:not([class]) li ul,
  .page-content ul:not([class]) li ol,
  .page-content ul:not([class]) li ul,
  .staff-member__content ul:not([class]) li ol,
  .staff-member__content ul:not([class]) li ul,
  .wp-block-column ul li ol,
  .wp-block-column ul li ul,
  .ncr-ul-list li ol,
  .ncr-ul-list li ul {
    padding-top: 0.5em;
    margin-bottom: 0;
  }
  .comment__body ul:not([class]) li ol li:last-child,
  .comment__body ul:not([class]) li ul li:last-child,
  .post__body ul:not([class]) li ol li:last-child,
  .post__body ul:not([class]) li ul li:last-child,
  .page-content ul:not([class]) li ol li:last-child,
  .page-content ul:not([class]) li ul li:last-child,
  .staff-member__content ul:not([class]) li ol li:last-child,
  .staff-member__content ul:not([class]) li ul li:last-child,
  .wp-block-column ul li ol li:last-child,
  .wp-block-column ul li ul li:last-child,
  .ncr-ul-list li ol li:last-child,
  .ncr-ul-list li ul li:last-child {
    padding-bottom: 0;
  }
  
  .post__body ol:not([class]) li::before,
  .comment__body ol:not([class]) li::before,
  .page-content ol:not([class]) li::before,
  .staff-member__content ol:not([class]) li::before,
  .wp-block-column ol li::before,
  .ncr-ol-list li::before {
    counter-increment: item;
    content: counters(item, ".") ". ";
    font-weight: bold;
  }
  .post__body ol:not([class]) li ul li:first-child,
  .comment__body ol:not([class]) li ul li:first-child,
  .page-content ol:not([class]) li ul li:first-child,
  .staff-member__content ol:not([class]) li ul li:first-child,
  .wp-block-column ol li ul li:first-child,
  .ncr-ol-list li ul li:first-child {
    counter-reset: item;
  }
  .post__body ol:not([class]) li ul li ol,
  .comment__body ol:not([class]) li ul li ol,
  .page-content ol:not([class]) li ul li ol,
  .staff-member__content ol:not([class]) li ul li ol,
  .wp-block-column ol li ul li ol,
  .ncr-ol-list li ul li ol {
    margin-left: 0;
  }
  .post__body ol:not([class]) li ul li ol li:first-child,
  .comment__body ol:not([class]) li ul li ol li:first-child,
  .page-content ol:not([class]) li ul li ol li:first-child,
  .staff-member__content ol:not([class]) li ul li ol li:first-child,
  .wp-block-column ol li ul li ol li:first-child,
  .ncr-ol-list li ul li ol li:first-child {
    counter-reset: subitem;
  }
  .post__body ol:not([class]) li ul li ol li::before,
  .comment__body ol:not([class]) li ul li ol li::before,
  .page-content ol:not([class]) li ul li ol li::before,
  .staff-member__content ol:not([class]) li ul li ol li::before,
  .wp-block-column ol li ul li ol li::before,
  .ncr-ol-list li ul li ol li::before {
    counter-increment: subitem;
    content: counter(subitem) ". ";
  }
  .post__body ol:not([class]) li ul ul,
  .comment__body ol:not([class]) li ul ul,
  .page-content ol:not([class]) li ul ul,
  .staff-member__content ol:not([class]) li ul ul,
  .wp-block-column ol li ul ul,
  .ncr-ol-list li ul ul {
    margin-left: 0;
  }
  .post__body ol:not([class]) li:first-child,
  .comment__body ol:not([class]) li:first-child,
  .page-content ol:not([class]) li:first-child,
  .staff-member__content ol:not([class]) li:first-child,
  .wp-block-column ol li:first-child,
  .ncr-ol-list li:first-child {
    counter-reset: item;
  }
  
  .post__body ul:not([class]) li::before,
  .comment__body ul:not([class]) li::before,
  .page-content ul:not([class]) li::before,
  .staff-member__content ul:not([class]) li::before,
  .wp-block-column ul li::before,
  .ncr-ul-list li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: normal;
    content: "\f00c";
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .post__body ul:not([class]) li ol > li,
  .comment__body ul:not([class]) li ol > li,
  .page-content ul:not([class]) li ol > li,
  .staff-member__content ul:not([class]) li ol > li,
  .wp-block-column ul li ol > li,
  .ncr-ul-list li ol > li {
    padding-left: 0;
  }
  .post__body ul:not([class]) li ol > li:first-child,
  .comment__body ul:not([class]) li ol > li:first-child,
  .page-content ul:not([class]) li ol > li:first-child,
  .staff-member__content ul:not([class]) li ol > li:first-child,
  .wp-block-column ul li ol > li:first-child,
  .ncr-ul-list li ol > li:first-child {
    counter-reset: item;
  }
  .post__body ul:not([class]) li ol > li::before,
  .comment__body ul:not([class]) li ol > li::before,
  .page-content ul:not([class]) li ol > li::before,
  .staff-member__content ul:not([class]) li ol > li::before,
  .wp-block-column ul li ol > li::before,
  .ncr-ul-list li ol > li::before {
    font-family: var(--font-base, "Rajdhani");
    counter-increment: item;
    content: counters(item, ".") ". ";
    font-weight: bold;
    position: static;
    width: auto;
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  .font-bold {
    font-weight: bold;
  }
  
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  
  .blockquote {
    margin-bottom: 1.375rem;
    font-size: calc(var(--font-size-base) * 1.25);
  }
  
  .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
  }
  .blockquote-footer::before {
    content: "— ";
  }
  
  blockquote {
    position: relative;
    padding-left: 1em;
  }
  blockquote::before {
    content: "“";
    display: block;
    position: absolute;
    left: 0;
    font-size: calc(var(--font-size-base) * 1.25);
    line-height: 1.2em;
  }
  blockquote p {
    font-size: calc(var(--font-size-base) * 1.25);
  }
  blockquote a {
    text-decoration: underline;
  }
  blockquote a:hover {
    text-decoration: none;
  }
  
  dl {
    margin-bottom: 1.890625rem;
  }
  
  .page-content * + .social-menu {
    margin-top: 28px;
  }
  @media (min-width: 1920px) {
    .page-content * + .social-menu {
      margin-top: 32px;
    }
  }
  .page-content h4 + p {
    margin-top: 27px;
  }
  @media (min-width: 1920px) {
    .page-content h4 + p {
      margin-top: 46px;
    }
  }
  .page-content h4 + form {
    margin-top: 66px;
  }
  @media (min-width: 1920px) {
    .page-content h4 + form {
      margin-top: 85px;
    }
  }
  .page-content .social-menu + h4.text-sm {
    margin-top: 59px;
  }
  @media (min-width: 1920px) {
    .page-content .social-menu + h4.text-sm {
      margin-top: 98px;
    }
  }
  
  .spacer,
  .spacer-lg {
    display: block;
  }
  .spacer + h4,
  .spacer-lg + h4 {
    margin-top: 0;
  }
  
  .spacer {
    height: 30px;
  }
  @media (min-width: 768px) {
    .spacer {
      height: 57px;
    }
  }
  @media (min-width: 1920px) {
    .spacer {
      height: 76px;
    }
  }
  p + .spacer {
    margin-top: -24px;
  }
  h4 + .spacer {
    margin-top: -32px;
  }
  
  .spacer-lg {
    height: 60px;
  }
  @media (min-width: 768px) {
    .spacer-lg {
      height: 90px;
    }
  }
  @media (min-width: 1920px) {
    .spacer-lg {
      height: 107px;
    }
  }

/*buttons*/
.btn,.button,.wp-block-button .wp-block-button__link,button.wp-block-search__button,.page-links .post-page-numbers,.item-has-btn>a,.added_to_cart,.reset_variations {
  display: inline-block;
  font-weight: 700;
  font-family: var(--font-base,"Rajdhani");
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  border-radius: 0;
  color: var(--color-body);
  text-decoration: none;
  padding: .875rem 1.875rem;
  font-size: .75rem;
  line-height: 1;
  transition: all 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn,.button,.wp-block-button .wp-block-button__link,button.wp-block-search__button,.page-links .post-page-numbers,.item-has-btn>a,.added_to_cart,.reset_variations {
      transition: none
  }
}

@media (min-width: 1920px) {
  .btn,.button,.wp-block-button .wp-block-button__link,button.wp-block-search__button,.page-links .post-page-numbers,.item-has-btn>a,.added_to_cart,.reset_variations {
      padding:1.1875rem 3.25rem;
      font-size: 1.125rem;
      line-height: 1
  }
}

.btn:hover,.btn:focus,.button:hover,.button:focus,.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus,button.wp-block-search__button:hover,button.wp-block-search__button:focus,.page-links .post-page-numbers:hover,.page-links .post-page-numbers:focus,.item-has-btn>a:hover,.item-has-btn>a:focus,.added_to_cart:hover,.added_to_cart:focus,.reset_variations:hover,.reset_variations:focus {
  text-decoration: none
}

.btn:focus,.btn.focus,.button:focus,.button.focus,.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link.focus,button.wp-block-search__button:focus,button.wp-block-search__button.focus,.page-links .post-page-numbers:focus,.page-links .post-page-numbers.focus,.item-has-btn>a:focus,.item-has-btn>a.focus,.added_to_cart:focus,.added_to_cart.focus,.reset_variations:focus,.reset_variations.focus {
  outline: 0;
  box-shadow: none
}

.btn.disabled,.btn:disabled,.button.disabled,.button:disabled,.wp-block-button .wp-block-button__link.disabled,.wp-block-button .wp-block-button__link:disabled,button.wp-block-search__button.disabled,button.wp-block-search__button:disabled,.page-links .post-page-numbers.disabled,.page-links .post-page-numbers:disabled,.item-has-btn>a.disabled,.item-has-btn>a:disabled,.added_to_cart.disabled,.added_to_cart:disabled,.reset_variations.disabled,.reset_variations:disabled {
  opacity: .65
}

.btn:active,.btn.active,.button:active,.button.active,.wp-block-button .wp-block-button__link:active,.wp-block-button .wp-block-button__link.active,button.wp-block-search__button:active,button.wp-block-search__button.active,.page-links .post-page-numbers:active,.page-links .post-page-numbers.active,.item-has-btn>a:active,.item-has-btn>a.active,.added_to_cart:active,.added_to_cart.active,.reset_variations:active,.reset_variations.active {
  background-image: none
}

a.btn.disabled,fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-primary,.item-has-btn--primary>a.menu-item-link,.added_to_cart {
  color: var(--color-body);
  background-color: var(--color-primary)
}

.btn-primary:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active,.btn-primary:hover,.btn-primary:focus,.item-has-btn--primary>a.menu-item-link:not([disabled]):not(.disabled):active,.item-has-btn--primary>a.menu-item-link:not([disabled]):not(.disabled).active,.item-has-btn--primary>a.menu-item-link:hover,.item-has-btn--primary>a.menu-item-link:focus,.added_to_cart:not([disabled]):not(.disabled):active,.added_to_cart:not([disabled]):not(.disabled).active,.added_to_cart:hover,.added_to_cart:focus {
  color: var(--color-body);
  background-color: hsl(var(--color-primary-h),var(--color-primary-s),calc(var(--color-primary-l) * 1.1))
}

.btn-secondary,.wp-block-button .wp-block-button__link,button.wp-block-search__button,.page-links a.post-page-numbers,.item-has-btn--secondary>a.menu-item-link {
  color: var(--color-light);
  background-color: var(--color-secondary)
}

.btn-secondary:hover,.wp-block-button .wp-block-button__link:hover,button.wp-block-search__button:hover,.page-links a.post-page-numbers:hover,.item-has-btn--secondary>a.menu-item-link:hover {
  color: var(--color-body);
  background-color: var(--color-primary)
}

.btn-tertiary,.item-has-btn--tertiary>a.menu-item-link,.single_add_to_cart_button {
  color: var(--color-light);
  background-color: var(--color-tertiary)
}

.btn-tertiary:hover,.item-has-btn--tertiary>a.menu-item-link:hover,.single_add_to_cart_button:hover {
  color: var(--color-light);
  background-color: hsl(var(--color-tertiary-h),var(--color-tertiary-s),calc(var(--color-tertiary-l) * 1.5))
}

.btn-success,.item-has-btn--success>a.menu-item-link {
  color: var(--color-light);
  background-color: var(--color-success)
}

.btn-success:hover,.item-has-btn--success>a.menu-item-link:hover {
  color: var(--color-light);
  background-color: hsl(var(--color-success-h),var(--color-success-s),calc(var(--color-success-l) * 1.1))
}

.btn-danger,.item-has-btn--danger>a.menu-item-link {
  color: var(--color-light);
  background-color: var(--color-danger)
}

.btn-danger:hover,.item-has-btn--danger>a.menu-item-link:hover {
  color: var(--color-light);
  background-color: hsl(var(--color-danger-h),var(--color-danger-s),calc(var(--color-danger-l) * 1.1))
}

.btn-warning,.item-has-btn--warning>a.menu-item-link {
  color: var(--color-light);
  background-color: var(--color-warning)
}

.btn-warning:hover,.item-has-btn--warning>a.menu-item-link:hover {
  color: var(--color-light);
  background-color: hsl(var(--color-warning-h),var(--color-warning-s),calc(var(--color-warning-l) * 1.1))
}

.btn-info,.item-has-btn--info>a.menu-item-link,.reset_variations,.product_type_external {
  color: var(--color-body);
  background-color: var(--color-info)
}

.btn-info:hover,.item-has-btn--info>a.menu-item-link:hover,.reset_variations:hover,.product_type_external:hover {
  color: var(--color-body);
  background-color: hsl(var(--color-info-h),var(--color-info-s),calc(var(--color-info-l) * 1.1))
}

.btn-info:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled).active,.btn-info:hover,.btn-info:focus,.item-has-btn--info>a.menu-item-link:not([disabled]):not(.disabled):active,.item-has-btn--info>a.menu-item-link:not([disabled]):not(.disabled).active,.item-has-btn--info>a.menu-item-link:hover,.item-has-btn--info>a.menu-item-link:focus,.reset_variations:not([disabled]):not(.disabled):active,.reset_variations:not([disabled]):not(.disabled).active,.reset_variations:hover,.reset_variations:focus,.product_type_external:not([disabled]):not(.disabled):active,.product_type_external:not([disabled]):not(.disabled).active,.product_type_external:hover,.product_type_external:focus {
  color: var(--color-body);
  background-color: hsl(var(--color-info-h),var(--color-info-s),calc(var(--color-info-l) * 1.1))
}

/*Colors Class*/
  .color-primary {
    color: var(--color-primary) !important;
  }

  .color-warning {
    color: var(--color-warning) !important;
  }

  .color-success {
    color: var(--color-success) !important;
  }

  .color-danger {
    color: var(--color-danger) !important;
  }

/*svg-filters*/

.svg-filters {
  display: block;
  width: 0;
  height: 0;
}


/*------------------------------------------------------------------------------*/
/*Font Awesome*/


.fa-solid,.fa-regular,.fa-brands,.fas,.far,.fab,.fa-sharp-solid,.fa-classic,.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

.fas,.fa-classic,.fa-solid,.far,.fa-regular {
  font-family: "Font Awesome 6 Free"
}

.fab,.fa-brands {
  font-family: "Font Awesome 6 Brands"
}

:root,:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../fonts/fontawesome/6.5.2/fa-brands-400.woff2') format("woff2")
}

.fa-solid, .fas{
  font-family: "Font Awesome 6 Solid";
}

@font-face {
  font-family: "Font Awesome 6 Solid";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../../fonts/fontawesome/6.5.2/fa-solid-900.woff2') format("woff2")

}

.fab,.fa-brands {
  font-weight: 400
}

/*Custom Icons Fontawesome*/

.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-right:before {
  content: "\f061";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-plus:before {
  content: "\f067";
}

.fa-circle-notch:before {
  content: "\f1ce";
}   

.fa-spinner:before {
  content: "\f110";
}

.fa-calendar:before{
  content: "\f133";
}
.fa-calendar-xmark::before{
  content: "\f273";
}
.fa-magnifying-glass:before{
  content: "\f002";
}

.fa-magnifying-glass-arrow-right:before{
  content: "\e521";

}
.fa-magnifying-glass-plus:before{
  content: "\f00e";
}

.fa-trophy:before{
  content: "\f091";
}

/*Check*/
.post__body ul:not([class]) li::before,.comment__body ul:not([class]) li::before,.page-content ul:not([class]) li::before,.staff-member__content ul:not([class]) li::before,.wp-block-column ul li::before,.ncr-ul-list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f00c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.comment__body ul:not([class]) li::before,.post__body ul:not([class]) li::before,.page-content ul:not([class]) li::before,.staff-member__content ul:not([class]) li::before,.wp-block-column ul li::before,.ncr-ul-list li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  font-size: 1em;
  color: var(--color-success)
}

/*.tab-content*/

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/*width*/
.w-100 {
  width: 100% !important;
}




/*------------------------------------------------------------------------------*/
/*Duotone*/

.effect-duotone {
    position: relative;
    will-change: transform
}

.effect-duotone__layer::before,.effect-duotone__layer::after {
    content: ""
}

.effect-duotone__layer,.effect-duotone__layer::before,.effect-duotone__layer::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.effect-duotone__layer::before {
    background-color: #000;
    mix-blend-mode: color;
    z-index: 1
}

.effect-duotone__layer::after {
    mix-blend-mode: lighten;
    z-index: 3;
    background-color: #222430
}

.effect-duotone__layer-inner {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    mix-blend-mode: multiply
}







/*------------------------------------------------------------------------------*/
/*Site Header*/




.site-header--top,.site-header--bottom {
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    height: 72px;
    background-color: var(--color-dark);
    z-index: 1105
}

@media (min-width: 1920px) {
    .site-header--top,.site-header--bottom {
        height:100px
    }
}

.site-header--top .main-nav,.site-header--bottom .main-nav {
    padding-left: 202px
}

@media (min-width: 1920px) {
    .site-header--top .main-nav,.site-header--bottom .main-nav {
        padding-left:326px
    }
}

.site-header--top .header-logo--txt+.main-nav,.site-header--bottom .header-logo--txt+.main-nav {
    padding-left: 50px
}

@media (min-width: 1920px) {
    .site-header--top .header-logo--txt+.main-nav,.site-header--bottom .header-logo--txt+.main-nav {
        padding-left:100px
    }
}

.site-header--top .header-actions,.site-header--bottom .header-actions {
    margin-left: auto
}

.admin-bar .site-header--top {
    top: 32px
}

@media (max-width: 782px) {
    .admin-bar .site-header--top {
        top:46px
    }
}

.site-header--bottom {
    bottom: 0
}

.site-header--landing {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 43px
}

@media (min-width: 992px) {
    .site-layout--landing .site-header--landing {
        padding-top:5.598958vh
    }
}



/*------------------------------------------------------------------------------*/
/*Site-Layout*/

body {
  position: relative;
  overflow: hidden;
  background-color: var(--color-body-bg);
  isolation: isolate;
}
body.scroll-is--active {
  overflow-y: initial;
}
body.site-layout--horizontal {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.site-layout--horizontal:not(.post-type-archive-partners):not(.page-template-page-streams),body.error404 {
  background-image: url("/wp-content/uploads/2024/06/bg-texture-01.webp");
}

body.vertical-scroll--off {
  overflow-y: hidden;
}

html.touch,
html.no-touch {
  margin-top: 0 !important;
}

.row {
  min-width: 100%;
}

@media (min-width: 1920px) {
  .container--large {
    max-width: 1640px;
  }
}

.site-wrapper {
  min-height: 100vh;
}
.site-layout--horizontal .site-wrapper {
  overflow-x: initial;
  overflow-y: initial;
  max-height: 100vh;
}
@media (min-width: 992px) {
  .site-layout--horizontal .site-wrapper {
    overflow-y: hidden;
  }
}
.site-layout--landing .site-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .site-layout--landing .site-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.site-layout--landing-error .site-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-content {
  transition: 0.7s 0.6s transform cubic-bezier(0.86, 0, 0.07, 1);
}
.site-content--center .container {
  min-height: calc(100vh - 78px - 40px - 72px);
}
@media (min-width: 576px) {
  .site-content--center .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .site-content--center .container {
    min-height: calc(100vh - 78px - 80px - 72px);
  }
}
@media (min-width: 1920px) {
  .site-content--center .container {
    min-height: calc(100vh - 78px - 80px - 100px);
  }
}
.site-header--top + .site-content {
  padding-top: 72px;
}
@media (min-width: 1920px) {
  .site-header--top + .site-content {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .admin-bar .site-header--top + .site-content > .site-content__inner:first-child {
    padding-top: 100px;
  }
}
.site-header--bottom + .site-content, .site-header--bottom + .page-header + .site-content {
  padding-bottom: 72px;
}
@media (min-width: 1920px) {
  .site-header--bottom + .site-content, .site-header--bottom + .page-header + .site-content {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .site-layout--horizontal .site-content {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    display: flex;
    height: 100vh;
    min-width: 100%;
  }
}
.preloader-is--active .site-content {
  overflow: hidden;
}
.preloader--no-transform .site-content {
  overflow: auto;
  transform: none;
}
@media (min-width: 992px) {
  .scroll-is--active .site-layout--horizontal .site-content {
    transition: transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.site-layout--landing .site-content {
  text-align: center;
}
@media (min-width: 768px) {
  .site-layout--landing .site-content {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site-layout--landing-error .site-content {
  display: flex;
  text-align: center;
  flex: 1 0 auto;
  align-items: stretch;
  justify-content: center;
}
.site-layout--landing-error .site-content > .container {
  display: flex;
  align-items: stretch;
}
.site-content--product-single {
  background-color: #f2f3f7;
}
.site-layout--default .site-content, .site-layout--default-inverse .site-content {
  min-height: 100vh;
}
.site-header--top + .site-content.page {
  padding-top: calc(40px + 72px);
  padding-bottom: 78px;
}
@media (min-width: 768px) {
  .site-header--top + .site-content.page {
    padding-top: calc(80px + 72px);
  }
}
@media (min-width: 1920px) {
  .site-header--top + .site-content.page {
    padding-top: calc(80px + 100px);
  }
}
.site-header--bottom + .site-content.page {
  padding-top: 78px;
  padding-bottom: calc(40px + 72px);
}
@media (min-width: 768px) {
  .site-header--bottom + .site-content.page {
    padding-bottom: calc(80px + 72px);
  }
}
@media (min-width: 1920px) {
  .site-header--bottom + .site-content.page {
    padding-bottom: calc(80px + 100px);
  }
}
.site-layout--landing .site-content__center {
  position: relative;
  padding-top: 40px;
  padding-bottom: 66px;
  z-index: 1;
}
@media (min-width: 992px) {
  .site-layout--landing .site-content__center {
    padding-top: 5.208333vh;
    padding-bottom: 8.59375vh;
  }
}

.site-content__inner {
  min-height: calc(100vh - 72px);
}
@media (min-width: 1920px) {
  .site-content__inner {
    min-height: calc(100vh - 100px);
  }
}
@media (max-width: 991.98px) {
  .blog-layout--classic .site-content__inner {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.site-layout--default .site-content__inner {
  margin-left: auto;
  padding: 40px 24px 60px 24px;
  background-color: var(--color-body-bg);
}
@media (min-width: 992px) {
  .site-layout--default .site-content__inner {
    width: 756px;
    padding: 68px 70px 100px 70px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-layout--default .site-content__inner {
    padding-top: 86px;
  }
}
@media screen and (min-width: 783px) and (max-width: 991px) {
  .admin-bar .site-layout--default .site-content__inner {
    padding-top: 92px;
  }
}
@media (min-width: 1440px) {
  .site-layout--default .site-content__inner {
    width: 61.4585%;
  }
  .site-layout--default .site-content__inner .site-content__holder {
    max-width: 675px;
  }
}
@media (min-width: 1920px) {
  .site-layout--default .site-content__inner {
    padding: 95px 120px;
  }
  .site-layout--default .site-content__inner .site-content__holder {
    max-width: 920px;
  }
}
.site-layout--default-without-post-thumb .site-content__inner {
  margin-right: auto;
}
.site-layout--default-without-post-thumb .site-content__inner .site-content__holder {
  margin-left: auto;
  margin-right: auto;
}
.site-layout--default-inverse .site-content__inner {
  margin-right: auto;
  padding: 60px 24px;
  background-color: var(--color-body-bg);
}
@media (min-width: 992px) {
  .site-layout--default-inverse .site-content__inner {
    width: 606px;
    padding: 68px 108px 100px 80px;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  .site-layout--default-inverse .site-content__inner {
    width: 44.4%;
  }
  .site-layout--default-inverse .site-content__inner .site-content__holder {
    max-width: 675px;
  }
}
@media (min-width: 1920px) {
  .site-layout--default-inverse .site-content__inner {
    padding: 95px 120px;
  }
  .site-layout--default-inverse .site-content__inner .site-content__holder {
    max-width: 920px;
  }
}
.site-layout--default-inverse .site-content__inner .page-thumbnail {
  left: auto;
  right: 0;
  padding-bottom: 0;
}
@media (min-width: 1440px) {
  .site-layout--default-inverse .site-content__inner .page-thumbnail {
    width: 55.6%;
  }
}
@media (min-width: 1440px) {
  .site-layout--default .contact-us-page .site-content__inner {
    width: 860px;
  }
}
@media (min-width: 1920px) {
  .site-layout--default .contact-us-page .site-content__inner {
    font-size: 1rem;
  }
}
.site-layout--classic .site-content__inner, .blog-layout--classic .site-content__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .site-layout--classic .site-content__inner, .blog-layout--classic .site-content__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .site-layout--classic .site-content__inner, .blog-layout--classic .site-content__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/*------------------------------------------------------------------------------*/
/*Site Overlay*/
.site-overlay {
  left: 0;
  z-index: 1100;
  width: 100%;
  height: calc(100% - 72px);
  position: fixed;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 320ms ease;
}
body:not(.cursor-is--active) .site-overlay {
  cursor: pointer;
}
@media (min-width: 1920px) {
  .site-overlay {
    height: calc(100% - 100px);
  }
}
.site-header--top ~ .site-overlay {
  bottom: 0;
}
.site-header--bottom ~ .site-overlay {
  top: 0;
}
.site-wrapper--has-overlay .site-overlay, .site-wrapper--has-redeem-overlay .site-overlay {
  visibility: visible;
  opacity: 1;
  background-color: hsla(var(--color-dark-h), var(--color-dark-s), var(--color-dark-l), 0.96);
}
.site-wrapper--has-redeem-overlay .site-overlay {
  height: 100%;
  z-index: 1106;
}

/*------------------------------------------------------------------------------*/
/*Page Header */
.page-header {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: var(--color-tertiary);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.site-header--top + .page-header {
  padding-top: calc(15vh + 72px);
}
@media (min-width: 1920px) {
  .site-header--top + .page-header {
    padding-top: calc(15vh + 100px);
  }
}

.page-header--has-overlay::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-header__title {
  font-size: var(--h3-font-size);
  line-height: 1.2em;
  text-align: center;
  color: var(--color-light);
  margin-bottom: 0.3em;
}
@media (min-width: 992px) {
  .page-header__title {
    font-size: 3.875rem;
  }
}

.page-header__subtitle {
  font-size: 0.9375rem;
  text-align: center;
  color: var(--color-light);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-header__subtitle {
    font-size: var(--font-size-base);
  }
}

/*------------------------------------------------------------------------------*/
/*Page Heading*/


/*page-heading*/

.page-heading {
  overflow: hidden;
}
.page-heading--default {
  margin-bottom: 38px;
}
@media (min-width: 576px) {
  .page-heading--default {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-heading--default {
    width: 70%;
    margin-bottom: 65px;
  }
}
@media (min-width: 1920px) {
  .page-heading--default {
    width: 80%;
  }
}
.page-heading--default h1, .page-heading--default .h1, .page-heading--default h2, .page-heading--default .h2, .page-heading--default h3, .page-heading--default .h3, .page-heading--default h4, .page-heading--default .h4, .page-heading--default h5, .page-heading--default .h5, .page-heading--default h6, .page-heading--default .h6 {
  color: var(--color-light);
}
.page-heading.page-heading--loop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 60px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
  .page-heading.page-heading--loop {
    padding-left: 60px;
    padding-right: 60px;
  }
  .page-heading.page-heading--loop.page-heading--streams-archive {
    height: auto;
  }
}
@media (min-width: 992px) {
  .page-heading.page-heading--loop {
    width: 536px;
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1920px) {
  .page-heading.page-heading--loop {
    width: 740px;
  }
}
@media (max-width: 991.98px) {
  .page-heading--streams-archive .page-heading__title {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .page-heading--streams-archive .page-heading__title {
    font-size: 3rem;
  }
}
.page-heading--streams-archive .page-heading__body hr {
  border: none;
  height: 38px;
  margin: 0;
}
@media (min-width: 1920px) {
  .page-heading--streams-archive .page-heading__body hr {
    height: 45px;
  }
}
.page-heading--streams-archive .page-heading__body h5, .page-heading--streams-archive .page-heading__body .h5 {
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 1920px) {
  .page-heading--streams-archive .page-heading__body h5, .page-heading--streams-archive .page-heading__body .h5 {
    font-size: 1.75rem;
  }
}
.page-heading--streams-archive .page-heading__body p {
  padding-left: 16%;
  padding-right: 16%;
  line-height: 1.25rem;
}
.page-heading--streams-archive .page-heading__body * + p {
  margin-top: 8px;
}
@media (min-width: 1920px) {
  .page-heading--streams-archive .page-heading__body * + p {
    margin-top: 18px;
  }
}
.page-heading--partners {
  padding-top: 2rem;
}
.page-heading__title {
  z-index: 4;
}
@media (max-width: 991.98px) {
  .page-heading__title br {
    display: none;
  }
}
@media (min-width: 1920px) {
  .page-heading__title {
    font-size: 7.75rem;
  }
}
@media (min-width: 1920px) {
  .text-small .page-heading__title {
    font-size: 5.875rem;
  }
}
.page-heading--loop .page-heading__title {
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .page-heading--loop .page-heading__title {
    font-size: 5.875rem;
  }
}
.page-heading--default .page-heading__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-heading__title.page-heading__title--sm {
    font-size: 3.5rem;
  }
}
.page-heading__title .link-plus {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 18px;
}
.page-heading__link.page-heading__link--has-link-plus {
  display: inline-block;
  position: relative;
}
.page-heading__link.page-heading__link--has-link-plus .link-plus {
  display: block;
  position: absolute;
  right: -48px;
}
.page-heading__subtitle {
  z-index: 4;
}
@media (min-width: 992px) {
  .page-heading__subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .page-heading__subtitle {
    font-size: 2.25rem;
  }
}
@media (min-width: 1920px) {
  .text-small .page-heading__subtitle {
    font-size: 1.625rem;
  }
}
.page-heading--loop .page-heading__subtitle {
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  .page-heading--loop .page-heading__subtitle {
    margin-bottom: 9px;
    font-size: 1.625rem;
  }
}
.page-heading--default .page-heading__subtitle {
  margin-bottom: 8px;
}
@media (min-width: 1920px) {
  .page-heading--default .page-heading__subtitle {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .page-heading__subtitle.page-heading__subtitle--sm {
    font-size: 1.125rem;
  }
}
.page-heading__subtitle .page-heading__subtitle-separator::after {
  content: "/";
}
.page-heading__logo {
  margin-bottom: 36px;
  text-align: center;
}
.page-heading__logo img {
  margin: 0 auto;
}
.page-heading__body {
  z-index: 4;
}
.page-heading--partners .page-heading__title + .page-heading__body {
  margin-top: 44px;
}
@media (min-width: 992px) {
  .page-heading--partners .page-heading__title + .page-heading__body {
    margin-top: 84px;
  }
}
@media (min-width: 1920px) {
  .page-heading--partners .page-heading__title + .page-heading__body {
    margin-top: 74px;
  }
}
.page-heading--streams-archive .page-heading__title + .page-heading__body {
  margin-top: 44px;
}
@media (min-width: 1920px) {
  .page-heading--streams-archive .page-heading__title + .page-heading__body {
    margin-top: 68px;
  }
}
.page-heading__body * {
  margin-bottom: 0;
}
.page-heading__body h1, .page-heading__body h2, .page-heading__body h3, .page-heading__body h4, .page-heading__body h5, .page-heading__body h6,
.page-heading__body .h1, .page-heading__body .h2, .page-heading__body .h3, .page-heading__body .h4, .page-heading__body .h5, .page-heading__body .h6 {
  color: var(--color-light);
}
.page-heading__body .h6 {
  margin-bottom: 0.5em;
}
.page-heading p, .page-heading__title,
.page-heading a[href^="mailto:"] {
  color: var(--color-light);
}


/*page-thumbnail*/
.page-thumbnail {
  margin: -60px -24px 40px;
}
.page-thumbnail img {
  width: 100%;
}
.page-thumbnail .page-bg-logo {
  width: auto;
}
@media (min-width: 992px) {
  .page-thumbnail {
    position: fixed;
    left: 0;
    width: calc(100% - 760px);
    height: calc(100vh - 72px);
    margin: 0;
  }
  .site-header--top ~ .site-content .page-thumbnail {
    bottom: 0;
  }
  .site-header--bottom ~ .site-content .page-thumbnail {
    top: 0;
  }
  .page-thumbnail a {
    display: block;
    width: 100%;
  }
  .page-thumbnail img:not(.page-bg-logo) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .page-thumbnail {
    width: 38.5415%;
  }
}
.page-thumbnail--default {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--color-body);
}
@media (min-width: 992px) {
  .page-thumbnail--default {
    position: fixed;
    padding-bottom: 0;
  }
}
.page-thumbnail--default .ncr-page-decor__layer-1,
.page-thumbnail--default .ncr-page-decor__layer-2,
.page-thumbnail--default .ncr-page-decor__layer-3,
.page-thumbnail--default .ncr-page-decor__layer-4,
.page-thumbnail--default .ncr-page-decor__layer-5 {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.page-thumbnail--default .ncr-page-decor__layer-3,
.page-thumbnail--default .ncr-page-decor__layer-4,
.page-thumbnail--default .ncr-page-decor__layer-5 {
  transition-delay: 150ms;
}
.page-thumbnail--default .page-bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 60%;
  z-index: 4;
  opacity: 0;
  transform: scale(1.2) translate3d(-50%, -50%, 0);
  transition: all 500ms ease 400ms;
}
@media (min-width: 1920px) {
  .page-thumbnail--default .page-bg-logo {
    max-width: 62%;
  }
}
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-1,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-2,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-3,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-4,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-5,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-6 {
  opacity: 1;
}
.scroll-is--active .page-thumbnail--default .page-bg-logo {
  opacity: 1;
  transform: scale(1) translate3d(-50%, -50%, 0);
}


/*page heading effect*/
.page-heading-effect {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.page-heading-effect--gradient-1 {
  bottom: 0;
  z-index: 3;
  background-image: radial-gradient(circle farthest-side at 50% 10%,#ffffff,transparent);
  mix-blend-mode: overlay
}

@media (min-width: 768px) {
  .page-heading-effect--gradient-1 {
      bottom:50%
  }
}

.page-heading-effect--gradient-2 {
  z-index: 3;
  background-image: linear-gradient(to bottom,transparent,rgb(0 0 0 / .7))
}

.page-heading-effect--pattern {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  background-color: #fff0;
  background-image: radial-gradient(#fff 1px,transparent 1px);
  background-position: 0 50%;
  background-size: 32px 32px;
  mix-blend-mode: overlay;
  clip-path: polygon(0% 0%,0% 0%,0% 100%,0% 100%);
  transition-delay: 2s;
  transition: clip-path 4s ease-in-out
}

.scroll-is--active .page-heading-effect--pattern {
  clip-path: polygon(0% 0%,100% 0,100% 100%,0 100%)
}

.page-heading-effect--pattern-1 {
  left: 60%;
  top: 0;
  width: 100%;
  height: 100px
}

.page-heading-effect--pattern-2 {
  left: 0;
  top: auto;
  bottom: 18px;
  width: 75%;
  height: 130px
}

.page-heading-effect--pattern-3 {
  left: 0;
  top: 50%;
  width: 100%;
  height: 130px
}

.effect-duotone--base .effect-duotone__layer::after {
  background-color: #222430;
  mix-blend-mode: screen
}

.effect-duotone--base .effect-duotone__layer-inner {
  background-color: #222430
}

.effect-duotone--purple .page-heading__img-layer {
  opacity: 1;
  mix-blend-mode: screen
}

.effect-duotone--purple .effect-duotone__layer::after {
  background-color: #1d0042;
  mix-blend-mode: screen
}

.effect-duotone--purple .effect-duotone__layer-inner {
  background-color: #3922e4
}

.effect-duotone--purple .page-heading-effect--gradient-1 {
  bottom: 30%;
  background-image: radial-gradient(85% 80% at 50% top,#e267fe,transparent);
  mix-blend-mode: normal;
  opacity: .9
}

.effect-duotone--purple .page-heading-effect--gradient-2 {
  display: none
}

.effect-duotone--red .page-heading__img-layer {
  opacity: 1;
  mix-blend-mode: screen
}

.effect-duotone--red .effect-duotone__layer::after {
  background-color: #000;
  mix-blend-mode: screen
}

.effect-duotone--red .effect-duotone__layer-inner {
  background-color: #a70f3a
}

.effect-duotone--blue .page-heading__img-layer {
  opacity: 1;
  mix-blend-mode: screen
}

.effect-duotone--blue .effect-duotone__layer::after {
  background-color: #1d0042;
  mix-blend-mode: screen
}

.effect-duotone--blue .effect-duotone__layer-inner {
  background-color: #1ce7ff
}

.effect-duotone--blue .ncr-bg__img-layer {
  opacity: .2
}

.effect-duotone--blue .ncr-bg-effect--gradient-1 {
  z-index: -1;
  background-image: radial-gradient(45% 55% at 50% top,rgb(255 255 255 / .9),transparent)
}

.effect-duotone--blue .ncr-bg-effect--gradient-2 {
  background-image: radial-gradient(30% 40% at 50% 10%,transparent,rgb(0 0 0 / .35))
}

.ncr-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.ncr-bg__img-layer {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

@media not all and (-webkit-min-device-pixel-ratio: 0),not all and (min-resolution:0.001dpcm) {
  @supports (-webkit-appearance:none) {
      .ncr-bg__img-layer {
          will-change:auto
      }
  }
}

.ncr-bg-effect {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.ncr-bg-effect--gradient-1 {
  bottom: 0;
  z-index: 3;
  background-image: radial-gradient(80% 60% at 50% top,rgb(255 255 255 / .85),transparent);
  mix-blend-mode: overlay
}

@media (max-width: 991.98px) {
  .single-sp_event .ncr-bg-effect--gradient-1 {
      display:none
  }
}

.ncr-bg-effect--gradient-2 {
  z-index: 3;
  background-image: radial-gradient(30% 40% at 50% 10%,transparent,rgb(0 0 0 / .5));
  mix-blend-mode: overlay
}

.df-custom-cursor-wrap {
  pointer-events: none
}

@media (hover: hover) and (pointer:fine) {
  .df-custom-cursor-wrap {
      position:fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      overflow: hidden;
      z-index: 9999999
  }
}

@media (hover: hover) and (pointer:fine) {
  #df-custom-cursor {
      position:absolute;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px
  }

  #df-custom-cursor::before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 6px;
      height: 6px;
      transform: translate(-50%,-50%);
      border-radius: 50%;
      background-color: var(--color-primary);
      opacity: 1
  }

  #df-custom-cursor::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid var(--color-primary);
      opacity: .5
  }
}

/*ncr-page-decor*/
.ncr-page-decor {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.ncr-page-decor__layer-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -50%;
  transform: skew(20deg);
  background-image: url("../../img/template/hexagon-bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 0;
  mix-blend-mode: overlay;
}

.ncr-page-decor__layer-1 {
  display: block;
  position: absolute;
  left: 53%;
  bottom: 0;
  background-image: linear-gradient(var(--color-decor-page-layer-1-gradient-start), var(--color-decor-page-layer-1-gradient-stop));
  width: 49%;
  height: 73%;
  transform: skew(-20deg) translateX(-50%);
  overflow: hidden;
}
.ncr-page-decor__layer-1::before {
  content: "";
  display: block;
  position: absolute;
  right: 9%;
  top: 0;
  width: 91%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: overlay;
}
.ncr-page-decor__layer-1 .ncr-page-decor__layer-bg {
  top: -20%;
  right: -60%;
}

.ncr-page-decor__layer-2 {
  display: block;
  position: absolute;
  left: 43%;
  bottom: 0;
  background-image: linear-gradient(var(--color-decor-page-layer-2-gradient-start), var(--color-decor-page-layer-2-gradient-stop));
  width: 49%;
  height: 65%;
  transform: skew(-20deg) translateX(-50%);
  overflow: hidden;
}
.ncr-page-decor__layer-2::before {
  content: "";
  display: block;
  position: absolute;
  left: 11%;
  top: 0;
  width: 89%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: overlay;
}

.ncr-page-decor__layer-3 {
  display: block;
  position: absolute;
  left: 55%;
  bottom: 0;
  background-image: linear-gradient(var(--color-decor-page-layer-3-gradient-start), var(--color-decor-page-layer-3-gradient-stop));
  width: 42%;
  height: 100%;
  transform: skew(-20deg) translateX(-50%);
  overflow: hidden;
}
.ncr-page-decor__layer-3::before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  mix-blend-mode: overlay;
}
.ncr-page-decor__layer-3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 25%;
  background-color: var(--color-decor-page-line);
}

.ncr-page-decor__layer-4 {
  display: block;
  position: absolute;
  left: 89%;
  top: 4%;
  width: 2px;
  height: 42%;
  background-color: var(--color-decor-page-line);
  transform: skew(-20deg) translateX(-50%);
}

.ncr-page-decor__layer-5 {
  display: block;
  position: absolute;
  left: 11%;
  bottom: 0;
  width: 2px;
  height: 42%;
  background-color: var(--color-decor-page-line);
  transform: skew(-20deg) translateX(-50%);
}

.ncr-page-decor__layer-6 {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 13%;
  width: 58%;
  height: 120px;
  opacity: 0.7;
  background-color: transparent;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-position: 0 0;
  background-size: 32px 32px;
  mix-blend-mode: overlay;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition-delay: 1s;
  transition: clip-path 2s ease-in-out;
}
.scroll-is--active .ncr-page-decor__layer-6 {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
}




/*page-title*/
.page-title {
  margin-bottom: 2.5rem;
}
@media (min-width: 1920px) {
  .page-title {
    margin-bottom: 86px;
  }
}

/*page-content*/
.page-content::after {
  display: block;
  clear: both;
  content: "";
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content > p:first-child {
  margin-top: -6px;
}

/*.search-no-results */
.search-no-results .site-content__holder .col-lg-8:not(.offset-lg-2) .page-not-found {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .search-no-results .site-content__holder .col-lg-8:not(.offset-lg-2) .page-not-found {
    padding-right: 40px;
  }
}
.search-no-results .site-content__holder .page-content {
  padding-bottom: 60px;
}






/*------------------------------------------------------------------------------*/
/*Events General*/
/*match-team*/



.match-team {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
  order: 0;
  --team-color: var(--color-primary);
}
.match-team + .match-team {
  order: 2;
}

.match-team, .match-team-logo {
  margin-bottom: 0;
}
.match-team-logo {
  display: inline-block;
  position: relative;
}

.match-team-logo img {
  position: relative;
  width: 100%;
}
.match-team-logo::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 90%;
  border-style: solid;
  border-color: var(--team-color, var(--color-primary));
}

.match-team__country {
  color: var(--color-primary);
}

@supports (aspect-ratio: 1/1) {
  .match-team-logo::before {
    aspect-ratio: 1/1;
  }
}
@supports not (aspect-ratio: 1/1) {
  .match-team-logo::before {
    height: 90%;
  }
}
@media (min-width: 1920px) {
  .match-team-logo::before {
    border-width: 4px;
  }
}



/*------------------------------------------------------------------------------*/
/*404*/
  /*404*/
  body.error404{
    background-image: none !important;
  }
  body.error404 h4{
    color:  white!important;
  }
  body.error404 p{
    font-size:  18px !important;
  }
  body.error404 .ncr-bg__img-layer {
    background-image: url('/wp-content/uploads/2024/06/bg-event.webp') !important ;
    background-color: #222430 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}


  body.error404 .site-content .logo_mobile_404{
     max-width: 250px;
     margin-bottom: 40px;
     margin-top: -100px;
  }
  


.site-layout--landing-error .ncr-page-decor__layer-3 {
  width: 70%;
}
.site-layout--landing-error .error__logo-wrapper {
  text-align: left;
}
.site-layout--landing-error .error__logo {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
.site-layout--landing-error .error__txt-wrapper {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px)  {
  .site-layout--landing-error .ncr-page-decor {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .site-layout--landing-error .site-content > .container{
    margin-bottom: 80px;
  }

  body.error404 .site-content .logo_mobile_404{
    max-width: 175px !important;
    margin-top: 50px !important;
 }

}
@media (min-width: 769px) {
  body.error404  .logo_mobile_404{
      display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .site-layout--landing-error a.vf-logo-main{
    display: flex !important;
    justify-content: center !important;
    
  }
  .site-layout--landing-error .error__txt-wrapper {
    text-align: left;
  }
  .site-layout--landing-error .error__desc{
    font-size: 18px !important;
  }
}
.site-layout--landing-error .error__title {
  font-size: var(--h1-font-size);
  line-height: 0.8125em;
  color: var(--color-light);
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-layout--landing-error .error__title {
    font-size: 10rem;
  }
}
@media (min-width: 1920px) {
  .site-layout--landing-error .error__title {
    font-size: 14rem;
  }
}
.site-layout--landing-error .error__subtitle {
  font-size: var(--h3-font-size);
  line-height: 1em;
  color: var(--color-primary);
  font-family: "Bebas Neue", sans-serif!important;
  font-weight: 400;
  letter-spacing: unset!important;
  font-weight: inherit!important;
  line-height: 1!important;
}
@media (min-width: 992px) {
  .site-layout--landing-error .error__subtitle {
    font-size: 3.75rem;
  }
}
@media (min-width: 1920px) {
  .site-layout--landing-error .error__subtitle {
    font-size: 5rem;
  }
}
.site-layout--landing-error .error__desc {
  color: var(--color-body-dark);
  font-size: var(--font-size-base);
  line-height: 1.75em;
}
@media (min-width: 1920px) {
  .site-layout--landing-error .error__desc {
    font-size: 1.25rem;
  }
}
.site-layout--landing-error .error__desc a {
  font-weight: bold;
  color: var(--color-primary);
  white-space: nowrap;
}
.site-layout--landing-error .error__desc a:hover {
  color: var(--color-light);
}
.site-layout--landing-error .error__desc p:last-child {
  margin-bottom: 0;
}


/*----------------------*/
/*Mejora de Contraste Fondo Blanco*/

/* Load More */
.site-layout--default  .site-content__inner .header-container-section a.btn-load-more-section {
    color: var(--color-secondary);
}

.site-layout--default  .site-content__inner .header-container-section a.btn-load-more-section::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary) ;
}



/*Event Block*/

.site-layout--default  .site-content__inner .matches-scores .match-score__competition{
    color: var(--color-secondary) !important;
}


.site-layout--default  .site-content__inner .matches-scores .match-team__country{
    color: var(--color-secondary) !important;
}
 .site-layout--default  .site-content__inner .matches-scores .match-result__label  {
    color: var(--color-black) !important;
}



/*Event Table*/
.site-layout--default  .site-content__inner .matches-table .match-team__country{
  color: var(--color-secondary) !important;
}

.site-layout--default  .site-content__inner .upcoming-table td.data-date span  {
    color: var(--color-black) !important;
}
.site-layout--default .site-content__inner .sp-event-list td.data-date  div{
  color: var(--color-secondary) !important;
}

/*Standings Table*/
.site-layout--default .site-content__inner .standings-table tbody tr:nth-child(-n+4) td:first-child{
  color: var(--color-black);
}
.site-layout--default .site-content__inner .standings-table tbody tr td:first-child{
  color: var(--color-secondary);
}

.site-layout--default .site-content__inner .standings-table td.data-w{
  color: #0f5744 !important;
}
.site-layout--default .site-content__inner .standings-table td.data-l{
  color: #8d0a11 !important;
}



/*Disclaimer*/



.site-layout--default  .site-content__inner .accordion .accordion-item__body a{
    text-decoration: none;
    position: relative;
    cursor: pointer !important;
    color: var(--color-body) ; 
    font-weight: 800;
}
.site-layout--default  .site-content__inner .accordion .accordion-item__body a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
}
 .page-template-page-center .site-content--center  a{
    color: var(--color-body) ; 

 }

  .page-template-page-center .site-content--center a:hover{
          color: var(--color-primary) ; 
          font-weight: 800;
 }

