@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --sw-border-color: #eeeeee;
  --sw-toolbar-btn-color: #ffffff;
  --sw-toolbar-btn-background-color: #009EF7;
  --sw-anchor-default-primary-color: #f8f9fa;
  --sw-anchor-default-secondary-color: #b0b0b1;
  --sw-anchor-active-primary-color: #3415AF;
  --sw-anchor-active-secondary-color: white;
  --sw-anchor-done-primary-color: #DED6F8;
  --sw-anchor-done-secondary-color: #3415AF;
  --sw-anchor-disabled-primary-color: #f8f9fa;
  --sw-anchor-disabled-secondary-color: #dbe0e5;
  --sw-anchor-error-primary-color: #dc3545;
  --sw-anchor-error-secondary-color: #ffffff;
  --sw-anchor-warning-primary-color: #ffc107;
  --sw-anchor-warning-secondary-color: #ffffff;
  --sw-progress-color: #3415AF;
  --sw-progress-background-color: #DED6F8;
  --sw-loader-color: #009EF7;
  --sw-loader-background-color: #f8f9fa;
  --sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

.sw-theme-arrows {
  border: none;
}

.sw-theme-arrows > .nav .nav-link {
  transition: none !important;
}

.sw-theme-arrows > .nav .nav-link::after, .sw-theme-arrows > .nav .nav-link::before {
  transition: none;
}

.sw > .tab-content {
  overflow: inherit;
}

@media screen and (min-width: 640px) {
  .sw-theme-arrows > .nav .nav-item:first-child .nav-link {
    padding-left: 10px;
    margin-left: 0;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .sw-theme-arrows > .nav .nav-item:last-child .nav-link {
    margin-right: 0;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
@keyframes step-in {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes step-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.animate-step-in {
  animation: step-in;
  animation-duration: 0.5s;
  animation-timing-function: var(--elastic-easing);
}

.animate-step-out {
  animation: step-out;
  animation-duration: 0.5s;
  animation-timing-function: var(--elastic-easing);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  min-height: 100%;
}

body {
  background-image: url(../img/gradient.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.06rem;
  color: #0F0633;
}

a,
a:hover {
  color: #3415AF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.window {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(150%) blur(20px);
          backdrop-filter: saturate(150%) blur(20px);
  padding: 2rem;
  border-radius: 30px;
  box-shadow: 17px 20px 40px rgba(0, 0, 0, 0.2), 1px 1px rgba(255, 255, 255, 0.7) inset;
}

#preview {
  border-radius: 0.25rem;
  color: #000;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  line-height: 1.2;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background-color: white;
  padding: 1rem;
}

section {
  padding: 3rem 0;
}

#nameDescription,
#titleDescription,
#emailDescription,
#linkedinDescription,
#officeDescription,
#additionalTextDescription,
#phoneDescription,
#instagramDescription {
  display: none;
  --animate-duration: .5s;
  margin-top: 0.5rem;
}

#client-tabs,
#step3,
#step3b,
#step3c,
#step3d,
#step3e {
  display: none;
}

.form-control,
.form-select {
  border: 1px solid #3415AF;
}
.form-control:focus,
.form-select:focus {
  border-color: #3415AF;
  box-shadow: 0 0 0 0.25rem rgba(52, 21, 175, 0.15);
}

.form-text {
  margin-top: 0.2rem !important;
  font-size: 0.875em;
  color: #3415AF;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  border-radius: 0.25rem;
  z-index: -1;
  transform: translateZ(-1000px);
}

.btn {
  border-radius: 30px;
  padding: 0.5rem 1rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:after {
  height: 16px;
  width: 16px;
  content: "";
  margin-left: 1.75rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(114, 241, 217, 0.25);
}

.btn-green,
.btn-green-no-arrow {
  color: white;
  background-color: #3415AF;
  border-color: #3415AF;
  white-space: normal;
}
.btn-green:after,
.btn-green-no-arrow:after {
  background-color: white;
}
.btn-green:hover,
.btn-green-no-arrow:hover {
  color: #fff;
  background-color: #421add;
  border-color: #421add;
}
.btn-green:hover:after,
.btn-green-no-arrow:hover:after {
  background-color: #fff;
}
.btn-green:active,
.btn-green-no-arrow:active {
  color: #fff !important;
  background-color: #261081 !important;
  border-color: #261081 !important;
}
.btn-green:active:after,
.btn-green-no-arrow:active:after {
  background-color: #fff;
}
.btn-green.disabled, .btn-green[disabled],
.btn-green-no-arrow.disabled,
.btn-green-no-arrow[disabled] {
  color: white;
  background-color: #3415AF;
  border-color: #3415AF;
  opacity: 0.25;
}

.btn-green-no-arrow {
  padding: 0.5rem 1rem !important;
}
.btn-green-no-arrow:after {
  height: 0;
  width: 0;
  content: "";
  margin-left: 0rem;
  -webkit-mask: none;
}

.mark, mark {
  padding: 0.2em;
  background-color: rgba(239, 255, 0, 0.3215686275);
}

.custom-list {
  margin: 1rem 2rem;
}
.custom-list .list-item {
  display: list-item;
  list-style: disc;
}

ol {
  counter-reset: my-awesome-counter;
  list-style: none;
}

ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 2rem;
  background: white;
  padding: 1rem;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  box-shadow: 17px 20px 40px rgba(0, 0, 0, 0.2), 1px 1px rgba(255, 255, 255, 0.7) inset;
}

ol.start-at-two {
  counter-reset: my-awesome-counter 1;
}

ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  --size: 48px;
  left: calc(-1 * var(--size) + 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: -10px;
  transform: rotate(20deg);
  background: #041827;
  border-radius: 50%;
  text-align: center;
  box-shadow: 17px 20px 40px rgba(0, 0, 0, 0.2), 1px 1px rgba(255, 255, 255, 0.7) inset;
}

.modal-content {
  border: none;
  box-shadow: 17px 20px 40px rgba(0, 0, 0, 0.2), 1px 1px rgba(255, 255, 255, 0.7) inset;
  border-radius: 0.5rem;
}

.modal-content .modal-header {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
  border: 0;
}

.modal-content .modal-footer {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
  background-color: rgba(221, 225, 230, 0.2);
}

.modal-backdrop {
  opacity: 0 !important;
}

.modal.fade .modal-dialog {
  transform: translate(0, 0);
}

.zoom-in {
  transform: scale(1.2) !important;
  opacity: 0;
  transition: all 0.4s;
  -webkit-backdrop-filter: saturate(100%) blur(0px);
          backdrop-filter: saturate(100%) blur(0px);
  background-color: rgba(0, 0, 0, 0);
}

.zoom-in.show {
  opacity: 1;
  transform: scale(1) !important;
  -webkit-backdrop-filter: saturate(100%) blur(4px);
          backdrop-filter: saturate(100%) blur(4px);
  background-color: rgba(0, 0, 0, 0.3);
}

:root {
  --elastic-easing: linear(
    0, 1.11438 8.491%, 1.29593 10.701%, 1.37046 12.941%, 1.36433 14.481%,
    1.31505 16.202%, 0.94104 24.012%, 0.89124 25.913%, 0.8694 27.843%,
    0.86978 29.213%, 0.88235 30.713%, 1.01219 38.334%, 1.03567, 1.04596 42.714%,
    1.04163 45.705%, 0.99607 53.255%, 0.98388 57.536%, 1.0056 72.237%, 1
  );
}

.nav-tabs {
  border-bottom: 1px solid #6c757d;
  margin-left: 2rem;
  padding-left: 1rem;
  box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.0705882353);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #6c757d;
}

.nav-link:hover:not(.active) {
  border-color: rgba(108, 117, 125, 0.3294117647);
  background-color: rgba(108, 117, 125, 0.3294117647);
  color: white;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.nav-link {
  color: #6c757d;
}

@media (max-width: 991.98px) {
  .nav-tabs {
    border-bottom: 0;
    padding-left: 0rem;
    box-shadow: none;
  }
  .nav-tabs .nav-link {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  ol {
    margin-left: -2rem;
  }
  .window {
    padding: 1rem;
  }
}
ol li::before {
  --size: 42px;
  left: calc(-1 * var(--size) + 18px);
  top: -16px;
}/*# sourceMappingURL=site.css.map */