@charset "UTF-8";
html {
  font-size: 10px;
  background-color: #fff;
}

body {
  margin: 0;
  font-family: "Merriweather", serif;
  width: 100%;
  height: 100%;
  color: #333333;
  line-height: 2.5rem;
}

@media only screen and (min-width: 2000px) {
  .site-container {
    max-width: 100rem;
    margin: auto;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 1999px) and (min-width: 1750px) {
  .site-container {
    max-width: 100rem;
    margin: auto;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1749px) and (min-width: 1650px) {
  .site-container {
    max-width: 100rem;
    margin: auto;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1649px) and (min-width: 1450px) {
  .site-container {
    max-width: 100rem;
    margin: auto;
  }
}
@media only screen and (max-width: 1449px) and (min-width: 1200px) {
  .site-container {
    max-width: 100rem;
    margin: auto;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 770px) {
  .site-container {
    max-width: 100rem;
    margin: auto;
    padding: 0 1.5rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .site-container {
    margin: 0 1rem;
    font-size: 0.8rem;
    text-align: left !important;
    padding: 0 0.8rem;
  }
}

.header {
  width: 100%;
}

.logo-container {
  margin: 0;
  padding: 0 1.5rem;
  max-width: 100rem;
  margin: auto;
}
.logo-container .top-text {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}
.logo-container img {
  max-width: 30rem;
}
@media only screen and (max-width: 769px) {
  .logo-container img {
    width: 50%;
  }
}

.header-title {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.07rem;
  color: black;
  line-height: 5rem;
}
.header-title a {
  text-decoration: none;
  color: #cc0000;
}
.header-title a:visited {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .header-title {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}
@media screen and (min-width: 1750px) {
  .header-title {
    line-height: 5rem;
  }
}

.header-subtitle {
  font-size: 2.9rem;
  margin: 1rem 0;
  font-weight: 700;
  line-height: 3.7rem;
}
.header-subtitle a {
  text-decoration: none;
  color: #cc0000;
}
.header-subtitle a:visited {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 750px) {
  .header-subtitle {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}
@media screen and (min-width: 1750px) {
  .header-subtitle {
    line-height: 3rem;
  }
}

.author-date {
  font-size: 1.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999999;
  margin-bottom: 0rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .author-date {
    font-size: 1.3rem;
  }
}
.author-date img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.author-date .author {
  color: #005dae;
  font-weight: bold;
}

.item h3 {
  font-size: 2.7rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
  line-height: 1.2;
}
.item h3 a {
  color: #cc0000;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .item h3 {
    font-size: 2rem;
  }
}
.item .article {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.item .article a {
  color: #cc0000;
  text-decoration: none;
}
.item .image img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.item .image p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  color: grey;
  font-size: 1.5rem;
}
.item .text-image-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .item .text-image-group {
    flex-direction: column;
  }
  .item .text-image-group img {
    margin-bottom: 0.5rem;
  }
}
.item .text-image-group p {
  font-size: 1.6rem;
}
.item .text-image-group p a {
  color: #cc0000;
  text-decoration: none;
}
.item .grey-text {
  background-color: #eee;
  font-size: 1.6rem;
  border-left: 5px solid #cc0000;
  font-style: italic;
  padding: 1rem;
}
.item .grey-text p {
  margin: 1rem;
}
.item .grey-text a {
  color: #cc0000;
  text-decoration: none;
}
.item-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  margin-top: 1rem;
  width: 100%;
}
.item-button a {
  width: 100%;
  text-decoration: none;
}
.item-button button {
  width: 100%;
  font-size: 2rem;
  color: white;
  border-radius: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 2rem 4rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 2.5rem;
  border: none;
  cursor: pointer;
}

.button {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.button a {
  text-decoration: none;
  width: 100%;
}
.button button {
  width: 100%;
  font-size: 2rem;
  color: white;
  border-radius: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 2rem 4rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 2.5rem;
  border: none;
  cursor: pointer;
}

.testimonials {
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .testimonials {
    font-size: 2rem;
  }
}
.testimonials-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.testimonials-row-image img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  .testimonials-row-image img {
    width: 5rem;
    height: 5rem;
  }
}
.testimonials-row-text {
  margin-left: 2rem;
}
.testimonials-row-text-name {
  font-weight: 800;
  font-size: 1.8rem;
}
.testimonials-row-text-score svg {
  max-width: 2rem;
  margin-right: 0.5rem;
}
.testimonials-row-text-article {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.5rem;
}
.testimonials .loader {
  display: none;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 8px;
  background: linear-gradient(currentColor 0 0) 0 100%/0% 3px no-repeat;
  animation: loading-bar 2s linear infinite;
}
.testimonials .loader:after {
  content: "...";
}
@keyframes loading-bar {
  to {
    background-size: 100% 3px;
  }
}
.testimonials .animate {
  animation: show-animation 2s ease-out forwards;
}
@keyframes show-animation {
  from {
    display: none;
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
}

.col {
  flex: 1 0 0%;
}

footer {
  margin: 0 !important;
  height: auto !important;
  width: 100%;
}

.footer-area {
  width: 100%;
  height: auto;
}

.footer_boxed_area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.footer-content-style {
  font-size: 1.4rem;
  line-height: 2.9rem !important;
  padding: 2rem;
  align-items: center;
  text-align: center;
  max-width: 120rem !important;
  color: #777;
  margin: 0;
  width: 100%;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 50rem;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
}
.legals-padding-right {
  padding-right: 7px !important;
}

#legals-text {
  font-size: 14px;
  padding: 10px 30px 0px;
}

.legals-page {
  padding-right: 0px;
  padding-left: 0px;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}

a:link,
a:link:active {
  color: #4089c3;
  text-decoration: none;
}

ul {
  padding: 0;
  margin-bottom: 10px;
}
ul b {
  font-weight: bolder;
}/*# sourceMappingURL=digi-nyra.css.map */