<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.social-icons-share-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
.section .social-icons-share-wrapper {
  display: block;
}
.social-icons-share-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: default;
  opacity: 0.1;
}
.social-icons-share-inner {
  display: block !important;
  position: relative;
  top: calc(50% - 70px);
  width: 330px;
  margin: 0 auto !important;
  max-width: 100%;
  background-color: transparent !important;
}
.new-social-icons-share-inner {
  display: block !important;
  position: relative;
  top: calc(50% - 70px);
  width: 380px;
  margin: 0 auto !important;
  max-width: 100%;
  background-color: transparent !important;
}
.icons-shares {
  width: 100%;
  background-color: #003e77;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 1;
}
.new-icons-shares {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 1;
}
.icons-share-link {
  margin: 0 !important;
}
.icon-share-section {
  display: inline;
}
.icon-share-block {
  display: inline-block;
}
.icons-share img.icons-share-logo {
  background: unset !important;
  width: auto;
  height: auto;
  margin: auto;
  filter: grayscale(1) brightness(5);
}
.icons-share img.new-icons-share-logo {
  background: unset !important;
  width: auto;
  height: auto;
  margin: auto;
}
.icons-share img.icons-share-logo-hover {
  background: unset !important;
  width: auto;
  height: 1.5em;
  margin: auto;
}
.social-icons-share {
  position: relative;
}
.social-icons-text {
  font-size: 24px;
  margin: 10px 0;
  width: 100%;
  color: #ffffff;
}
.new-social-icons-text {
  font-size: 24px;
  margin: 10px 0;
  width: 100%;
}
.social-icons-close {
  width: 100%;
  text-align: right;
  color: #fff;
  font-weight: 100;
  font-size: 24px;
  cursor: pointer;
}
.new-social-icons-close {
  width: 100%;
  text-align: right;
  font-weight: 100;
  font-size: 24px;
  cursor: pointer;
}

</pre></body></html>