@media (min-width: 576px) {
  .btn {
    font-size: 0.875rem;
  }
}

.theme-toggle-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background-color: var(--toggle-thm-bnt-bg);
  color: var(--toggle-thm-bnt-c);
  border-radius: 50%;
  box-shadow: none !important;
  z-index: 5;
  opacity: 0.8;
  transition: opacity ease 0.25s;
}
.theme-toggle-btn:hover {
  opacity: 1;
  background-color: var(--toggle-thm-bnt-bg);
  color: var(--toggle-thm-bnt-c);
}
.theme-toggle-btn .icon {
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-toggle-btn .icon,
.theme-toggle-btn svg,
.theme-toggle-btn img {
  margin: 0 !important;
}
@media (min-width: 576px) {
  .theme-toggle-btn {
    right: calc(1.5rem + (100vw - 512px) / 2);
  }
}

.top-header {
  position: relative;
  background: var(--main-bg);
  box-shadow: var(--box-sh);
  z-index: 1;
  padding: 1rem;
}
.top-header .dvc-logo img {
  height: 2.1875rem;
  width: auto;
}

#saveContactModal .modal-footer .btn,
#showContactsModal .modal-footer .btn,
#showWebsitesModal .modal-footer .btn,
#showEmailsModal .modal-footer .btn {
  width: 50%;
}

@media (min-width: 576px) {
  .page-main-content {
    max-width: 512px;
    margin: 0 auto;
    box-shadow: var(--cont-sh);
    border-radius: 5px;
  }
}

.section-title {
  font-size: 1.11rem;
}

.page-hero-section {
  position: relative;
  height: 250px;
  margin-bottom: 2.75rem;
}
@media (min-width: 576px) {
  .page-hero-section {
    margin-bottom: 4.25rem;
  }
}
.page-hero-section:not(.is-stuck) .page-header {
  transform: translateY(-50%);
}
.page-hero-section.is-stuck .dvc-banner {
  background-position: bottom 35% center;
}
.page-hero-section.is-stuck .page-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--sticky-bg);
  box-shadow: 0 3px 3px 0 rgba(80, 80, 80, 0.1);
  z-index: 1025;
}
@media (min-width: 576px) {
  .page-hero-section.is-stuck .page-header-inner {
    box-shadow: 0 3px 6px 0 rgba(80, 80, 80, 0.1);
    max-width: 512px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.page-hero-section.is-stuck .dvc-logo-image {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 576px) {
  .page-hero-section.is-stuck .dvc-logo-image {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    width: 3.85rem;
    height: 3.85rem;
  }
}
.page-hero-section.is-stuck .dvc-title {
  color: var(--sticky-col);
  margin-bottom: 0 !important;
}
.page-hero-section.is-stuck .dvc-job-title {
  margin-bottom: 0 !important;
}

.page-header .page-header-inner {
  position: relative;
}
.page-header .dvc-general-info {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .page-header .dvc-general-info {
    justify-content: center;
  }
}
.page-header .dvc-logo-image {
  border-radius: 50%;
  background-color: var(--sticky-bg);
  /* padding: 1rem; */
  box-shadow: 0 0 13px 0 rgba(80, 80, 80, 0.1);
  width: 4rem;
  height: 4rem;
}
@media (min-width: 576px) {
  .page-header .dvc-logo-image {
    width: 7rem;
    height: 7rem;
  }
}
.page-header .dvc-logo-image svg,
.page-header .dvc-logo-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page-header .dvc-logo-image svg {
  color: var(--logo-col);
}
.page-header .dvc-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--rev-col);
}
@media (min-width: 576px) {
  .page-header .dvc-title {
    font-size: 1.45rem;
  }
}
.page-header .dvc-job-title {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--gray-col);
  text-shadow: var(--gray-text-sh);
}
@media (min-width: 576px) {
  .page-header .dvc-job-title {
    font-size: 0.875rem;
  }
}

.add-to-contact-btn {
  font-weight: 500;
  border-radius: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.59rem 1.5rem;
  box-shadow: 0px 4px 16px 0px rgba(22, 30, 40, 0.251) !important;
}
.add-to-contact-btn.focus, .add-to-contact-btn:focus, .add-to-contact-btn:not(:disabled):not(.disabled).active:focus, .add-to-contact-btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0px 4px 16px 0px rgba(22, 30, 40, 0.3) !important;
}
@media (min-width: 576px) {
  .add-to-contact-btn {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .add-to-contact-btn {
    width: 100%;
  }
}
.add-to-contact-btn .icon {
  font-size: 0.833rem;
}

.address-and-description-section {
  font-size: 0.75rem;
  font-size: 0.75rem;
  color: var(--main-col);
  min-height: 1px;
  margin-top: 1.33rem;
}
@media (min-width: 576px) {
  .address-and-description-section {
    font-size: 0.875rem;
    margin-top: 2.5rem;
  }
}
.address-and-description-section .icon {
  font-size: 1rem;
  display: inline-block;
  vertical-align: text-top;
  color: var(--icon-col);
}
.address-and-description-section .icon svg {
  display: block;
}

.dvc-contact-way-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .dvc-contact-way-btns {
    margin-top: 2.5rem;
  }
}
.dvc-contact-way-btns .btn {
  margin: 0 0.5rem;
  box-shadow: none !important;
}
.dvc-contact-way-btns .btn svg {
  height: 1rem;
}

.dvc-links-section {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .dvc-links-section {
    margin-top: 3.5rem;
  }
}

.card-social-links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.75rem;
}

.social-links-item {
  margin: 0.25rem 0.5rem 0.5rem;
}
@media (min-width: 576px) {
  .social-links-item {
    margin: 0.25rem 0.625rem 0.5rem;
  }
}
.social-links-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--item-col);
  padding: 0.65rem 0.25rem 0.5rem;
  border-radius: 0.625rem;
  height: 100%;
  min-width: 5.5rem;
  min-height: 6rem;
  transition: background-color ease 0.15s, box-shadow ease 0.15s;
}
.social-links-item a:hover {
  background-color: var(--item-hover-bg);
  box-shadow: var(--item-hover-sh);
}
@media (min-width: 450px) {
  .social-links-item a {
    min-width: 7rem;
    padding: 0.65rem 0.55rem 0.5rem;
  }
}
.social-links-item .item-link-title {
  font-size: 0.7rem;
  padding: 0.125rem 0;
  max-width: 5rem;
  margin-top: 0.25rem;
  text-align: center;
}
@media (min-width: 450px) {
  .social-links-item .item-link-title {
    min-width: 6rem;
  }
}
.social-links-item .item-icon-image {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 450px) {
  .social-links-item .item-icon-image {
    width: 4rem;
    height: 4rem;
  }
}
.social-links-item .item-icon-image img {
  width: 3.5rem;
  height: auto;
}
@media (min-width: 450px) {
  .social-links-item .item-icon-image img {
    width: 4rem;
  }
}
.social-links-item .item-icon-image svg {
  font-size: 4rem;
}
.social-links-item .with-bg-logo {
  padding: 0.45rem;
  border-radius: 14px !important;
  background-color: #FFF;
}

.no-social-links-text {
  font-weight: 300;
  font-size: 0.925rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .no-social-links-text {
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
  }
}

.download-user-pdf-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  color: var(--main-col);
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid var(--bor-col);
  box-shadow: 0px 8px 16px 0px var(--shad-col);
}
.download-user-pdf-btn:hover {
  color: var(--main-col);
}
.download-user-pdf-btn .icon {
  display: inline-block;
}
.download-user-pdf-btn .icon svg {
  display: block;
}
.download-user-pdf-btn .pdf-icon {
  position: relative;
  font-size: 2.5rem;
  margin-right: 0.5rem;
}
.download-user-pdf-btn .download-icon {
  font-size: 0.36em;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.download-user-pdf-btn .pdf-title {
  font-size: 0.75rem;
  font-weight: 600;
}
.download-user-pdf-btn .pdf-description,
.download-user-pdf-btn .pdf-size {
  color: var(--second-col);
}
.download-user-pdf-btn .pdf-description {
  font-size: 0.563rem;
}
.download-user-pdf-btn .pdf-size {
  font-size: 0.5rem;
  margin-top: 0.375rem;
}

.user-video-section video,
.user-video-section .plyr--video {
  border-radius: 0.5rem;
}

.map-section {
  height: 215px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .map-section {
    height: 300px;
  }
}

@media (min-height: 576px) and (min-width: 992px) {
  .map-section {
    height: 300px;
  }
}
.card-preview-section {
  margin-top: 2rem;
  text-align: center;
}
.card-preview-section .card-preview {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 28.5rem;
  min-height: 55.4vw;
  min-height: 49.735vw;
  text-align: left;
  margin-top: 0.75rem;
  padding: 4.28vw 4.28vw 1.07vw;
  margin: 0.75rem auto 0;
  background-image: linear-gradient(0deg, transparent, transparent), url("../../../images/background/card-bg-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2.975vw;
  box-shadow: 0px 8px 12px 0px rgba(22, 30, 40, 0.6);
}
@media (min-width: 520px) {
  .card-preview-section .card-preview {
    padding: 1.39rem 1.39rem 0.349rem;
    min-height: 18rem;
    min-height: 16.125rem;
    border-radius: 1rem;
  }
}
.card-preview-section .card-info {
  color: var(--main-col);
}
.card-preview-section .dvc-card-header {
  min-height: 2.3125rem;
  min-height: 0.482vw;
  padding: 1.07vw 0;
  border-radius: 1rem;
}
@media (min-width: 520px) {
  .card-preview-section .dvc-card-header {
    min-height: 2.3125rem;
    padding: 0.348rem 0;
  }
}
.card-preview-section .dvc-card-body {
  font-size: 2.312vw;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 2.312vw 0;
}
.card-preview-section .dvc-card-body .body-info-sec {
  display: flex;
  align-items: center;
}
.card-preview-section .dvc-card-body .icon {
  font-size: 3.22vw;
  color: var(--gray-col);
  vertical-align: middle;
  min-width: 1em;
  text-align: center;
  margin-right: 2.68vw;
}
.card-preview-section .dvc-card-body .icon img {
  height: 1em;
  width: auto;
}
@media (min-width: 520px) {
  .card-preview-section .dvc-card-body {
    font-size: 0.75rem;
    padding: 0.75rem 0;
  }
  .card-preview-section .dvc-card-body .icon {
    margin-right: 0.875rem;
  }
}
.card-preview-section .body-info-sec:not(:first-child) {
  margin-top: 0.625rem;
  margin-top: 1.927vw;
}
@media (min-width: 520px) {
  .card-preview-section .body-info-sec:not(:first-child) {
    margin-top: 0.625rem;
  }
}
.card-preview-section .card-info,
.card-preview-section .card-sharing {
  display: inline-block;
}
.card-preview-section .card-info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 6.5rem);
  width: calc(100% - 26.75vw);
}
@media (min-width: 520px) {
  .card-preview-section .card-info {
    width: calc(100% - 8.625rem);
  }
  .card-preview-section .card-info .icon {
    font-size: 1.05rem;
  }
}
.card-preview-section .dvc-title {
  font-size: 3.083vw;
  font-weight: 700;
}
@media (min-width: 520px) {
  .card-preview-section .dvc-title {
    font-size: 1rem;
  }
}
.card-preview-section .dvc-job-title {
  font-size: 0.625rem;
  font-size: 1.9268vw;
  color: var(--gray-col);
}
@media (min-width: 520px) {
  .card-preview-section .dvc-job-title {
    font-size: 0.625rem;
  }
}
.card-preview-section .dvc-card-divider {
  position: relative;
  display: inline-block;
  width: 76%;
  height: 4px;
  margin-top: 0.5rem;
  margin-top: 1.541vw;
}
.card-preview-section .dvc-card-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--divider-second-col);
}
.card-preview-section .dvc-card-divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33.33%;
  height: 4px;
  background-color: var(--divider-primary-col);
}
@media (min-width: 520px) {
  .card-preview-section .dvc-card-divider {
    margin-top: 0.5rem;
  }
}
.card-preview-section .card-sharing {
  width: 6.5rem;
  width: 26.75vw;
  text-align: right;
}
@media (min-width: 520px) {
  .card-preview-section .card-sharing {
    width: 8.625rem;
  }
}
.card-preview-section .qr-code-image {
  padding: 4px;
  padding: 1.067vw;
  border-radius: 0.5rem;
  background-color: var(--qr-img-bg);
  border: 1px solid var(--qr-bor-c);
  margin-left: auto;
  width: 72px;
  width: 19.2vw;
}
.card-preview-section .qr-code-image img {
  width: 62px;
  height: 62px;
  width: 16.534vw;
  height: 16.534vw;
}
@media (min-width: 520px) {
  .card-preview-section .qr-code-image {
    padding: 5px;
    width: 98px;
  }
  .card-preview-section .qr-code-image img {
    width: 86px;
    height: 86px;
  }
}
.card-preview-section .download-card-box {
  position: relative;
  padding-bottom: 0.75rem;
}
.card-preview-section .download-card-link {
  font-size: 0.625rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0.75rem;
  color: var(--link-col);
  white-space: nowrap;
  text-decoration: underline;
  transition: color ease 0.12s;
}
.card-preview-section .download-card-link:hover {
  color: var(--link-hover-c);
}
.card-preview-section .download-card-link:disabled {
  opacity: 1;
  pointer-events: none;
}
.card-preview-section .download-card-link:disabled .btn-text {
  opacity: 0.65;
}
.card-preview-section .download-card-link .icon {
  font-size: 1.136em;
  margin-bottom: -1px;
}
@media (min-width: 420px) {
  .card-preview-section .download-card-link {
    font-size: 0.75rem;
  }
}
@media (min-width: 520px) {
  .card-preview-section .download-card-link {
    font-size: 0.88rem;
  }
}
.card-preview-section .card-preview.print-preview {
  min-width: 456px;
  min-height: 258px;
  padding: 1.39rem 1.39rem 0.349rem;
  min-height: 18rem;
  min-height: 16.125rem;
  border-radius: 0;
  box-shadow: none;
}
.card-preview-section .card-preview.print-preview .dvc-card-header {
  min-height: 2.3125rem;
  padding: 0.348rem 0;
}
.card-preview-section .card-preview.print-preview .dvc-card-body {
  font-size: 0.75rem;
  padding: 0.75rem 0;
}
.card-preview-section .card-preview.print-preview .dvc-card-body .icon {
  margin-right: 0.875rem;
}
.card-preview-section .card-preview.print-preview .body-info-sec:not(:first-child) {
  margin-top: 0.625rem;
}
.card-preview-section .card-preview.print-preview .card-info {
  width: calc(100% - 8.625rem);
}
.card-preview-section .card-preview.print-preview .card-info .icon {
  font-size: 1.05rem;
}
.card-preview-section .card-preview.print-preview .dvc-title {
  font-size: 1rem;
}
.card-preview-section .card-preview.print-preview .dvc-job-title {
  font-size: 0.625rem;
}
.card-preview-section .card-preview.print-preview .dvc-card-divider {
  margin-top: 0.5rem;
}
.card-preview-section .card-preview.print-preview .card-sharing {
  width: 8.625rem;
}
.card-preview-section .card-preview.print-preview .qr-code-image {
  padding: 5px;
  width: 98px;
}
.card-preview-section .card-preview.print-preview .qr-code-image img {
  width: 86px;
  height: 86px;
}
.card-preview-section .card-preview.print-preview .download-card-link {
  display: none;
}

.page-main-buttons {
  margin-top: 3rem;
}
.page-main-buttons .btn {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--main-col);
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
}

.exchange-contacts-box-wrapper,
.exchange-contacts-box-overlay {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.exchange-contacts-box-wrapper {
  position: fixed;
  z-index: 1500;
}

.exchange-contacts-box-overlay {
  position: absolute;
  background-color: var(--overlay-bg);
}

.exchange-contacts-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  min-height: 10rem;
  padding: 1.25rem 1rem 1rem;
  background-color: var(--main-bg);
  border-radius: 2rem 2rem 0 0;
  box-shadow: 0px -8px 12px 0px rgba(22, 30, 40, 0.15);
  transition: transform ease 0.35s;
  z-index: 1;
}
.exchange-contacts-box.show {
  transform: translateY(0);
}
@media (min-width: 450px) {
  .exchange-contacts-box {
    padding: 1.25rem 1.5rem 1rem;
  }
}
@media (min-width: 576px) {
  .exchange-contacts-box {
    max-width: 512px;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .exchange-contacts-box.show {
    transform: translate(-50%, 0);
  }
}
.exchange-contacts-box .box-heading {
  font-size: 1rem;
  font-weight: 500;
  color: var(--main-col);
}
.exchange-contacts-box .box-heading strong {
  font-weight: 600;
}
.exchange-contacts-box .box-close-btn {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: var(--popup-close-arr);
  background-size: 0.875rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity ease 0.15s;
}
.exchange-contacts-box .box-close-btn:hover {
  opacity: 0.72;
}
@media (min-width: 576px) {
  .exchange-contacts-box .box-close-btn {
    background-size: 1rem;
  }
}
.exchange-contacts-box label {
  letter-spacing: 1px;
}
.exchange-contacts-box .form-control {
  background-color: var(--inp-bg);
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--inp-bor-c);
  border-radius: 0.5rem;
  color: var(--inp-col);
}
.exchange-contacts-box textarea {
  height: auto !important;
}
.exchange-contacts-box ::-moz-placeholder {
  color: var(--plh-col);
}
.exchange-contacts-box ::placeholder {
  color: var(--plh-col);
}
.exchange-contacts-box [data-btn=expand-form] {
  color: inherit;
}
.exchange-contacts-box .download-contact-btn {
  color: var(--link-btn-col);
  text-decoration: underline;
}
.exchange-contacts-box .form-fields-wrapper {
  height: calc(100vh - 16rem);
  min-height: 7.5rem;
  overflow-y: auto;
}
.exchange-contacts-box .form-fields-wrapper:not(.expanded) .extra-form-fields {
  display: none !important;
}
@media (max-height: 549.98px) {
  .exchange-contacts-box .form-fields-wrapper:not(.expanded) .form-group {
    margin-bottom: 0.75rem;
  }
}
.exchange-contacts-box .form-fields-wrapper.expanded [data-btn=expand-form] {
  display: none !important;
}
.exchange-contacts-box .form-fields-wrapper.expanded .form-group:last-child {
  margin-bottom: 1.25rem;
}
.exchange-contacts-box .form-fields-wrapper [data-btn=expand-form] {
  font-size: 0.85rem;
  text-decoration: underline;
}
.exchange-contacts-box .select2-container {
  max-width: 150px !important;
  width: 150px !important;
}
@media (min-width: 450px) {
  .exchange-contacts-box .select2-container {
    max-width: 200px !important;
    width: 200px !important;
    z-index: 1 !important;
  }
}
.exchange-contacts-box .select2-selection {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.exchange-contacts-box .select2-dropdown {
  min-width: 175px;
}
.exchange-contacts-box .form-btns .btn {
  font-size: 0.875rem;
  font-weight: 500;
}

.page-footer {
  margin-top: 2.75rem;
}
.page-footer .app-link-btn {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  padding: 0.425rem 0.75rem 0.365rem;
  border: 1px solid var(--bor-col);
  box-shadow: var(--box-sh);
  margin: 0.375rem;
  transition: box-shadow ease 0.15s;
}
.page-footer .app-link-btn:hover {
  box-shadow: var(--hov-box-sh);
}
.page-footer .app-link-btn img {
  height: 1.625rem;
  width: auto;
  vertical-align: baseline;
}/*# sourceMappingURL=main-theme-1.css.map */