html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "Prompt", sans-serif;
  background-color: #c3181f;
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 300;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

.logo {
  max-width: 150px;
}

.navbar-toggler {
  border: 1px solid #c3181f;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(195, 24, 31, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-expand-lg {
  background: #FFFFFF !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.link-hover {
  font-family: "Prompt", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  text-decoration: none;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  display: table;
  transition: color 0.3s;
  text-align: center;
}

.link-hover:hover {
  font-family: "Prompt", sans-serif;
  color: #c3181f;
}

.link-hover.active {
  color: #FFFFFF !important;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.link-hover.active::after {
  content: "";
  position: absolute;
  color: #000000 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(157deg, rgb(195, 24, 31) 0%, rgb(236, 28, 36) 100%);
  animation: linkActiveAnimation 0.4s ease-out forwards;
  border-radius: 8px;
  z-index: -1;
}

@keyframes linkActiveAnimation {
  0% {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
  }
}
h1 {
  position: absolute;
  text-align: center;
  bottom: 7%;
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  width: 100%;
}

h2 {
  margin-top: 50px;
  background: #c3181f;
  background: linear-gradient(157deg, rgb(195, 24, 31) 0%, rgb(236, 28, 36) 100%);
  color: #FFFFFF;
  width: 90%;
  padding: 20px 20px;
  font-weight: 500;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 45px;
  font-size: 2.2rem;
}

h3 {
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: "Prompt", sans-serif;
  font-size: 1.8rem;
  color: #c3181f;
  font-weight: 500;
  font-style: italic;
}

h4 {
  color: #000000;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.indexik-video {
  width: 85%;
  height: 65vh;
}

.popisobrazkov {
  font-family: "Forum", serif;
  text-align: center;
  padding-top: 8px;
  font-weight: 700;
  border-bottom: 1px solid rgba(209, 209, 209, 0.6274509804);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.mx-5_01 {
  margin-right: 5rem;
  margin-left: 5rem;
}

.lh-popis {
  line-height: 1.2rem;
}

.btn-post {
  min-width: 130px;
  height: 40px;
  color: #FFFFFF;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.7s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
  background: #FFFFFF;
  overflow: hidden;
  border: 2px solid #c3181f;
  color: #c3181f;
}

.btn-post:hover {
  color: #FFFFFF;
  border: 2px solid #c3181f;
}

.btn-post:hover:after {
  width: 100%;
}

.btn-post:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #c3181f;
}

.btn-outline-post {
  min-width: 130px;
  height: 40px;
  color: #FFFFFF;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.7s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
  background: #FFFFFF;
  overflow: hidden;
  border: 2px solid #c3181f;
  color: #c3181f;
}

.btn-outline-post:hover {
  color: #FFFFFF;
}

.btn-outline-post:hover:after {
  width: 100%;
}

.btn-outline-post:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #c3181f;
  border: 2px solid #fff;
}

#banner .banner {
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 90vh;
  margin-top: -75px;
  position: relative;
  display: flex;
  justify-content: center;
}
#banner .bannerpodnadpis {
  position: relative;
  color: #FFFFFF;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  background: #c3181f;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  bottom: 40px;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

#bannersmall .bannerik {
  background-image: url(../img/images01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 45vh;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  margin-top: 15px;
}
#bannersmall h1 {
  position: absolute;
  text-align: center;
  bottom: 5%;
  margin: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: "Prompt", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  -webkit-text-stroke: 1px #FFFFFF;
  color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.pagination {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pagination .page-link {
  color: #ec1c24;
}

.page-link:focus {
  box-shadow: 0 0 0 0.1rem #d4d4d4;
  outline: none;
}

input:focus {
  box-shadow: 0 0 0 0.1rem #d4d4d4 !important;
  outline: none !important;
  border-color: #d4d4d4 !important;
}

.page-item.active .page-link {
  background-color: #c3181f;
  border-color: #c3181f;
  color: #FFFFFF;
}

#indexik .boxindexik {
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#indexik .boxform {
  background-color: #FFFFFF;
  padding-bottom: 30px;
  margin-top: 30px;
}
#indexik .indexik-video {
  width: 100%;
  height: 260px;
  box-shadow: 0px 1px 4px 2px #d4d4d4;
}
#indexik .img-indexik {
  width: 65%;
  background: #FFFFFF;
  padding: 0.5rem;
  border: 1px solid #d1d1d1;
  border-radius: 1rem;
  box-shadow: 0px 1px 4px 2px #d4d4d4;
}
#indexik .form-indexik {
  border: 1px solid #ec1c24;
  padding: 12px 20px;
  border-radius: 0.5rem;
}
#indexik .label-indexik {
  margin-bottom: 0rem;
  font-family: "Forum", serif;
  color: #c3181f;
  font-size: 1.3rem;
  font-weight: 700;
}
#indexik .cisla-indexik {
  color: #c3181f;
  font-weight: 700;
}
#indexik .text-indexik {
  color: #000000;
  border-right: 5px solid #c3181f;
  background: rgba(241, 241, 241, 0.1490196078);
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Forum", serif;
  border-radius: 0rem;
}
#indexik ::-moz-placeholder {
  color: rgb(194, 194, 194);
  font-size: 1rem;
  font-weight: 300;
}
#indexik ::placeholder {
  color: rgb(194, 194, 194);
  font-size: 1rem;
  font-weight: 300;
}

#apostolat .boxapostolat {
  background-color: #FFFFFF;
  padding-bottom: 30px;
  margin-top: 30px;
}
#apostolat .citatright {
  margin-top: 50px;
  background-color: #FFFFFF;
  border: 2px solid #c3181f;
  padding: 20px;
  font-family: "Forum", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#apostolat .citat {
  background-color: #c3181f;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #FFFFFF;
  font-family: "Forum", serif;
  padding: 30px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
}
#apostolat .img-apostolat {
  margin-top: 20px;
  width: 55%;
  background: #FFFFFF;
  padding: 0.5rem;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 1px 4px 2px #d4d4d4;
}

#vznikMZK .box-vznikMZK {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#vznikMZK .card-vznikMZK-white {
  width: 100%;
  display: flow;
  text-align: center;
  margin: 0 auto;
  font-family: "Forum", serif;
  border: 0rem;
  box-shadow: 0px 1px 4px 2px #d4d4d4;
  padding: 10px;
}
#vznikMZK .car-vznikMZK-black {
  width: 100%;
  display: flow;
  text-align: center;
  margin: 0 auto;
  font-family: "Forum", serif;
  border: 0rem;
  box-shadow: 0px 1px 4px 2px #d4d4d4;
  padding: 10px;
  background-color: #000000;
  color: #FFFFFF;
}
#vznikMZK .ikona-vznikMZK {
  margin-top: -35px;
  width: 8%;
}
#vznikMZK .nadpis-vznikMZK {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Prompt", sans-serif;
  text-align: left;
}
#vznikMZK .text-vznikMZK {
  font-weight: 400;
  font-size: 1.2rem;
  text-align: left;
}
#vznikMZK .picturesText-vznikMZK {
  font-family: "Forum", serif;
  text-align: center;
  padding-top: 15px;
  font-weight: 700;
}
#vznikMZK .img-vznik {
  margin-top: 20px;
  width: 100%;
  background: #FFFFFF;
  padding: 0.5rem;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 1px 4px 2px #d4d4d4;
}

#pozehnanie .box-pozehnanie {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#pozehnanie .pozehnanietext {
  padding: 40px;
  font-weight: 300;
  font-size: 1.2rem;
}
#pozehnanie .img-pozehnanie {
  margin-top: 20px;
  width: 40%;
  background: #FFFFFF;
  padding: 0.5rem;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 1px 4px 2px #d4d4d4;
}

#logo .box-logo {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#logo .text {
  padding: 40px;
  font-weight: 300;
  font-size: 1.2rem;
}
#logo .pictures-logo {
  text-align: center;
  margin: 0 auto;
  border: 0rem;
}
#logo .card-logo-white {
  width: 85%;
  display: flow;
  margin: 0 auto;
  font-family: "Forum", serif;
  border: 0rem;
  box-shadow: 0px 1px 4px 2px #d4d4d4;
  padding: 10px;
  text-align: left;
}
#logo .card-logo-black {
  width: 85%;
  display: flow;
  margin: 0 auto;
  font-family: "Forum", serif;
  border: 0rem;
  box-shadow: 0px 1px 4px 2px #d4d4d4;
  padding: 10px;
  text-align: left;
  background-color: #000000;
  color: #FFFFFF;
}
#logo .ikona-logo {
  margin: 0 auto;
  width: 8%;
  display: block;
}
#logo .logicko {
  margin: -35px;
}
#logo .logo-zvyraznenie {
  color: #FFFFFF;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 5px;
  background-color: #000000;
  font-weight: 500;
}

#patroni .box-patroni {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#patroni .up-patroni {
  margin-top: -135px;
}
#patroni .nadpis-patroni {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 2rem;
  padding-top: 20px;
  text-align: center;
  line-height: 1.8rem;
  padding-left: 10px;
  font-style: italic;
}
#patroni .box-sedembolestna {
  background-color: #c3181f;
  margin: 0 auto;
  height: 145px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 15px;
}
#patroni .pozehnanietext {
  padding: 40px;
  font-weight: 300;
  font-size: 1.2rem;
}
#patroni .line-patroni {
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
}

#nasa-sluzba .box-sluzba {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#nasa-sluzba .nasa-sluzba-cisla {
  background: #ec1c24;
  padding: 0 6px;
  color: #FFFFFF;
  line-height: 2rem;
  font-weight: 800;
  border-radius: 8px;
}
#nasa-sluzba .nasa-sluzba-zvyraznenie {
  color: #FFFFFF;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 5px;
  background-color: #000000;
  font-weight: 500;
}
#nasa-sluzba .picturesText-nasa-sluzba {
  font-family: "Forum", serif;
  text-align: center;
  padding-top: 10px;
  font-size: 1.3rem;
  color: #ec1c24;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-content.active {
  display: block;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.grid-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px);
}

.grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.grid-item:hover img {
  transform: scale(1.1);
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: white;
  padding: 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.grid-item:hover .image-overlay {
  transform: translateY(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#modtitby .box-modtitby {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#modtitby a {
  color: #c3181f;
  font-weight: 700;
  text-decoration: none;
}

#modlitebnik .box-modlitebnik {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#modlitebnik .btn-modlitebnik {
  color: #c3181f;
  font-size: 1.3rem;
  border: 1px solid #c3181f;
  padding: 5px 30px;
  font-weight: 500;
}
#modlitebnik .btn-modlitebnik:hover {
  background-color: #c3181f;
  color: #FFFFFF;
}
#modlitebnik .mailik {
  color: #c3181f;
  font-weight: 800;
}

#kontakt .box-kontakt {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#kontakt .fawikon-kontakt {
  font-size: 5rem;
  margin: 0 auto;
  color: #c3181f;
}

#priatelia .box-priatelia {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
#priatelia .btn-modlitebnik {
  background-color: #c3181f;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
}

#footer {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding-bottom: 8px;
}
#footer .mx-5_01 {
  margin-right: 6rem;
  margin-left: 6rem;
}
#footer .footernadpis {
  color: #c3181f;
  font-family: redob;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Prompt", sans-serif;
}
#footer .footertext {
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.6rem;
}
#footer .downfooter {
  color: rgb(144, 144, 144);
  font-size: 0.8rem;
}
#footer .downfooter a {
  color: #ec1c24;
  font-weight: 800;
}
#footer .downfooter a:hover {
  color: #c3181f;
  font-weight: 800;
}
#footer hr {
  margin: 0.4rem 0;
}

.footer-zaoblenie {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}

hr {
  margin: 0.4rem 0;
}

@media only screen and (max-width: 991px) {
  #banner .banner {
    height: 70vh;
  }
  #banner .bannerpodnadpis {
    width: 80%;
  }
  #indexik .img-indexik {
    width: 100%;
  }
  .sirka-media {
    width: 98% !important;
    margin: 0 auto !important;
  }
  .mx-5_01 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  #apostolat .img-apostolat {
    width: 65%;
  }
  #apostolat .citat {
    padding: 15px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #vznikMZK .ikona-vznikMZK {
    width: 10%;
  }
  .img-pozehnanie {
    width: 100%;
  }
  #apostolat .citatright {
    margin-left: 20px;
    margin-top: 20px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .bottom-white {
    margin-bottom: 35px;
  }
  .logo-width-media {
    width: 25% !important;
  }
  h3 {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  .px-media {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 810px) and (max-width: 1024px) {
  #bannersmall .bannerik {
    height: 25vh;
  }
  .mx-5_01 {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  #bannersmall .bannerik {
    border-radius: 20px !important;
  }
  #bannersmall h1 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #bannersmall .bannerik {
    height: 35vh;
  }
  #banner .banner {
    height: 50vh;
  }
  h1 {
    font-size: 2.6rem;
  }
  #bannersmall h1 {
    font-size: 2rem;
  }
  #banner .bannerpodnadpis {
    bottom: 25px;
    line-height: 2rem;
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.6rem;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 75%;
  }
  #apostolat .img-apostolat {
    width: 55%;
  }
}
@media only screen and (max-width: 575px) {
  #banner .banner {
    height: 50vh;
  }
  #bannersmall .bannerik {
    height: 28vh;
  }
  #bannersmall h1 {
    width: 100%;
  }
  h2 {
    font-size: 1.3rem;
    margin-top: 25px;
  }
  #apostolat .citatright {
    font-size: 1.1rem;
  }
  #apostolat .citatright {
    margin-top: 10px;
    line-height: 1.5rem;
    padding: 12px;
    margin-left: 20px;
    border: 1px solid #c3181f;
    font-size: 1.1rem;
  }
  body {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .mx-5_01 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  #bannersmall .bannerik {
    border-radius: 20px !important;
  }
}
@media only screen and (max-width: 414px) {
  h1 {
    bottom: 15%;
    font-size: 1.6rem;
    font-weight: 400;
  }
  h2 {
    font-size: 1.2rem;
    padding: 5px 10px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    width: 75%;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  #bannersmall h1 {
    font-size: 1.4rem;
    text-align: center;
    -webkit-text-stroke: 0.04rem #FFFFFF;
    letter-spacing: 1px;
  }
  .media-mt {
    margin-top: 25px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .media-mt-pozehnanie {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #banner .banner {
    height: 25vh;
    margin-top: -20px;
  }
  #banner .bannerpodnadpis {
    font-size: 1.3rem;
    line-height: 1.5rem;
    border-radius: 20px;
    font-weight: 400;
    width: 65%;
    bottom: 18px;
  }
  .mx-5_01 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  #apostolat .citat {
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  #vznikMZK .ikona-vznikMZK {
    width: 20%;
  }
  .media-box-vznikMZK {
    margin-bottom: 30px;
  }
  .logo-width-media {
    width: 40% !important;
  }
  #logo .ikona-logo {
    width: 15%;
  }
  #pozehnanie .img-pozehnanie {
    width: 80% !important;
  }
  #patroni .nadpis-patroni {
    font-size: 1.4rem;
    padding-left: 0px;
  }
  #patroni .box-sedembolestna {
    height: 130px;
  }
  #apostolat .img-apostolat {
    width: 75%;
  }
  #logo .card-logo-white {
    padding: 0px;
    width: 100% !important;
  }
  #bannersmall .bannerik {
    height: 20vh;
  }
  .sirka-media {
    width: 100% !important;
  }
  #indexik .text-indexik {
    font-size: 1.1rem;
  }
  #indexik .cisla-indexik {
    font-size: 1rem;
  }
  .media-align-kontakt {
    text-align: center;
  }
  .px-media {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  body {
    font-size: 0.9rem;
  }
  .mt-media {
    margin-top: 0.7rem !important;
  }
  #footer .footertext {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  #modtitby .box-modtitby, #apostolat .boxapostolat, #nasa-sluzba .box-sluzba, #modlitebnik .box-modlitebnik, #priatelia .box-priatelia, #kontakt .box-kontakt {
    margin-top: 15px;
  }
}
.form-mzk {
  border: 1px solid #ec1c24;
  padding: 12px 20px;
  border-radius: 0.5rem;
}

.label-mzk {
  margin-bottom: 0rem;
  font-family: "Forum", serif;
  color: #c3181f;
  font-size: 1.3rem;
  font-weight: 700;
}

.text-red-dark {
  color: #c3181f;
}

.text-red-light {
  color: #ec1c24;
}

.intents .intent {
  border-right: #c3181f solid 5px;
}

.mzk-box {
  margin-top: 30px;
}
.mzk-box .box-wrapper {
  padding-top: 10px;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
.mzk-box .box-wrapper .box-content {
  padding: 10px 20px;
}

.bg-red-dark {
  background-color: #c3181f;
}/*# sourceMappingURL=style.css.map */