.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #0f0e17;
  background-color: #f7f9fc;
  font-family: DM Sans, sans-serif;
  font-size: 1.35vw;
  font-weight: 400;
  line-height: 1.45;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #0f0e17;
  font-weight: 700;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.c-styles {
  width: 100vw;
  height: 100vh;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.c-styles_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.c-styles_item.is--100vh {
  height: 100vh;
}

.c-html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2vw;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.is--hidden-empty {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.c-nav {
  z-index: 2000;
  background-color: rgba(15, 14, 23, .9);
  justify-content: space-between;
  align-items: center;
  padding-left: 3.8em;
  padding-right: 3.8em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-nav.is--alt {
  width: 100%;
  height: 90px;
  top: -90px;
}

.c-nav_logo-img {
  width: 11em;
  height: 2.5em;
  max-width: none;
  background-image: url('../images/play.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-nav_button {
  color: #0f0e17;
  text-align: center;
  background-color: #fff;
  border-radius: .6em;
  padding: .8em 2.2em;
  font-size: 1.1vw;
}

.c-nav_menu {
  width: 80%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-nav_menu-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav_link {
  color: #fff;
  cursor: pointer;
  align-items: center;
  padding: 1.8em 1em;
  display: flex;
  position: relative;
}

.c-nav_link-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: .9;
}

.c-nav_icon {
  width: .7em;
  height: .3em;
  justify-content: center;
  align-items: center;
  margin-left: .3em;
  display: flex;
}

.c-svg {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-nav_dropdown {
  height: 0;
  max-height: 0;
  min-height: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-nav_dropdown-list {
  width: 13em;
  background-color: #27262e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
  position: relative;
}

.c-nav_dropdown-item {
  width: 100%;
}

.c-nav_dropdown-link {
  width: 100%;
  color: #fff;
  border-bottom: .12em solid #191821;
  padding: 1.1em;
  font-weight: 400;
}

.c-nav_dropdown-link:hover {
  background-color: #191821;
}

.c-nav_dropdown-text {
  font-size: .8em;
  font-weight: 400;
}

.c-nav_external-link {
  width: 100%;
}

.c-nav_hamburger {
  display: none;
}

.c-section {
  padding: 3em 10vw;
}

.c-section.is--hero {
  z-index: 4;
  min-height: 100vh;
  background-image: linear-gradient(to right, #0f0e17, rgba(15, 14, 23, .73) 29%, rgba(15, 14, 23, 0) 52%), linear-gradient(to top, #0f0e17, rgba(15, 14, 23, .89) 21%, rgba(15, 14, 23, 0) 60%);
  align-items: center;
  padding-top: 11.1em;
  padding-bottom: 11.1em;
  display: flex;
  position: relative;
}

.c-section.is--footer-spacer {
  height: 3em;
  padding-top: 0;
  padding-bottom: 0;
}

.c-section.is--events {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-section.is--mission {
  width: 100vw;
  padding-top: 4em;
  position: relative;
  overflow: hidden;
}

.c-section.is--homepage {
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-section.is--footer {
  background-color: #fff;
  border-top: .12em solid #d8e0f0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 85%;
}

.c-section.is--header {
  padding-top: 11em;
  position: relative;
}

.c-section.is--header.is--white {
  color: #0f0e17;
  background-color: #f7f9fc;
  padding-top: 12em;
}

.c-section.is--404 {
  height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-section.is--collection-hide {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-section.is--media {
  min-height: 60vh;
  padding-top: 11em;
}

.c-section.is--popup-content {
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-section.white {
  background-color: #fff;
}

.c-section.program {
  min-height: 60vh;
  background-color: #0f0e17;
  padding-top: 3em;
}

.c-section.gray {
  background-color: #d8e0f0;
}

.c-section.footer {
  background-color: #191821;
}

.c-hero {
  color: #fff;
  background-color: #0f0e17;
  background-image: url('../images/kolaz_web-kopie_2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.c-button {
  text-align: center;
  background-color: #ce2028;
  border-width: 0;
  border-radius: .6em;
  padding: .9em 1.9em;
}

.c-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.c-button.is--white {
  color: #0f0e17;
  background-color: #fff;
}

.c-button.is--white.is--hero-button2 {
  border-radius: .6em;
  font-size: 1.15vw;
}

.c-button.is--white.is--button-2 {
  margin-top: .6em;
}

.c-button.is--hero-button1 {
  color: #0f0e17;
  background-color: #fe0;
  border-radius: .6em;
  margin-right: 1em;
  font-size: 1.2vw;
}

.c-button.is--black {
  background-color: #ce2028;
  border-radius: .6em;
}

.c-button.is--black.space {
  margin-top: 20px;
}

.c-button.is--button1 {
  background-color: #ce2028;
  margin-top: .6em;
  margin-right: 1em;
}

.c-button.is--button1.no-padding {
  margin-right: 0;
}

.c-button.is--section_button {
  margin-top: 2em;
}

.c-button.is--full-width {
  width: 100%;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 1.2em;
  font-weight: 700;
}

.c-button.is--more {
  cursor: pointer;
}

.c-button.is--event-button.is--top {
  margin-top: 2.5em;
}

.c-button.is--share {
  width: 100%;
  height: 4.3em;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  padding-top: .4em;
  padding-bottom: .4em;
  display: flex;
}

.c-hero_contain {
  overflow: hidden;
}

.c-hero_h1 {
  margin-bottom: 40px;
  font-size: 130px;
}

.c-hero_h1-contain {
  margin-bottom: 2em;
  padding-bottom: 1em;
  overflow: hidden;
}

.c-hero_bg-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-bg-vid {
  width: 100%;
  height: 100%;
}

.div-block {
  height: 100%;
}

.c-hero_photo {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('../images/kolaz_web-kopie_4.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-hero_message {
  width: 26em;
  background-color: rgba(39, 38, 46, .2);
  border-radius: .6em;
  margin-bottom: 2em;
  margin-right: 2em;
  padding: 2em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-hero_icon {
  width: 1.5em;
  height: 1.5em;
  justify-content: center;
  align-items: center;
  margin-right: .5em;
  display: flex;
}

.c-hero_message-title {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.is--hero-link {
  color: #fff;
  border-bottom: .1em solid #fff;
  font-weight: 400;
}

.c-hero_message-x {
  margin-top: .8em;
  margin-right: .8em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-hero_message-icon {
  width: 1.2em;
}

.c-events_link {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  color: #0f0e17;
  background-color: #fff;
  border-radius: .6em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-events_list {
  width: 180vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 5.6em;
  padding-left: 10vw;
  display: flex;
  overflow: hidden;
}

.c-events_img {
  width: 200px;
  border-top-left-radius: .6em;
  border-top-right-radius: 0;
  border-bottom-left-radius: .6px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.c-events_img-fill {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.c-events_img-fill.galerie {
  width: 400px;
  border-radius: .6em;
}

.c-events_content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.1em 2.2em;
  display: flex;
}

.c-events_date-time {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.c-events_date {
  color: #797881;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.6em;
  font-weight: 400;
  display: flex;
}

.c-event_icon {
  width: 1em;
  margin-right: .5em;
}

.c-events_item {
  width: 40vw;
  max-width: 40vw;
  min-width: 40vw;
  flex-direction: row;
  padding-right: 1em;
  display: block;
}

.c-events_wraper {
  width: 100vw;
  margin-left: -10vw;
  display: block;
  overflow: hidden;
}

.c-events_bg {
  z-index: -1;
  width: 100vw;
  height: 60%;
  background-color: #0f0e17;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-offset-heading {
  width: 100%;
  flex-direction: column;
  margin-top: 2em;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-offset-heading.form {
  width: 100%;
  align-items: center;
}

.is--display {
  white-space: nowrap;
  font-size: 7em;
  font-weight: 500;
}

.c-large-header {
  width: 100vw;
  height: 8em;
  max-width: 100vw;
  margin-left: -10vw;
  overflow: hidden;
}

.c-large-header.is--page {
  margin-top: 3em;
}

.c-large-header_contain {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is--display-line {
  width: 10em;
  height: .2em;
  min-width: 10em;
  background-color: #0f0e17;
  margin-left: 2.8em;
  margin-right: 2.8em;
}

.is--display-line.is--inverted {
  filter: invert();
  flex: 0 auto;
}

.c-mission {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5em;
  display: flex;
}

.c-mission_photo {
  width: 26.2vw;
  height: 32vw;
  min-width: 26.2vw;
  background-color: #fff;
  background-image: url('../images/IMG_9930.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
}

.c-mission_content {
  width: 48vw;
  flex-direction: column;
  padding-left: 5.5vw;
}

.is--mission-heading {
  margin-bottom: 1.4em;
}

.c-circle {
  z-index: -1;
  width: auto;
  height: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-sermon {
  width: auto;
  min-height: 40vw;
  color: #fff;
  background-image: linear-gradient(to top, rgba(15, 14, 23, .77), rgba(15, 14, 23, .69) 28%, rgba(15, 14, 23, 0) 56%);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-sermon_bg {
  z-index: -1;
  background-color: #0f0e17;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_9835.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .6em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-sermon_tag {
  background-color: rgba(255, 255, 255, .11);
  border-radius: 100vw;
  padding: .6em 1.4em;
  display: inline-block;
}

.c-sermon_title {
  margin-top: .6em;
  margin-bottom: .4em;
}

.is--sermon-tag {
  font-size: .9em;
}

.c-homepage_item {
  width: 39.3vw;
  min-height: 22vw;
  margin-bottom: 1em;
}

.c-homepage_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 6em;
  margin-bottom: 1.5em;
  display: flex;
  position: relative;
}

.c-homepage_link {
  width: 100%;
  height: 100%;
  background-color: #0f0e17;
  border-radius: .6em;
  position: relative;
  overflow: hidden;
}

.c-homepage_fill {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(15, 14, 23, .48);
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
  position: relative;
}

.c-footer_top {
  color: #0f0e17;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.c-footer_info {
  width: 52vw;
  max-width: 52vw;
  min-width: 52vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-footer_item {
  padding-right: 3em;
}

.c-footer_item-title {
  color: #0f0e17;
  margin-bottom: 1em;
  font-weight: 500;
}

.c-footer_text {
  color: #797881;
  white-space: pre;
  line-height: 2;
}

.c-footer_link {
  color: #797881;
  margin-bottom: .6em;
  font-weight: 400;
  display: block;
}

.c-form_fields {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-form_field {
  height: 2.8em;
  max-height: 2.8em;
  min-height: 2.8em;
  border: .1em solid #797881;
  border-right-width: 0;
  border-radius: .4em 0 0 .4em;
  margin-bottom: 0;
  padding: .3em 1.5em;
  font-size: 100%;
}

.c-form_field:focus {
  border-color: #797881;
}

.c-form_submit {
  height: 2.8em;
  max-height: 2.8em;
  min-height: 2.8em;
  background-color: #0f0e17;
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em;
  padding: .4em 1.6em;
  font-size: 100%;
}

.is--footer_disclaimer {
  margin-top: 1em;
}

.c-form {
  width: 25vw;
  margin-bottom: 0;
}

.c-form_success {
  color: #0f0e17;
  text-align: center;
  background-color: #f7f9fc;
  border-radius: .4em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 1.4em;
}

.c-footer_bottom {
  color: #0f0e17;
  border-top: .12em solid #d8e0f0;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.c-footer_privacy-link {
  font-weight: 400;
}

.c-social_link {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.4em;
}

.c-social_icon {
  width: 1.9em;
  height: 1.6em;
  object-fit: contain;
}

.c-nav_link-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav_menu-scroll {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-overflow {
  width: 100%;
  max-width: 100%;
  margin-top: -80px;
  position: relative;
  overflow: hidden;
}

.c-header_img {
  width: 100%;
  height: 40vw;
  max-width: 100%;
  min-width: 100%;
  border-radius: .6em;
  margin-top: 5em;
  position: relative;
  overflow: hidden;
}

.c-header_text {
  white-space: pre-wrap;
}

.c-header_text.center.white {
  color: #fff;
}

.c-header_text.center.mapa {
  margin-bottom: 60px;
}

.c-header_bg {
  z-index: 1;
  height: 35%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-header_bg.is--darkest {
  background-color: #0f0e17;
}

.c-header_content {
  z-index: 2;
  position: relative;
}

.c-content {
  width: 100%;
  max-width: 100%;
  min-width: 50%;
}

.c-content.is--flip {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.c-media {
  width: 100%;
  max-width: 100%;
  min-width: 50%;
  position: relative;
}

.c-contain {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-contain.is--flipped {
  flex-direction: row-reverse;
}

.c-contain.mapa {
  flex-direction: column;
}

.c-content_contain {
  width: 90%;
  margin-right: 2vw;
}

.c-content_contain.is--full-width-content {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-image {
  z-index: 1;
  width: 100%;
  height: 24em;
  max-width: none;
  object-fit: cover;
  background-color: #0f0e17;
  border-radius: .6em;
  position: relative;
}

.c-image.is--wider {
  z-index: 2;
  width: 50vw;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-image.is--wider.is--reversed-wider {
  border-radius: 0 .6em .6em 0;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-video {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  background-color: #0f0e17;
  border-radius: .6em;
  position: relative;
  overflow: hidden;
}

.c-video.is--wide-vid {
  z-index: 2;
  width: 50vw;
  min-width: 50vw;
  opacity: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-video.is--wide-vid.is--reversed-wide-vid {
  border-radius: 0 .6em .6em 0;
  left: auto;
  right: 0%;
}

.c-vid {
  z-index: 1;
  width: 100%;
}

.c-section_paragraph {
  margin-top: 1em;
}

.c-three-column_list {
  width: 84vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-three-column_item {
  width: 24vw;
  min-width: 24vw;
  margin-top: 3em;
  margin-right: 4vw;
}

.c-three-column_p {
  margin-top: 1em;
}

.is--404 {
  color: #fff;
  background-color: #0f0e17;
}

.is--404-heading {
  margin-bottom: 3em;
}

.c-image2 {
  z-index: 1;
  width: 50vw;
  height: 24em;
  max-width: none;
  object-fit: cover;
  background-color: #0f0e17;
  border-radius: 0 .6em .6em 0;
  margin-left: -10vw;
  position: relative;
}

.is-1tm {
  color: #535259;
  margin-top: 1em;
  font-size: 17px;
  line-height: 140%;
}

.is-1tm.small {
  margin-top: 0;
  font-size: 1.2vw;
}

.is--title {
  color: #ce2028;
  margin-top: .4em;
  font-weight: 500;
}

.c-staff_list {
  width: 200vw;
  cursor: grab;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 5.6em;
  margin-bottom: 3em;
  display: flex;
}

.c-staff_item {
  width: 27.2vw;
  max-width: 27.2vw;
  min-width: 27.2vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 1em;
}

.c-staff_card {
  height: 100%;
  background-color: #fff;
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-staff_photo {
  width: 100%;
  height: 32vw;
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
  position: relative;
  overflow: hidden;
}

.c-staff_info {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.4em 2em;
  font-size: .8em;
}

.c-staff_title {
  color: #797881;
  text-align: right;
  margin-left: 1em;
}

.c-staff_info-contain {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is--dark {
  color: #fff;
  background-color: #0f0e17;
}

.c-groups_list {
  width: 87vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 5.6em;
  margin-bottom: 3em;
  display: flex;
}

.c-groups_item {
  width: 20.3vw;
  min-width: 20.3vw;
  padding-bottom: 1em;
  padding-right: 1em;
}

.c-groups_link {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #191821;
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.8em 1.2em;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-groups_link:hover {
  background-color: #27262e;
}

.brand-color {
  text-align: center;
}

.c-groups_icon {
  width: 3em;
  height: 3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-groups_heading {
  margin-top: .9em;
}

.c-group_columns {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-top: 1.5em;
  display: flex;
}

.c-group_column-small {
  width: 24vw;
  background-color: #191821;
  border-radius: .6em;
  padding: 3em 1.9em;
  font-size: 80%;
  position: -webkit-sticky;
  position: sticky;
  top: 7vw;
}

.c-group_column-large {
  width: 54.5vw;
}

.c-group_filter-title {
  margin-bottom: 1em;
  font-weight: 500;
}

.c-filter {
  width: 100%;
  background-color: #27262e;
  border-radius: .2em;
  margin-bottom: 2em;
  position: relative;
}

.c-filter_button {
  color: rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: center;
  padding: 1.1em 1.9em;
  display: flex;
  position: relative;
}

.c-filter_list {
  width: 100%;
  height: auto;
  color: #797881;
  background-color: #0f0e17;
  border-bottom-right-radius: .6em;
  border-bottom-left-radius: .6em;
  position: relative;
  overflow: hidden;
}

.c-switch {
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  display: none;
}

.c-switch_icon {
  width: 1.7em;
}

.c-switch_heading {
  margin-left: .9em;
  font-weight: 500;
}

.c-switch_head {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-switch_switch {
  width: 3em;
  min-width: 3em;
  border-radius: 100vw;
  justify-content: flex-end;
  margin-left: 1em;
}

.c-switch_fill {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: #797881;
  border-radius: 100vw;
  justify-content: flex-end;
  align-items: center;
  padding: .2em;
  display: block;
}

.c-switch_circle {
  width: 1.3em;
  height: 1.3em;
  background-color: #fff;
  border-radius: 100vw;
}

.c-groups_empty {
  text-align: center;
  background-color: #191821;
  border-radius: .6em;
  padding: 1.3em;
}

.c-groups-item_link {
  width: 100%;
  color: #fff;
  background-color: #191821;
  border-radius: .6em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.1em;
  padding: .9em 3.2em .9em 1.7em;
  display: flex;
  position: relative;
}

.c-groups_info {
  color: #797881;
  justify-content: flex-start;
  align-items: center;
  margin-right: .6em;
  font-weight: 400;
  display: flex;
}

.c-groups_item-icon {
  width: .9em;
  color: #797881;
  margin-right: .5em;
}

.c-group_info-text {
  white-space: nowrap;
  margin-right: .3em;
}

.c-groups_info-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: .6em;
  display: flex;
}

.c-groups_image {
  width: 4.5em;
  height: 4.5em;
  background-color: #27262e;
  background-image: url('../images/user-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39%;
  border-radius: 100vw;
  margin-right: 1.2em;
}

.c-groups_img {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  border-radius: 100vw;
  position: relative;
}

.c-groups_child {
  width: 1.3em;
  margin-bottom: 1em;
  margin-right: 1em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-filter_link {
  width: 100%;
  color: #fff;
  text-align: left;
  border: 0 solid #000;
  padding: .6em 1.3em;
  font-weight: 400;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.c-filter_link:hover {
  text-align: left;
  background-color: #27262e;
}

.c-filter_text {
  text-align: left;
}

.c-filter-hide-text {
  font-size: 0;
}

.c-media_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-media_link {
  margin-left: 1em;
}

.c-media_icon {
  width: 1.6em;
  margin-right: .5em;
}

.c-media_button-flex {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-group_columns2 {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.5em;
  display: flex;
}

.c-group_left {
  width: 54.5vw;
  background-color: #191821;
  border-radius: .6em;
  padding: 3.3em 3.3em 5.4em;
  position: relative;
}

.c-group_right {
  width: 24vw;
  text-align: center;
  background-color: #191821;
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3.3em 2.1em;
  display: flex;
}

.c-group_p {
  color: #797881;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.c-group_item {
  justify-content: flex-start;
  align-items: center;
  padding-top: .9em;
  display: flex;
}

.c-group_icon {
  width: .9em;
  margin-right: .6em;
}

.is--inline-text {
  margin-right: .3em;
}

.c-child {
  background-color: #27262e;
  border-top-left-radius: .6em;
  border-bottom-right-radius: .6em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1.6em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-child_icon {
  width: 1.1em;
  margin-right: .5em;
}

.c-group_img {
  width: 6em;
  height: 6em;
  background-color: #27262e;
  background-image: url('../images/user-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39%;
  border-radius: 100vw;
}

.c-group-leader_title {
  color: #797881;
  margin-bottom: 2.1em;
}

.c-group_leader-name {
  margin-top: 1em;
  margin-bottom: .3em;
}

.c-popup_bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 14, 23, .94);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-popup {
  z-index: 3000;
  width: 100vw;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-popup_module {
  width: 44vw;
  background-color: #191821;
  border-radius: .6em;
  padding: 2.8em 4em;
  position: relative;
}

.c-popup_p {
  color: #797881;
  margin-top: .5em;
  margin-bottom: 1.4em;
}

.c-popup_form {
  z-index: 5;
  margin-bottom: 0;
  position: relative;
}

.c-popup-form_field {
  min-height: 4em;
  color: #fff;
  background-color: #27262e;
  border: 0 solid #000;
  border-radius: .6em;
  margin-bottom: 1em;
  padding: 1em 2em;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.c-popup-form_field:focus {
  color: #fff;
  background-color: #131216;
}

.c-popup-form_field::-ms-input-placeholder {
  color: #797881;
}

.c-popup-form_field::placeholder {
  color: #797881;
}

.c-popup_x {
  margin-top: 1.2em;
  margin-right: 1.2em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-popup_x-icon {
  width: 1.8em;
}

.c-form_radio {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.7em;
  padding-left: 1.5em;
  display: flex;
}

.c-form_radio-button {
  width: 1.8em;
  height: 1.8em;
  min-width: 1.8em;
  border-width: .2em;
  border-color: #fff;
  margin-left: -1.5em;
  margin-right: .6em;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.c-form_radio-button.w--redirected-checked {
  background-color: #fff;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.c-form_radio-label {
  color: #797881;
}

.c-form_radios {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: 2em;
  display: flex;
}

.c-event_wrap {
  margin-bottom: 40px;
}

.c-event_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.c-event_item {
  width: 100vw;
  padding-bottom: 1.3em;
}

.c-event_link {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #191821;
  border-radius: .6em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.is--shown-empty {
  text-align: center;
  background-color: #191821;
  border-radius: .6em;
  margin-top: 1em;
  padding: 3.6em;
}

.is--white {
  color: #fff;
  cursor: pointer;
}

.c-even-columns {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.c-column_even {
  width: 39vw;
  background-color: #191821;
  border-radius: .6em;
  padding: 2.9em;
}

.c-event_description {
  color: #797881;
  margin-top: 1em;
  margin-bottom: 1em;
}

.c-events_info {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.4em;
  padding-top: .9em;
  display: flex;
}

.c-events_icon {
  width: 1.1em;
  margin-right: .8em;
}

.c-event_date-and-time {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-column_even-img {
  width: 39vw;
  background-color: #191821;
  border-radius: .6em;
  padding: 0;
}

.c-events_img2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
}

.is--event-button {
  width: 100%;
  margin-top: 1.5em;
}

.c-sermon_info {
  color: #797881;
  justify-content: flex-start;
  align-items: center;
  margin-right: .8em;
  font-weight: 400;
  display: flex;
}

.c-sermon_info-contain {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  font-size: .9em;
  display: flex;
}

.c-livestream_card {
  background-color: #191821;
  border-radius: .6em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4em;
  padding: 4.9em 5.8em;
  display: flex;
}

.c-livestream_card-text {
  padding-right: 2em;
}

.c-livestream_title {
  margin-bottom: .3em;
  line-height: 1;
}

.c-sermon_play {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-sermon_button {
  width: 4em;
  height: 4em;
  background-color: #191821;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(0);
}

.c-sermon_icon {
  width: 26%;
  position: relative;
  right: -2%;
}

.c-sermon_column {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.c-sermon_video {
  width: 53vw;
}

.c-sermon_info-div {
  width: 25.6vw;
  background-color: #191821;
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1.8em 2.3em;
  display: flex;
}

.c-share_text {
  color: #fff;
  justify-content: center;
  align-items: center;
}

.c-share_text.is--2nd-text {
  display: none;
}

.c-share_icon {
  width: 1.3em;
  margin-right: .6em;
}

.c-share_icon.is--check {
  width: 1.7em;
  height: 1.7em;
  display: none;
}

.c-sermon_images {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.7vw;
  display: flex;
}

.c-sermon_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .6em;
}

.c-sermon_img-contain {
  width: 25.6vw;
  height: 25.6vw;
}

.is--contact_p {
  color: #797881;
  margin-top: .6em;
  margin-bottom: 1em;
}

.c-contact {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.c-contact_left {
  width: 40vw;
  padding-right: 5em;
}

.c-contact_right {
  width: 40vw;
}

.c-contact_img {
  width: 50vw;
  height: 30vw;
  max-width: none;
  object-fit: cover;
  border-top-left-radius: .6em;
  border-bottom-left-radius: .6em;
  margin-top: 2em;
}

.c-contact_stats {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-contact_info {
  width: 48%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.c-contact_icon {
  width: 1em;
  margin-right: .8em;
}

.c-contact_text {
  color: #797881;
  text-align: left;
  white-space: pre;
  font-size: .75em;
  font-weight: 400;
}

.c-contact_form {
  width: 100%;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2em;
  display: flex;
}

.c-contact_form-field {
  height: 3.9em;
  color: #0f0e17;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: .2em;
  margin-bottom: .6em;
  padding: 1.1em 1.9em;
  font-size: 1.2vw;
}

.c-contact_form-field:focus {
  color: #0f0e17;
  background-color: #e9ecf1;
}

.c-contact_form-field::-ms-input-placeholder {
  color: #797881;
}

.c-contact_form-field::placeholder {
  color: #797881;
}

.c-contact_form-field.is--message {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 6.5em;
  min-width: 100%;
  margin-bottom: 2em;
}

.c-sermon_link {
  width: 100%;
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-events_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
  position: relative;
}

.c-sermon_content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.4em .5em .4em;
  display: flex;
}

.c-sermon_item {
  width: 25.5vw;
  min-width: 25.5vw;
  margin-right: 1.5vw;
  padding-bottom: 1.3em;
}

.c-sermon_list {
  width: 107%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.c-homepage_link-photo {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-homepage_overflow {
  position: relative;
  overflow: hidden;
}

.c-homepage_overflow-heading2 {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-events_img-photo {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-staff_photo-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-header_img-fill {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.c-header_container {
  padding-bottom: .5em;
  overflow: hidden;
}

.c-header_container.padding {
  padding-bottom: 4.5em;
}

.link-modal, .h2-header {
  color: #fe0;
}

.h2-header.padding {
  margin-bottom: .7em;
  font-size: 2.3em;
  font-weight: 400;
}

.logo {
  width: 70px;
  padding-top: 10px;
  padding-bottom: 10%;
  position: static;
  top: 12%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.subtitle {
  color: #ce2028;
  font-size: 2vw;
  font-weight: 500;
}

.pricing-v2-features {
  width: 100%;
  text-align: left;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-3-blocks {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-3-blocks.program {
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.pricing-feature {
  color: #151515;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.pricing-tab-content {
  width: 80%;
  overflow: visible;
}

.bold-text-8 {
  color: #27262e;
}

.nazev-programu {
  z-index: 3;
  width: 100%;
  text-align: left;
  border-bottom: 1px #e3e3e3;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.bold-text-6 {
  color: #0f0e17;
  font-family: Exo, sans-serif;
}

.pricing-tab {
  color: #151515;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 22px;
  align-self: center;
  padding: 10px 50px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: color .4s, background-color .4s;
}

.pricing-tab:hover {
  color: #452c48;
}

.pricing-tab.w--current {
  color: #fff;
  background-color: #fe0;
  border-radius: 8em;
  padding: 10px 50px;
  font-size: 20px;
}

.div-block-15 {
  width: 210px;
  height: 100%;
  border-right: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  display: flex;
}

.pricing-badge-icon {
  width: 14px;
  height: 14px;
  background-image: url('../images/star-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 6px;
}

.pricing-tabs-menu {
  background-color: #fff;
  border-radius: 8em;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-tab-pane {
  padding-top: 24px;
  padding-bottom: 60px;
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: -60px;
  display: flex;
  position: static;
}

.pricing-feature-icon {
  width: 32px;
  height: 32px;
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  flex: none;
  margin-bottom: -1px;
  margin-right: 8px;
}

.feature-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 20px 20px 32px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}

.feature-card.program {
  flex-direction: row;
  padding: 10px 40px;
}

.feature-card.program.s-pruhem {
  box-shadow: none;
  border-radius: .6em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.feature-card.program.s-pruhem.stripes {
  background-image: url('../images/3px_GREEN.svg');
  background-position: 0 0;
  background-size: cover;
}

.feature-card.program.s-pruhem.stripes-blue {
  background-image: url('../images/blue.svg');
  background-position: 0 0;
  background-size: cover;
}

.feature-card.program.s-pruhem.stripes-blue.prvni {
  margin-top: 50px;
  margin-bottom: 20px;
}

.feature-card.program.s-pruhem.stripes-blue.druhy {
  margin-bottom: 20px;
}

.side-stripe {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-right: 40px;
  padding-right: 16px;
}

.side-stripe.yellow {
  background-color: #20b49b;
}

.side-stripe.blue {
  background-color: #4647b9;
}

.pricing-v2-description {
  z-index: 3;
  color: #666;
  text-align: left;
  margin: 2px auto 0;
  padding: 0%;
  font-size: 1vw;
  line-height: 19px;
  position: relative;
}

.odrazka {
  font-size: 1vw;
}

.price-v2 {
  color: #ce2028;
  flex-direction: row;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.price-v2.blue {
  color: #4647b9;
}

.price-v2.green {
  color: #20b49b;
}

.pricing-badge {
  z-index: 3;
  height: 23px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #4647b9;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

.small-text {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-16 {
  margin-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  display: flex;
}

.container.footer {
  justify-content: space-between;
  margin-top: 40px;
}

.container.veta {
  flex-direction: column;
}

.link {
  font-size: 1vw;
}

.center {
  text-align: center;
}

.body {
  background-color: #fcf7f7;
}

.paragraph {
  color: #fe0;
}

.image {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: block;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-lightbox {
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
}

.image-2 {
  border-radius: .6em;
}

.html-embed {
  color: #fe0;
}

.empty-state {
  display: none;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.red {
  color: #ce2028;
}

.spacer {
  height: 40px;
}

._1-row {
  margin-right: 1em;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

.c-group_p-name {
  color: #797881;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.image-group {
  width: 6.6em;
  height: 4.5em;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  margin-right: 1.2em;
}

.heading-2 {
  font-size: 1.2em;
  line-height: 1.4;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  margin-top: 20px;
}

.div-block-17 {
  margin-top: 7em;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-loga {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.grid-loga.velke {
  grid-template-columns: 1fr 1fr;
}

.parneri {
  width: 100%;
  max-height: 170px;
  max-width: none;
  object-fit: contain;
  padding: 30px 20px;
}

.parneri.big {
  width: 100%;
}

.parneri.biig {
  max-height: 240px;
}

.span-bold {
  color: #fff;
  font-weight: 700;
}

.tab-name-of-block {
  color: #0f0e17;
  text-align: center;
}

.block-time {
  color: #0f0e17;
  font-size: 16px;
}

.div-logo-partner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-logo-partner.small {
  padding: 30px;
}

.div-logo-partner.hide {
  display: none;
}

.logo-text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

.veta {
  color: #797881;
  text-align: center;
  margin-top: 0;
}

.veta.small {
  margin-top: 0;
  font-size: 1.2vw;
}

.grid-5 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-link {
  color: #ce2028;
}

.link-block {
  justify-content: space-between;
  padding-right: 20px;
  display: flex;
}

.link-footer {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.arrow-footer {
  width: 24px;
  transform: rotate(180deg);
}

.div-footer-1 {
  margin-bottom: 20px;
  display: flex;
}

.social-icon {
  width: 50px;
  height: 50px;
  background-color: #fe0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.heading-footer {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  display: flex;
}

.footer-heading {
  margin-bottom: 1.4em;
  font-size: 24px;
  line-height: 140%;
}

.copyright {
  color: #797881;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.copyright.small {
  margin-top: 0;
  font-size: 1.2vw;
}

.grid-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.div-block-19 {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.jmeno {
  font-size: 24px;
  font-weight: 700;
}

.paragraph-2 {
  margin-bottom: 20px;
  font-size: 15px;
}

.contact-link {
  color: #ce2028;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.contact-link.mail {
  text-decoration: underline;
}

.yellow-link {
  color: #fe0;
  text-decoration: underline;
}

.form-2 {
  min-width: 80%;
}

.heading-calendar {
  font-size: 1.3em;
}

.line {
  height: 1px;
  background-color: #bbc8df;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lightbox-link, .image-3 {
  border-radius: .6em;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid-3-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.form-3 {
  width: 100%;
}

.white-link {
  color: #fff;
}

.heading-3, .white-link-copy {
  color: #fe0;
}

.paragraph-3 {
  font-size: 17px;
  font-weight: 700;
}

.language-dropdown {
  z-index: 0;
  max-width: 120px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.langauge-line-base {
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, .22);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lang {
  width: 100%;
}

.icon-37 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.langauge-line-break {
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.language-toggle {
  z-index: 0;
  height: 60px;
  color: #20355a;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
}

.language-toggle.w--open {
  justify-content: flex-end;
}

.language {
  color: #fff;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.world-icon {
  width: 16px;
  height: 16px;
  min-width: 6px;
  filter: brightness(200%);
  background-image: url('../images/Icon-feather-globe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 5px;
  font-size: 15px;
  line-height: 15px;
}

.language-list {
  width: auto;
  color: #fff;
  background-color: #0f0e17;
  display: none;
}

.language-list.w--open {
  width: 100px;
  min-width: 0;
  background-color: #0f0e17;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 16px;
  top: 47px;
  left: auto;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, .1);
}

.lang-select {
  width: 100%;
  min-height: 44px;
  color: #f7f9fc;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.lang-select:hover {
  color: #fe0;
  font-weight: 400;
}

.group-wrap {
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .c-nav_link-text {
    font-size: 14px;
  }

  .pricing-tab {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-tab.w--current {
    border-radius: 100px;
  }

  .pricing-tabs-menu {
    border-radius: 4em;
  }

  .heading, .heading-2 {
    font-size: 1em;
  }

  .jmeno {
    font-size: 28px;
  }

  .paragraph-2 {
    font-size: 17px;
  }

  .contact-link {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  h4 {
    margin-bottom: 1vh;
    font-size: 2em;
  }

  .c-nav_link {
    font-size: 1vw;
  }

  .c-nav_link-text {
    font-size: 14px;
  }

  .is-1tm {
    font-size: 1.2em;
  }

  .container.fot {
    max-width: 1480px;
    font-size: 1.2em;
  }

  .parneri {
    margin: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-logo-partner.small {
    padding: 60px;
  }

  .link-footer {
    font-size: 24px;
  }

  .footer-heading {
    font-size: 1em;
  }

  .copyright {
    font-size: 21px;
  }

  .jmeno {
    font-size: 34px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .contact-link {
    font-size: 21px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3.3em;
  }

  .c-nav {
    padding: 1em 2.1em;
  }

  .c-nav_button {
    width: 100%;
    margin-top: 2.2em;
    font-size: 18px;
  }

  .c-nav_menu {
    z-index: 1;
    width: 100vw;
    height: 0;
    background-color: #0f0e17;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .c-nav_menu-links {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .c-nav_link {
    width: 100%;
    border-bottom: .1em solid #191821;
    padding-top: .9em;
    padding-bottom: .9em;
    font-size: 20px;
  }

  .c-nav_link.is--dropdown {
    border-bottom-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .c-nav_link-text {
    line-height: 1.5;
  }

  .c-nav_icon.is--filter {
    font-size: 1.7em;
  }

  .c-nav_dropdown {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .c-nav_dropdown-list {
    width: 100%;
    height: auto;
    display: block;
    top: 0;
  }

  .c-nav_dropdown-link {
    min-height: 3em;
    color: #797881;
    background-color: #0f0e17;
    border-bottom-color: #191821;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .c-nav_dropdown-link:hover {
    background-color: #0f0e17;
  }

  .c-nav_hamburger {
    z-index: 2;
    display: block;
    position: relative;
  }

  .c-section {
    padding: 2em 5vw;
  }

  .c-section.is--hero {
    background-image: linear-gradient(rgba(15, 14, 23, .4), rgba(15, 14, 23, .4)), linear-gradient(to top, #0f0e17, rgba(15, 14, 23, .89) 21%, rgba(15, 14, 23, 0) 60%);
    flex-direction: column;
    justify-content: center;
    padding-top: 8.4em;
    padding-bottom: 3em;
  }

  .c-section.is--footer-spacer {
    height: 2em;
  }

  .c-section.is--mission {
    padding-top: 2em;
  }

  .c-section.is--media, .c-section.program {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    overflow: hidden;
  }

  .c-hero {
    background-position: 50%;
  }

  .c-button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }

  .c-button.is--white.is--hero-button2, .c-button.is--hero-button1 {
    margin-bottom: 1em;
    margin-left: .5em;
    margin-right: .5em;
  }

  .c-hero_contain {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .c-hero_h1 {
    font-size: 4em;
  }

  .c-hero_h1-contain {
    margin-bottom: 1em;
  }

  .c-hero_message {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }

  .c-events_list {
    margin-top: 4em;
    padding-left: 5vw;
  }

  .c-events_content {
    padding: 1.5em 1.2em;
  }

  .c-events_date-time {
    margin-top: .9em;
    display: block;
  }

  .c-events_date {
    margin-top: .7em;
  }

  .c-events_wraper {
    margin-left: -5vw;
  }

  .c-events_bg {
    height: 50%;
  }

  .c-offset-heading {
    width: 95vw;
    margin-top: .5em;
    margin-left: 0;
    padding-right: 5vw;
  }

  .is--display {
    font-size: 5em;
  }

  .c-large-header {
    height: 6em;
    margin-left: -5vw;
  }

  .c-mission_photo {
    width: 32vw;
    height: 45vw;
    min-width: 32vw;
  }

  .c-mission_content {
    width: 52vw;
    padding-left: 0;
  }

  .c-sermon {
    min-height: 60vw;
    padding: 1.6em;
  }

  .c-homepage_item {
    width: 44vw;
    min-height: 30vw;
    margin-bottom: 2vw;
  }

  .c-homepage_list {
    margin-top: 4em;
  }

  .c-homepage_fill {
    padding: 1.2em;
  }

  .c-footer_top {
    flex-direction: column;
    justify-content: flex-start;
  }

  .c-footer_info {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .c-form_field, .c-form_submit {
    font-size: 16px;
  }

  .c-form {
    width: 100%;
    margin-top: 3em;
  }

  .c-nav_hamburger_icon {
    width: 2em;
  }

  .c-logo_wrap {
    z-index: 3;
    position: relative;
  }

  .c-nav_link-wrap {
    width: 100%;
    min-height: 3em;
    border-bottom: .1em solid #191821;
    justify-content: space-between;
    padding: .9em 1.1em;
  }

  .c-nav_menu-scroll {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5.9em 3.8em 8.2em;
    overflow: scroll;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-header_img {
    height: 60vw;
  }

  .c-content_contain.is--full-width-content {
    width: 80%;
  }

  .c-video.is--wide-vid {
    top: -5%;
  }

  .c-three-column_list {
    width: 93vw;
  }

  .c-three-column_item {
    width: 27vw;
    min-width: 27vw;
  }

  .c-image2 {
    height: 40vw;
    margin-left: -5vw;
  }

  .c-staff_list {
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .c-staff_item {
    width: 31vw;
    max-width: 31vw;
    min-width: 31vw;
  }

  .c-staff_photo {
    height: 38vw;
  }

  .c-groups_list {
    width: 93vw;
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .c-groups_item {
    width: 23vw;
    min-width: 23vw;
    padding-bottom: 2vw;
    padding-right: 2vw;
  }

  .c-groups_link:hover {
    background-color: #191821;
  }

  .c-group_columns {
    display: block;
  }

  .c-group_column-small {
    width: 100%;
    margin-bottom: 3em;
    position: relative;
    top: 0;
  }

  .c-group_column-large {
    width: 100%;
  }

  .c-switch_switch {
    width: 4em;
    min-width: 4em;
  }

  .c-switch_fill {
    padding: .4em;
  }

  .c-switch_circle {
    width: 1.4em;
    height: 1.4em;
  }

  .c-group_columns2 {
    display: block;
  }

  .c-group_left {
    width: 100%;
    margin-bottom: 2em;
  }

  .c-group_right {
    width: 100%;
  }

  .c-popup_module {
    width: 70vw;
  }

  .c-event_item {
    width: 100vw;
    padding-bottom: 2.5vw;
  }

  .c-column_even {
    width: 44vw;
  }

  .c-event_date-and-time {
    display: block;
  }

  .c-column_even-img {
    width: 44vw;
  }

  .c-sermon_info-contain {
    display: flex;
  }

  .c-livestream_card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 2.4em 1.9em;
  }

  .c-livestream_card-text {
    padding-bottom: 1.4em;
    padding-right: 0;
  }

  .c-livestream_title {
    margin-bottom: .2em;
  }

  .c-sermon_video {
    width: 59.5vw;
  }

  .c-sermon_info-div {
    width: 29vw;
  }

  .c-sermon_img-contain {
    width: 29vw;
    height: 29vw;
  }

  .c-contact_left {
    width: 45vw;
    padding-right: 2.2em;
  }

  .c-contact_right {
    width: 45vw;
  }

  .c-contact_img {
    width: 50vw;
    margin-top: 1.3em;
  }

  .c-contact_stats {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
  }

  .c-contact_form-field {
    font-size: 1em;
  }

  .c-sermon_item {
    width: 44vw;
    margin-right: 2vw;
  }

  .c-sermon_list {
    width: 103%;
  }

  .pricing-3-blocks {
    width: 100%;
    max-width: 470px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-3-blocks.program {
    max-width: none;
  }

  .pricing-tab {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-tab-pane {
    padding-top: 0;
  }

  .pricing-tabs {
    margin-bottom: -48px;
  }

  .feature-card {
    border-radius: 16px;
    padding: 16px 16px 28px;
  }

  .grid-loga {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .language-toggle {
    padding-bottom: 10px;
  }

  .lang-select {
    color: #707070;
  }
}

@media screen and (max-width: 767px) {
  .c-section.is--header {
    padding-top: 9em;
  }

  .c-section.is--media {
    padding-top: 180px;
  }

  .c-button.is--share {
    margin-top: 2em;
  }

  .c-hero_h1 {
    font-size: 8vw;
  }

  .c-events_list {
    width: 100vw;
    overflow: scroll;
  }

  .c-events_item {
    width: 70vw;
    max-width: 70vw;
    min-width: 70vw;
  }

  .is--display {
    font-size: 4em;
  }

  .c-large-header {
    height: 5em;
  }

  .is--display-line {
    width: 8em;
    min-width: 8em;
    margin-left: 2em;
    margin-right: 2em;
  }

  .c-mission {
    flex-direction: column-reverse;
    display: flex;
  }

  .c-mission_photo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 3em;
  }

  .c-mission_content {
    width: 100%;
  }

  .c-circle {
    width: 90%;
    height: auto;
  }

  .c-sermon {
    min-height: 80vw;
  }

  .c-homepage_item {
    width: 100%;
    min-height: 40vw;
    margin-bottom: 1em;
  }

  .c-footer_top {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .c-footer_info {
    flex-direction: column;
  }

  .c-footer_item {
    margin-bottom: 2em;
    padding-right: 0;
  }

  .c-form {
    margin-top: 0;
  }

  .c-footer_bottom {
    text-align: center;
    display: block;
  }

  .c-footer_privacy-link {
    margin-top: 2em;
    display: block;
  }

  .c-footer_social {
    margin-top: 1.5em;
  }

  .c-social_link {
    padding-left: .8em;
    padding-right: .8em;
  }

  .c-nav_menu-scroll {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-header_img {
    height: 80vw;
    margin-top: 3em;
  }

  .c-media {
    margin-bottom: 2em;
  }

  .c-contain {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .c-contain.is--flipped {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .c-content_contain {
    width: 100%;
  }

  .c-content_contain.is--full-width-content {
    width: 90%;
  }

  .c-image.is--wider {
    width: 95vw;
  }

  .c-video.is--wide-vid {
    width: 95vw;
    min-width: 95vw;
    top: -3%;
  }

  .c-three-column_list {
    width: 100%;
    display: block;
  }

  .c-three-column_item {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .c-image2 {
    width: 95vw;
    height: 60vw;
  }

  .c-staff_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .c-staff_item {
    width: 45vw;
    max-width: none;
    min-width: 45vw;
  }

  .c-staff_photo {
    height: 55vw;
  }

  .c-groups_item {
    width: 30.8vw;
    min-width: 30.8vw;
  }

  .c-groups_info {
    margin-top: .3em;
  }

  .c-groups_info-block {
    padding-top: .4em;
    display: block;
  }

  .c-popup_module {
    width: 100%;
  }

  .c-event_item {
    width: 100%;
    padding-bottom: 5vw;
  }

  .c-even-columns {
    display: block;
  }

  .c-column_even {
    width: 100%;
  }

  .c-column_even-img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .c-sermon_column {
    display: block;
  }

  .c-sermon_video {
    width: 100%;
    margin-bottom: 5vw;
  }

  .c-sermon_info-div {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .c-sermon_images {
    padding-top: 5vw;
    display: block;
  }

  .c-sermon_img {
    width: 90vw;
    height: 90vw;
    margin-bottom: 5vw;
  }

  .c-sermon_img-contain {
    width: auto;
    height: auto;
  }

  .c-contact {
    display: block;
  }

  .c-contact_left {
    width: 100%;
    padding-right: 0;
  }

  .c-contact_right {
    width: 100%;
    margin-top: 3em;
  }

  .c-contact_img {
    width: 95vw;
    height: 60vw;
  }

  .c-sermon_content {
    padding-bottom: .8em;
  }

  .c-sermon_item {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .c-sermon_list {
    width: 100%;
  }

  .nazev-programu {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-15 {
    width: auto;
    padding-right: 20px;
  }

  .pricing-tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .feature-card {
    padding: 20px 20px 32px;
  }

  .side-stripe {
    margin-right: 20px;
  }

  .pricing-v2-description {
    font-size: 2.3vw;
  }

  .odrazka {
    font-size: 2vw;
  }

  .price-v2 {
    font-size: 15px;
  }

  .link {
    font-size: 2vw;
    line-height: 11px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .parneri {
    max-height: 70px;
    padding: 0;
  }

  .div-logo-partner {
    width: 80%;
    max-height: none;
  }

  .grid-3-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .language-list.w--open {
    z-index: 5;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.7em;
  }

  .c-nav {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-section.is--hero, .c-section.is--media {
    padding-top: 12em;
  }

  .c-button.is--white.is--hero-button2 {
    width: 100%;
    font-size: 16px;
  }

  .c-button.is--white.is--button-2 {
    width: 100%;
    margin-top: 1em;
  }

  .c-button.is--hero-button1 {
    width: 100%;
    font-size: 16px;
  }

  .c-button.is--button1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .c-button.is--full-width {
    font-size: 1em;
  }

  .c-hero_h1 {
    font-size: 50px;
  }

  .c-events_img {
    width: 80px;
    height: 100%;
    max-width: 160px;
  }

  .c-events_item {
    width: 90vw;
    max-width: 90vw;
    min-width: 90vw;
  }

  .is--display {
    font-size: 3em;
  }

  .c-large-header {
    height: 4em;
  }

  .is--display-line {
    width: 6em;
    height: .13em;
    min-width: 6em;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .is--mission-heading {
    font-size: 1.2em;
  }

  .c-sermon {
    min-height: 100vw;
    background-image: linear-gradient(rgba(15, 14, 23, 0), rgba(15, 14, 23, 0));
    padding: 1.5em;
  }

  .c-sermon_buttons {
    width: 100%;
  }

  .c-sermon_title {
    margin-top: .4em;
    margin-bottom: .4em;
    font-size: 1.2em;
  }

  .c-homepage_item {
    min-height: 70vw;
  }

  .c-nav_menu-scroll {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-header_img {
    height: 100vw;
  }

  .c-header_text.center {
    font-size: 30px;
  }

  .c-image2 {
    width: 95vw;
  }

  .is-1tm {
    color: #d8e0f0;
    font-size: 18px;
  }

  .is-1tm.small {
    font-size: 15px;
  }

  .is-1tm.dark {
    color: #191821;
  }

  .c-staff_item {
    width: 88vw;
    min-width: 88vw;
  }

  .c-staff_photo {
    height: 100vw;
  }

  .c-groups_list {
    width: 95vw;
  }

  .c-groups_item {
    width: 47vw;
    min-width: 47vw;
    padding-bottom: 4vw;
    padding-right: 4vw;
  }

  .c-groups-item_link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em 1.3em;
  }

  .c-groups_info {
    justify-content: center;
    margin-top: .5em;
    margin-right: 0;
  }

  .c-groups_info-block {
    text-align: center;
    padding-top: .7em;
  }

  .c-groups_text {
    margin-top: 1.4em;
  }

  .c-groups_image {
    margin-right: 0;
  }

  .c-media_header {
    display: block;
  }

  .c-media_link {
    margin-top: 1em;
    margin-left: 0;
  }

  .c-media_button-flex {
    text-align: left;
  }

  .c-group_left {
    margin-bottom: 1.5em;
    padding-top: 2.4em;
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .c-group_right {
    padding: 1.8em 1.4em 2.6em;
  }

  .c-popup_module {
    padding-left: 2.7em;
    padding-right: 2.7em;
  }

  .c-popup_x {
    margin-top: .8em;
    margin-right: .8em;
  }

  .c-popup_x-icon {
    width: 1.4em;
  }

  .c-form_radio {
    margin-bottom: 1em;
  }

  .c-form_radios {
    padding-bottom: 1em;
    display: block;
  }

  .c-column_even {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .c-livestream_card {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .c-livestream_title {
    margin-bottom: .6em;
    font-size: 1.8em;
  }

  .c-sermon_info-div {
    padding-left: 2em;
    padding-right: 2em;
  }

  .h2-header.padding {
    font-size: 26px;
  }

  .logo {
    width: 50px;
  }

  .subtitle {
    font-size: 6vw;
  }

  .pricing-3-blocks {
    grid-row-gap: 48px;
  }

  .pricing-tab-content {
    width: 100%;
  }

  .bold-text-8 {
    font-size: 18px;
  }

  .nazev-programu {
    text-align: center;
    padding-top: 0;
    font-size: 14px;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .pricing-tab {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-tab.w--current {
    min-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-15 {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    border-right-style: none;
    flex-direction: column;
    padding-right: 0;
  }

  .pricing-tabs-menu {
    border-radius: 1.5em;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-tabs {
    margin-bottom: 0;
  }

  .feature-card.program.s-pruhem {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
  }

  .side-stripe {
    width: 100%;
    height: 30px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .pricing-v2-description {
    text-align: center;
    padding: 0%;
    font-size: 14px;
  }

  .odrazka {
    font-family: Exo, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .price-v2 {
    font-size: 17px;
    line-height: 27px;
  }

  .pricing-badge {
    margin-top: -23px;
  }

  .div-block-16 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 10px;
    display: flex;
  }

  .container.footer {
    flex-direction: column;
  }

  .grid-3 {
    grid-template-columns: .75fr;
  }

  .image-group {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .heading-2 {
    text-align: left;
    font-size: 17px;
  }

  .grid-loga {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .parneri {
    width: 100%;
    max-height: 60px;
    max-width: 100px;
    min-width: 70px;
    padding: 0;
  }

  .text-block {
    text-align: center;
  }

  .span-bold {
    font-size: 26px;
  }

  .tab-name-of-block, .block-time {
    text-align: center;
  }

  .div-logo-partner.small {
    padding: 0;
  }

  .logo-text {
    text-align: center;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .link-footer {
    font-size: 6vw;
  }

  .footer-heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .rich-text-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-2 {
    text-align: center;
  }

  .heading-calendar {
    font-size: 17px;
  }

  .grid-3-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .language-toggle {
    padding-top: 10px;
  }
}

#w-node-_2d587528-6eee-e3b8-0fa1-4402f4e17ccf-9c99a5f8, #w-node-_23c0e0e8-53f5-f42a-f599-143afbc0840b-9c99a5f8, #w-node-_6d647d04-ca6c-8058-3955-2ffd0326da6d-9c99a5f8, #w-node-_619bd596-1529-16bc-a35e-1bac8a8779b4-9c99a5f8, #w-node-_0424e2b0-9558-d5a4-9edd-23de4f50e06a-9c99a5f8, #w-node-_8beefc66-8bb3-c261-261f-c91a1257c699-9c99a5f8, #w-node-_5afe09b5-29bb-0f0b-adf1-7ca12a17c3d6-2a17c3d3, #w-node-_5afe09b5-29bb-0f0b-adf1-7ca12a17c3df-2a17c3d3, #w-node-_5afe09b5-29bb-0f0b-adf1-7ca12a17c3f0-2a17c3d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eb7eb61-7fa7-014b-2f0e-835e29a9743e-0399a604, #w-node-_97e0d920-b050-2f9d-68ab-838265d5ef8a-0399a604, #w-node-d5ee9517-bb46-a8af-56c8-e1f1218b290c-0399a604, #w-node-d5ee9517-bb46-a8af-56c8-e1f1218b290f-0399a604, #w-node-_89af15f0-3408-90fb-a266-12ff00884e12-0399a604, #w-node-_89af15f0-3408-90fb-a266-12ff00884e15-0399a604, #w-node-_7f515faa-1826-d3b9-1e51-00abf4f43197-0399a604, #w-node-_7f515faa-1826-d3b9-1e51-00abf4f4319a-0399a604, #w-node-_6864996e-b80f-dd21-7304-6dc0f98f47fe-0399a604, #w-node-_6864996e-b80f-dd21-7304-6dc0f98f4801-0399a604, #w-node-da0883fd-e47e-a061-9f67-ccb615c7e4eb-0399a604, #w-node-da0883fd-e47e-a061-9f67-ccb615c7e4ee-0399a604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e1abde-ea9e-a5e5-91ac-b7f29d62a192-c499a606, #w-node-_6fcb936d-5b76-4137-86df-f878ae6847a5-c499a606, #w-node-_2b851262-4d59-fda6-df0c-58ec6e0827c9-c499a606, #w-node-_756aabb1-1c5c-e417-0ed7-d4ed0b711db5-0399a607, #w-node-_0fec456e-c7b5-a9b3-3016-a9f0efe3e5eb-0399a607, #w-node-_37289d6e-f1fb-abe6-1b5b-c8f437c13ea7-0399a607, #w-node-_4b9ee02f-6649-41b1-1325-0c47bbbcdd32-0399a607, #w-node-_6f6cceb6-037a-d506-1e66-a510756dad77-0399a607, #w-node-e230670f-d935-e313-6c49-035ba7e6ed1e-0399a607, #w-node-_6f70dce2-29c9-c9b6-246d-eb27f2a6e8ba-0399a607, #w-node-_1826f410-d70d-72e8-3799-fd9628b12dc1-0399a607, #w-node-da6073e1-90a2-c8d8-0464-aa93b9d905b3-0399a607, #w-node-da6073e1-90a2-c8d8-0464-aa93b9d905b5-0399a607, #w-node-da6073e1-90a2-c8d8-0464-aa93b9d905b7-0399a607, #w-node-da6073e1-90a2-c8d8-0464-aa93b9d905b9-0399a607, #w-node-da6073e1-90a2-c8d8-0464-aa93b9d905bb-0399a607, #w-node-da6073e1-90a2-c8d8-0464-aa93b9d905bd-0399a607, #w-node-da6073e1-90a2-c8d8-0464-aa93b9d905bf-0399a607, #w-node-da6073e1-90a2-c8d8-0464-aa93b9d905c1-0399a607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_5afe09b5-29bb-0f0b-adf1-7ca12a17c3d6-2a17c3d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


