/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}
html a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Circular Std";
  line-height: 17.71px;
  color: #484747;
}

header nav {
  box-shadow: 0px 2px 2px 1px #f7f7f7;
}

main {
  background-color: #ffffff;
}

.breadcrumb {
  margin-top: 40px;
  margin-left: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 400;
  font-family: "Circular Std";
  line-height: 17.71px;
}
.breadcrumb li a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Circular Std";
  line-height: 17.71px;
  color: #484747;
}
.breadcrumb .breadcrumb-item {
  color: #484747;
  padding: 0;
  margin-left: 3px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #484747;
  padding: 0;
}

.pagination {
  justify-content: flex-end;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .pagination {
    justify-content: center;
  }
}
.pagination .page-item .page-link {
  font-size: 14px;
  font-weight: 400;
  font-family: "Circular Std";
  line-height: 17.71px;
  border: none;
  color: #919190;
}
.pagination .page-item .page-link.active {
  color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #000;
}

@media (max-width: 991px) {
  #navbarSupportedContent {
    overflow: visible;
    max-width: 80%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    transition: all 0.3s;
  }
}

@media (max-width: 991px) {
  #navbarSupportedContent {
    margin-left: -100%;
  }

  #navbarSupportedContent.active {
    margin-left: 0;
  }
}
#closeSidebar {
  margin-right: 16px;
  margin-top: 16px;
}

#closeSidebarContainer {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
}

#closeSidebarContainer.active {
  min-width: calc(100vw - 16px);
  height: 80px;
}

@media (min-width: 991px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

button:focus,
a:focus {
  outline: none;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}

body,
input,
button,
textarea,
select {
  font-family: "Circular Std Book";
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-weight: lighter;
  font-style: normal;
}

a {
  color: auto;
  font-family: "Circular Std Book";
  font-style: normal;
  font-weight: 500;
}
a:hover {
  color: #0a0908;
  text-decoration: none;
}
a:visited a:active, a:focus {
  text-decoration: none;
}

hr {
  margin: 10px 0;
  padding: 0;
  height: 1px;
  color: #e0e0e0;
}

.footer.no-border {
  border: none;
}

.footer {
  padding-top: 60px;
  border-top-style: solid;
  border-color: #e5e5e5;
  border-top-width: 0.5px;
}
.footer .row-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #534a4a;
  font-size: 14px;
}
.footer .row-footer a,
.footer .row-footer a:link,
.footer .row-footer a:visited,
.footer .row-footer a:hover {
  color: #534a4a;
}
.footer .row-footer .col-2,
.footer .row-footer .col-4 {
  padding-left: 0;
  padding-right: 0;
}
.footer .row-footer .title-footer {
  display: flex;
  align-items: flex-end;
  color: #000;
  min-height: 40px;
  margin-bottom: 40px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.footer .row-footer ul.list-footer {
  padding: 0;
  margin: 15px 0 0 0;
  font-weight: normal;
  list-style-type: none;
}
.footer .row-footer ul.list-footer li {
  margin: 8px 0;
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  letter-spacing: 0.005em;
  color: #484747;
}
.footer .row-footer .social-icons {
  margin-top: 12px;
}
.footer .row-footer .social-icons img {
  margin-right: 15px;
}
.footer .row-footer form.form-signup {
  display: flex;
  height: 48px;
  padding: 0;
  line-height: 50px;
  margin-bottom: 56px;
}
.footer .row-footer form.form-signup .signup {
  height: 48px;
  font-size: 14px;
  padding: 2px 10px 2px 10px;
  margin: 0;
}
@media (min-width: 991px) {
  .footer .row-footer form.form-signup .signup {
    padding: 2px 18px 2px 18px;
    min-width: 224px;
  }
}
.footer .row-footer form.form-signup .btn-signup {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #fff;
  background: #000;
  border: 0;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 991px) {
  .footer .row-footer form.form-signup .btn-signup {
    padding-left: 24px;
    padding-right: 24px;
    min-width: 139px;
  }
}
.footer .row-footer .footer-block {
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 200px;
}

.w-60 {
  width: 60% !important;
}

.svg-8 {
  height: 8px;
}

.svg-10 {
  height: 10px;
}

.svg-16 {
  height: 16px;
}

.svg-20 {
  height: 20px;
}

.svg-24 {
  height: 24px;
}

.svg-32 {
  height: 32px;
}

.svg-logo {
  width: 100;
}

h2.title {
  color: #911254;
  font-family: "Noe Display";
  font-size: 50px;
}

h3.title {
  color: #911254;
  font-family: "Noe Display";
  font-size: 32px;
}

h4.title {
  color: #911254;
  font-family: "Noe Display";
  font-size: 24px;
}

.subtitle {
  font-family: "Circular Std Book";
  font-size: 20px;
}

.hr-spacer-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-page {
  min-height: 798px;
  background: url("../img/bg/home-bg.png") no-repeat #f8f8f8 left top;
}
.home-page .modal-main {
  width: 720px;
  height: 322px;
  text-align: center;
  background-color: RGBA(255, 255, 255, 0.65);
  padding: 50px;
}
.home-page .modal-main .btn-panel {
  margin-top: 50px;
}

.step-panel img {
  padding: 0 2px;
}

/*# sourceMappingURL=site.css.map */
