/*! SU02 - v2.3.0 */
.su02 {
  opacity: 1;
}

.su02 a {
  color: currentColor;
}

.su02 h2 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
}

.su02:not([class*='mode-']) {
  background-color: #fff;
}

.su02:not([class*='mode-light']):not([class*='mode-dark']):before {
  content: '';
  opacity: 0.4;
  background-color: currentColor;
  height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}

.su02w2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 72px;
  padding-top: 40px;
}

.su02w2 h2 {
  margin-bottom: 16px;
}

.su02w2 button {
  display: none;
}

.su02w2 ul {
  list-style: none;
  margin-inline-start: 0;
}

.su02w2 ul li {
  margin-top: 8px !important;
}

.su02w2 ul li::marker {
  content: '';
}

.su02w2 a {
  font-size: 1.6rem;
  line-height: 1.5;
}

.su02w3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 70px 0 40px 0;
}

.su02v1 .su02w3 {
  padding: 40px 0;
}

.su02w3 ul,
.su02w3 div.su02legal {
  list-style: none;
  margin-inline-start: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.su02w3 ul li,
.su02w3 ul div,
.su02w3 div.su02legal li,
.su02w3 div.su02legal div {
  margin-top: 0;
}

.su02w3 ul li::marker,
.su02w3 ul div::marker,
.su02w3 div.su02legal li::marker,
.su02w3 div.su02legal div::marker {
  content: '';
}

.su02legal {
  padding-inline-end: 40px;
}

.su02legal li,
.su02legal div {
  padding-inline-end: 20px;
}

.su02legal li.su02copy,
.su02legal div.su02copy {
  margin-inline-end: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.su02legal li.su02copy:after,
.su02legal div.su02copy:after {
  content: '';
  position: absolute;
  inset-inline-end: 0;
  height: 16px;
  width: 2px;
  background-color: currentColor;
  opacity: 0.2;
}

.su02legal a {
  font-size: 1.2rem;
  line-height: 2;
}

div.su02legal {
  padding-inline-end: 0;
}

.su02social li {
  padding-right: 20px;
}

.su02social a {
  display: flex;
  width: 2rem;
  height: 2rem;
}

.su02social a span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
}

.su02-contact-details {
  display: flex;
  align-items: center;
}

.su02-contact-details:hover {
  text-decoration: underline;
}

.su02-contact-details img {
  margin-right: 8px;
  width: 20px;
}

.su02-contact-details a,
.su02-contact-details span {
  white-space: nowrap;
}

.su2globefallback:before {
  display: inline-block;
  mask-image: var(--cssicon-domain);
  background: currentColor;
  mask-size: 100%;
  mask-repeat: no-repeat;
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: -6px;
  margin-inline-start: -4px;
}

@media only screen and (max-width: 1359px) {
  .su02w2 {
    grid-template-columns: none;
    grid-gap: 0;
  }

  .su02w2 h2 {
    display: none;
  }

  .su02w2>div:first-of-type button {
    margin-top: 0;
  }

  .su02w2 button[aria-expanded='true']+ul {
    display: block;
  }

  .su02w2 ul {
    display: none;
    padding: 5px 0 6px 0;
  }

  .su02w2 button {
    display: grid;
    width: 100%;
    margin-top: 24px;
    position: relative;
    color: currentColor;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
  }

  .su02w2 button:after {
    content: '';
    width: 24px;
    height: 24px;
    mask-image: var(--cssicon-chevron-right);
    background: currentColor;
    position: absolute;
    inset-inline-end: 0;
    transform: translate(0, 0);
    transition: transform 100ms 0s;
    mask-size: 100%;
    mask-repeat: no-repeat;
  }

  .su02w2 button[aria-expanded='true']:after {
    transform: rotate(270deg) translate(-2px, 0) !important;
  }

  .rtl .su02w2 button:after {
    transform: rotate(180deg) translate(0, 0);
  }

  .su02w3 {
    padding: 80px 0 40px 0;
    position: relative;
  }

  /* .su02w3:before {
    content: '';
    opacity: 0.4;
    background-color: currentColor;
    height: 1px;
    position: absolute;
    top: 40px;
    width: 100%;
  } */
  .su02v1 .su02w3:before {
    display: none;
  }
}

@media only screen and (max-width: 1019px) {
  .su02w2 button {
    margin-top: 16px;
  }

  .su02w3 {
    flex-direction: column;
    align-items: flex-start;
    padding: 70px 0 40px 0;
  }

  .su02w3 ul {
    flex-wrap: wrap;
  }

  .su02legal {
    margin-top: -10px;
    padding-right: 0;
  }

  .su02legal li {
    padding-top: 10px;
  }

  .su02legal li:last-child {
    padding-right: 0;
  }

  .su02legal a {
    white-space: nowrap;
  }

  .su02social {
    padding-top: 40px;
  }

  .su02v1 .su02w3 {
    flex-direction: row;
    align-items: flex-end;
  }

  .su02v1 .su02social {
    padding-top: 0;
  }
}

.su02[data-ocomid] {
  opacity: unset;
}