@charset "utf-8";

.un-steps { font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif); font-weight: 400; border: 2px solid rgb(62, 97, 191); margin-bottom: 16px; }

.un-steps__title { color: white; font-size: 18px; line-height: 24px; font-weight: 700; font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif); text-align: center; background-color: rgb(62, 97, 191); padding: 10px; }

.un-steps__paragraph { margin-bottom: 16px; padding-left: 10px; padding-right: 10px; }

.un-steps__image-wrapper { margin: 30px 0px 0px; border: 0.5px solid grey; }

.un-steps__image { display: block; height: auto; width: 100%; }

.un-steps__important { font-style: italic; border-left: 8px solid var(--red); padding-left: 1rem; }

.un-steps__link { color: rgb(0, 127, 255); }

.un-steps__link:hover { color: rgb(225, 18, 41); }

.nowrap { white-space: nowrap; }

.imp { border-left: 3px solid red; padding-left: 15px; font-style: italic; }

.feedback { margin-bottom: 20px; padding: 30px 0px 12px; }

.feedback__header { display: flex; align-items: center; padding-bottom: 20px; }

@media (max-width: 660px) {
  .feedback__header { flex-direction: column; align-items: center; text-align: center; padding: 0px 0px 20px; }
}

.feedback__photo { flex-shrink: 0; width: 115px; height: 115px; margin-right: 20px; border-radius: 50%; overflow: hidden; }

.feedback__photo img { width: 100%; height: 100%; margin: 0px; object-fit: cover; object-position: 25% center; }

.feedback .feedback__name { margin: 0px 0px 5px; font-weight: 700; font-size: 25px; }

.feedback .feedback__position { margin: 0px; font-weight: 700; font-size: 16px; color: rgb(120, 120, 120); }

.feedback__body { padding: 16px 0px; }

.feedback__body p { margin: 0px 0px 1rem; font-size: 20px; }

.info__text.important { position: relative; padding: 10px 20px 10px 65px; color: rgb(26, 105, 162); border-radius: 20px; background-color: rgb(209, 222, 247); }

.info__text.important::before { content: "!"; color: rgb(232, 39, 39); position: absolute; top: calc(50%); transform: translateY(-50%); left: 28px; font-size: 70px; line-height: 1; }

.image-caption { font-size: 16px; margin-bottom: 16px; line-height: 20px; }

.day_title { font-size: 25px; font-weight: 700; text-align: center; border: 3px solid rgb(0, 0, 153); font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.swiper-slide2 img { height: 600px; }

@media (max-width: 768px) {
  .swiper-slide2 img { height: 300px; }
}

.link-no-color { color: inherit !important; }

.link-no-color:hover { text-decoration: underline; }
