:root {
  --blue: #2196f3;
  --dark-blue: #1565c0;
  --darker-grey: #333;
  --grey-mid: #a8a8a8;
  --dark-grey: #5d5d5d;
  --grey: #dbdbdb;
  --light-grey: #f1f1f1;
  --green: #4caf50;
  --crimson: #d32f2f;
  --burlywood: #d6b786;
  --black-2: #14110f;
  --black: black;
  --white: white;
  --indigo-2: #5401a2;
  --dark-goldenrod: #ae800859;
  --goldenrod: #ffc445;
  --dark-violet: #9a04e0;
  --indigo-4: #43095f;
  --indigo-3: #43095f;
  --indigo-5: #5401a2;
  --midnight-blue: #2d0042;
  --white-2: #ffffffb8;
  --midnight-blue-3: #2d0042;
  --dark-goldenrod-2: #c0963a;
  --medium-orchid: #c548ff;
  --violet: #d28ff2;
  --slate-grey: #607d8b;
  --pink: #d81b60;
  --purple: #673ab7;
  --indigo: #3f51b5;
  --cyan: #00bcd4;
  --teal: #00bfa5;
  --lime: #cddc39;
  --gold: #ffc107;
  --orange: #f45a1e;
  --brown: #795548;
  --midnight-blue-2: #150025;
  --olive: #7c6229;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: var(--blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #3333338f;
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: var(--dark-blue);
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  color: var(--darker-grey);
  background-color: #fff;
}

.button.white:hover {
  background-color: #ffffffc4;
}

.button.black {
  background-color: var(--darker-grey);
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  float: left;
  width: 22%;
  margin-left: 2%;
}

.button.full-width {
  width: 100%;
  display: block;
}

.button.small {
  background-color: var(--blue);
  text-transform: uppercase;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: var(--dark-blue);
}

.button.tab {
  background-color: var(--grey-mid);
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: var(--blue);
}

.button.tab.w--current:hover {
  background-color: var(--dark-blue);
}

.button.with-field {
  float: left;
  width: 22%;
  margin-left: 2%;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: var(--blue);
}

.navigation-link.white {
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: var(--dark-grey);
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

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

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

.hero-slider {
  background-color: #0000;
  height: 455px;
}

.slide {
  background-color: var(--grey);
  padding-top: 82px;
  padding-left: 85px;
  padding-right: 85px;
}

.slide.two {
  background-color: var(--grey);
}

.header-section {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  padding-top: 104px;
  padding-bottom: 104px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 11px;
}

.cta-section {
  background-color: var(--grey);
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.cta-section.centered-accented {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  margin-top: 0;
  margin-right: 13px;
  display: inline-block;
}

.align-right {
  text-align: right;
}

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000040, #00000040), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  padding: 117px 20px;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

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

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  border: 2px solid var(--blue);
  color: var(--blue);
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #ffffffb8;
  border-color: #ffffffa3;
}

.section-heading {
  margin-bottom: 20px;
}

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

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  border-style: none;
  border-radius: 3px;
  min-height: 41px;
  margin-bottom: 17px;
  margin-right: 1px;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px #00000017;
}

.form-field:focus {
  box-shadow: 0 0 0 2px var(--blue);
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  float: left;
  width: 75%;
  margin-bottom: 0;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #0000001f;
}

.round-image {
  border-radius: 100px;
  margin-bottom: 13px;
}

.social-button {
  background-color: var(--blue);
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .15s;
}

.social-button:hover {
  background-color: var(--dark-blue);
  opacity: 1;
}

.social-button.border {
  background-color: #0000;
  border: 1px solid #0000005c;
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: 1;
  padding: 3px;
  transition: opacity .15s;
}

.social-icon-link:hover {
  opacity: .5;
}

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: var(--grey);
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: var(--light-grey);
}

.footer.centered-accented {
  background-color: var(--light-grey);
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: var(--blue);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: var(--dark-blue);
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.sidemenu-link:hover {
  color: var(--darker-grey);
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: #000000bd;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  float: left;
  background-color: var(--grey);
  width: 20%;
  height: 100vh;
}

.nav-link {
  text-align: center;
  padding: 7px 0;
  display: block;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  float: left;
  width: 80%;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-top: 56px;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  float: left;
  width: 25%;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

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

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

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

.success-wrapper {
  background-color: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 31px;
}

.success-message {
  margin-bottom: 0;
}

.error-wrapper {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 5px;
}

.error-message {
  margin-bottom: 0;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: var(--grey);
}

.custom-container {
  background-color: #fff;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.rich-text h1, .rich-text h3, .rich-text h5, .rich-text h4, .rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column, .waterfall-image-column {
  text-align: center;
}

.section-2 {
  background-image: url('../images/top-banner1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 1px;
  padding-top: 174px;
}

.container-2 {
  margin-top: -177px;
}

.image {
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar {
  border-bottom: 2px solid var(--burlywood);
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  position: sticky;
  top: 0;
}

.nav-link-2 {
  color: #fff;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 14px;
}

.nav-link-2:hover {
  background-image: linear-gradient(to bottom, var(--burlywood), var(--burlywood));
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.icon {
  color: #fff;
}

.dropdown-link {
  background-image: linear-gradient(to bottom, var(--burlywood), var(--burlywood));
}

.dropdown-link:hover {
  color: #fff;
}

.section-3 {
  padding-top: 857px;
}

.container-3 {
  margin-top: -741px;
}

.container-4 {
  margin-top: -701px;
}

.heading {
  cursor: pointer;
}

.paragraph {
  overflow: hidden;
}

.container-5 {
  margin-top: -709px;
}

.main-content, .call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.section-4 {
  padding-top: 207px;
}

.div-block {
  justify-content: flex-start;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-top: -167px;
  margin-left: 112px;
  margin-right: 112px;
  padding-top: 116px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-6 {
  margin-top: -154px;
  padding-left: 6px;
  padding-right: 6px;
}

.rich-text-block {
  line-height: 16px;
}

.heading-4 {
  text-align: center;
  font-size: 25px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  background-image: url('../images/social-34-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 5px solid #000;
  border-radius: 9px;
  width: 50px;
  margin-bottom: 9px;
  margin-left: 0;
  margin-right: 16px;
  padding: 17px 19px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-2:hover {
  background-color: var(--darker-grey);
}

.section-5 {
  justify-content: center;
  padding-top: 69px;
  padding-bottom: 125px;
  display: flex;
}

.section-6 {
  border-radius: 5px;
  padding-left: 11px;
}

.section-7 {
  background-image: url('../images/Depositphotos_53716083_L.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 115px;
}

.container-7 {
  margin-top: -99px;
}

.columns {
  margin-top: -17px;
  transition: transform .375s;
}

.image-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.column {
  text-align: center;
  margin-top: 39px;
}

.column-2 {
  text-align: right;
  margin-top: 51px;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  margin-top: 48px;
  padding-left: 17px;
  font-family: Playfair Display SC, sans-serif;
}

.column-3 {
  display: flex;
}

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

.button-3 {
  border: 2px solid var(--indigo-2);
  background-color: var(--dark-goldenrod);
  padding: 19px 73px;
  font-size: 20px;
  transition: background-color .35s;
}

.button-3:hover {
  background-color: var(--indigo-2);
}

.link-block, .link-block-2, .link-block-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.container-8 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.section-8 {
  border-bottom: 2px solid var(--goldenrod);
  background-image: linear-gradient(to bottom, var(--dark-violet), var(--indigo-4));
  padding-top: 44px;
}

.navbar-2 {
  background-color: var(--white);
  position: relative;
  top: 0;
}

.nav-link-3 {
  color: var(--indigo-5);
  text-transform: uppercase;
  margin-top: 6px;
  padding: 15px 8px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: background-color .375s;
}

.nav-link-3:hover {
  color: var(--white);
  background-color: #5401a2;
}

.nav-link-3.w--current {
  background-color: var(--indigo-5);
  color: var(--white);
  margin-top: 6px;
  padding: 15px 8px;
}

.text-block-2 {
  color: var(--indigo-5);
  font-size: 15px;
}

.icon-2 {
  color: var(--indigo-5);
}

.dropdown-toggle {
  padding-left: 10px;
}

.background-video {
  background-image: linear-gradient(#37006063, #37006063);
  padding-top: 595px;
}

.section-9 {
  padding-top: 284px;
}

.body {
  background-image: linear-gradient(#ffffffad, #ffffffad), url('../images/Depositphotos_53348337_L.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-10 {
  padding-top: 266px;
  padding-bottom: 40px;
}

.container-9 {
  margin-top: -249px;
}

.heading-6 {
  color: var(--indigo-4);
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.container-10 {
  margin-top: -238px;
}

.image-3 {
  float: right;
  padding-bottom: 15px;
  padding-right: 21px;
}

.section-11 {
  background-image: url('../images/11227669_1445839569054585_2799588177915681058_o.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 567px;
}

.section-12 {
  border-top: 1px solid var(--goldenrod);
  background-color: #ffffffb8;
  margin-top: 18px;
  padding-top: 257px;
  padding-bottom: 27px;
  transition: transform .325s;
}

.section-13 {
  background-image: linear-gradient(#150025c4, #150025c4), url('../images/Depositphotos_53348337_L.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 308px;
  padding-bottom: 45px;
}

.container-11 {
  margin-top: -208px;
}

.container-12 {
  margin-top: -256px;
}

.image-4 {
  display: none;
}

.div-block-3 {
  background-image: url('../images/pexels-photo-5386754-1920w.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 177px;
  transition: transform .325s;
}

.div-block-3:hover {
  transform: scale(1.1);
}

.div-block-3.div1 {
  text-align: center;
  background-image: url('../images/Mediapic.jpg');
  transition: transform .35s;
}

.div-block-3.div1:hover {
  transform: scale(1.1);
}

.div-block-3.div4 {
  text-align: center;
  background-image: url('../images/tithe.jpg');
  transition: opacity .2s, transform .325s;
}

.div-block-3.div5 {
  text-align: center;
  background-image: url('../images/Prayer.jpg');
}

.heading-7 {
  color: var(--white);
  text-align: center;
  margin-top: -50px;
  font-family: Playfair Display, sans-serif;
}

.button-4 {
  text-align: center;
  margin-top: -13px;
}

.button-5 {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #2d0042ad;
  border-radius: 0;
  margin-bottom: 19px;
  padding-left: 54px;
  padding-right: 54px;
  font-family: DM Serif Display, sans-serif;
  font-size: 15px;
}

.button-5:hover {
  background-color: #8f00d5ad;
}

.column-4 {
  text-align: center;
}

.heading-8 {
  color: var(--white);
  font-family: DM Serif Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-4 {
  color: var(--white);
  font-size: 15px;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  font-family: DM Serif Display, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  line-height: 26px;
}

.text-block-6 {
  color: var(--white);
  text-align: right;
  font-size: 15px;
}

.text-block-7 {
  color: var(--white);
  text-align: right;
  margin-top: 18px;
  font-size: 15px;
}

.link-2 {
  color: var(--dark-violet);
}

.column-7 {
  text-align: center;
}

.button-6 {
  border: 1px solid var(--goldenrod);
  background-color: #0000;
  background-image: url('../images/map.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  margin-top: 32px;
  padding: 12px 62px;
  transition: background-color .325s;
}

.button-6:hover {
  background-color: var(--indigo-5);
}

.section-14 {
  display: none;
}

.div-block-4 {
  margin-top: -461px;
}

.heading-10 {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.text-block-8 {
  text-align: center;
  margin-top: 48px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
}

.text-block-9 {
  text-align: center;
  margin-top: 38px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.section-15 {
  background-color: var(--white-2);
  padding-top: 357px;
  padding-bottom: 39px;
}

.body-2 {
  background-image: url('../images/Depositphotos_53348337_L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section-16 {
  background-image: url('../images/11227669_1445839569054585_2799588177915681058_o.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 346px;
}

.container-13 {
  margin-top: -323px;
  padding-bottom: 0;
}

.heading-11 {
  color: var(--midnight-blue-3);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.text-block-10 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.text-block-10.we-believe-text {
  line-height: 22px;
}

.text-block-11 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.image-5 {
  float: right;
  border-radius: 300px;
}

.section-17 {
  background-image: url('../images/Bible-Pic.jpg');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 406px;
}

.list-item {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.list {
  margin-top: 14px;
}

.text-block-12 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.html-embed {
  margin-top: 28px;
}

.container-14 {
  margin-top: 36px;
}

.button-8 {
  text-align: center;
  background-image: url('../images/Csah-App.png');
  background-position: 50%;
  background-size: cover;
  padding: 54px 101px;
}

.button-8.fb {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-8 {
  text-align: center;
}

.html-embed-2 {
  padding-bottom: 29px;
}

.column-9 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.fb {
  transition: transform .35s;
}

.fb:hover {
  transform: scale(1.1);
}

.section-18, .container-15 {
  display: none;
}

.text-block-13 {
  color: var(--indigo-5);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.icon-4 {
  color: var(--indigo-5);
}

.dropdown-link-3 {
  background-color: var(--white);
  color: var(--indigo-5);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  background-color: var(--dark-goldenrod-2);
  color: var(--white);
}

.dropdown-toggle-2 {
  padding-left: 10px;
}

.column-10, .column-11, .column-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-12, .heading-13 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-14 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.container-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-15 {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  line-height: 25px;
}

.text-block-14 {
  margin-top: 27px;
}

.image-6 {
  margin-top: 18px;
}

.dropdown-link-4 {
  margin-left: 14px;
  padding: 75px 163px;
}

.dropdown-list {
  position: fixed;
}

.dropdown-list.w--open {
  background-color: var(--white);
  left: 0;
}

.grid {
  grid-row-gap: 16px;
  grid-template-rows: 38px 33px;
  grid-template-columns: 1fr 1fr;
}

.text-block-15 {
  color: var(--indigo-5);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.icon-5 {
  color: var(--indigo-5);
}

.dropdown-link-5 {
  background-color: var(--white);
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-5:hover {
  background-color: var(--white);
  color: var(--dark-goldenrod-2);
}

.dropdown-link-6 {
  color: var(--black);
  font-size: 14px;
}

.dropdown-link-6:hover {
  background-color: var(--white);
  color: var(--dark-goldenrod-2);
}

.dropdown-link-7 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-7:hover {
  background-color: var(--white);
  color: var(--dark-goldenrod-2);
}

.dropdown-link-8 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-8:hover {
  background-color: var(--white);
  color: var(--dark-goldenrod-2);
}

.dropdown-link-9 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-9:hover {
  background-color: var(--white);
  color: var(--dark-goldenrod-2);
}

.dropdown-link-10 {
  background-color: var(--white);
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-10:hover {
  background-color: var(--white);
  color: var(--dark-goldenrod-2);
}

.dropdown-link-11 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-11:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-12 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-12:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-13 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-13:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-14 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-14:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-15 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-15:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-16 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-16:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-17 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-17:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-18 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-18:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-19 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-19:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-20 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.dropdown-link-20:hover {
  color: var(--dark-goldenrod-2);
}

.dropdown-link-21 {
  font-size: 14px;
}

.dropdown-link-21:hover {
  color: var(--dark-goldenrod-2);
}

.text-block-16 {
  color: var(--indigo-5);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.icon-6 {
  color: var(--indigo-5);
}

.nav-link-4 {
  color: var(--indigo-5);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: background-color .35s;
}

.nav-link-4:hover {
  background-color: var(--indigo-5);
  color: var(--white);
}

.navbar-3 {
  background-color: var(--white);
}

.container-18 {
  justify-content: center;
  display: flex;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.text-block-17 {
  color: var(--indigo-5);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.icon-8 {
  color: var(--indigo-5);
}

.dropdown-link-22 {
  background-color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.dropdown-link-22:hover, .dropdown-link-22.w--current {
  color: var(--dark-goldenrod-2);
}

.container-19 {
  background-color: var(--white);
}

.grid-2 {
  grid-template-columns: .5fr .5fr;
  padding-left: 41px;
  padding-right: 41px;
}

.link-3 {
  color: #333;
}

.text-block-18 {
  font-size: 20px;
}

.text-block-19, .text-block-20 {
  font-size: 35px;
  font-weight: 700;
}

.text-block-21 {
  font-size: 35px;
}

.text-block-22 {
  color: #1c1d1f;
  font-size: 45px;
  font-weight: 700;
}

.dropdown-link-23 {
  background-color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.dropdown-link-23:hover, .dropdown-link-23.w--current {
  color: var(--dark-goldenrod-2);
}

.text-block-23 {
  color: var(--indigo-5);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.dropdown-list-2.w--open {
  border-bottom: 1px solid var(--dark-goldenrod-2);
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: fixed;
  left: 0;
}

.icon-9 {
  color: var(--indigo-5);
}

.dropdown-toggle-4 {
  padding-left: 9px;
}

.section-19 {
  padding-top: 146px;
  padding-bottom: 55px;
}

.container-21 {
  text-align: center;
  background-image: linear-gradient(#43095f66, #43095f66), url('../images/260070140_2703791679926028_8225387597891862100_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -114px;
  padding-top: 309px;
}

.button-9 {
  text-align: center;
  margin-top: -76px;
}

.div-block-5 {
  margin-top: -204px;
}

.button-10 {
  font-size: 25px;
}

.bold-text-2 {
  color: var(--white);
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
}

.button-11 {
  border: 1px solid var(--goldenrod);
  color: var(--indigo-5);
  background-color: #43095f6b;
  border-radius: 18px;
  padding: 29px 45px;
}

.button-11:hover {
  background-color: #ffc4451a;
}

.nav-link-5 {
  color: var(--indigo-5);
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: background-color .35s;
}

.nav-link-5:hover, .nav-link-5.w--current {
  background-color: var(--indigo-5);
  color: var(--white);
}

.text-block-24 {
  color: var(--indigo-5);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.dropdown-toggle-5 {
  padding-left: 9px;
}

.dropdown-toggle-6, .dropdown-toggle-7 {
  padding-left: 8px;
}

.navbar-4 {
  background-color: var(--white);
}

.dropdown-link-24 {
  background-color: var(--white);
  color: var(--indigo-5);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.dropdown-link-24:hover {
  background-color: var(--dark-goldenrod-2);
  color: var(--white);
}

.dropdown-link-24.w--current {
  background-color: var(--white);
  color: var(--dark-goldenrod-2);
}

.dropdown-link-24.w--current:hover {
  background-color: var(--dark-goldenrod-2);
  color: var(--white);
}

.container-22 {
  position: fixed;
  left: 0;
}

.dropdown-link-25 {
  background-color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.dropdown-link-25:hover {
  background-color: var(--dark-goldenrod-2);
  color: var(--white);
}

.dropdown-link-25.w--current {
  color: var(--dark-goldenrod-2);
}

.column-13, .column-14, .column-15, .column-16, .container-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: var(--black);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.text-block-25, .text-block-26, .text-block-27 {
  text-align: center;
}

.container-26 {
  padding-bottom: 21px;
}

.container-27 {
  margin-top: 34px;
}

.column-17, .column-18, .column-19, .column-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-28 {
  margin-top: 38px;
}

.column-21, .column-22, .column-23, .column-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-28 {
  text-align: center;
  margin-top: 8px;
}

.text-block-32 {
  font-size: 15px;
}

.bold-text-3 {
  text-align: center;
}

.column-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-36 {
  text-align: center;
  font-weight: 700;
}

.column-27 {
  text-align: center;
}

.text-block-37 {
  font-weight: 700;
}

.image-7, .image-8 {
  padding-bottom: 5px;
}

.paragraph-2 {
  padding-bottom: 10px;
}

.container-31 {
  text-align: center;
}

.column-28, .column-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  padding-bottom: 5px;
}

.text-block-38 {
  text-align: center;
  font-weight: 700;
}

.image-10 {
  padding-bottom: 5px;
}

.text-block-39 {
  font-weight: 700;
}

.column-30 {
  display: flex;
}

.container-32 {
  justify-content: center;
  display: flex;
}

.column-31, .column-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-40, .text-block-41 {
  text-align: center;
  font-weight: 700;
}

.image-11, .image-12 {
  padding-bottom: 5px;
}

.column-33, .column-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-42 {
  text-align: center;
  font-weight: 700;
}

.image-13 {
  padding-bottom: 5px;
}

.text-block-43 {
  text-align: center;
  font-weight: 700;
}

.image-14 {
  padding-bottom: 5px;
}

.column-35, .column-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-44, .text-block-45 {
  text-align: center;
  font-weight: 700;
}

.image-15, .image-16 {
  padding-bottom: 6px;
}

.column-37, .column-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-46, .text-block-47 {
  text-align: center;
  font-weight: 700;
}

.image-17, .image-18 {
  padding-bottom: 5px;
}

.column-39, .column-40, .column-41 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-38 {
  margin-top: 25px;
}

.container-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-49 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.image-21 {
  padding-bottom: 8px;
}

.container-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-50 {
  text-align: center;
  margin-top: 12px;
  font-weight: 700;
}

.container-41 {
  text-align: center;
  margin-top: 16px;
}

.text-block-51 {
  text-align: center;
  margin-top: 8px;
  font-weight: 700;
}

.container-42 {
  text-align: center;
}

.text-block-52 {
  text-align: center;
  margin-top: 8px;
  font-weight: 700;
}

.column-42, .column-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-53, .text-block-54 {
  text-align: center;
  margin-top: 9px;
  font-weight: 700;
}

.column-44, .column-45 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-55, .text-block-56 {
  text-align: center;
  margin-top: 9px;
  font-weight: 700;
}

.container-45 {
  margin-top: -294px;
  padding-top: 23px;
  padding-bottom: 53px;
}

.text-block-57 {
  padding-bottom: 33px;
}

.container-48 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-50 {
  background-color: #f7ece3;
}

.link-4 {
  color: var(--goldenrod);
}

.link-4:hover {
  color: var(--medium-orchid);
}

.bold-text-4 {
  color: var(--dark-goldenrod-2);
}

.bold-text-4:hover {
  color: var(--goldenrod);
}

.bold-text-5 {
  color: var(--dark-goldenrod-2);
}

.bold-text-5:hover {
  color: var(--goldenrod);
}

.link-5 {
  color: var(--dark-goldenrod-2);
}

.link-5:hover {
  color: var(--goldenrod);
}

.container-51 {
  margin-top: 20px;
}

.column-46, .html-embed-3 {
  justify-content: center;
  display: flex;
}

.container-52 {
  margin-top: 24px;
}

.column-47, .column-48 {
  justify-content: center;
  display: flex;
}

.container-53 {
  margin-top: 15px;
}

.column-49, .column-50 {
  justify-content: center;
  display: flex;
}

.container-54 {
  margin-top: 27px;
}

.column-51, .column-52 {
  justify-content: center;
  display: flex;
}

.section-20 {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2)), url('../images/Depositphotos_53348337_L.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 459px;
  padding-bottom: 47px;
}

.container-55 {
  text-align: center;
  margin-top: -432px;
}

.container-56 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.html-embed-4, .html-embed-5, .html-embed-6, .html-embed-7 {
  text-align: center;
}

.button-12 {
  background-color: var(--indigo-4);
}

.button-12:hover {
  background-color: var(--dark-goldenrod-2);
}

.bold-text-6 {
  font-weight: 400;
}

.column-54, .column-55 {
  text-align: center;
}

.button-13 {
  background-color: var(--indigo-4);
  text-align: center;
}

.button-13:hover {
  background-color: var(--dark-goldenrod-2);
}

.container-58 {
  margin-top: 42px;
}

.button-14 {
  background-color: var(--indigo-4);
  padding-top: 21px;
  padding-bottom: 21px;
}

.button-14:hover {
  background-color: var(--dark-goldenrod-2);
}

.container-59 {
  margin-top: 30px;
}

.container-60 {
  margin-top: 39px;
}

.column-57, .column-58, .column-59, .column-60, .column-61, .column-62 {
  justify-content: center;
  display: flex;
}

.container-62 {
  margin-top: 17px;
}

.column-63 {
  justify-content: center;
  display: flex;
}

.column-64 {
  display: flex;
}

.button-15 {
  border: 1px solid var(--indigo-3);
  background-color: var(--dark-violet);
  border-radius: 10px;
}

.text-block-58 {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 25px;
}

.html-embed-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.container-63 {
  text-align: center;
}

.text-block-59 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.section-21 {
  padding-top: 182px;
  padding-bottom: 30px;
}

.container-64 {
  margin-top: -173px;
}

.column-65 {
  font-family: Playfair Display, sans-serif;
}

.bold-text-7 {
  color: var(--indigo-3);
  font-family: Playfair Display, sans-serif;
}

.button-16 {
  background-color: var(--indigo-3);
}

.button-16:hover {
  background-color: var(--dark-violet);
}

.heading-17 {
  color: var(--indigo-3);
  text-align: center;
  font-family: Playfair Display, sans-serif;
}

.text-block-60 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.body-3 {
  padding-bottom: 60px;
}

.text-block-61 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.link-6 {
  color: var(--black);
}

.link-6:hover {
  color: var(--dark-goldenrod-2);
}

.link-7 {
  color: var(--black);
}

.link-7:hover {
  color: var(--dark-goldenrod-2);
}

.link-8 {
  color: var(--black);
}

.link-8:hover {
  color: var(--dark-goldenrod-2);
}

.link-9 {
  color: var(--black);
}

.link-9:hover {
  color: var(--dark-goldenrod-2);
}

.link-10 {
  color: var(--black);
}

.link-10:hover {
  color: var(--dark-goldenrod-2);
}

.link-11 {
  color: var(--black);
}

.link-11:hover {
  color: var(--dark-goldenrod-2);
}

.link-12 {
  color: var(--black);
}

.link-12:hover {
  color: var(--dark-goldenrod-2);
}

.link-13 {
  color: var(--black);
}

.link-13:hover {
  color: var(--dark-goldenrod-2);
}

.link-14 {
  color: var(--black);
}

.link-14:hover {
  color: var(--dark-goldenrod-2);
}

.link-15 {
  color: var(--black);
}

.link-15:hover {
  color: var(--dark-goldenrod-2);
}

.link-16 {
  color: var(--black);
}

.link-16:hover {
  color: var(--dark-goldenrod-2);
}

.link-17 {
  color: var(--black);
}

.link-17:hover {
  color: var(--dark-goldenrod-2);
}

.link-18 {
  color: var(--black);
}

.link-18:hover {
  color: var(--dark-goldenrod-2);
}

.link-19 {
  color: var(--black);
}

.link-19:hover {
  color: var(--dark-goldenrod-2);
}

.link-20 {
  color: var(--black);
}

.link-20:hover {
  color: var(--dark-goldenrod-2);
}

.link-21 {
  color: var(--black);
}

.link-21:hover {
  color: var(--dark-goldenrod-2);
}

.link-22 {
  color: var(--black);
}

.link-22:hover {
  color: var(--dark-goldenrod-2);
}

.text-block-62 {
  text-align: center;
  font-weight: 700;
}

.container-66 {
  margin-top: 8px;
}

.column-66, .column-67, .column-68, .column-69 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-63, .text-block-64, .text-block-65 {
  text-align: center;
  font-weight: 700;
}

.column-70, .column-71 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-22 {
  border-radius: 0;
  padding-top: 280px;
  padding-bottom: 36px;
  padding-left: 0;
}

.container-68 {
  margin-top: -239px;
}

.heading-18 {
  text-align: center;
  text-transform: uppercase;
}

.text-block-66 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.container-69 {
  margin-top: 27px;
}

.columns-3 {
  text-align: center;
}

.button-17 {
  background-image: linear-gradient(180deg, var(--midnight-blue), var(--dark-violet));
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 17px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.button-17:hover {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--violet));
}

.button-18 {
  background-image: linear-gradient(180deg, var(--midnight-blue), var(--dark-violet));
  border-radius: 15px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.button-18:hover {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--violet));
}

.container-70 {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 26px;
  padding-left: 127px;
  padding-right: 176px;
}

.section-23 {
  background-color: var(--midnight-blue);
  padding-top: 244px;
  padding-bottom: 25px;
}

.container-71 {
  margin-top: -215px;
}

.heading-19 {
  font-size: 18px;
}

.heading-20 {
  color: var(--white);
  font-size: 18px;
}

.bold-text-8 {
  font-size: 30px;
  font-weight: 500;
}

.column-72, .image-25, .container-73, .container-74 {
  text-align: center;
}

.bold-text-9 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.section-24 {
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  padding: 36px 0 0;
}

.section-25, .section-26 {
  text-align: center;
  margin-top: 17px;
  margin-left: 100px;
  margin-right: 100px;
}

.link-23 {
  color: var(--dark-violet);
  border: 3px solid #4f007c;
  font-size: 25px;
}

.code-embed {
  margin-top: 20px;
  padding-top: 0;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (min-width: 1280px) {
  .container-7 {
    max-width: 1150px;
  }

  .columns {
    transition: transform .35s;
  }

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

  .button-3 {
    background-color: #e6ca4a;
  }

  .container-8 {
    max-width: 1150px;
  }

  .section-8 {
    border-bottom-width: 1px;
    border-bottom-color: #ffc545;
  }

  .nav-link-3 {
    margin-top: 6px;
    padding: 15px 20px;
  }

  .nav-link-3.w--current {
    margin-top: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link-2 {
    background-color: var(--white);
    color: var(--midnight-blue);
    font-family: Poppins, sans-serif;
  }

  .dropdown-link-2:hover {
    color: var(--white);
    background-color: #d3ae29;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .background-video {
    padding-top: 700px;
  }

  .container-9 {
    max-width: 1150px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .columns-2, .container-10 {
    max-width: 1150px;
  }

  .container-11 {
    max-width: 1280px;
  }

  .container-12 {
    max-width: 1150px;
  }

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

  .button-5 {
    border-bottom: 1px solid var(--white);
    text-align: center;
    background-color: #2d004247;
    margin-bottom: 15px;
    font-family: DM Serif Display, sans-serif;
  }

  .heading-10 {
    font-size: 90px;
    line-height: 90px;
  }

  .section-16 {
    padding-top: 389px;
  }

  .container-13 {
    max-width: 1150px;
  }

  .text-block-10.we-believe-text {
    line-height: 22px;
  }

  .section-17 {
    background-position: 100%;
    padding-top: 369px;
  }

  .container-14 {
    max-width: 1150px;
  }

  .button-8.fb {
    transition: transform .35s;
  }

  .button-8.fb:hover {
    transform: scale(1.1);
  }

  .column-9 {
    text-align: center;
  }

  .fb {
    transition: transform .35s;
  }

  .fb:hover {
    transform: scale(1.1);
  }

  .container-16 {
    max-width: 1150px;
  }

  .dropdown-link-22 {
    text-align: left;
  }

  .dropdown-link-22.w--current {
    color: var(--dark-goldenrod-2);
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    grid-template-rows: 43px 43px;
    grid-template-columns: minmax(263px, 2.5fr) 1fr;
    grid-auto-rows: 33px;
    grid-auto-flow: row dense;
    place-items: start;
  }

  .dropdown-link-23 {
    background-color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .dropdown-link-23:hover {
    color: var(--dark-goldenrod-2);
  }

  .text-block-23 {
    font-size: 14px;
  }

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

  .dropdown-list-2 {
    position: fixed;
  }

  .dropdown-list-2.w--open {
    left: 0;
  }

  .dropdown-toggle-4 {
    padding-left: 15px;
  }

  .container-21 {
    max-width: 1150px;
  }

  .nav-link-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link-5.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-5 {
    padding-left: 15px;
  }

  .nav-menu-3 {
    justify-content: center;
    display: flex;
  }

  .container-23 {
    justify-content: center;
    max-width: 1150px;
    display: flex;
  }

  .container-25, .container-26, .container-27, .container-28 {
    max-width: 1150px;
  }

  .text-block-28 {
    padding-right: 76px;
  }

  .container-29, .container-30, .container-31 {
    max-width: 1150px;
  }

  .column-28, .column-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-32, .container-33, .container-34 {
    max-width: 1150px;
  }

  .text-block-41 {
    margin-left: 47px;
  }

  .image-12 {
    margin-left: 30px;
  }

  .container-35 {
    max-width: 1150px;
  }

  .column-35 {
    padding-left: 0;
  }

  .container-36, .container-37, .container-38 {
    max-width: 1150px;
  }

  .text-block-48 {
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
  }

  .container-43, .container-44, .container-45, .container-46, .container-47, .container-48, .container-49, .container-51, .container-52, .container-53, .container-54, .container-56 {
    max-width: 1150px;
  }

  .container-57 {
    margin-top: 21px;
  }

  .button-12 {
    background-color: var(--indigo-3);
  }

  .column-53 {
    text-align: center;
  }

  .container-60, .container-61, .container-62, .container-64, .container-65, .container-66, .container-67, .container-68, .container-69 {
    max-width: 1150px;
  }

  .button-18 {
    padding: 18px 36px;
  }

  .container-70, .container-71, .container-72 {
    max-width: 1150px;
  }

  .section-24, .section-25, .section-26 {
    margin-left: 200px;
    margin-right: 200px;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: var(--blue);
  }

  .hamburger-button.w--open {
    background-color: var(--darker-grey);
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .hero-slider {
    height: 400px;
  }

  .form-wrapper.squeezed {
    padding-left: 10%;
    padding-right: 10%;
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
  }

  .nav-link {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--darker-grey);
    padding: 17px;
  }

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0;
  }

  .content-column {
    padding-top: 0;
  }

  .section-2 {
    padding-top: 153px;
  }

  .image {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar {
    position: relative;
  }

  .menu-button {
    color: #fff;
    font-size: 30px;
  }

  .div-block {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bold-text {
    font-size: 12px;
    line-height: 14px;
  }

  .button-3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .link-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .link-block-2, .link-block-3 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .container-8 {
    justify-content: flex-end;
    position: sticky;
  }

  .navbar-2 {
    border-bottom: 1px solid var(--indigo-3);
    position: relative;
  }

  .nav-link-3 {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2 {
    color: var(--midnight-blue);
    font-size: 37px;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .image-4 {
    display: none;
  }

  .icon-3 {
    color: var(--indigo-5);
  }

  .nav-menu-2 {
    background-color: #2d0042ed;
  }

  .section-14 {
    display: none;
  }

  .heading-10 {
    font-size: 50px;
  }

  .text-block-8 {
    margin-top: 26px;
    font-size: 26px;
  }

  .text-block-9 {
    margin-top: 20px;
  }

  .section-16 {
    padding-top: 236px;
  }

  .section-18 {
    display: none;
  }

  .text-block-13, .icon-4 {
    color: var(--white);
  }

  .dropdown-toggle-2 {
    padding-left: 20px;
  }

  .dropdown-list.w--open {
    position: fixed;
  }

  .grid {
    grid-template-columns: minmax(296px, .25fr) minmax(200px, 1.75fr) minmax(0, 5fr);
    grid-auto-flow: row;
    place-content: space-around space-between;
    justify-items: start;
    margin-left: auto;
    margin-right: auto;
    position: static;
    overflow: scroll;
  }

  .text-block-15, .icon-5 {
    color: var(--white);
  }

  .dropdown-toggle-3 {
    display: flex;
  }

  .dropdown-toggle-3.w--open {
    justify-content: flex-start;
  }

  .text-block-16, .icon-6 {
    color: var(--white);
  }

  .container-18 {
    justify-content: flex-end;
  }

  .menu-button-3 {
    justify-content: flex-end;
    font-size: 37px;
    display: flex;
  }

  .icon-7 {
    color: var(--indigo-5);
  }

  .dropdown-link-22.w--current {
    color: var(--dark-goldenrod-2);
  }

  .text-block-23, .icon-9 {
    color: var(--white);
  }

  .dropdown-toggle-4 {
    padding-left: 8px;
  }

  .nav-link-5, .text-block-24, .dropdown-toggle-5, .dropdown-toggle-6, .dropdown-toggle-7 {
    color: var(--white);
  }

  .menu-button-4 {
    font-size: 37px;
  }

  .menu-button-4.w--open {
    background-color: var(--white);
  }

  .icon-10 {
    color: var(--indigo-5);
  }

  .nav-menu-3 {
    background-color: #2d0042eb;
  }

  .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35 {
    text-align: center;
  }

  .container-45 {
    margin-top: -274px;
  }

  .html-embed-4 {
    overflow: hidden;
  }

  .button-12 {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .button-17 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    text-align: center;
    margin-bottom: 13px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-content, .call-to-action {
    padding: 40px 20px;
  }

  .column, .column-2 {
    display: none;
  }

  .bold-text {
    font-size: 25px;
  }

  .section-10 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-4 {
    display: none;
  }

  .div-block-3, .div-block-3.div1 {
    margin-bottom: 21px;
  }

  .column-5 {
    text-align: center;
  }

  .text-block-6 {
    text-align: center;
    margin-top: 25px;
  }

  .text-block-7, .column-6 {
    text-align: center;
  }

  .section-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .button-7 {
    border: 1px solid var(--goldenrod);
    background-image: url('../images/Phone.png'), radial-gradient(circle farthest-corner at 50% 50%, var(--dark-violet), #3d015a 85%, var(--midnight-blue));
    background-position: 10%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    border-radius: 14px;
    margin-bottom: 19px;
    padding: 16px 195px;
  }

  .button-7:hover {
    background-image: url('../images/Phone.png'), radial-gradient(circle farthest-corner at 50% 50%, #e2a4ff, var(--midnight-blue));
    background-position: 10%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .button-7.button8 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--dark-violet), var(--midnight-blue));
    padding-left: 225px;
    padding-right: 225px;
  }

  .button-7.button8:hover {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #e09eff, var(--midnight-blue)), linear-gradient(to bottom, transparent, transparent);
  }

  .heading-10 {
    font-size: 35px;
  }

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

  .text-block-9 {
    font-size: 16px;
  }

  .section-15 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .image-5 {
    padding-bottom: 22px;
    padding-left: 0;
    padding-right: 22px;
  }

  .section-17 {
    background-attachment: scroll;
  }

  .button-8.fb {
    margin-top: 32px;
  }

  .section-18 {
    display: block;
  }

  .container-15 {
    background-color: var(--indigo-3);
    text-align: center;
    padding-top: 7px;
    padding-bottom: 13px;
    display: block;
  }

  .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-15 {
    text-align: center;
  }

  .dropdown-link-22.w--current {
    color: var(--dark-goldenrod-2);
  }

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

  .navbar-4 {
    border-top: 1px solid var(--goldenrod);
  }

  .column-25 {
    text-align: center;
    padding-bottom: 21px;
  }

  .image-19 {
    padding-bottom: 15px;
  }

  .image-20 {
    padding-bottom: 18px;
  }

  .image-22 {
    padding-bottom: 15px;
  }

  .image-23 {
    margin-top: 36px;
  }

  .container-45 {
    margin-top: -218px;
  }

  .image-24 {
    padding-bottom: 17px;
  }

  .button-12 {
    margin-bottom: 27px;
  }

  .button-14 {
    margin-bottom: 22px;
  }

  .column-56 {
    text-align: center;
  }

  .html-embed-8 {
    padding-bottom: 18px;
  }

  .html-embed-9 {
    padding-bottom: 21px;
  }

  .column-65 {
    text-align: center;
  }

  .section-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-18 {
    margin-bottom: 19px;
    padding-left: 74px;
    padding-right: 74px;
  }

  .container-70 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-24, .section-25, .section-26 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-left: 53px;
    padding-right: 53px;
  }

  .grid-fours {
    width: 50%;
  }

  .section-2 {
    padding-top: 98px;
  }

  .container-2 {
    margin-top: -231px;
  }

  .image {
    margin-top: 137px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .centered-container {
    text-align: left;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .image-2 {
    display: block;
  }

  .heading-5 {
    margin-top: 42px;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text {
    text-shadow: -1px 1px 6px #0000008a;
    font-size: 16px;
  }

  .section-10 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .image-4 {
    width: 100px;
    height: 100px;
    margin-top: 6px;
    display: block;
  }

  .link-block-4 {
    display: none;
  }

  .heading-9 {
    margin-top: 17px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .button-7 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .button-7.button8 {
    padding-left: 122px;
    padding-right: 122px;
  }

  .heading-10 {
    font-size: 25px;
  }

  .section-16 {
    padding-top: 172px;
  }

  .heading-11 {
    font-size: 25px;
  }

  .image-5 {
    padding-right: 1px;
  }

  .section-17 {
    padding-top: 163px;
  }

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

  .button-11 {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-45 {
    margin-top: -105px;
  }

  .button-12 {
    margin-left: 126px;
    margin-right: 126px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .button-13 {
    margin-left: 124px;
    margin-right: 124px;
  }

  .text-block-58, .text-block-59 {
    font-size: 20px;
  }

  .container-70 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .italic-text-2 {
    font-size: 12px;
  }
}


