:root {
  --midnight-blue\<deleted\|variable-444fbdc9\>: #111c4e;
  --church-gold: #ffda84;
  --white: white;
  --church-blue: #021d42;
  --black: black;
  --dark-slate-grey\<deleted\|variable-1b735f29\>: #0a4855;
  --dark-slate-grey-2\<deleted\|variable-10a67015\>: #003648;
  --red\<deleted\|variable-43dde291\>: #de141b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

body {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  color: var(--midnight-blue\<deleted\|variable-444fbdc9\>);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Canela;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h4 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 13px;
  font-family: Canela;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
}

li {
  margin-bottom: 4px;
}

label {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.ber {
  width: 80px;
}

.close {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 5px;
  right: 5px;
}

.close:hover {
  background-color: #d42222;
}

.reg-panel {
  z-index: 9999;
  float: right;
  border-left: 2px solid var(--church-gold);
  width: 500px;
  height: 100%;
  color: var(--white);
  text-align: center;
  object-fit: contain;
  background-color: #011430;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px 50px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

.ex {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.hero {
  width: 100%;
  min-height: 100vh;
  color: var(--white);
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.logos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 26px;
  margin-bottom: 26px;
  display: flex;
}

.call {
  color: var(--white);
  text-align: left;
  letter-spacing: 4px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.button {
  background-color: var(--church-gold);
  color: var(--church-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px 30px 0 0;
  margin-top: 51px;
  margin-bottom: 0;
  padding: 15px 90px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  position: relative;
}

.button:hover {
  background-color: #fff;
  border-color: #6d6d6d;
}

.button.fw {
  border-radius: 0 0 30px 30px;
  width: 100%;
  margin-top: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.normal {
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 20px;
}

.button.normal.hide {
  display: none;
}

.form-2 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
}

.field {
  height: 45px;
  color: var(--black);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 10px;
}

.field.textarea {
  height: 75px;
}

.checkfield {
  text-transform: none;
  padding-left: 25px;
}

.check {
  border-width: 2px;
  border-color: var(--white);
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -25px;
}

.check.w--redirected-checked {
  background-color: #bd9855;
  border-width: 2px;
  border-color: #000;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  text-align: left;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: var(--dark-slate-grey\<deleted\|variable-1b735f29\>);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  color: #414042;
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--church-gold);
  background-color: var(--church-gold);
  color: var(--church-blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-slate-grey-2\<deleted\|variable-10a67015\>);
  color: var(--dark-slate-grey-2\<deleted\|variable-10a67015\>);
  background-color: #fff;
}

.fs-cc-banner_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--red\<deleted\|variable-43dde291\>);
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--dark-slate-grey-2\<deleted\|variable-10a67015\>);
  color: var(--dark-slate-grey-2\<deleted\|variable-10a67015\>);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  text-align: left;
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--dark-slate-grey-2\<deleted\|variable-10a67015\>);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #585858;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--church-gold);
  background-color: var(--church-gold);
  min-width: 140px;
  color: var(--church-blue);
  text-align: center;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--midnight-blue\<deleted\|variable-444fbdc9\>);
  color: var(--midnight-blue\<deleted\|variable-444fbdc9\>);
  background-color: #f5f5f5;
  font-weight: 400;
}

.fs-cc-banner_text {
  color: #616161;
  max-width: 60ch;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.spacer {
  flex: 1;
}

.mid-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.psra {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.overlay {
  mix-blend-mode: multiply;
  background-image: linear-gradient(#021e42, #021e42);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-wrap {
  color: #103a5d;
  font-family: scandia-web, sans-serif;
}

.ard {
  width: 500px;
  margin-bottom: 20px;
}

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

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 2px solid var(--church-gold);
  width: 100%;
  max-width: none;
  color: var(--white);
  text-align: left;
  background-color: #021e42;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 59px;
  padding-bottom: 59px;
  display: flex;
}

.half {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.allcaps {
  border-top: 1px solid var(--church-gold);
  border-bottom: 1px solid var(--church-gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 400;
}

.heading-4 {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.div-block-11 {
  position: relative;
}

.recaptcha {
  margin-top: 10px;
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

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

.text-block-8 {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.div-block-13 {
  border-top: 2px solid var(--church-gold);
  width: 100%;
  max-width: 900px;
  padding-top: 20px;
}

.new-cs {
  color: var(--church-gold);
  margin-top: 10px;
  font-family: the-seasons, sans-serif;
  font-size: 38px;
  line-height: 42px;
}

.sfitz {
  width: 100%;
  max-width: 100px;
}

.nav {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #021d42eb;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: var(--white);
  border-radius: 25px;
  margin: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.navlink:hover {
  color: var(--church-gold);
  background-color: #ffffff21;
  border-radius: 25px;
}

.navlink.w--current {
  color: var(--church-blue);
  background-color: #ffda84ad;
}

.navlink.reg {
  background-color: var(--church-gold);
  color: var(--church-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.navlink.reg:hover {
  background-color: var(--white);
}

.container {
  width: 98%;
  max-width: 1200px;
}

.brand {
  color: var(--church-gold);
  text-transform: uppercase;
  padding: 20px 10px;
  font-family: the-seasons, sans-serif;
  font-size: 28px;
}

.footer-flex {
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.disclaimer {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.section {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.welcome {
  background-color: var(--church-blue);
  color: var(--church-gold);
  padding-top: 142px;
  padding-bottom: 142px;
}

.section.dark {
  background-color: var(--church-blue);
  color: var(--white);
}

.side-image {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.welcome-icon {
  width: 120px;
  margin-bottom: 40px;
}

.cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.text-block-9 {
  text-transform: uppercase;
  font-size: 20px;
}

.text-block-10 {
  text-transform: uppercase;
  font-family: the-seasons, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-11 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-top-right-radius: 100px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0 10px;
}

.flex-block-5.white {
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-bottom-color: var(--white);
}

.flex-block-5.gold {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--church-gold);
  padding-right: 0;
}

.inside-icon {
  width: 80px;
  color: var(--church-blue);
  margin: 20px;
}

.inside-icon.gold {
  color: var(--church-gold);
}

.inside-icon.copper {
  color: #a5674a;
}

.inside-icon.typea {
  color: #fdc4de;
}

.inside-icon.typea1 {
  color: #8f87c2;
}

.inside-icon.typeb {
  color: #479eed;
}

.inside-icon.typec {
  color: #faad7d;
}

.inside-icon.typed {
  color: #e3405e;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid var(--church-blue);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.div-block-15.white {
  border-left-color: var(--white);
}

.div-block-15.flex-no-pad {
  border-left-color: var(--church-gold);
  flex: 1;
  width: 100%;
  padding-left: 0;
}

.left-curve {
  border-top-left-radius: 100px;
  height: 100%;
  overflow: hidden;
}

.text-block {
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.bottom-right-curve {
  border-bottom-right-radius: 100px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-block-12 {
  font-family: the-seasons, sans-serif;
  font-weight: 700;
}

.text-block-12.with-borders {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.feat {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
  line-height: 24px;
}

.feat.left-align {
  text-align: left;
}

.cell {
  justify-content: center;
  align-items: center;
}

.bottom-left-curve {
  border-bottom-left-radius: 100px;
  overflow: hidden;
}

.spec-head {
  color: var(--church-gold);
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.flex-block-7 {
  width: 100%;
  max-width: 33%;
}

.small-icon {
  width: 80px;
}

.small-icon.pink {
  color: #f293de;
}

.text-block-13 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
}

.season {
  font-family: the-seasons, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.pink {
  color: #f293de;
}

.sticky {
  position: sticky;
  top: 85px;
}

.lav {
  color: #8c87bd;
}

.blue {
  color: #619ee5;
}

.orange {
  color: #edb085;
}

.red {
  color: #cc4d61;
}

.text-span {
  font-family: scandia-web, sans-serif;
  font-weight: 400;
}

.key-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.key-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle {
  border: 1px solid var(--church-blue);
  background-color: #979797;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.circle.typea {
  background-color: #fcc4de;
}

.circle.typea1 {
  background-color: #8f87c2;
}

.circle.typeb {
  background-color: #479eed;
}

.circle.typec {
  background-color: #faad7d;
}

.circle.typed {
  background-color: #e3405e;
}

.text-block-14 {
  flex: 1;
  font-size: 18px;
  line-height: 20px;
}

.text-span-2 {
  font-family: the-seasons, sans-serif;
  font-weight: 700;
}

.text-block-15 {
  text-transform: uppercase;
}

.div-block-16 {
  border-bottom: 1px solid var(--church-gold);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.div-block-17 {
  flex: 1;
  width: 100%;
  display: flex;
}

.div-block-18 {
  border-right: 1px solid var(--church-gold);
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.div-block-18.no-border {
  border-right-style: none;
}

.div-block-18.fw {
  flex: 1;
}

.text-block-16 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.type {
  color: #fff;
  font-family: the-seasons, sans-serif;
  font-weight: 700;
}

.type.typea {
  color: #fdc4de;
}

.type.typea1 {
  color: #8f87c2;
}

.type.typeb {
  color: #479eed;
}

.type.typec {
  color: #faad7d;
}

.type.typed {
  color: #e3405e;
}

.lb {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  color: var(--white);
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 41px;
  padding-right: 41px;
  text-decoration: none;
  display: flex;
}

.plan-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.text-block-17 {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .logos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footerlogo {
    max-width: 180px;
  }

  .link-block {
    width: auto;
  }

  .navlink {
    text-align: center;
  }

  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .inside-icon {
    color: var(--church-blue);
  }

  .text-block {
    padding: 0;
  }

  .menu-button {
    background-color: var(--church-gold);
    border-bottom-left-radius: 30px;
  }

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

  .menu {
    background-color: var(--church-blue);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .ber {
    margin-left: 0;
  }

  .reg-panel {
    width: 100%;
  }

  .call {
    order: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .half {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-block-3 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .container {
    width: 95%;
  }

  .footer-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section.welcome {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .side-image {
    max-width: none;
  }

  .flex-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .div-block-14 {
    max-width: none;
  }

  .welcome-icon {
    margin-bottom: 20px;
  }

  .text-block-10 {
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-11 {
    font-size: 22px;
    line-height: 22px;
  }

  .inside-icon {
    width: 50px;
    margin: 10px;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .flex-block-7 {
    max-width: none;
  }

  .small-icon {
    width: 50px;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .div-block-18 {
    border-bottom: 1px solid var(--church-gold);
    border-right-style: none;
  }

  .div-block-18.no-border {
    border-bottom-style: none;
  }

  .div-block-18.fw {
    border-right-style: none;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .reg-panel {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    transform: translate(100%);
  }

  .logos {
    width: 100%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .mid-wrap {
    padding: 0;
  }

  .footer {
    flex-direction: column;
  }

  .half {
    flex-direction: column;
    max-width: 100%;
  }

  .allcaps {
    font-size: 16px;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-10 {
    font-size: 28px;
    line-height: 28px;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-right-radius: 50px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    border-top: 1px solid var(--church-blue);
    border-left-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .div-block-15.flex-no-pad {
    border-top-color: var(--church-gold);
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-curve {
    border-top-left-radius: 50px;
  }

  .bottom-right-curve {
    border-bottom-right-radius: 50px;
  }

  .flex-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-16 {
    font-size: 28px;
    line-height: 28px;
  }

  .lb {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-ccfac7f3-72dc-ba5a-b5bb-82d0a665631c-ad34282f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_33f41d64-62bf-2e0e-c593-05ac7e3775a0-ad34282f {
  grid-column: span 2 / span 2;
}

#w-node-ccfac7f3-72dc-ba5a-b5bb-82d0a665631d-ad34282f {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-acf7b713-940f-653f-269a-8c1cdf0399eb-ad34282f {
  grid-column: span 2 / span 2;
}

#w-node-ca667f48-390d-71e0-4b0f-5ddb297b2e12-ad34282f {
  grid-row: span 2 / span 2;
}

#w-node-_04dc8b0f-e0c2-514d-d390-43752f937f42-ad34282f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_04dc8b0f-e0c2-514d-d390-43752f937f46-ad34282f {
  grid-column: span 2 / span 2;
}

#w-node-_04dc8b0f-e0c2-514d-d390-43752f937f43-ad34282f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_04dc8b0f-e0c2-514d-d390-43752f937f4e-ad34282f, #w-node-_7861debd-3b4c-19a0-76d3-77f068674f90-ad34282f, #w-node-_04dc8b0f-e0c2-514d-d390-43752f937f50-ad34282f, #w-node-_04dc8b0f-e0c2-514d-d390-43752f937f56-ad34282f {
  grid-column: span 2 / span 2;
}

#w-node-_3d379756-984a-b08c-e8fb-b96b10ad976a-ad34282f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3d379756-984a-b08c-e8fb-b96b10ad976b-ad34282f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3d379756-984a-b08c-e8fb-b96b10ad976e-ad34282f, #w-node-_3d379756-984a-b08c-e8fb-b96b10ad9776-ad34282f, #w-node-fc1ca06b-4a0f-a45b-47b0-b8590da7544c-ad34282f, #w-node-_3d379756-984a-b08c-e8fb-b96b10ad977e-ad34282f {
  grid-column: span 2 / span 2;
}

#w-node-_69ef6527-42b6-4c61-790f-40be02c92be3-ad34282f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_69ef6527-42b6-4c61-790f-40be02c92be4-ad34282f, #w-node-cfa306e0-d157-4dff-9d22-eeef1b2b7176-ad34282f {
  grid-column: span 3 / span 3;
}

#w-node-_69ef6527-42b6-4c61-790f-40be02c92bf4-ad34282f {
  grid-column: span 4 / span 4;
}

#w-node-ed7b13c4-d816-ff36-60b4-a6a42f5e17d6-ad34282f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ed7b13c4-d816-ff36-60b4-a6a42f5e17d7-ad34282f, #w-node-_0ea70e00-adaa-3c78-048f-c1fde0900371-ad34282f {
  grid-column: span 3 / span 3;
}

#w-node-ed7b13c4-d816-ff36-60b4-a6a42f5e17e4-ad34282f {
  grid-column: span 4 / span 4;
}

#w-node-_8e4c847e-13d6-eda9-de80-f5f700f789e6-ad34282f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8e4c847e-13d6-eda9-de80-f5f700f789e7-ad34282f, #w-node-_8e4c847e-13d6-eda9-de80-f5f700f789f0-ad34282f {
  grid-column: span 3 / span 3;
}

#w-node-_889e6202-e606-c92d-cf0a-c145b6b17ae8-ad34282f, #w-node-_706e1753-1f1e-6412-9604-3495d74068a2-ad34282f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_706e1753-1f1e-6412-9604-3495d74068a3-ad34282f {
  grid-column: span 2 / span 2;
}

#w-node-ed84cdd1-cd69-9038-3c93-3ac9158f0bf0-ad34282f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed84cdd1-cd69-9038-3c93-3ac9158f0bf1-ad34282f {
  grid-column: span 2 / span 2;
}

#w-node-_5b3ff11c-364e-017f-4edd-2b79da672fc5-ad34282f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5b3ff11c-364e-017f-4edd-2b79da672fc6-ad34282f {
  grid-column: span 2 / span 2;
}

#w-node-_223074cc-c15d-9ed0-b6c5-d0268f328780-ad34282f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_223074cc-c15d-9ed0-b6c5-d0268f328781-ad34282f {
  grid-column: span 2 / span 2;
}

#w-node-f15ca20e-336d-1072-a6e6-d8ff0b1f3e76-ad34282f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f15ca20e-336d-1072-a6e6-d8ff0b1f3e77-ad34282f {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ccfac7f3-72dc-ba5a-b5bb-82d0a665631c-ad34282f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33f41d64-62bf-2e0e-c593-05ac7e3775a0-ad34282f {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-ccfac7f3-72dc-ba5a-b5bb-82d0a665631d-ad34282f {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-acf7b713-940f-653f-269a-8c1cdf0399eb-ad34282f {
    grid-column: span 2 / span 2;
  }

  #w-node-ca667f48-390d-71e0-4b0f-5ddb297b2e12-ad34282f {
    grid-row: span 2 / span 2;
  }

  #w-node-_04dc8b0f-e0c2-514d-d390-43752f937f42-ad34282f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_04dc8b0f-e0c2-514d-d390-43752f937f46-ad34282f {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_04dc8b0f-e0c2-514d-d390-43752f937f43-ad34282f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_04dc8b0f-e0c2-514d-d390-43752f937f4e-ad34282f, #w-node-_7861debd-3b4c-19a0-76d3-77f068674f90-ad34282f, #w-node-_04dc8b0f-e0c2-514d-d390-43752f937f50-ad34282f, #w-node-_04dc8b0f-e0c2-514d-d390-43752f937f56-ad34282f {
    grid-column: span 2 / span 2;
  }

  #w-node-_3d379756-984a-b08c-e8fb-b96b10ad976a-ad34282f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3d379756-984a-b08c-e8fb-b96b10ad976b-ad34282f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3d379756-984a-b08c-e8fb-b96b10ad976e-ad34282f {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_3d379756-984a-b08c-e8fb-b96b10ad9776-ad34282f, #w-node-fc1ca06b-4a0f-a45b-47b0-b8590da7544c-ad34282f, #w-node-_3d379756-984a-b08c-e8fb-b96b10ad977e-ad34282f {
    grid-column: span 2 / span 2;
  }

  #w-node-_69ef6527-42b6-4c61-790f-40be02c92be3-ad34282f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_69ef6527-42b6-4c61-790f-40be02c92be4-ad34282f, #w-node-cfa306e0-d157-4dff-9d22-eeef1b2b7176-ad34282f, #w-node-_69ef6527-42b6-4c61-790f-40be02c92bf4-ad34282f {
    grid-column: span 2 / span 2;
  }

  #w-node-ed7b13c4-d816-ff36-60b4-a6a42f5e17d6-ad34282f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ed7b13c4-d816-ff36-60b4-a6a42f5e17d7-ad34282f, #w-node-_0ea70e00-adaa-3c78-048f-c1fde0900371-ad34282f, #w-node-_2cc2576e-59a2-0812-2c4b-4517f6d5fd49-ad34282f, #w-node-ed7b13c4-d816-ff36-60b4-a6a42f5e17e4-ad34282f {
    grid-column: span 2 / span 2;
  }

  #w-node-_8e4c847e-13d6-eda9-de80-f5f700f789e6-ad34282f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8e4c847e-13d6-eda9-de80-f5f700f789e7-ad34282f, #w-node-_8e4c847e-13d6-eda9-de80-f5f700f789f0-ad34282f, #w-node-_8e4c847e-13d6-eda9-de80-f5f700f789f3-ad34282f {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_82ef89b6-c5c7-1264-01c0-9842d849c141-ad34282f, #w-node-bbd982af-ba62-cb5d-5a75-d32599a23128-ad34282f, #w-node-_3d379756-984a-b08c-e8fb-b96b10ad9778-ad34282f {
    grid-column: span 2 / span 2;
  }

  #w-node-_706e1753-1f1e-6412-9604-3495d74068a2-ad34282f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_706e1753-1f1e-6412-9604-3495d74068a3-ad34282f {
    grid-column: span 1 / span 1;
  }

  #w-node-ed84cdd1-cd69-9038-3c93-3ac9158f0bf0-ad34282f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed84cdd1-cd69-9038-3c93-3ac9158f0bf1-ad34282f {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b3ff11c-364e-017f-4edd-2b79da672fc5-ad34282f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5b3ff11c-364e-017f-4edd-2b79da672fc6-ad34282f {
    grid-column: span 1 / span 1;
  }

  #w-node-_223074cc-c15d-9ed0-b6c5-d0268f328780-ad34282f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_223074cc-c15d-9ed0-b6c5-d0268f328781-ad34282f {
    grid-column: span 1 / span 1;
  }

  #w-node-f15ca20e-336d-1072-a6e6-d8ff0b1f3e76-ad34282f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f15ca20e-336d-1072-a6e6-d8ff0b1f3e77-ad34282f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cde32233-51f0-dd86-7931-dd5661f5338b-ad34282f {
    grid-column: span 2 / span 2;
  }

  #w-node-ca667f48-390d-71e0-4b0f-5ddb297b2e12-ad34282f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e2ca1ed-2404-f58f-ceeb-0b83d7f50547-ad34282f, #w-node-_9ba7853a-968b-087a-f7a5-7cf8d4e84a18-ad34282f, #w-node-_69ef6527-42b6-4c61-790f-40be02c92bf9-ad34282f, #w-node-_69ef6527-42b6-4c61-790f-40be02c92bfa-ad34282f, #w-node-c8ec11e8-a3e9-c17e-8677-6ef6437348d7-ad34282f, #w-node-_69ef6527-42b6-4c61-790f-40be02c92bfd-ad34282f {
    grid-column: span 2 / span 2;
  }
}


