/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0.2
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

.inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  width: 1000px;
  margin: 0 auto;
}

.inner--thinner {
  width: 800px;
  margin: 0 auto;
}

.inner--thinnest {
  width: 600px;
  margin: 0 auto;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 20px;
  margin: 20px -20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1240px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .content .wp-block-button__link, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  color: #ffffff;
  background-color: #4d82e1;
  font-family: "dunbar-tall", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-radius: 6px;
  padding: 10px 50px;
}
.button a, .content .wp-block-button__link a, .frm_submit input a,
.frm_submit button a,
.wp-block-button__link a {
  border-bottom: none;
}
.button svg, .content .wp-block-button__link svg, .frm_submit input svg,
.frm_submit button svg,
.wp-block-button__link svg {
  fill: white;
  transition: 0.2s;
}
.button:hover, .frm_submit input:hover,
.frm_submit button:hover,
.wp-block-button__link:hover {
  background-color: #333774;
}

.button--darkBlue {
  background-color: #333774;
}

.button--purple {
  background-color: #6767aa;
}

.button--orange {
  background-color: #e59b5d;
}

.button--green {
  background-color: #4d9c8b;
}

.button--grey {
  background-color: rgba(0, 0, 0, 0.5);
}

.button--rev1 {
  background-color: rgba(77, 130, 225, 0.23);
  color: #4d82e1;
}
.button--rev1:hover {
  background-color: #4d82e1;
  color: white;
}

.button--rev2 {
  background-color: rgba(77, 130, 225, 0.14);
  color: #4d82e1;
}
.button--rev2 svg {
  fill: #4d82e1;
}
.button--rev2:hover {
  background-color: rgba(77, 130, 225, 0.14);
  color: #333774;
}
.button--rev2:hover svg {
  fill: #333774;
}

.button--rev3 {
  background-color: #ffffff;
  color: #4d82e1;
}
.button--rev3 svg {
  fill: #4d82e1;
}
.button--rev3:hover {
  color: #333774;
  background-color: #ffffff;
}
.button--rev3:hover svg {
  fill: #333774;
}

.button--rev4 {
  background-color: rgba(51, 55, 116, 0.1);
  color: #3c3c57;
}
.button--rev4 svg {
  fill: #3c3c57;
}

.button--darkBlue--rev {
  background-color: #ffffff;
  color: #333774;
}
.button--darkBlue--rev svg {
  fill: #333774;
}
.button--darkBlue--rev:hover {
  background-color: #ffffff;
  color: #4d82e1;
}
.button--darkBlue--rev:hover svg {
  fill: #4d82e1;
}

.button--purple--rev {
  background-color: #ffffff;
  color: #6767aa;
}
.button--purple--rev svg {
  fill: #6767aa;
}

.button--orange--rev {
  background-color: #ffffff;
  color: #e59b5d;
}
.button--orange--rev svg {
  fill: #e59b5d;
}

.button--green--rev {
  background-color: rgba(77, 156, 139, 0.14);
  color: #4d9c8b;
}
.button--green--rev svg {
  fill: #4d9c8b;
}

.button--grey--rev {
  background-color: #cccccc;
  color: rgba(0, 0, 0, 0.5);
}
.button--grey--rev svg {
  fill: rgba(0, 0, 0, 0.5);
}

.button--arrow {
  padding: 10px 60px 10px 30px;
}
.button--arrow svg {
  width: 22px;
  position: absolute;
  top: 19px;
  right: 30px;
}

.button--arrow--rev {
  padding: 10px 30px 10px 60px;
}
.button--arrow--rev svg {
  width: 22px;
  position: absolute;
  top: 19px;
  left: 30px;
  transform: rotate(180deg);
}

.prayer_activities__button:hover {
  background-color: #fff;
  color: #4d82e1;
}

.button--cta:hover {
  background-color: #fff;
  color: #4d82e1;
}

.map__button:hover {
  background-color: #333774;
  color: white;
}

.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "dunbar-tall", sans-serif;
  padding: 15px 50px;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.frm_submit img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #45454d;
  margin: 2px 0 0;
}

.lines-button {
  padding: 8px 5px 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  height: 0.15rem;
  background: #3c3c57;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border-radius: 15px;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.15rem;
  background: #3c3c57;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.14286rem center;
  -ms-transform-origin: 0.14286rem center;
  transform-origin: 0.14286rem center;
  border-radius: 15px;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1000px) {
  .mobile_menu_button {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 21;
  }
}
body {
  color: #45454d;
  font-family: "objektiv-mk2", sans-serif;
  font-size: 18px;
  line-height: 32px;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #3c3c57;
}
.content h5 {
  margin-bottom: 10px;
}
.content h6 {
  margin-bottom: 20px;
}
.content h6 strong {
  opacity: 1;
  font-weight: 500;
}
.content p {
  color: #3c3c57;
}
.content h1,
.content h2,
.content h3,
.content h4 {
  margin: 0 0 20px;
}
.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content ul,
.content ol {
  color: #45454d;
  padding: 0;
}
.content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 30px;
  color: rgba(69, 69, 77, 0.8);
}
.content ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9696a5;
}
.content p a,
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  transition: 0.2s;
  color: #45454d;
  text-decoration: underline;
}
.content p a:hover,
.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
  color: #4d82e1;
}
.content .wp-block-button__link {
  margin-bottom: 40px;
  border-bottom: none;
}
.content img {
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  max-width: 100%;
}
.content blockquote {
  position: relative;
  padding: 60px 0 0 30px;
  color: #4d82e1;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
}
.content blockquote p {
  color: #4d82e1;
}
.content blockquote:before {
  width: 47px;
  height: 39px;
  content: "";
  background-image: url(assets/images/quote-mark.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.content hr {
  display: block;
  height: 4px;
  background-color: rgba(151, 151, 151, 0.48);
  border: none;
  margin: 20px 0 40px;
}
.content .iframe_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.content .iframe_wrap:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .wp-block-gallery.columns-2 {
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 20px;
  align-items: stretch;
}
.content .wp-block-gallery.columns-2 .wp-block-image {
  width: 100%;
  max-width: 340px;
}
.content .wp-block-gallery.columns-2 .wp-block-image img {
  display: block;
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.content .has-text-align-center {
  text-align: center;
}
.content .is-layout-flex {
  align-items: flex-start;
  column-gap: 30px;
}
.content .is-layout-flex .wp-block-image img {
  border-radius: 0;
  min-width: 64px;
}
.content .is-layout-flex h4 {
  margin-bottom: 10px;
  color: #333774;
}

.alpha,
.content h1,
.bravo,
.content h2,
.charlie,
.content h3,
.delta,
.content h4,
.echo,
.content h5 {
  font-family: "dunbar-tall", sans-serif;
  line-height: 1.4;
}

.alpha,
.content h1 {
  font-size: 54px;
  letter-spacing: -0.34px;
  font-weight: 700;
}

.bravo,
.content h2 {
  font-size: 48px;
  letter-spacing: 0.8px;
  font-weight: 700;
}

.charlie,
.content h3 {
  font-size: 38px;
  letter-spacing: 0.89px;
  font-weight: 700;
}

.delta,
.content h4 {
  font-size: 28px;
  letter-spacing: 0.98px;
}

.echo,
.content h5 {
  font-size: 21px;
  letter-spacing: 1.2px;
  line-height: 1.7;
  font-weight: 500;
}

.foxtrot,
.content h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.title--white {
  color: #ffffff;
}

.title--blue {
  color: #4d82e1;
}

.title--darkerBlue {
  color: #3c3c57;
}

@media screen and (max-width: 600px) {
  .alpha,
  .content h1,
  .bravo,
  .content h2,
  .charlie,
  .content h3,
  .delta,
  .content h4 {
    line-height: 1.2;
  }
  .alpha,
  .content h1 {
    font-size: 46px;
    letter-spacing: -0.34px;
  }
  .bravo,
  .content h2 {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
  .charlie,
  .content h3 {
    font-size: 32px;
    letter-spacing: 0.89px;
  }
  .delta,
  .content h4 {
    font-size: 26px;
    letter-spacing: 0.98px;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  object-fit: cover;
  object-position: center;
}

img {
  height: auto;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #4d82e1;
  color: white;
  column-gap: 10px;
  text-align: center;
}

.banner__content {
  font-size: 16px;
  font-weight: 500;
}

.banner__link {
  text-decoration: underline;
  color: white;
}

.header {
  background-color: white;
  padding: 10px 0;
}

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

.header__logo_wrap {
  display: flex;
  flex-basis: 125px;
}

.header__logo {
  max-width: 110px;
  width: 100%;
}

.header__nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.header__menu {
  padding: 0;
  display: flex;
  justify-content: center;
  column-gap: 65px;
}

.header__menu__items {
  display: flex;
  justify-content: center;
  column-gap: 65px;
}

.menu-item {
  display: inline-block;
  font-size: 15px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 19px;
  color: #3c3c57;
  transition: 0.3s;
}
.menu-item a {
  color: inherit;
}
.menu-item:hover, .menu-item.current-menu-item, .menu-item.current-menu-ancestor {
  color: #4d82e1;
}
.menu-item:hover svg, .menu-item.current-menu-item svg, .menu-item.current-menu-ancestor svg {
  fill: #4d82e1;
}

.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.menu-item-has-children svg {
  width: 10px;
  fill: #3c3c57;
  margin-top: 2px;
  transition: 0.3s;
}
.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 17px;
  left: -20px;
  width: 170px;
  height: 30px;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  background-color: white;
  width: 170px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  top: 40px;
  left: -20px;
  z-index: 20;
  box-shadow: 0 10px 15px 0 rgba(26, 35, 42, 0.3);
}
.sub-menu .menu-item {
  font-size: 14px;
  letter-spacing: 0.65px;
}

.header__language {
  width: 125px;
  height: 27.5px;
  background-color: rgba(77, 130, 225, 0.14);
  border-radius: 6px;
  font-size: 15px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 500;
  letter-spacing: 0.54px;
  line-height: 19px;
}
.header__language .wpml-ls-legacy-dropdown-click {
  width: 100%;
  border-radius: 6px;
  text-align: left;
}
.header__language .wpml-ls-legacy-dropdown-click a {
  background-color: transparent;
  border-color: transparent;
  border-radius: 6px;
  border: none !important;
}
.header__language .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  border: none;
  width: 10px;
  height: 7px;
  background-image: url(assets/images/drop-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header__language .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover a {
  background-color: transparent;
  border-color: transparent;
}
.header__language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  background-color: #fff;
  border-top: none;
  box-shadow: 0 10px 15px 0 rgba(26, 35, 42, 0.3);
  transition: 0.5s;
  position: absolute;
  width: 170px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  top: 40px;
  left: initial;
  right: 0;
  z-index: 20;
}
.header__language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
  font-size: 14px;
}
.header__language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:hover a {
  color: #4d82e1;
}

.header_menu_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #dfeaf8;
  z-index: 19;
}

.header__menu__logo,
.header__language--mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header__nav {
    justify-content: flex-end;
  }
  .header__language {
    display: none;
  }
  .header__menu {
    display: none;
    position: absolute;
    width: 100%;
    padding: 60px 20px 20px;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    height: 100vh;
    background-color: #dfeaf8;
  }
  .header__menu .header__menu__items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    row-gap: 40px;
    overflow: visible;
    height: 100%;
  }
  .header__menu .header__menu__items .menu-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__menu .header__menu__items .menu-item-has-children::after {
    display: none;
  }
  .header__menu .header__menu__items .menu-item-has-children svg {
    position: absolute;
    right: 0;
    top: 7px;
    margin: 0;
  }
  .header__menu .header__menu__items .menu-item-has-children.active {
    border-color: transparent;
  }
  .header__menu .header__menu__items .menu-item-has-children.active svg {
    transform: rotate(180deg);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-34 svg {
    right: calc(50% - 73px);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-1231 svg {
    right: calc(50% - 73px);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-1546 svg {
    right: calc(50% - 103px);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-1543 svg {
    right: calc(50% - 83px);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-33 svg {
    right: calc(50% - 45px);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-1235 svg {
    right: calc(50% - 55px);
  }
  .header__menu .header__menu__items .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    transition: none;
    display: none;
    background-color: transparent;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .header__menu .header__menu__items .sub-menu .menu-item {
    display: block;
    margin: 30px auto;
    font-size: 12px;
    opacity: 0.7;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:last-of-type {
    margin-bottom: -5px;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:hover {
    opacity: 1;
  }
  .header__menu .header__menu__items.active {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__logo {
    display: block;
    margin: 0 auto 10px;
    padding-left: 30px;
    left: 0;
    right: 0;
    transition: 0.5s;
  }
  .header__menu__logo .header__logo {
    display: block;
    margin: 0 auto;
    position: static;
    max-width: 200px;
    width: 100%;
  }
  .header__language--mobile {
    display: block;
  }
  .header__language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    position: relative;
    top: 0;
    width: auto;
    padding: 10px;
  }
}
.footer {
  background-color: white;
}

.footer__top {
  padding: 35px 0;
  border-bottom: solid 2px rgba(150, 150, 165, 0.25);
}

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

.footer__menu {
  column-gap: 40px;
  display: flex;
  align-items: center;
}
.footer__menu .menu-item {
  font-size: 14px;
  font-family: "objektiv-mk2", sans-serif;
  font-weight: 500;
  color: #232353;
}

.footer__top__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  column-gap: 35px;
}

.footer__socials {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.social_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.social_item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #3c3c57;
  fill-rule: evenodd;
  transition: 0.3s;
}
.social_item:hover svg {
  fill: #4d82e1;
}
.social_item.x {
  width: 19px;
  height: 19px;
}
.social_item.facebook {
  width: 12px;
  height: 22px;
}
.social_item.instagram {
  width: 20px;
  height: 20px;
}
.social_item.youtube {
  width: 23px;
  height: 17px;
}
.social_item.vimeo {
  width: 18px;
  height: 16px;
}

.footer_contact_button {
  letter-spacing: 0.8px;
  color: #4d82e1;
  background-color: rgba(77, 130, 225, 0.23);
  padding: 10px 28px;
  line-height: 18px;
}
.footer_contact_button:hover {
  background-color: #4d82e1;
  color: white;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__bottom {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer__bottom__container {
  display: flex;
  justify-content: space-between;
}

.footer__bottom__left__icons {
  display: flex;
  position: relative;
  width: 120px;
}

.footer__icon {
  margin-left: 5px;
}
.footer__icon:first-of-type {
  margin-left: 0;
}
.footer__icon svg {
  width: 26px;
  height: 26px;
  fill: #3c3c57;
}

.footer__bottom__left__text {
  font-size: 11px;
  line-height: 20px;
  max-width: 420px;
}
.footer__bottom__left__text p a {
  color: inherit;
  text-decoration: underline;
}

.footer_policies {
  align-self: flex-start;
  display: flex;
  margin-top: 10px;
}
.footer_policies li {
  list-style: none;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 700;
}
.footer_policies li:last-of-type {
  margin-right: 0;
}
.footer_policies li a {
  color: #232353;
}

.footer__links {
  display: flex;
  position: relative;
}

.footer__prayer_logo {
  max-width: 165px;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.prayer_logo {
  background-color: rgba(60, 60, 87, 0.09);
  border-radius: 6px;
  padding: 5px 10px 0;
  position: relative;
}
.prayer_logo p {
  font-size: 11px;
  font-weight: 700;
}

.social_icons {
  display: flex;
  align-self: flex-start;
  margin-top: 10px;
}
.social_icons .social_icon {
  position: relative;
  height: 23px;
  width: 23px;
  margin: 0 5px;
}
.social_icons .social_icon:hover svg {
  fill: #4d82e1;
}
.social_icons .social_icon svg {
  width: 100%;
  height: 100%;
  fill: #3c3c57;
  transition: 0.2s;
}
.social_icons .twitter {
  height: 18px;
}

.footer__bottom__small {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.footer__bottom__small p {
  font-size: 11px;
  margin-right: 20px;
  font-weight: 500;
}
.footer__bottom__small p a {
  color: inherit;
}
.footer__bottom__small p:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .footer__top__items {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 30px;
  }
  .footer__menu,
  .footer__top__right {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .footer__bottom {
    padding-top: 10px;
  }
  .footer__bottom__left__icons {
    width: auto;
    justify-content: center;
  }
  .footer__bottom__container {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    row-gap: 30px;
  }
  .footer__bottom__small {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .footer__top__right,
  .footer__menu {
    flex-direction: column;
    align-items: center;
  }
}
.frm_form_field {
  margin: 0 0 10px;
}
.frm_form_field label {
  font-size: 12px;
  letter-spacing: -0.15px;
  line-height: 28px;
  color: #5a5a6e;
}
.frm_form_field input[type=text],
.frm_form_field input[type=email],
.frm_form_field input[type=tel],
.frm_form_field input[type=password],
.frm_form_field input[type=number],
.frm_form_field textarea,
.frm_form_field select {
  font-size: 18px;
  font-family: "objektiv-mk2", sans-serif;
  border: 2px solid #d3dee9;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 2px 10px;
  color: #45454d;
  appearance: none;
  width: 100%;
  line-height: 32px;
}
.frm_form_field input[type=text].placeholder,
.frm_form_field input[type=email].placeholder,
.frm_form_field input[type=tel].placeholder,
.frm_form_field input[type=password].placeholder,
.frm_form_field input[type=number].placeholder,
.frm_form_field textarea.placeholder,
.frm_form_field select.placeholder {
  color: #45454d;
  opacity: 0.53;
}
.frm_form_field input[type=text]:-moz-placeholder,
.frm_form_field input[type=email]:-moz-placeholder,
.frm_form_field input[type=tel]:-moz-placeholder,
.frm_form_field input[type=password]:-moz-placeholder,
.frm_form_field input[type=number]:-moz-placeholder,
.frm_form_field textarea:-moz-placeholder,
.frm_form_field select:-moz-placeholder {
  color: #45454d;
  opacity: 0.53;
  opacity: 1;
}
.frm_form_field input[type=text]::-moz-placeholder,
.frm_form_field input[type=email]::-moz-placeholder,
.frm_form_field input[type=tel]::-moz-placeholder,
.frm_form_field input[type=password]::-moz-placeholder,
.frm_form_field input[type=number]::-moz-placeholder,
.frm_form_field textarea::-moz-placeholder,
.frm_form_field select::-moz-placeholder {
  color: #45454d;
  opacity: 0.53;
  opacity: 1;
}
.frm_form_field input[type=text]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder,
.frm_form_field input[type=tel]:-ms-input-placeholder,
.frm_form_field input[type=password]:-ms-input-placeholder,
.frm_form_field input[type=number]:-ms-input-placeholder,
.frm_form_field textarea:-ms-input-placeholder,
.frm_form_field select:-ms-input-placeholder {
  color: #45454d;
  opacity: 0.53;
}
.frm_form_field input[type=text]::-webkit-input-placeholder,
.frm_form_field input[type=email]::-webkit-input-placeholder,
.frm_form_field input[type=tel]::-webkit-input-placeholder,
.frm_form_field input[type=password]::-webkit-input-placeholder,
.frm_form_field input[type=number]::-webkit-input-placeholder,
.frm_form_field textarea::-webkit-input-placeholder,
.frm_form_field select::-webkit-input-placeholder {
  color: #45454d;
  opacity: 0.53;
}
.frm_form_field input[type=text]:focus,
.frm_form_field input[type=email]:focus,
.frm_form_field input[type=tel]:focus,
.frm_form_field input[type=password]:focus,
.frm_form_field input[type=number]:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  outline: none;
}
.frm_form_field select {
  cursor: pointer;
}

.frm_description {
  font-size: 14px;
  opacity: 0.7;
}

.frm_other_input {
  margin: 10px 0 0;
}

.frm_hidden {
  display: none;
}

.frm_error_style,
.frm_error {
  color: red;
  line-height: 28px;
  margin-bottom: 10px;
}

.frm_section_heading {
  margin-bottom: 20px;
  text-align: left;
}

.form_drop_down {
  position: relative;
}
.form_drop_down select {
  min-height: 39px;
}
.form_drop_down::after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(assets/images/drop-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 49px;
  right: 10px;
  pointer-events: none;
}

.form__html {
  font-size: 16px;
  line-height: 28px;
  color: #5a5a6e;
  margin-bottom: 20px;
}

.forgot_password .frm_description {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 20px;
}
.forgot_password .login__title {
  margin-bottom: 20px;
}
.forgot_password .login__box .frm_submit {
  margin-top: 30px;
}

.frm_message p {
  margin-bottom: 20px;
}

.form--login .frm_form_field {
  margin: 0 0 10px;
}
.form--login .frm_form_field input[type=text],
.form--login .frm_form_field input[type=email],
.form--login .frm_form_field input[type=tel],
.form--login .frm_form_field input[type=password],
.form--login .frm_form_field textarea,
.form--login .frm_form_field select {
  font-size: 18px;
  font-family: "objektiv-mk2", sans-serif;
  border: 2px solid #d3dee9;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 2px 10px;
  color: #45454d;
  appearance: none;
  width: 100%;
  line-height: 32px;
}
.form--login .frm_form_field input[type=text].placeholder,
.form--login .frm_form_field input[type=email].placeholder,
.form--login .frm_form_field input[type=tel].placeholder,
.form--login .frm_form_field input[type=password].placeholder,
.form--login .frm_form_field textarea.placeholder,
.form--login .frm_form_field select.placeholder {
  color: #45454d;
  opacity: 0.8;
}
.form--login .frm_form_field input[type=text]:-moz-placeholder,
.form--login .frm_form_field input[type=email]:-moz-placeholder,
.form--login .frm_form_field input[type=tel]:-moz-placeholder,
.form--login .frm_form_field input[type=password]:-moz-placeholder,
.form--login .frm_form_field textarea:-moz-placeholder,
.form--login .frm_form_field select:-moz-placeholder {
  color: #45454d;
  opacity: 0.8;
  opacity: 1;
}
.form--login .frm_form_field input[type=text]::-moz-placeholder,
.form--login .frm_form_field input[type=email]::-moz-placeholder,
.form--login .frm_form_field input[type=tel]::-moz-placeholder,
.form--login .frm_form_field input[type=password]::-moz-placeholder,
.form--login .frm_form_field textarea::-moz-placeholder,
.form--login .frm_form_field select::-moz-placeholder {
  color: #45454d;
  opacity: 0.8;
  opacity: 1;
}
.form--login .frm_form_field input[type=text]:-ms-input-placeholder,
.form--login .frm_form_field input[type=email]:-ms-input-placeholder,
.form--login .frm_form_field input[type=tel]:-ms-input-placeholder,
.form--login .frm_form_field input[type=password]:-ms-input-placeholder,
.form--login .frm_form_field textarea:-ms-input-placeholder,
.form--login .frm_form_field select:-ms-input-placeholder {
  color: #45454d;
  opacity: 0.8;
}
.form--login .frm_form_field input[type=text]::-webkit-input-placeholder,
.form--login .frm_form_field input[type=email]::-webkit-input-placeholder,
.form--login .frm_form_field input[type=tel]::-webkit-input-placeholder,
.form--login .frm_form_field input[type=password]::-webkit-input-placeholder,
.form--login .frm_form_field textarea::-webkit-input-placeholder,
.form--login .frm_form_field select::-webkit-input-placeholder {
  color: #45454d;
  opacity: 0.8;
}
.form--login .frm_form_field input[type=text]:focus,
.form--login .frm_form_field input[type=email]:focus,
.form--login .frm_form_field input[type=tel]:focus,
.form--login .frm_form_field input[type=password]:focus,
.form--login .frm_form_field textarea:focus,
.form--login .frm_form_field select:focus {
  outline: none;
}
.form--login .frm_form_field select {
  cursor: pointer;
}

.popup_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(211, 224, 246, 0.9);
  z-index: 23;
  display: none;
}

.popup {
  position: absolute;
  top: 40px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: white;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #333774;
}
.popup__close svg {
  width: 18px;
  stroke: #4d82e1;
  transition: 0.2s;
}

.section {
  padding: 60px 0;
}

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

.section--grey {
  background-color: #f5f8fd;
}

.cta {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  max-width: 1300px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 20px;
  background-color: #333774;
}

.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: blur(3px);
  border-radius: 20px;
}

.cta__grad {
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: -50px;
  left: 0;
  right: 0;
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
}

.cta__content {
  position: relative;
  z-index: 1;
  color: white;
  width: 100%;
  text-align: center;
}
.cta__content .cta__text {
  color: white;
  font-size: 21px;
  font-weight: 400;
  font-family: "dunbar-tall", sans-serif;
  max-width: 565px;
  width: 100%;
  margin: 0 auto 30px;
  line-height: 37px;
}

.cta__title {
  margin-bottom: 10px;
}
.cta__title h2 {
  color: white;
  flex-grow: 1;
  display: inline-block;
  vertical-align: middle;
}
.cta__title svg {
  max-width: 37px;
  fill: white;
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  margin-right: 20px;
}

.cta__button {
  max-width: 265px;
  width: 100%;
  padding: 13px 50px;
}

@media screen and (max-width: 1000px) {
  .cta {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 850px) {
  .cta__title svg {
    display: none;
  }
}
.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  fill: #dfeaf8;
  fill-rule: evenodd;
  max-height: 80px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 40px;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  background-color: #4d82e1;
  pointer-events: none;
}
.slick-dots li button {
  width: 11px;
  height: 11px;
  background-color: rgba(77, 130, 225, 0.32);
  border-radius: 50%;
  border: none;
  font-size: 0;
  transition: 0.2s;
  border-radius: 20px;
  padding: 0;
  cursor: pointer;
  transition: 0.5s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background-color: rgba(77, 130, 225, 0.5);
}

.slider {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-slide {
  height: inherit;
}
.slider .slick-slide:focus {
  outline: none;
}

.slick-arrows {
  position: relative;
  height: 68px;
  width: 68px;
  border-radius: 50%;
  background-color: rgba(77, 130, 225, 0.2);
  display: block;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
.slick-arrows svg {
  width: 18px;
  fill: #4d82e1;
  transition: 0.2s;
  margin-left: 5px;
}
.slick-arrows:hover {
  background-color: #4d82e1;
}
.slick-arrows:hover svg {
  fill: white;
}

.prev-arrow svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px;
}

.slick-arrow {
  transition: 0.2s;
}

.slick-disabled {
  opacity: 0.42;
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows {
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows svg {
  fill: #4d82e1;
}

.quote_slider_wrap {
  max-width: 970px;
  width: 100%;
  margin: 95px auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.quote_slider_wrap .quote_slider {
  max-width: 775px;
  width: 100%;
  text-align: center;
}
.quote_slider_wrap .quote_slider .quote {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 20px 100px;
  height: 100%;
}
.quote_slider_wrap .quote_slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
}

.quote__title {
  margin-bottom: 15px;
}

.quote__content {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 20px;
  font-family: "dunbar-tall", sans-serif;
  font-size: 21px;
  letter-spacing: 0.74px;
  line-height: 39px;
}

.quote__citation {
  color: #4d82e1;
  display: block;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.2px;
}

.quote_slider__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .quote__content {
    font-size: 16px;
    line-height: 32px;
  }
}
.accordion {
  cursor: pointer;
  padding: 17px 30px;
  position: relative;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}
.accordion:first-of-type .accordion__content {
  display: block;
}
.accordion:hover .accordion__button:after,
.accordion:hover .accordion__button:before, .accordion.accordion--open .accordion__button:after,
.accordion.accordion--open .accordion__button:before {
  background-color: #333774;
}
.accordion.accordion--open .accordion__button svg {
  transform: rotate(180deg);
}

.accordion__top {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.accordion__icon_wrap {
  max-width: 50px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion__icon {
  height: 100%;
}

.accordion__button {
  width: 20px;
  height: 12px;
  border-radius: 5px;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 24px;
  right: 30px;
  transition: 0.2s;
}
.accordion__button svg {
  width: 100%;
  fill: #333774;
}

.accordion__title {
  transition: 0.2s;
  text-transform: none;
  line-height: 34px;
  font-size: 26px;
  color: #333774;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  padding-right: 30px;
}

.accordion__content {
  display: none;
  margin-top: 10px;
  padding-left: 70px;
}
.accordion__content p {
  font-weight: 500;
  font-size: 18px;
  color: #323538;
  line-height: 32px;
  margin-bottom: 10px;
}
.accordion__content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .accordion {
    padding: 25px 30px;
  }
  .accordion__button {
    top: 30px;
  }
}
.error {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 400px);
  background-image: linear-gradient(0deg, #f5f8fd 0%, #dfeaf8 100%);
}

.error__title {
  margin-bottom: 20px;
}

.error__content {
  margin-bottom: 40px;
  font-weight: 500;
}

.error_gb {
  margin-top: 100px;
}
.error_gb .error__title {
  margin-bottom: 10px;
  font-weight: 700;
}
.error_gb .error__content {
  margin-bottom: 20px;
}

.front_page {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(77, 130, 225, 0.27) 0%, rgba(121, 172, 232, 0) 100%);
}

.front__images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px;
  column-gap: 30px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}

.front__img {
  flex-grow: 1;
  border-radius: 20px;
}
.front__img--1 {
  max-width: 270px;
  max-width: 20%;
  width: 100%;
  aspect-ratio: 270/300;
  align-self: flex-end;
  margin-top: -45px;
}
.front__img--2 {
  max-width: 345px;
  max-width: 26%;
  width: 100%;
  aspect-ratio: 345/390;
  align-items: flex-start;
}
.front__img--3 {
  max-width: 345px;
  max-width: 26%;
  width: 100%;
  aspect-ratio: 345/390;
  margin-top: 45px;
  align-items: flex-start;
}
.front__img--4 {
  max-width: 270px;
  max-width: 20%;
  width: 100%;
  aspect-ratio: 270/300;
  align-self: flex-start;
}

.front__title {
  text-align: center;
  line-height: 58px;
  font-size: 46px;
  max-width: 860px;
  width: 100%;
  margin: 0 auto 30px;
  color: #3c3c57;
  position: relative;
  z-index: 1;
}

.front__content {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.front__content .wp-block-button__link {
  margin-top: 30px;
}

.front_page__dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}

.front__get_involved {
  position: relative;
  overflow: hidden;
  background-color: #dfeaf8;
  padding: 100px 0;
}
.front__get_involved .wave {
  fill: white;
}

.front__staggered {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  align-items: flex-start;
}

.front__staggered__images {
  max-width: 535px;
  width: 100%;
  min-width: 535px;
  height: 600px;
  position: relative;
}

.front__staggered__img {
  position: absolute;
  border-radius: 20px;
}
.front__staggered__img--large {
  max-width: 485px;
  width: 100%;
  height: 470px;
  top: 0;
  left: 0;
}
.front__staggered__img--small {
  max-width: 310px;
  width: 100%;
  height: 300px;
  bottom: 0;
  right: 0;
}

.front__staggered__content {
  max-width: 600px;
  width: 100%;
  padding-top: 20px;
}
.front__staggered__content h2 {
  line-height: 57px;
}
.front__staggered__content h5 {
  margin-bottom: 20px;
}
.front__staggered__content p {
  font-weight: 500;
}
.front__staggered__content .button {
  background-color: #333774;
  margin-top: 20px;
}
.front__staggered__content .button:hover {
  background-color: #4d82e1;
  color: white;
}

.front__staggered--rev {
  flex-direction: row-reverse;
}
.front__staggered--rev .front__staggered__img--large {
  top: 0;
  left: initial;
  right: 0;
}
.front__staggered--rev .front__staggered__img--small {
  bottom: 0;
  right: initial;
  left: 0;
}

.front__bottom {
  position: relative;
  background-image: linear-gradient(0deg, #f5f8fd 0%, #d1dff8 100%);
}
.front__bottom .cta {
  width: 100%;
}

.front__bottom__slider_wrap {
  position: relative;
  margin-bottom: 80px;
}
.front__bottom__slider_wrap .front__bottom__slider {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.front__bottom__slider_wrap .front__bottom__slider .front_news_item {
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 510px;
}

.front_news_item__img {
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
}

.front_news_item__content {
  padding: 40px 70px;
}

.front_news_item__subtitle {
  color: #4d82e1;
  font-weight: 700;
}

.front_news_item__title {
  letter-spacing: 0.89px;
  line-height: 47px;
  margin-bottom: 20px;
}

.front_news_item__text {
  font-weight: 500;
  margin-bottom: 30px;
}

.front_news_item__button {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  padding: 8px 25px;
}
.front_news_item__button svg {
  margin-top: 3px;
  width: 20px;
  fill: white;
}

.front__bottom__slider__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 210px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .front__staggered__images {
    max-width: 435px;
    min-width: 435px;
    height: 490px;
  }
  .front__staggered__img--large {
    max-width: 385px;
    height: 370px;
  }
  .front__staggered__img--small {
    max-width: 250px;
    height: 240px;
  }
  .front__staggered--rev .front__staggered__images {
    max-width: 490px;
    height: 435px;
  }
  .front__staggered--rev .front__staggered__content {
    margin-left: 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 1080px) {
  .front_news_item__content {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .front__images {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .front__img--1 {
    max-width: 170px;
    align-self: center;
  }
  .front__img--2 {
    max-width: 245px;
    margin-top: 0;
  }
  .front__img--3 {
    max-width: 245px;
    margin-top: 0;
  }
  .front__img--4 {
    max-width: 170px;
    margin-top: 0;
    align-self: center;
  }
  .front__staggered {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .front__staggered__content {
    max-width: none;
  }
  .front__staggered--rev .front__staggered__content {
    max-width: none;
  }
  .front__bottom__slider_wrap .front__bottom__slider {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .front__bottom__slider_wrap .front__bottom__slider .front_news_item {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }
  .front_news_item__img {
    height: auto;
    width: 100%;
  }
  .front_news_item__content {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 600px) {
  .front__staggered__images {
    max-width: 305px;
    min-width: 0;
    height: 300px;
  }
  .front__staggered__img--large {
    max-width: 255px;
    height: 240px;
  }
  .front__staggered__img--small {
    max-width: 150px;
    height: 140px;
  }
  .front__staggered--rev .front__staggered__images {
    max-width: 305px;
    min-width: 0;
    height: 300px;
  }
  .front__staggered--rev .front__staggered__images .front__staggered__img--large {
    max-width: 255px;
    height: 240px;
  }
  .front__staggered--rev .front__staggered__images .front__staggered__img--small {
    max-width: 150px;
    height: 140px;
  }
}
@media screen and (max-width: 530px) {
  .front__images {
    column-gap: 10px;
    row-gap: 10px;
  }
  .front__img--1 {
    max-width: 100px;
  }
  .front__img--2 {
    max-width: 180px;
  }
  .front__img--3 {
    max-width: 180px;
  }
  .front__img--4 {
    max-width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .front_news_item__content {
    padding: 30px 20px;
  }
}
.default_page {
  background-image: linear-gradient(180deg, rgba(215, 227, 248, 0.8) 0%, rgba(233, 241, 251, 0.8) 100%);
}

.page__content__title {
  margin-bottom: 40px;
}

.page__hero {
  border-radius: 12px;
  background-color: #3c3c57;
  margin: 0 0 40px;
}
.page__hero:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}

.page__hero__alternative {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 490px;
  background-color: #3c3c57;
}

.page__hero__alternative__grad {
  position: absolute;
  width: 100%;
  bottom: -50px;
  height: 400px;
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
}

.page__hero__content {
  max-width: 680px;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: white;
  position: absolute;
  padding: 0 20px;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page__hero__content .page__hero__title {
  color: white;
}
.page__hero__content h1,
.page__hero__content h2,
.page__hero__content h3,
.page__hero__content h4,
.page__hero__content h5,
.page__hero__content h6,
.page__hero__content p {
  color: white;
}
.page__hero__content h5 {
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 37px;
}

.page_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.page__content__inner {
  display: flex;
  justify-content: flex-start;
}

.page__content__inner--login {
  padding: 200px 0;
  text-align: center;
  justify-content: center;
}

.page__content__parent {
  color: #4d82e1;
  font-size: 17px;
  font-weight: 500;
}

.page__content__text {
  width: 720px;
}

.banner__hero {
  background-color: #3c3c57;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__hero__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.77;
}

.banner__hero__grad {
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.banner__hero__title {
  color: white;
  font-weight: 700;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 0 20px;
}

.banner__hero__content {
  z-index: 2;
  position: relative;
  color: white;
  text-align: center;
}

.tool-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 30px;
  border: none;
  position: relative;
  z-index: 1;
}
.tool-pagination ul li {
  border: none;
  list-style: none;
}
.tool-pagination ul li .page-numbers {
  font-size: 21px;
  font-weight: 700;
  font-family: "dunbar-tall", sans-serif;
  height: 45px;
  width: 45px;
  letter-spacing: 0.48px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  margin: 0 5px;
  color: #333774;
  padding-bottom: 2px;
}
.tool-pagination ul li .page-numbers.current {
  background-color: #4d82e1;
  color: white;
  cursor: auto;
  pointer-events: none;
}
.tool-pagination ul li .page-numbers.dots {
  pointer-events: none;
  height: auto;
  width: auto;
}
.tool-pagination ul li .page-numbers:hover {
  background-color: white;
}

@media screen and (max-width: 1200px) {
  .page__content__text {
    width: 100%;
  }
  .page__content__text .page__content__title {
    word-break: break-word;
  }
}
@media screen and (max-width: 760px) {
  .page__content__inner--login {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .page__hero:after {
    content: "";
    display: block;
    padding-bottom: 70%;
  }
}
.single__hero {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  position: relative;
  background-color: #3c3c57;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 40px;
}

.single__hero__grad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  z-index: 1;
  display: none;
}

.single__hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.single__top_content .feat_story__item__title {
  margin-bottom: 20px;
}
.single__top_content .feat_story__item__quote {
  color: #4d82e1;
}

.single__hero__content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.feat_story__item__meta {
  justify-content: center;
  margin: 10px 0 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.feat_story__item__meta .feat_story__item__date {
  opacity: 1;
  font-size: 16px;
}

.single__story_author {
  font-weight: 500;
}

.single__more_stories {
  background-color: #e1ecfb;
}

.single__more_stories__title {
  color: #3c3c57;
  font-weight: 700;
  margin-bottom: 30px;
}

.single__more_stories__item {
  width: 100%;
  height: 250px;
  background-color: #3c3c57;
  position: relative;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 20px;
  transition: 0.4s;
}
.single__more_stories__item:hover {
  transform: scale(1.04);
}

.single__more_stories__item__grad {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.single__more_stories__item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 1;
}

.single__more_stories__item__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.single__share {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .single__more_stories__grid .grid_1-3 {
    max-width: 330px;
    width: 100%;
  }
  .single__more_stories__item {
    margin-bottom: 40px;
  }
}
.holding__social {
  display: flex;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}

.news {
  position: relative;
}

.news_grad {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: linear-gradient(180deg, #cddcf6 0%, rgba(121, 172, 232, 0.09) 99%);
}

.dots {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.news__top {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #3c3c57;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 60px;
}

.news__top__title {
  margin-bottom: 10px;
}

.news__grid {
  position: relative;
  z-index: 1;
}

.news_item {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px 0;
}
.news_item:hover .news_item__img {
  transform: scale(1.05);
}
.news_item:hover .news_item__title {
  color: #4d82e1;
}

.news_item__img_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 10px;
}
.news_item__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}

.news_item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.news_item__title {
  color: #333774;
  font-weight: 700;
  font-family: "dunbar-tall", sans-serif;
  display: block;
  margin-bottom: 20px;
  transition: 0.5s;
  font-size: 22px;
}

.news_item__date {
  font-size: 14px;
  font-family: "objektiv-mk2", sans-serif;
  font-weight: 500;
  color: #3c3c57;
  opacity: 0.81;
}

@media screen and (max-width: 1200px) {
  .news__grid .grid_1-3 {
    max-width: 415px;
    width: 100%;
  }
}
.about__section {
  position: relative;
  background-image: linear-gradient(0deg, #f5f8fd 0%, #dfeaf8 100%);
  padding-top: 80px;
  padding-bottom: 160px;
}

.about__section--rev {
  background-image: linear-gradient(0deg, #f5f8fd 0%, #dfeaf8 100%);
  min-height: 0;
  padding-bottom: 100px;
}
.about__section--rev .about__section__items {
  padding-left: 0;
}

.about__section__dots {
  position: absolute;
  max-width: 235px;
  width: 100%;
  left: 0;
  top: -40px;
  pointer-events: none;
}

.about__section__dots--right {
  left: inherit;
  right: 0;
}

.about__section__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 100px;
  column-gap: 30px;
}
.about__section__items--rev {
  padding-left: 0;
}

.about__section__content {
  max-width: 460px;
  width: 100%;
}
.about__section__content h2 {
  margin-bottom: 20px;
}
.about__section__content h5 {
  margin-bottom: 20px;
}
.about__section__content h6 {
  color: #3c3c57;
  line-height: 32px;
}

.about__section__images {
  max-width: 545px;
  width: 100%;
  height: 480px;
  position: relative;
}

.group_img {
  position: absolute;
  border-radius: 20px;
}

.group_img--1 {
  left: 0;
  bottom: 70px;
  max-width: 250px;
  width: 100%;
  height: 335px;
}

.group_img--2 {
  right: 0;
  top: 0;
  max-width: 260px;
  width: 100%;
  height: 260px;
}

.group_img--3 {
  bottom: 0;
  right: 65px;
  max-width: 195px;
  width: 100%;
  height: 195px;
}

.about__section__images--rev .about__section__content {
  max-width: 560px;
}
.about__section__images--rev .group_img--1 {
  left: 0;
  bottom: initial;
  top: 0;
  height: 250px;
}
.about__section__images--rev .group_img--2 {
  top: 70px;
  height: 330px;
}
.about__section__images--rev .group_img--3 {
  left: 55px;
  bottom: 10px;
}

.what_we_about {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(0deg, #eff4fc 0%, #d4e0f6 100%);
  padding-bottom: 100px;
  padding-top: 80px;
}
.what_we_about .cta {
  width: 100%;
}

.what_we_about__top {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.what_we_about__top h5 {
  font-weight: 400;
  margin-bottom: 20px;
}
.what_we_about__top h5 strong {
  font-weight: bold;
}

.what_we_about__slider_wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
.what_we_about__slider_wrap .what_we_about__slider {
  max-width: 1085px;
  width: 100%;
  margin: 0 -30px;
  overflow: visible;
}
.what_we_about__slider_wrap .what_we_about__slider .slick-list {
  overflow: visible;
}
.what_we_about__slider_wrap .what_we_about__slider .what_we_about__slider__item {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 30px;
  padding: 50px 60px;
  opacity: 0.29;
  transition: 0.5s;
}
.what_we_about__slider_wrap .what_we_about__slider .what_we_about__slider__item.slick-active {
  opacity: 1;
}

.what_we_about__slider__item__top {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 20px;
}

.what_we_about__slider__item__icon {
  max-width: 65px;
  width: 100%;
  border-radius: 12px;
}

.what_we_about__slider__item__text {
  font-weight: 500;
}

.what_we_about__slider__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  pointer-events: none;
}

.what_we_about__dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .about__section__items {
    padding-left: 0;
  }
  .what_we_about__slider_wrap .what_we_about__slider {
    margin: 0 -15px;
    max-width: 960px;
  }
  .what_we_about__slider_wrap .what_we_about__slider .what_we_about__slider__item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1050px) {
  .about__section {
    padding-bottom: 80px;
  }
  .about__section__items {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    row-gap: 30px;
  }
  .about__section__content {
    max-width: 500px;
  }
  .about__section__images {
    max-width: 335px;
    height: 280px;
  }
  .group_img--1 {
    max-width: 150px;
    height: 235px;
    bottom: 30px;
  }
  .group_img--2 {
    max-width: 160px;
    height: 160px;
  }
  .group_img--3 {
    max-width: 100px;
    height: 100px;
  }
  .about__section__dots {
    max-width: 150px;
    top: 0;
  }
  .about__section--rev .about__section__items {
    flex-direction: column;
  }
  .about__section__images--rev .group_img--1 {
    max-width: 150px;
    height: 150px;
    bottom: initial;
  }
  .about__section__images--rev .group_img--2 {
    max-width: 160px;
    height: 220px;
    top: 30px;
  }
  .about__section__images--rev .group_img--3 {
    max-width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .what_we_about__slider_wrap .what_we_about__slider {
    max-width: 450px;
    margin: 0 -10px;
  }
  .what_we_about__slider_wrap .what_we_about__slider .what_we_about__slider__item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .what_we_about__slider_wrap .what_we_about__slider .what_we_about__slider__item {
    padding: 30px 30px;
  }
  .what_we_about__slider__item__top {
    column-gap: 15px;
  }
  .what_we_about__slider__item__icon {
    max-width: 50px;
  }
}
@media screen and (max-width: 380px) {
  .about__section__images {
    max-width: 280px;
    height: 225px;
  }
  .group_img--1 {
    max-width: 125px;
    height: 210px;
    bottom: 10px;
  }
  .group_img--2 {
    max-width: 135px;
    height: 135px;
  }
  .group_img--3 {
    max-width: 75px;
    height: 75px;
  }
  .about__section__dots {
    max-width: 150px;
    top: 0;
  }
  .about__section__images--rev .group_img--1 {
    max-width: 125px;
    height: 125px;
    bottom: initial;
  }
  .about__section__images--rev .group_img--2 {
    max-width: 135px;
    height: 195px;
    top: 10px;
  }
  .about__section__images--rev .group_img--3 {
    max-width: 75px;
    height: 75px;
  }
}
.prayer_spaces {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(0deg, #fcfdff 0%, #cedcf7 100%);
}

.prayer_spaces__content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
.prayer_spaces__content h5 {
  margin-bottom: 30px;
}
.prayer_spaces__content p {
  font-weight: 500;
  font-size: 18px;
}

.prayer_spaces__slider_wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.prayer_spaces__slider_wrap .prayer_spaces__slider,
.prayer_spaces__slider_wrap .making_prayer_space__slider {
  max-width: 1070px;
  width: 100%;
  margin: 0 -25px;
  overflow: visible;
}
.prayer_spaces__slider_wrap .prayer_spaces__slider .slick-list,
.prayer_spaces__slider_wrap .making_prayer_space__slider .slick-list {
  overflow: visible;
}
.prayer_spaces__slider_wrap .prayer_space_slide {
  margin: 0 25px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  opacity: 0.2;
  transition: 0.5s;
}
.prayer_spaces__slider_wrap .prayer_space_slide.slick-active {
  opacity: 1;
}
.prayer_spaces__slider_wrap .prayer_space_slide.slick-active:hover {
  transform: scale(1.03);
}
.prayer_spaces__slider_wrap .prayer_space_slide.slick-active:hover .prayer_space_slide__overlay {
  opacity: 1;
  visibility: visible;
}

.prayer_space_slide__img {
  width: 100%;
  height: 330px;
}

.prayer_space_slide__bottom {
  padding: 40px 30px 40px 30px;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  background-color: #e5edfb;
  border-radius: 0 0 20px 20px;
}
.prayer_space_slide__bottom.blue {
  background-color: #e5edfb;
}
.prayer_space_slide__bottom.blue .prayer_space_slide__discover {
  color: #4d82e1;
}
.prayer_space_slide__bottom.green {
  background-color: rgba(77, 156, 139, 0.2);
}
.prayer_space_slide__bottom.green .prayer_space_slide__discover {
  color: #4d9c8b;
}
.prayer_space_slide__bottom.purple {
  background-color: rgba(103, 103, 170, 0.14);
}
.prayer_space_slide__bottom.purple .prayer_space_slide__discover {
  color: #6767aa;
}
.prayer_space_slide__bottom.yellow {
  background-color: #f4e4d1;
}
.prayer_space_slide__bottom.yellow .prayer_space_slide__discover {
  color: #ef911f;
}

.prayer_space_slide__icon {
  max-width: 70px;
  width: 100%;
  border-radius: 12px;
}

.prayer_space_slide__title {
  font-size: 32px;
  font-size: 28px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 15px;
}

.prayer_space_slide__discover {
  font-size: 18px;
  font-weight: 500;
}

.prayer_spaces__slider__arrows,
.making_prayer_space__slider__arrows {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  top: 44%;
  transform: translateY(-50%);
}
.prayer_spaces__slider__arrows .slick-arrows,
.making_prayer_space__slider__arrows .slick-arrows {
  background-color: #dbe6f9;
}
.prayer_spaces__slider__arrows .slick-arrows:hover,
.making_prayer_space__slider__arrows .slick-arrows:hover {
  background-color: #4d82e1;
}

.prayer_space_slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px 40px 30px;
  background-color: #e5edfb;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.prayer_space_slide__overlay.blue {
  background-color: #e5edfb;
}
.prayer_space_slide__overlay.green {
  background-color: #c7e4e0;
}
.prayer_space_slide__overlay.purple {
  background-color: #dde1f0;
}
.prayer_space_slide__overlay.yellow {
  background-color: #f4e4d1;
}

.prayer_space_slide__overlay__top {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  margin-bottom: 20px;
}

.prayer_space_slide__overlay__content {
  font-weight: 500;
  font-size: 18px;
}
.prayer_space_slide__overlay__content p {
  margin-bottom: 20px;
}
.prayer_space_slide__overlay__content p:last-of-type {
  margin-bottom: 0;
}

.explore_prayer {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(0deg, #f5f8fd 0%, #d1dff8 100%);
  padding-bottom: 160px;
}
.explore_prayer .wave {
  fill: white;
}

.explore_prayer__dots {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
}

.explore_prayer__top {
  max-width: 795px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.explore_prayer__top h2 {
  margin-bottom: 30px;
}

.explore_prayer__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 795px;
  width: 100%;
  margin: 0 auto;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}

.making_prayer_space {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}

.making_prayer_space__slider .prayer_space_slide__title {
  margin-bottom: 10px;
  font-size: 38px;
}

.making_prayer_space__top {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
.making_prayer_space__top h2 {
  margin-bottom: 30px;
}

.prayer_space_planning {
  background-image: linear-gradient(0deg, #f5f8fd 0%, #d1dff8 100%);
  position: relative;
  overflow: hidden;
}

.prayer_space_planning__dots {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 180px;
  width: 100%;
}

.prayer_space_planning__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-left: 90px;
}

.prayer_space_planning__left {
  max-width: 440px;
  width: 100%;
}
.prayer_space_planning__left h2 {
  line-height: 58px;
  margin-bottom: 25px;
}
.prayer_space_planning__left h5 {
  margin-bottom: 25px;
}
.prayer_space_planning__left p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.prayer_space_planning__left .button {
  margin-top: 20px;
}

.prayer_space_planning__images {
  position: relative;
  max-width: 545px;
  width: 100%;
  height: 480px;
}

.prayer_space_planning__img {
  position: absolute;
  border-radius: 20px;
}
.prayer_space_planning__img--1 {
  top: 0;
  left: 0;
  max-width: 260px;
  width: 100%;
  height: 260px;
}
.prayer_space_planning__img--2 {
  max-width: 250px;
  width: 100%;
  height: 330px;
  right: 0;
  bottom: 70px;
}
.prayer_space_planning__img--3 {
  max-width: 195px;
  width: 100%;
  height: 195px;
  bottom: 0;
  left: 60px;
}

@media screen and (max-width: 1200px) {
  .prayer_space_planning__items {
    padding-left: 0;
  }
  .prayer_space_planning__left {
    max-width: 400px;
  }
  .prayer_space_planning .cta {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .prayer_space_planning__items {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 40px;
  }
  .prayer_space_planning__left {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .prayer_space_planning__images {
    max-width: 335px;
    height: 275px;
  }
  .prayer_space_planning__img--1 {
    max-width: 160px;
    height: 160px;
  }
  .prayer_space_planning__img--2 {
    max-width: 150px;
    height: 230px;
    bottom: 20px;
  }
  .prayer_space_planning__img--3 {
    max-width: 95px;
    height: 95px;
    left: 60px;
  }
}
@media screen and (max-width: 380px) {
  .prayer_space_planning__images {
    max-width: 275px;
    height: 215px;
  }
  .prayer_space_planning__img--1 {
    max-width: 130px;
    height: 130px;
  }
  .prayer_space_planning__img--2 {
    max-width: 120px;
    height: 200px;
    bottom: 10px;
  }
  .prayer_space_planning__img--3 {
    max-width: 65px;
    height: 65px;
    left: 60px;
  }
}
.contact {
  background-image: linear-gradient(0deg, #e7f0fb 0%, #d7e3f8 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.contact__dots {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
}

.contact__top {
  text-align: center;
  max-width: 635px;
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
.contact__top .content p {
  font-weight: 500;
}

.contact__top__title {
  margin-bottom: 10px;
}

.contact__box {
  border-radius: 20px;
  background-color: white;
  padding: 50px 80px;
  box-shadow: 0 10px 30px 0 rgba(26, 35, 42, 0.2);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact__box__title {
  text-align: center;
  margin-bottom: 20px;
}

.contact__box__form .frm_submit {
  justify-content: center;
}

@media screen and (max-width: 700px) {
  .contact__box {
    padding: 40px 30px;
  }
}
.donate_hero {
  padding: 60px 0;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.donate_hero .page__hero__content {
  position: relative;
  z-index: 2;
  bottom: initial;
  left: initial;
  right: initial;
  max-width: none;
}
.donate_hero .page_hero__img {
  opacity: 0.77;
}
.donate_hero .page__hero__title {
  font-weight: 700;
}

.donate {
  background-image: linear-gradient(0deg, #ebf1fb 40%, #d3e0f6 100%);
}

.donate__content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.donate__content h5 {
  font-weight: 600;
}
.donate__content h5:first-of-type {
  margin-bottom: 20px;
}
.donate__content p {
  font-weight: 500;
}
.donate__content .wp-block-button__link {
  margin-top: 20px;
  background-color: #4d82e1;
  color: white;
  max-width: 260px;
  width: 100%;
}
.donate__content .wp-block-button__link:hover {
  background-color: #fff;
  color: #4d82e1;
}

.donate_support {
  background-image: linear-gradient(0deg, #e8effb 0%, #d3e0f6 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.donate_support__top {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 825px;
  width: 100%;
}
.donate_support__top p {
  font-weight: 500;
}

.donate_support__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 90px;
  row-gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.donate_support_item {
  max-width: 275px;
  width: 100%;
  text-align: center;
}

.donate_support_item__img_wrap {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #333774;
  margin-bottom: 20px;
}
.donate_support_item__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.donate_support_item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.donate_support_item__amount {
  position: absolute;
  width: 118px;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #333774;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: white;
}
.donate_support_item__amount--1 {
  background-color: #6767aa;
}
.donate_support_item__amount--2 {
  background-color: #4d9c8b;
}

.donate_support_item__amount__text {
  font-weight: 700;
  letter-spacing: 0.63px;
  margin-top: -4px;
}

.donate_support_item__description {
  font-weight: 500;
}

.donate_support__bottom {
  text-align: center;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.donate_support__bottom__title {
  margin-bottom: 40px;
}

.donate_support__bottom__text {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  color: rgba(60, 60, 87, 0.57);
}
.donate_support__bottom__text a {
  transition: 0.4s;
  color: rgba(60, 60, 87, 0.57);
  text-decoration: underline;
}
.donate_support__bottom__text a:hover {
  color: #3c3c57;
}

.donate_support__dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .donate_hero {
    min-height: 0;
    padding: 100px 0;
  }
  .donate_support__bottom__text {
    max-width: 450px;
    width: 100%;
    margin: 40px auto 0;
  }
}
.prayer_activities {
  background-image: linear-gradient(0deg, rgba(239, 245, 253, 0.8) 0%, rgba(215, 227, 248, 0.8) 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 100px;
}

.prayer_activities__title {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.prayer_activities__content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.prayer_activities__content p {
  font-weight: 500;
}

.prayer_activities__response {
  max-width: 520px;
  width: 100%;
  margin: 60px auto 0;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}

.prayer_activities__response__items {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  align-items: center;
}

.prayer_activities__response__item {
  max-height: 33px;
  height: 100%;
}
.prayer_activities__response__item.contemplative {
  max-height: 35px;
}

.prayer_activities__response__title {
  margin-top: 10px;
  font-size: 21px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  color: #333774;
}

.prayer_activities__response__link {
  font-weight: 500;
  font-size: 18px;
  color: #333774;
  text-decoration: underline;
  display: inline-block;
  margin: 5px auto;
  transition: 0.4s;
}
.prayer_activities__response__link:hover {
  color: #4d82e1;
}

.prayer_activities__example_title {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  font-size: 25px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.activities_grid {
  margin: 20px 25px;
}
.activities_grid > [class*=grid_] {
  padding: 0 25px;
}

.activity {
  background-color: #4d82e1;
  color: white;
  border-radius: 20px;
  text-align: center;
  padding: 30px 20px;
  width: 100%;
  height: 250px;
  transition: 0.5s;
  margin: 20px 0;
}
.activity:hover {
  transform: scale(1.05);
}
.activity:hover .activity__button {
  opacity: 1;
  visibility: visible;
}
.activity:hover .activity__excerpt {
  opacity: 0;
  visibility: hidden;
}

.activity__icon {
  max-height: 45px;
  height: 100%;
  margin-bottom: 0px;
}

.activity__title {
  font-size: 25px;
  letter-spacing: 0.94px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.activity__bottom {
  position: relative;
  min-height: 60px;
}

.activity__excerpt {
  font-weight: 500;
  line-height: 30px;
  transition: 0.4s;
}

.activity__button {
  background-color: white;
  color: #4d82e1;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 170px;
  width: 100%;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.activity__button:hover {
  background-color: white;
}

.prayer_activities__bottom {
  max-width: 630px;
  width: 100%;
  margin: 60px auto 0;
}
.prayer_activities__bottom p {
  font-size: 20px;
  font-weight: 500;
  color: #3c3c57;
}
.prayer_activities__bottom .prayer_activities__bottom__button {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .activities_grid {
    margin: 0;
  }
  .activities_grid .grid_1-3 {
    max-width: 385px;
    width: 100%;
  }
}
.single_activity {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(0deg, rgba(239, 245, 253, 0.8) 0%, rgba(215, 227, 248, 0.8) 100%);
  padding-bottom: 100px;
}

.single_activity__img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  max-height: 535px;
}

.single_activity__subtitle {
  color: #4d82e1;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
}

.single_activity__downloads {
  display: flex;
  align-items: center;
  column-gap: 40px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
  flex-direction: column;
}

.single_activity__cta {
  width: 100%;
  text-align: center;
  padding: 60px 20px;
  background-color: #333774;
  color: white;
  border-radius: 20px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.single_activity__cta__title {
  margin-bottom: 20px;
}

.single_activity__cta__text {
  max-width: 630px;
  width: 100%;
  margin: 0 auto 30px;
  font-weight: 500;
}

.single_activity__cta__button:hover {
  background-color: white;
  color: #4d82e1;
}

@media screen and (max-width: 600px) {
  .single_activity__cta {
    padding: 40px 20px;
  }
}
.nations_hero .page__hero__content {
  max-width: 770px;
}

.nations {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, #d3e0f6 0%, rgba(211, 224, 246, 0.13) 100%);
  padding-bottom: 100px;
}

.nations__top {
  text-align: center;
  margin-bottom: 30px;
}

.nations__top__title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  margin-bottom: 20px;
}
.nations__top__title svg {
  width: 33px;
  fill: #4d82e1;
}

.nations__drop_down_wrap {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
}

.nations__drop_down {
  width: 100%;
  appearance: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "dunbar-tall", sans-serif;
  letter-spacing: 0.7px;
  line-height: 37px;
  padding: 7px 20px;
  border-radius: 7px;
  border: solid 2px #d3dee9;
}

.nations__drop_down_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.nations__drop_down_arrow svg {
  width: 100%;
}

.nations__bottom {
  max-width: 630px;
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
}
.nations__bottom h3 {
  margin-bottom: 15px;
}
.nations__bottom .button {
  margin-top: 20px;
}

.nation__items {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.nation__item {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 30px 0 rgba(212, 221, 236, 0.69);
  display: none;
}

.nation__item__left {
  min-width: 325px;
  background-color: #cddcf6;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 60px;
  padding: 50px 20px;
}

.nation__item__logo {
  max-width: 180px;
  width: 100%;
}

.nation__item__left__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.website_button {
  background-color: #333774;
  border-radius: 6px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding: 10px 30px;
}
.website_button svg {
  fill: white;
  width: 19px;
  transition: 0.2s;
}
.website_button:hover {
  background-color: #4d82e1;
  color: white;
}
.website_button:hover svg {
  fill: white;
}

.email_button {
  background-color: rgba(255, 255, 255, 0.35);
  color: #333774;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  border-radius: 6px;
  padding: 10px 30px;
}
.email_button svg {
  fill: #333774;
  width: 20px;
  transition: 0.2s;
}
.email_button:hover {
  background-color: #4d82e1;
  color: white;
}
.email_button:hover svg {
  fill: white;
}

.nation__item__right {
  flex-grow: 1;
  background-color: #fff;
  padding: 60px 80px;
}

.nation__item__content p {
  font-weight: 500;
}

.nation__item__team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 40px;
}

.nation__item__team_member {
  display: flex;
  align-items: center;
  column-gap: 15px;
  cursor: pointer;
  max-width: 245px;
  width: 100%;
  pointer-events: none;
}
.nation__item__team_member:hover .nation__item__team_member__name {
  color: #333774;
}
.nation__item__team_member:hover .nation__item__team_member__img {
  transform: scale(1.03);
}

.nation__item__team_member__img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  transition: 0.4s;
}

.nation__item__team_member__name {
  color: #4d82e1;
  font-weight: 700;
  line-height: 30px;
  transition: 0.4s;
}

.nation__item__team_member__role {
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 28px;
}

.team__popup {
  max-width: 700px;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 60px;
  text-align: center;
}
.team__popup .nation__item__team_member__img {
  width: 150px;
  height: 150px;
}
.team__popup .nation__item__team_member__role {
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (max-width: 1000px) {
  .nation__item__left {
    min-width: 250px;
    padding: 30px 20px;
  }
  .nation__item__logo {
    max-width: 150px;
    width: 100%;
  }
  .nation__item__right {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 900px) {
  .nation__item {
    flex-direction: column;
    align-items: center;
  }
  .nation__item__left {
    max-width: none;
    width: 100%;
    min-width: 0;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 50px;
    column-gap: 30px;
  }
  .nation__item__left__buttons {
    flex-direction: row;
    column-gap: 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .nations__top__title svg {
    display: none;
  }
  .team__popup {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .nation__item__left {
    padding: 20px 20px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
  .nation__item__logo {
    max-width: 150px;
  }
  .nation__item__right {
    padding: 30px 20px;
  }
}
/*# sourceMappingURL=style.css.map */
