[data-copy] {
  cursor: copy;
}
.copy-tooltip {
  color: #8c8d96;
  background-color: #f0f1f5;
  border-radius: 10px;
  align-items: center;
  gap: 6px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  animation: 0.2s fadeEffect;
  display: flex;
  position: relative;
}
.copy-tooltip:after {
  content: "";
  border-top: 10px solid #f0f1f5;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
.copy-tooltip-tick {
  background-color: #4bae4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}
.copy-tooltip-tick-bars {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 10px;
  display: inline-block;
  transform: translateY(-1px) rotate(45deg);
}
.individual-page {
  color: #838383;
  font-size: 16px;
}
.individual-page .container {
  padding: 30px 0 96px;
  display: flex;
}
.ind-sidebar {
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
  flex-shrink: 0;
  width: 220px;
  position: relative;
}
@media (max-width: 991px) {
  .ind-sidebar {
    z-index: 2;
    height: calc(100% - 70px);
    transition: transform 0.2s;
    position: fixed;
    top: 70px;
    transform: translate(-100%);
  }
  .ind-sidebar.is-open {
    transform: translate(0%);
  }
  .ind-sidebar.is-open .ind-sidebar-opener {
    transform: translate(-30px);
  }
}
.ind-sidebar-nav {
  background-color: #fff;
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .ind-sidebar-nav {
    z-index: 2;
    height: 100%;
    position: relative;
    overflow: hidden auto;
  }
}
.ind-sidebar-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #434343;
  background-color: #fff;
  padding: 12px 30px 12px 46px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
  overflow: hidden;
}
.ind-sidebar-link:before,
.ind-sidebar-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ind-sidebar-link:before {
  --animation-rgb-value: 255, 177, 66;
  background-color: #fd9727;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 22px;
}
@media (min-width: 992px) {
  .ind-sidebar-link:hover:before {
    animation: 1s infinite pulse;
  }
}
.ind-sidebar-link:after {
  background: url(../../media/includes/images/icons/others/icon-angle-right.svg)
    0 0 / contain no-repeat;
  width: 5px;
  height: 10px;
  transition: filter 0.2s;
  right: 20px;
}
@media (min-width: 992px) {
  .ind-sidebar-link:hover:after {
    filter: invert(68%) sepia(6%) saturate(7224%) hue-rotate(341deg)
      brightness(103%) contrast(98%);
  }
}
.ind-sidebar-link.is-active {
  color: #000;
  background-color: #f0f1f5;
}
.ind-sidebar-link.is-active:after {
  filter: invert(68%) sepia(6%) saturate(7224%) hue-rotate(341deg)
    brightness(103%) contrast(98%);
}
.ind-sidebar-link-home:before {
  background: url(../../media/includes/images/breadcrumb-chevron.svg) 0
    0 / contain no-repeat;
  width: 20px;
  height: 20px;
  left: 16px;
}
.ind-sidebar-opener {
  background-color: #f0f1f5;
  border: 1px solid #e1e1e1;
  border-left: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease-out;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .ind-sidebar-opener {
    display: flex;
  }
}
.ind-sidebar-opener:before {
  --animation-rgb-value: 255, 177, 66;
  content: "";
  background-color: #fd9727;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1s infinite pulse;
  display: block;
}
.ind-content {
  width: calc(100% - 220px);
  padding: 0 30px;
}
@media (max-width: 991px) {
  .ind-content {
    width: 100%;
    padding: 0 10px;
  }
}
.ind-content h1,
.ind-content h2,
.ind-content h3 {
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
}
.ind-content h1 {
  font-size: 26px;
}
.ind-content h2,
.ind-content h3 {
  font-size: 18px;
}
.ind-content h1 img,
.ind-content h2 img,
.ind-content h3 img {
  vertical-align: middle;
  height: 50px;
  display: inline-block;
}
.ind-content p,
.ind-content address {
  margin-bottom: 20px;
  line-height: 1.5;
}
.ind-content ul,
.ind-content ol {
  margin-bottom: 20px;
}
.ind-content ul {
  padding-left: 6px;
}
.ind-content ol {
  padding-left: 20px;
}
.ind-content ul li,
.ind-content ol li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.ind-content ul li {
  padding-left: 14px;
  position: relative;
}
.ind-content ul li:before {
  content: "";
  background-color: #838383;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: 0;
}
.ind-content a {
  color: #ff8c01;
}
.ind-title a {
  color: #000;
}
.ind-content .about-figure-img.animated {
  animation: 0.5s animatedHead;
}
.ind-content .contacts {
  margin-bottom: 40px;
}
.ind-content .contacts-list,
.ind-content .contacts-list-item {
  margin: 0;
  padding: 0;
}
.ind-content .contacts-list-item:before {
  content: normal;
}
.ind-content .contacts-list-text {
  color: #000;
  font-weight: 500;
}
@media (min-width: 992px) {
  .ind-content .contacts-list-text:hover {
    color: #fe9928;
  }
}
.contacts {
  border: 4px solid #f4f4f4;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
}
.contacts-inner {
  align-items: center;
  gap: 20px 30px;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .contacts-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts-hero {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 10px 14px;
  width: 160px;
  height: 160px;
  padding: 10px;
  display: flex;
}
@media (max-width: 767px) {
  .contacts-hero {
    flex-direction: row-reverse;
    flex-shrink: 1;
    justify-content: center;
    width: 100%;
    height: 84px;
  }
}
.contacts-status {
  --_clr-rgb: 41, 166, 86;
  color: rgb(var(--_clr-rgb));
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}
.contacts-status-offline {
  --_clr-rgb: 255, 0, 0;
}
.contacts-status-icon {
  background-color: rgb(var(--_clr-rgb));
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 3s linear 2s infinite contacts-pulse-shadow;
  display: inline-block;
  position: relative;
}
.contacts-status-icon:before,
.contacts-status-icon:after {
  content: "";
  background-color: rgb(var(--_clr-rgb));
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.contacts-status-icon:before {
  animation: 3s linear 1s infinite contacts-pulse;
}
.contacts-status-icon:after {
  animation: 3s linear infinite contacts-pulse;
}
.contacts-hero-img {
  width: 90px;
  height: 100px;
}
@media (max-width: 767px) {
  .contacts-hero-img {
    width: 50px;
    height: 60px;
  }
}
.contacts-list {
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  width: calc(100% - 190px);
  display: grid;
}
@media (max-width: 767px) {
  .contacts-list {
    width: 100%;
  }
}
@media (max-width: 539px) {
  .contacts-list {
    flex-direction: column;
    display: flex;
  }
}
.contacts-list-item {
  white-space: nowrap;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  align-items: center;
  display: grid;
}
.contacts-list-item[data-column="1"] {
  grid-column: 1/1;
}
.contacts-list-item[data-column="2"] {
  grid-column: 2/2;
}
.contacts-list-item .copy-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
}
.contacts-list-icon {
  width: 20px;
  margin-right: 14px;
}
.contacts-list-title {
  margin-right: 4px;
}
.contacts-list-text {
  text-overflow: ellipsis;
  transition: color 0.3s;
  overflow: hidden;
}
.contacts-quote {
  background-color: #fff4e9;
  border-radius: 6px;
  padding: 4px 10px 4px 50px;
  line-height: 1.375;
  position: relative;
}
.contacts-quote:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0.87 30 24.23"><path d="M0 14.582H7.85156V16.8725C7.85156 18.181 6.78703 19.2455 5.47852 19.2455H2.46094V25.1049H5.47852C10.0179 25.1049 13.7109 21.4119 13.7109 16.8725V0.871094H0V14.582Z" fill="%23FD9727"/><path d="M16.2891 0.871094V14.582H24.1406V16.8725C24.1406 18.181 23.0761 19.2455 21.7676 19.2455H18.75V25.1049H21.7676C26.307 25.1049 30 21.4119 30 16.8725V0.871094L16.2891 0.871094Z" fill="%23FD9727"/></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 24px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.coomeet-app {
  display: none;
}
.dark .individual-page {
  color: #bbb;
}
.dark .ind-sidebar,
.dark .ind-sidebar-nav {
  background-color: #2a2b31;
}
.dark .ind-sidebar {
  border-color: #484a54;
}
.dark .ind-sidebar-link.is-active,
.dark .contacts-hero,
.dark .copy-tooltip {
  background-color: #484a54;
}
.dark .ind-content h1,
.dark .ind-content h2,
.dark .ind-content h3,
.dark .ind-content b,
.dark .ind-content strong,
.dark .ind-title a,
.dark .ind-sidebar-link,
.dark .contacts-list-text,
.dark .copy-tooltip {
  color: #fff;
}
.dark .ind-sidebar-opener {
  background-color: #484a54;
  border-color: #484a54;
}
.dark .ind-sidebar-link {
  background-color: #2a2b31;
}
.dark .ind-content ul li:before {
  background-color: #fff;
}
.dark .contacts {
  border-color: #484a54;
}
.dark .copy-tooltip:after {
  border-top-color: #484a54;
}
.dark .contacts-quote {
  color: #fff;
  background-color: #523f2f;
}
@keyframes contacts-pulse {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes contacts-pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--_clr-rgb), 0.4);
  }
  to {
    box-shadow: 0 0 0 8px rgba(var(--_clr-rgb), 0);
  }
}
