:root {
  --white: white;
  --dark-slate-blue: #253b4e;
  --seashell: #f9f4f0;
  --firebrick: #b5352e;
  --dark-slate-blue-2: #253b4e;
  --royal-blue: #416179;
  --gainsboro: #dbd9d8;
  --antique-white: #e3d1c2;
  --seashell-2: #f9f4f0;
  --alice-blue: #ebf3f9;
  --medium-sea-green: #00a967;
  --light-steel-blue: #c2d4e3;
  --black: #04090e;
}

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

.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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  line-height: 20px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.ministry-areas-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #253b4e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 101px 120px;
  display: flex;
}

.areas-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.areas-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--white);
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin: 40px auto;
  display: grid;
}

.areas-grid.social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom-style: none;
}

.areas-child-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 388px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.areas-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section-subheading {
  color: #fafafa;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

.section-subheading.long {
  font-size: 2em;
  line-height: 1.1;
}

.section-subheading.long.black {
  color: var(--dark-slate-blue);
  line-height: 1;
}

.hero-subtitle {
  color: var(--seashell);
  letter-spacing: .005em;
  width: 75%;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.black-button---black {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e3d1c2;
  border: 1px solid #e3d1c2;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.body---small {
  letter-spacing: .005em;
  text-transform: uppercase;
  line-height: 1.2;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.site-option-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-section {
  background-color: #dbd9d8;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding-left: 7.5%;
  display: flex;
  position: relative;
}

.hero-section.new {
  background-color: #dbdbd8;
  background-image: url('../images/website-min_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
}

.hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-heading {
  color: var(--dark-slate-blue);
  letter-spacing: -4px;
  margin-top: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 4.2em;
  font-weight: 400;
  line-height: 1;
}

.hero-heading.text1 {
  color: var(--firebrick);
  display: none;
}

.hero-heading.text2 {
  color: var(--firebrick);
  display: block;
  transform: translate(0, 100px);
}

.hero-heading.text3 {
  color: var(--firebrick);
  display: none;
  transform: translate(0, 100px);
}

.hero-heading.left-align {
  color: var(--firebrick);
  text-align: left;
  font-size: 4.2em;
}

.nav-bar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1199px;
  display: flex;
}

.brand-icon-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 38px;
  display: flex;
}

.frame-140 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--dark-slate-blue-2);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-cta-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--royal-blue);
  background-color: #e3d1c2;
  border: 1px solid #e3d1c2;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: .8em;
  font-weight: 700;
  display: inline-block;
}

.nav-cta-button.alt {
  border-width: 2px;
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: color .2s, background-color .2s;
}

.nav-cta-button.alt:hover {
  color: var(--dark-slate-blue);
  background-color: #0000;
}

.nav-cta-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fafafa;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: inline-block;
}

.about-me-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--seashell);
  background-image: url('../images/IMG_1425-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 100px 120px;
  display: flex;
}

.section-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.section-content-wrapper.neg-padding {
  margin-top: -200px;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.body---large {
  color: #416179;
  letter-spacing: .005em;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-heading {
  color: var(--dark-slate-blue-2);
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.2;
}

.section-heading.white {
  color: var(--white);
}

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

.section-heading.feature {
  font-size: 2.4em;
}

.section-heading.feature.small {
  text-align: center;
  font-size: 2.2em;
  line-height: 1.2;
}

.section-heading.feature.small.white {
  line-height: 1.5;
}

.section-heading.feature.area-desc {
  text-align: left;
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.8em;
  line-height: 1.3;
}

.section-heading.feature.area-desc.small {
  font-family: DM Sans, sans-serif;
  font-size: 1.3em;
}

.section-heading.pe {
  font-size: 2.8em;
}

.section-heading.quote {
  color: var(--white);
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

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

.section-paragraph {
  color: #416179ed;
  letter-spacing: .005em;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.section-paragraph.white {
  color: var(--seashell);
  margin-bottom: 40px;
}

.section-paragraph.white.new {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: .8em;
}

.section-paragraph.white.new-large {
  margin-bottom: 0;
}

.section-paragraph.long {
  column-count: 1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-paragraph.long.white {
  margin-bottom: 0;
}

.section-paragraph.long.col-2 {
  color: #ffffffc4;
  column-count: 2;
  column-gap: 80px;
}

.section-paragraph.center {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-paragraph.small {
  color: var(--gainsboro);
  text-align: center;
  font-size: .7em;
}

.section-paragraph.small.black {
  color: var(--dark-slate-blue);
}

.section-paragraph.red {
  color: var(--firebrick);
}

.primary-button {
  grid-column-gap: 16.2482px;
  grid-row-gap: 16.2482px;
  border: 2px solid var(--firebrick);
  color: var(--firebrick);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 12px 24px;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
  transition: color .2s, border-color .2s, background-color .2s;
}

.primary-button:hover {
  border-color: var(--firebrick);
  background-color: var(--firebrick);
  color: var(--white);
}

.primary-button.alt {
  border-width: 2px;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.primary-button.center {
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button.dark {
  background-color: var(--royal-blue);
  color: var(--white);
  border-width: 2px;
  border-color: #0000;
}

.primary-button.sign, .primary-button.sign:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.create-a-new-ticket {
  text-transform: uppercase;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.sub {
  background-color: var(--royal-blue);
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.section.footer {
  background-color: var(--dark-slate-blue-2);
  padding-bottom: 20px;
}

.section.white {
  background-color: var(--white);
  overflow: hidden;
}

.section.bg {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG_1421-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.bg.pe {
  background-image: linear-gradient(#00000080, #00000080), url('../images/couple-kissing-in-the-skyporn-2022-11-01-07-53-26-utc-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.rev {
  background-image: url('../images/uncle_ike_about_show_1.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.dark {
  background-color: #0a1824;
}

.section.gray {
  background-color: #dbd9d8;
}

.section.resources {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 60px;
}

.section.pe {
  background-color: var(--seashell);
}

.section.faqs {
  background-image: linear-gradient(90deg, var(--white), #e5e5e5ed 44%, transparent 77%), url('../images/2151139415_1.avif');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.img-bg {
  background-image: url('../images/IMG_1421-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.section.img-bg.pe {
  background-image: linear-gradient(#00000080, #00000080), url('../images/couple-kissing-in-the-skyporn-2022-11-01-07-53-26-utc-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.col-2 {
  background-color: var(--dark-slate-blue-2);
  padding-bottom: 40px;
}

.section.light {
  background-color: var(--seashell);
}

.areas-block-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.areas-child-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #04090e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 480px;
  display: flex;
  position: relative;
}

.areas-content-img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.areas-content-img.img1 {
  background-image: none;
}

.areas-content-img.img2 {
  background-image: url('../images/areas-content-img-pastor.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.areas-content-img.img3 {
  background-image: url('../images/areas-content-imgpractical.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.areas-content-img.img4 {
  background-image: url('../images/areas-content-img-family.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.areas-content-img.img5 {
  background-image: url('../images/areas-content-img-leader.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.areas-content-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0000, #0204077a 30%, #03060aad 60%, #04090e);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-subtext {
  color: var(--dark-slate-blue);
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-family: Gilda Display, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.1;
}

.section-subtext.white {
  color: var(--white);
}

.section-subtext.small {
  font-size: 1.2em;
}

.section-subtext.red {
  color: var(--firebrick);
  margin-bottom: 20px;
}

.areas-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-img {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fafafa;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ministry-areas-section_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 101px 120px;
  display: flex;
}

.section-img.course {
  background-image: linear-gradient(#000, #fff0), url('../images/IMG_1425-min_1.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body---large-2 {
  color: #fafafa;
  letter-spacing: .005em;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.h2---heading-3 {
  color: #fafafa;
  text-align: center;
  letter-spacing: .005em;
  font-family: Gilda Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.hover-black-button---small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fafafa;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.ministry-areas-section-4 {
  background-color: #416179;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.subscribe-block-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.default-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--antique-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 1px;
  display: flex;
}

.black-button---black-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e3d1c2;
  border: 1px solid #e3d1c2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.ministry-areas-section-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 93px 120px;
  display: flex;
}

.h2---heading-4 {
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: .005em;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.books-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin: 60px auto 40px;
  display: grid;
}

.resource-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--alice-blue);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.resource-wrapper.center {
  justify-content: center;
}

.resource-wrapper.white {
  background-color: var(--firebrick);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 210px;
}

.book-cover {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.book-cover.img1 {
  background-image: url('../images/book-cover_1.avif');
  background-size: contain;
}

.book-cover.img2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/beautiful-african-american-couple-drinking-coffee-2023-02-21-19-41-03-utc-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.book-cover.img3 {
  background-image: url('../images/book-shoot_1.avif');
  background-size: contain;
}

.overline {
  color: #416179;
  letter-spacing: .005em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.frame-131 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #b5352e;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.overline-2 {
  letter-spacing: .005em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.new-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 34px;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.overline-3 {
  color: #fafafa;
  letter-spacing: .005em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.price-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--firebrick);
  color: var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: 0% -5% auto auto;
}

.black-button---black-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-slate-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 231px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  font-size: 1em;
  display: flex;
}

.black-button---black-4.left {
  margin-left: 0;
}

.ministry-areas-section-6 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 102px 120px;
  display: flex;
}

.text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00a967;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 34px;
  margin-bottom: 40px;
  padding: 4px 8px;
  display: flex;
}

.ministry-areas-section-7 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 101px 120px;
  display: flex;
}

.areas-content-img-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.areas-content-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.body {
  font-family: DM Sans, sans-serif;
  font-size: 1em;
}

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

.nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 90%;
  max-width: 1920px;
  display: flex;
}

.cta-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  display: flex;
}

.section-subtitle {
  color: var(--dark-slate-blue-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 500;
  line-height: 1.5;
}

.section-subtitle.white {
  color: var(--white);
  font-weight: 400;
}

.section-subtitle.large {
  margin-bottom: 60px;
  font-size: 1em;
  line-height: 1.6;
}

.section-subtitle.dark {
  color: var(--dark-slate-blue);
}

.section-container {
  width: 90%;
  max-width: 90%;
}

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

.section-container.flex {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-container.short {
  width: 80%;
}

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

.form-block {
  width: 40%;
  margin-bottom: 0;
}

.form-wrapper {
  align-items: center;
  display: flex;
}

.sub-text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 46px;
  margin-bottom: 0;
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-content-wrapper {
  position: relative;
}

.grid-content-wrapper.center {
  text-align: center;
}

.footer-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-note-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-note-content-wrapper {
  text-align: right;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #ffffff80;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-grid.social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom-style: none;
}

.footer-text {
  color: #ffffffb3;
  font-size: .9em;
  line-height: 1.4;
}

.footer-note-link {
  color: #ffffffb3;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .8em;
}

.footer-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-child-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 388px;
  display: flex;
}

.footer-link {
  color: var(--antique-white);
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.social-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: grid;
}

.social-grid.social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom-style: none;
}

.footer-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.hero-text-ani-wrapper {
  height: 90px;
  margin-top: -10px;
  margin-bottom: 40px;
  padding-right: 20px;
  overflow: hidden;
}

.hero-img-wrapper {
  z-index: -1;
  filter: none;
  background-image: url('../images/background-img_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text-link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.how-to-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--white);
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin: 40px auto;
  display: grid;
}

.how-to-grid.social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom-style: none;
}

.brand {
  align-items: center;
  margin-right: 20px;
}

.nav-line {
  background-color: var(--firebrick);
  width: 100%;
  height: 3px;
  padding-bottom: 0;
  display: none;
}

.book-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.book-content-wrapper {
  flex-direction: column;
  justify-content: center;
  padding: 47px 0 47px 58px;
  display: flex;
}

.feature-book-cover-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 41px;
  display: flex;
}

.book-child-flex {
  box-shadow: -8px 7px 43px -3px #000000c2;
}

.amz-link-blk {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--antique-white);
  color: var(--dark-slate-blue-2);
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .85em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.section-hero-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-hero-container.img {
  background-image: url('../images/WhatsApp-Image-2023-06-29-at-10.49.17-AM_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 40px;
}

.section-hero-container.rev {
  background-color: var(--white);
  padding: 68px;
}

.section-hero-container.flex {
  width: 100%;
}

.about-content-wrapper {
  width: 60%;
}

.about-content-wrapper.long {
  width: 100%;
}

.about-content-wrapper.bg {
  width: 100%;
  padding-bottom: 20px;
}

.content-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.content-flex.long {
  width: 70%;
}

.section-subtitle-heading {
  color: var(--firebrick);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2;
}

.section-subtitle-heading.check {
  margin-bottom: 0;
  font-size: .9em;
}

.section-para-subnote {
  color: #416179e6;
  letter-spacing: .005em;
  width: 80%;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4;
}

.section-para-subnote.white {
  color: #ffffffbf;
  margin-bottom: 40px;
}

.section-para-subnote.long {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-para-subnote.areas {
  width: 100%;
}

.about-note-text {
  color: var(--royal-blue);
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
}

.section-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-about.sub {
  background-color: var(--royal-blue);
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.section-about.footer {
  background-color: var(--dark-slate-blue-2);
  padding-bottom: 20px;
}

.section-about.white {
  background-color: var(--white);
}

.section-about.bg {
  background-image: url('../images/IMG_1421-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about.rev {
  background-image: url('../images/uncle_ike_about_show_1.avif');
  background-position: 120% 140%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-stack {
  overflow: hidden;
}

.areas-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 120px;
  overflow: hidden;
}

.area-mask {
  width: 30%;
  overflow: visible;
}

.areas-content-slide {
  margin-right: 60px;
}

.arrow {
  color: var(--dark-slate-blue-2);
  background-color: #ffffffd1;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 0;
  font-size: 1.8em;
  display: flex;
  inset: auto 10% 0% auto;
  overflow: visible;
}

.arrow.buttom {
  display: none;
  top: 20%;
}

.areas-slide-nav {
  text-align: left;
  margin-bottom: 30px;
  font-size: .8em;
}

.arrow-text {
  font-size: .4em;
  line-height: 1.2;
}

.arrow-line {
  z-index: 1;
  background-color: var(--white);
  width: 80px;
  height: 1px;
  position: absolute;
  right: -90px;
}

.about-img {
  background-image: url('../images/WhatsApp-Image-2023-06-29-at-10.49.17-AM_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.ministry-stack {
  grid-column-gap: 0px;
  padding: 0;
}

.ministry-hero-conten-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 60px 60px 60px 100px;
  display: flex;
}

.ministry-tab {
  max-width: 100%;
  display: flex;
}

.ministry-tabs-menu {
  flex-direction: column;
  width: 30%;
  padding-right: 40px;
  display: flex;
}

.ministry-tabs-content {
  background-color: var(--seashell-2);
  width: 60%;
  margin-top: 0;
  margin-left: 2.5%;
  margin-right: -100px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  overflow: visible;
  box-shadow: 9px 5px 30px 3px #00000026;
}

.ministry-tab-pane {
  margin-right: -114px;
  padding-left: 40px;
  padding-right: 20px;
}

.large-paragraph {
  color: var(--dark-slate-blue-2);
  letter-spacing: -3px;
  margin-bottom: 30px;
  font-family: Gilda Display, sans-serif;
  font-size: 2.7em;
  line-height: 1.2;
}

.large-paragraph.white {
  color: var(--white);
}

.ministry-tab-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--dark-slate-blue);
  background-color: #0000;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  transition: all .2s;
  display: flex;
}

.ministry-tab-link.w--current {
  border-left: 5px solid var(--firebrick);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: underline;
}

.ministry-img-cell {
  background-image: url('../images/hero_img-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 540px;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-img-wrapper {
  background-image: url('../images/hero_img-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
  margin-bottom: 40px;
}

.content-img-wrapper.min {
  background-image: url('../images/gift-habeshaw-Hud9VDXzA9s-unsplash_1.avif');
  background-position: 50%;
}

.button {
  border-bottom-width: 3px;
  border-bottom-color: var(--firebrick);
  color: var(--firebrick);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 20px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-bottom-color: #0000;
}

.button.center {
  width: 211.583px;
}

.section-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.nav-sec-cta-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--royal-blue);
  color: var(--royal-blue);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 9px 10px;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: inline-block;
}

.nav-sec-cta-button:hover {
  border-color: var(--antique-white);
  background-color: var(--antique-white);
}

.nav-sec-cta-button.alt {
  border-width: 2px;
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

._4-grid-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.nav-link-wrapper {
  display: flex;
  position: relative;
}

.contact-stack {
  padding-top: 0;
}

.contact-form-block {
  width: 100%;
  padding-top: 0;
}

.form-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--royal-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
  height: 48px;
  margin-bottom: 40px;
}

.form-label {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 700;
}

.form-label.white {
  color: var(--white);
  font-size: 1em;
}

.contact-child-stack-cell {
  padding: 60px 40px;
}

.contact-child-stack-cell.form {
  padding-left: 0;
  padding-right: 100px;
}

.contact-heading {
  color: var(--dark-slate-blue);
  letter-spacing: -4px;
  margin-top: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 4.6em;
  font-weight: 400;
  line-height: 1;
}

.contact-heading.text1 {
  color: var(--firebrick);
  display: none;
}

.contact-heading.text2 {
  color: var(--firebrick);
  display: block;
  transform: translate(0, 100px);
}

.contact-heading.text3 {
  color: var(--firebrick);
  display: none;
  transform: translate(0, 100px);
}

.contact-heading.left-align {
  color: var(--firebrick);
  text-align: left;
}

.embed-link-block {
  margin-top: 20px;
}

.embed-link-block.nav {
  margin-top: 15px;
}

.breadcrumbs-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
  display: flex;
}

.ministry-img-blk {
  background-image: linear-gradient(0deg, #000, #1a1a1a00);
  height: 540px;
  position: relative;
}

.area-cell-grid {
  grid-column-gap: 59px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.areas-description-wrapper {
  padding-right: 0;
}

.add-info-blk {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.sub-content-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #253b4e33;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-top: 40px;
  display: flex;
}

.sub-content-child-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.areas-top-cell {
  padding-bottom: 40px;
  padding-left: 60px;
}

.breadcrumbs-link {
  color: #b5352e99;
  font-size: .85em;
  transition: color .2s;
}

.breadcrumbs-link:hover {
  color: var(--firebrick);
}

.breadcrumbs-text {
  color: var(--dark-slate-blue);
}

.ministry-parent-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.rich-text-block {
  color: var(--white);
  line-height: 1.4;
}

.rich-text-block a {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  margin-right: 5px;
  font-size: .85em;
  transition: all .2s;
  display: inline-block;
}

.rich-text-block a:hover {
  border-bottom-color: #0000;
}

.hero-content-grid {
  grid-template-rows: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}

.hero-grid-img-wrapper {
  background-image: url('../images/beautiful-african-american-couple-drinking-coffee-2023-02-21-19-41-03-utc-min_1.avif');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-grid-img-wrapper.apolo {
  background-image: url('../images/2150059048-min_1.avif');
}

.hero-container-pe {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-section-pe {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding-left: 2.5%;
  position: relative;
}

.hero-section-pe.new {
  background-color: #dbdbd8;
  background-image: url('../images/website-min_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.short-content-left-grid {
  padding-right: 20px;
}

.long-content-right-grid {
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

._3-grid-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.benefits-grid {
  grid-row-gap: 82px;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.left-grid-img-wrapper {
  background-image: url('../images/african-american-couple-having-romantic-date-at-ho-2023-06-21-07-11-48-utc-min_1.avif');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 331.771px;
}

.left-grid-img-wrapper.long {
  background-image: url('../images/2148854150-min_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  height: 400px;
}

.right-grid-img-wrapper {
  background-image: url('../images/happy-african-american-couple-embracing-in-living-min_1.avif');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-grid-img-wrapper.long {
  background-image: url('../images/48477-min_1.avif');
  height: 400px;
}

.section-list-text {
  color: #416179e6;
  letter-spacing: .005em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

.section-list-text.white {
  color: #ffffffbf;
  margin-bottom: 40px;
}

.section-list-text.long {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-list-text.areas {
  width: 100%;
}

.list-content-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}

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

.text-block {
  line-height: 1;
}

.nav-tag {
  border: 1px solid var(--firebrick);
  background-color: var(--firebrick);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 3px;
  font-size: .5em;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: -2%;
  right: -3%;
}

.nav-tag.footer {
  border-color: var(--firebrick);
  color: var(--white);
  font-size: .7em;
  inset: -12px -28px auto auto;
}

.add-info-wrapper {
  background-color: var(--firebrick);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
}

.contact-content-cell {
  padding-top: 40px;
}

.text-block-2 {
  margin-bottom: 2px;
}

.quotes {
  color: #ffffff36;
  font-size: 4em;
  position: absolute;
  inset: -15% auto auto -2%;
}

.gallery-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gallery-lightbox-link {
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
}

.gallery-lightbox-img {
  height: 100%;
}

.gallery-heading {
  color: var(--white);
  font-family: Gilda Display, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

.gallery-subheading {
  color: #ffffff45;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2;
}

.gallery-subheading.red {
  color: var(--firebrick);
  font-weight: 700;
}

.gallery-subheading.large {
  color: var(--firebrick);
  font-size: 1em;
}

.title-w {
  border-bottom-width: 3px;
  border-bottom-color: var(--firebrick);
  color: var(--firebrick);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.title-w:hover {
  border-bottom-color: #0000;
}

.section-flex {
  grid-column-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  display: flex;
}

.emp-text {
  color: var(--firebrick);
  letter-spacing: -.5px;
  font-family: Gilda Display, sans-serif;
  font-size: 1.4em;
}

.apply-block {
  background-color: var(--firebrick);
  border-radius: 64px;
  justify-content: space-between;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.apply-img {
  background-image: url('../images/2148396356-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 40%;
  position: relative;
}

.apply-content-w {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 20px;
  display: flex;
}

.register-heading {
  color: var(--dark-slate-blue);
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.1;
}

.register-heading.white {
  color: var(--white);
  margin-bottom: 0;
}

.register-heading.small {
  font-size: 1.2em;
}

.register-heading.red {
  color: var(--firebrick);
  margin-bottom: 20px;
}

.marquee-parent-w {
  min-width: 100%;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.marquee-child {
  justify-content: space-around;
  min-width: 120%;
  display: flex;
}

.marquee-item {
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  width: 23%;
  height: 240px;
  margin-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.marquee-heading {
  z-index: 2;
  color: var(--alice-blue);
  text-align: center;
  font-family: Gilda Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.img-overlay {
  z-index: 1;
  background-image: linear-gradient(#1b1b1b00, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.small-text {
  color: var(--white);
  font-size: .8em;
  font-weight: 500;
  line-height: 1.4;
}

.small-text.black {
  color: var(--dark-slate-blue);
}

.payment-img-w {
  width: 60px;
}

.payment-img-w.dets {
  width: auto;
  margin-right: 10px;
}

.image {
  width: 32px;
}

.image.large {
  width: 60px;
}

.payment-parent-w {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.payment-parent-w.alt {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.payment-block {
  background-color: var(--firebrick);
  color: var(--alice-blue);
  border-radius: 16px;
  margin-top: 40px;
  padding: 20px;
}

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

.form-left-w {
  width: 40%;
}

.form-right-w {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}

.form-heading-w {
  margin-bottom: 60px;
}

.course-details-w {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.course-details-w.alt {
  background-color: var(--light-steel-blue);
  border-radius: 24px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.course-details-w.cert {
  text-align: left;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.author-img {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/website-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 220px;
  height: 220px;
  margin: 20px auto;
}

.author-img.cert {
  background-color: #0000;
  background-image: url('../images/icon-badge-cert-mobile-award.svg');
  width: 80px;
  height: 80px;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: 340px;
}

.slide-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-nav {
  font-size: .9em;
  bottom: -61px;
}

.check-field {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ministry-hero-section {
  background-color: var(--antique-white);
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-top-child {
  width: 85%;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-bottom-child {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.ministry-heading {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
}

.ministry-grid-child {
  flex-flow: column;
  padding-left: 10%;
  display: flex;
}

.grid-child-content-w {
  padding: 40px 40px 0;
}

.ministry-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.in-text-link {
  color: var(--dark-slate-blue-2);
  text-underline-offset: 2px;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    background-position: 100% 40%;
  }

  .hero-section.new {
    background-image: url('../images/website-1-min_1.avif');
    background-position: 100% 100%;
    background-size: contain;
  }

  .hero-heading {
    font-size: 4.8em;
  }

  .section-paragraph.white.new {
    font-size: .9em;
  }

  .section-paragraph.white.new-large {
    font-size: 1.2em;
  }

  .section-paragraph.small {
    font-size: .9em;
  }

  .black-button---black-4 {
    max-width: 240px;
  }

  .section-container {
    max-width: 1040px;
  }

  .book-grid {
    max-width: 960px;
  }

  .section-subtitle-heading {
    font-size: .9em;
  }

  .ministry-hero-conten-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .ministry-tab {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .ministry-tabs-content {
    width: 70%;
    height: 520px;
  }

  .large-paragraph.white {
    font-size: 2.8em;
  }

  .ministry-img-cell {
    background-image: url('../images/hero_img-min_1.avif');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .form-label.white {
    font-size: 1em;
  }

  .contact-heading {
    font-size: 4.8em;
  }

  .ministry-img-blk {
    height: 640px;
  }

  .breadcrumbs-link {
    font-size: .9em;
  }

  .rich-text-block p {
    font-size: 1.2em;
  }

  .hero-content-grid {
    max-width: 100%;
  }

  .hero-content-wrapper {
    justify-content: center;
  }

  .hero-grid-img-wrapper {
    background-position: 50% 30%;
  }

  .hero-section-pe {
    background-position: 100% 40%;
  }

  .hero-section-pe.new {
    background-image: url('../images/website-1-min_1.avif');
    background-position: 100% 100%;
    background-size: contain;
  }

  .benefits-grid {
    max-width: 1040px;
  }

  .left-grid-img-wrapper, .right-grid-img-wrapper {
    background-position: 50% 30%;
  }

  .nav-tag.footer {
    font-size: .75em;
    top: -14px;
    right: -28px;
  }

  .gallery-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 90%;
  }

  .gallery-lightbox-link {
    height: 180px;
  }

  .gallery-subheading {
    font-size: .9em;
  }

  .register-heading.white {
    font-size: 2.2em;
  }

  .marquee-item {
    width: 22%;
  }

  .marquee-heading {
    font-size: 1.35rem;
    line-height: 1.4;
  }

  .small-text {
    font-size: .85em;
  }

  .payment-img-w {
    width: 80px;
  }

  .course-details-w.alt {
    width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .section-subheading {
    font-size: 2.2em;
  }

  .hero-section.new {
    background-size: contain;
  }

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

  .hero-heading {
    font-size: 5.6em;
  }

  .hero-heading.left-align {
    font-size: 4.4em;
  }

  .nav-link, .nav-cta-button {
    font-size: 1em;
  }

  .section-heading {
    font-size: 3.8em;
  }

  .section-heading.pe {
    font-size: 3.2em;
  }

  .section-heading.quote {
    font-size: 2em;
  }

  .section-paragraph {
    font-size: 1.2em;
  }

  .primary-button {
    font-size: 1em;
  }

  .primary-button.center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button.dark {
    font-size: 1em;
  }

  .areas-content-img {
    width: 100%;
  }

  .section-subtext {
    font-size: 1.8em;
  }

  .books-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 80%;
  }

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

  .price-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-subtitle {
    font-size: 1em;
  }

  .section-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-container.center, .sub-container {
    max-width: 1280px;
  }

  .form-block {
    padding-left: 40px;
  }

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

  .hero-text-ani-wrapper {
    height: 120px;
  }

  .text-link {
    font-size: 1em;
  }

  .book-grid {
    max-width: 1160px;
  }

  .amz-link-blk {
    font-size: .9em;
  }

  .section-hero-container {
    max-width: 1280px;
  }

  .section-hero-container.img {
    background-position: 100% 100%;
  }

  .section-subtitle-heading, .section-subtitle-heading.check {
    font-size: 1.1em;
  }

  .section-para-subnote {
    font-size: 1.2em;
  }

  .ministry-tab {
    max-width: 80%;
  }

  .ministry-tabs-content {
    height: 580px;
  }

  .large-paragraph {
    font-size: 2.8em;
  }

  .ministry-tab-link {
    font-size: 1.1em;
  }

  .button {
    font-size: 1em;
  }

  .container {
    max-width: 1100px;
  }

  .nav-sec-cta-button {
    font-size: 1em;
  }

  .form-label {
    font-size: .9em;
  }

  .form-label.white {
    font-size: 1.4em;
  }

  .contact-heading {
    font-size: 5.6em;
  }

  .add-info-blk {
    padding-left: 40px;
    padding-right: 40px;
  }

  .breadcrumbs-link {
    font-size: 1em;
  }

  .breadcrumbs-text {
    font-size: 1.1em;
  }

  .rich-text-block p {
    font-size: 1.2em;
  }

  .hero-content-grid, .hero-container-pe {
    max-width: 1280px;
  }

  .hero-section-pe.new {
    background-size: contain;
  }

  .short-content-left-grid {
    padding-right: 60px;
  }

  .benefits-grid {
    max-width: 1200px;
  }

  .section-list-text {
    font-size: 1.2em;
  }

  .nav-tag {
    font-size: .65em;
    right: -4%;
  }

  .nav-tag.footer {
    font-size: .8em;
    top: -15px;
    right: -35px;
  }

  .add-info-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery-block {
    width: 80%;
  }

  .gallery-lightbox-link {
    height: 240px;
  }

  .gallery-heading {
    font-size: 1.4em;
  }

  .gallery-subheading {
    font-size: 1em;
  }

  .gallery-subheading.large {
    font-size: 1.2em;
  }

  .title-w {
    font-size: 1em;
  }

  .register-heading {
    font-size: 1.8em;
  }

  .marquee-heading {
    font-size: 1.5rem;
  }

  .small-text {
    font-size: 1.2em;
  }

  .form-left-w {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .section-subheading.center {
    font-size: 2.8em;
    line-height: 1.4;
  }

  .hero-section.new {
    background-size: contain;
  }

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

  .hero-heading {
    font-size: 6.8em;
  }

  .hero-heading.left-align {
    font-size: 5.4em;
  }

  .nav-link {
    font-size: 1.25em;
  }

  .section-heading {
    font-size: 4.6em;
  }

  .section-heading.feature.small, .section-heading.feature.area-desc {
    font-size: 3em;
  }

  .section-heading.pe {
    font-size: 3.8em;
  }

  .section-heading.quote {
    font-size: 2.8em;
  }

  .section-paragraph {
    font-size: 1.6em;
  }

  .section-paragraph.white.new {
    font-size: 1.25em;
  }

  .section-paragraph.white.new-large {
    font-size: 1.8em;
  }

  .section-paragraph.small {
    font-size: 1.25em;
  }

  .section-paragraph.red {
    font-size: 1.8em;
  }

  .primary-button.sign {
    border-radius: 0;
    font-size: 1.4em;
  }

  .section.sub {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.dark {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.faqs {
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .section-subtext {
    font-size: 2.2em;
  }

  .section-subtext.white {
    font-size: 3em;
  }

  .books-grid {
    width: 90%;
  }

  .resource-wrapper.white {
    height: 380px;
  }

  .overline {
    font-size: 1.2em;
  }

  .price-wrapper {
    padding: 10px;
    font-size: 1.2em;
  }

  .black-button---black-4 {
    max-width: 400px;
    padding: 24px 40px;
    font-size: 1.5em;
  }

  .nav-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-subtitle {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .section-container, .section-container.center, .sub-container {
    max-width: 1440px;
  }

  .form-block {
    padding-left: 0;
  }

  .form-wrapper {
    align-items: stretch;
  }

  .sub-text-field {
    height: auto;
    margin-right: -5px;
  }

  .footer-link {
    font-size: 1.25em;
  }

  .hero-text-ani-wrapper {
    height: 120px;
  }

  .amz-link-blk {
    font-size: 1.2em;
  }

  .section-hero-container {
    max-width: 1280px;
  }

  .section-hero-container.img {
    background-position: 100% 100%;
    background-size: cover;
    max-width: 1440px;
  }

  .section-subtitle-heading, .section-subtitle-heading.check {
    font-size: 1.5em;
  }

  .section-para-subnote {
    font-size: 1.6em;
  }

  .about-note-text {
    font-size: 1.4em;
  }

  .ministry-hero-conten-wrapper {
    padding-left: 140px;
    padding-right: 140px;
  }

  .ministry-tabs-content {
    height: 640px;
  }

  .large-paragraph {
    font-size: 3.2em;
  }

  .large-paragraph.white {
    font-size: 3.8em;
  }

  .ministry-tab-link {
    font-size: 1.4em;
  }

  .ministry-img-cell {
    height: 640px;
  }

  .nav-menu {
    justify-content: space-between;
  }

  .button {
    font-size: 1.2em;
  }

  .container {
    max-width: 1280px;
  }

  .form-field {
    height: 60px;
  }

  .form-label {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .contact-heading {
    font-size: 6.8em;
  }

  .ministry-img-blk {
    height: 780px;
  }

  .breadcrumbs-link {
    font-size: 1.2em;
  }

  .breadcrumbs-text {
    font-size: 1.4em;
  }

  .rich-text-block p {
    font-size: 1.6em;
  }

  .hero-content-grid {
    max-width: 1680px;
  }

  .hero-container-pe {
    max-width: 1280px;
  }

  .hero-section-pe.new {
    background-size: contain;
  }

  .short-content-left-grid {
    padding-right: 100px;
  }

  ._3-grid-block {
    margin-bottom: 100px;
  }

  .benefits-grid {
    max-width: 1440px;
  }

  .left-grid-img-wrapper.long {
    height: 580px;
  }

  .section-list-text {
    font-size: 1.6em;
  }

  .nav-tag {
    padding: 4px;
    font-size: .8em;
    right: -4%;
  }

  .nav-tag.footer {
    font-size: .9em;
    top: -26px;
    right: -50px;
  }

  .gallery-block {
    width: 100%;
  }

  .gallery-lightbox-link {
    height: 320px;
  }

  .gallery-heading {
    font-size: 1.8em;
  }

  .gallery-subheading {
    font-size: 1.2em;
  }

  .gallery-subheading.large {
    font-size: 1.5em;
  }

  .title-w {
    font-size: 1.2em;
  }

  .apply-block {
    padding: 80px;
  }

  .register-heading {
    font-size: 2.2em;
  }

  .register-heading.white {
    font-size: 2.8em;
  }

  .marquee-parent-w {
    max-width: 1580px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee-item {
    height: 450px;
    padding: 40px;
  }

  .marquee-heading {
    font-size: 2.4rem;
  }

  .small-text {
    font-size: 1.5em;
  }

  .payment-img-w {
    width: 100px;
  }

  .payment-block {
    padding: 40px;
  }

  .testimonial-slider {
    height: 620px;
  }

  .slider-nav {
    font-size: 1.2em;
  }

  .ministry-hero-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid-container {
    grid-row-gap: 60px;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-top-child {
    width: 90%;
  }

  .ministry-heading {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 991px) {
  .areas-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_0316---Edited_1.avif');
    background-position: 0 0, 200% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 571px;
  }

  .hero-section.new {
    background-image: linear-gradient(#00000080, #00000080), url('../images/website-1-min_1.avif');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 140px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .hero-container {
    align-items: center;
    width: 100%;
  }

  .hero-heading {
    color: var(--white);
    margin-top: 0;
  }

  .hero-heading.text1, .hero-heading.text2, .hero-heading.text3 {
    color: var(--white);
  }

  .hero-heading.left-align {
    font-size: 4em;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
    font-weight: 400;
  }

  .nav-cta-button.alt {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
    font-weight: 400;
  }

  .section-content-wrapper.neg-padding {
    margin-top: -120px;
  }

  .section-heading {
    font-size: 2.8em;
    line-height: 1.1;
  }

  .section-heading.pe {
    font-size: 2.2em;
  }

  .section {
    padding-top: 64px;
  }

  .section.bg {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.rev, .section.faqs {
    background-position: 20%;
    background-size: cover;
  }

  .section.img-bg {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-img, .section-img.course {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subscribe-block-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .navbar {
    background-color: #ffffffa8;
    padding-top: 0;
  }

  .cta-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .section-subtitle {
    color: var(--white);
  }

  .section-container.short {
    width: 90%;
  }

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

  .form-block {
    width: 80%;
  }

  .footer-container {
    width: 90%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .footer-note-link {
    color: #e3d1c28c;
  }

  .hero-text-ani-wrapper {
    height: 80px;
    margin-top: 0;
  }

  .how-to-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu {
    border: 2px solid var(--dark-slate-blue);
    border-radius: 10px;
    margin-left: auto;
    margin-right: 0;
    padding: 10px;
  }

  .menu.w--open {
    color: var(--dark-slate-blue);
    background-color: #0000;
  }

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

  .section-hero-container {
    align-items: center;
  }

  .section-hero-container.img {
    background-image: linear-gradient(to bottom, #0000, var(--seashell-2) 81%), url('../images/uncle_ike_banner-min_1.avif');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    padding-left: 60px;
  }

  .section-hero-container.about {
    align-items: stretch;
  }

  .about-content-wrapper {
    width: 60%;
  }

  .about-content-wrapper.bg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-flex {
    width: 80%;
  }

  .section-para-subnote {
    width: 95%;
  }

  .section-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ministry-stack {
    margin-top: 15px;
  }

  .ministry-hero-conten-wrapper {
    padding-left: 60px;
  }

  .ministry-tab {
    flex-direction: column;
  }

  .ministry-tabs-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .ministry-tabs-content {
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0;
    padding: 40px;
  }

  .ministry-tab-pane {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ministry-tab-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 31%;
    margin-right: 15px;
  }

  .nav-flex {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .nav-menu {
    background-color: var(--seashell);
    height: 100vh;
  }

  .nav-sec-cta-button {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
    font-weight: 400;
  }

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

  .nav-link-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-stack {
    padding-top: 40px;
  }

  .contact-child-stack-cell.form {
    padding-right: 0;
  }

  .contact-heading {
    margin-top: 0;
  }

  .contact-heading.text1, .contact-heading.text2, .contact-heading.text3 {
    color: var(--white);
  }

  .area-cell-grid {
    grid-column-gap: 27px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sub-content-flex {
    width: 80%;
  }

  .ministry-parent-stack {
    padding-top: 40px;
  }

  .hero-content-grid {
    grid-column-gap: 20px;
  }

  .hero-content-wrapper {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 0;
  }

  .hero-container-pe {
    align-items: flex-start;
    width: 100%;
  }

  .hero-section-pe {
    padding-left: 0%;
  }

  .hero-section-pe.new {
    background-image: linear-gradient(#00000080, #00000080), url('../images/website-1-min_1.avif');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 140px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .long-content-right-grid {
    padding-left: 20px;
    padding-right: 0;
  }

  .long-content-right-grid.apolo {
    text-align: left;
  }

  ._3-grid-block {
    grid-column-gap: 18px;
  }

  .list-content-flex {
    width: 80%;
  }

  .nav-tag {
    font-size: .75em;
    inset: auto 30% 15% auto;
  }

  .add-info-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .apply-img, .apply-content-w {
    width: 50%;
  }

  .form-left-w {
    width: 48%;
  }

  .form-right-w {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-slider {
    height: 420px;
  }

  .grid-child-content-w {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .areas-grid {
    justify-content: center;
  }

  .areas-child-grid {
    align-items: center;
  }

  .hero-section {
    background-image: linear-gradient(#000, #fff3), url('../images/DSC_0316---Edited_1.avif');
    background-position: 0 0, 200% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 571px;
    height: 90vh;
  }

  .hero-section.new {
    background-image: linear-gradient(#00000080, #00000080), url('../images/website-1-min_1.avif');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .hero-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .hero-heading {
    color: var(--white);
    font-size: 4em;
  }

  .hero-heading.text1, .hero-heading.text2, .hero-heading.text3 {
    color: var(--white);
  }

  .hero-heading.left-align {
    font-size: 3.2em;
  }

  .nav-cta-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-heading {
    font-size: 2.5em;
  }

  .section-heading.feature.small, .section-heading.feature.area-desc {
    font-size: 1.8em;
  }

  .section-heading.quote {
    font-size: 1.4em;
  }

  .section-paragraph {
    width: 100%;
  }

  .section-paragraph.long.col-2 {
    column-count: 1;
  }

  .section-paragraph.center {
    width: 100%;
  }

  .primary-button.dark {
    background-color: var(--antique-white);
    color: var(--royal-blue);
  }

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

  .section.white {
    padding-bottom: 60px;
  }

  .section.rev {
    background-image: linear-gradient(to bottom, #0000 19%, var(--seashell-2)), url('../images/uncle_ike_about_show_1.avif');
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.resources {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section.pe {
    padding-bottom: 60px;
  }

  .section.faqs {
    background-image: linear-gradient(to right, #fff 24%, #ffffffb8 61%, #0000), url('../images/happy-african-american-couple-embracing-in-living-2023-07-04-19-52-20-utc_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-subtext {
    font-size: 1.8em;
  }

  .section-subtext.small {
    letter-spacing: -.5px;
    font-size: 1em;
  }

  .books-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .black-button---black-4.left, .vectors-wrapper-5, .vectors-wrapper-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    padding-top: 10px;
  }

  .cta-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .section-subtitle {
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .section-container {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    width: 100%;
  }

  .hero-text-ani-wrapper {
    margin-top: -5px;
  }

  .how-to-grid {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

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

  .book-content-wrapper {
    padding-left: 0;
  }

  .section-hero-container.img {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-hero-container.about {
    flex-direction: column-reverse;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-content-wrapper, .section-para-subnote {
    width: 100%;
  }

  .section-about {
    padding-bottom: 40px;
  }

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

  .about-img {
    width: 100%;
    height: 420px;
    margin-bottom: 40px;
  }

  .ministry-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ministry-hero-conten-wrapper {
    padding: 20px 0;
  }

  .ministry-tab {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .ministry-tabs-menu {
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .ministry-tabs-content {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .ministry-tab-pane {
    margin-right: 0;
    padding-left: 20px;
  }

  .large-paragraph {
    font-size: 2em;
  }

  .ministry-tab-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-left: 5px solid #0000;
    flex-direction: row;
    width: 30%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

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

  .nav-sec-cta-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .nav-link-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-stack {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-child-stack-cell {
    padding: 20px 0;
  }

  .contact-heading {
    font-size: 4em;
  }

  .contact-heading.text1, .contact-heading.text2, .contact-heading.text3 {
    color: var(--white);
  }

  .ministry-img-blk {
    height: 480px;
  }

  .sub-content-flex {
    width: 100%;
    margin-top: 20px;
  }

  .areas-top-cell {
    padding-left: 0;
  }

  .ministry-parent-stack {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-content-grid {
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-content-wrapper {
    padding-top: 40px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .hero-grid-img-wrapper {
    height: 60vh;
  }

  .hero-container-pe {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
  }

  .hero-section-pe {
    height: auto;
    display: block;
  }

  .hero-section-pe.new {
    background-image: linear-gradient(#00000080, #00000080), url('../images/website-1-min_1.avif');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .long-content-right-grid {
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

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

  .benefits-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .left-grid-img-wrapper, .right-grid-img-wrapper {
    height: 300px;
  }

  .section-list-text {
    width: 100%;
  }

  .nav-tag {
    right: 23%;
  }

  .quotes {
    top: -10%;
    left: -4%;
  }

  .gallery-block {
    grid-row-gap: 51px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 60px;
  }

  .section-flex {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .apply-img {
    width: 100%;
    height: 320px;
  }

  .apply-content-w {
    width: 100%;
  }

  .register-heading {
    font-size: 1.8em;
  }

  .register-heading.small {
    letter-spacing: -.5px;
    font-size: 1em;
  }

  .form-parent-flex {
    flex-flow: column;
  }

  .form-left-w {
    width: 100%;
  }

  .form-right-w {
    width: 100%;
    margin-top: 40px;
  }

  .slide-w {
    position: relative;
  }

  .slider-arrow {
    margin-left: -40px;
    margin-right: -40px;
    font-size: 1.5em;
  }

  .grid-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-top-child {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-mid-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ministry-heading {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .areas-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .areas-child-grid {
    justify-content: center;
    align-items: center;
  }

  .hero-section {
    background-image: linear-gradient(#081520, #0000), url('../images/DSC_0316---Edited_1.avif');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 571px;
    padding-top: 180px;
  }

  .hero-section.new {
    background-image: linear-gradient(#00000080, #00000080), url('../images/website-1-min_1.avif');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-container {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .hero-heading {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.8em;
  }

  .hero-heading.text2 {
    display: none;
  }

  .hero-heading.left-align {
    text-align: center;
    font-size: 3.5em;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
    font-weight: 400;
  }

  .section-content-wrapper {
    width: 100%;
  }

  .section-heading {
    font-size: 2.2em;
  }

  .section-heading.pe {
    font-size: 2em;
  }

  .section-heading.quote {
    line-height: 1.25;
  }

  .section-paragraph {
    font-size: 1em;
  }

  .section-paragraph.white.new-large {
    font-size: .9em;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.white {
    overflow: hidden;
  }

  .section.rev {
    background-image: linear-gradient(#f9f4f0bd, #f9f4f0bd), url('../images/uncle_ike_about_show_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.gray {
    align-items: stretch;
  }

  .section.resources {
    padding-top: 100px;
  }

  .section.pe {
    padding-bottom: 20px;
  }

  .section.faqs {
    background-image: linear-gradient(#ffffffe8, #ffffffe8), url('../images/happy-african-american-couple-embracing-in-living-2023-07-04-19-52-20-utc_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.light {
    padding-bottom: 20px;
  }

  .section-subtext {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .section-subtext.white {
    margin-bottom: 0;
    font-size: 1.8em;
  }

  .section-subtext.red {
    font-size: 1.8em;
  }

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

  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .books-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .resource-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-top: 0;
  }

  .nav-container {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    justify-items: end;
  }

  .cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    margin-top: 31px;
  }

  .section-subtitle {
    color: var(--white);
    text-align: center;
  }

  .section-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-container.flex {
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .sub-text-field {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
  }

  .footer-note-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-note-content-wrapper {
    text-align: center;
  }

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

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

  .hero-text-ani-wrapper {
    height: 140px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .how-to-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
  }

  .menu {
    padding: 8px;
  }

  .menu.w--open {
    background-color: #0000;
  }

  .book-content-wrapper {
    width: 100%;
  }

  .feature-book-cover-wrapper {
    width: 80%;
    padding: 0;
  }

  .amz-link-blk {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: .8em;
  }

  .section-hero-container {
    width: 90%;
  }

  .section-hero-container.img, .section-hero-container.about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-content-wrapper.bg {
    padding-top: 40px;
  }

  .content-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .content-flex.long {
    width: 100%;
  }

  .about-note-text {
    margin-top: 0;
    font-size: .9em;
  }

  .section-about {
    padding-bottom: 40px;
  }

  .about-img {
    margin-bottom: 20px;
  }

  .ministry-stack {
    padding: 0;
  }

  .ministry-tab {
    margin-left: 0;
    margin-right: 0;
  }

  .ministry-tabs-content {
    margin-top: 0;
  }

  .large-paragraph.white {
    font-size: 2.8em;
  }

  .ministry-tab-link {
    flex-direction: row;
    width: 45%;
    margin-bottom: 20px;
  }

  .ministry-tab-link.w--current {
    padding: 10px;
  }

  .nav-menu {
    background-color: var(--seashell);
    height: 100vh;
  }

  .section-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-sec-cta-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._4-grid-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .nav-link-wrapper {
    flex-direction: column;
  }

  .contact-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.8em;
  }

  .contact-heading.text2 {
    display: none;
  }

  .breadcrumbs-div {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .sub-content-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .areas-top-cell {
    padding-left: 0;
  }

  .ministry-parent-stack {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-wrapper {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-container-pe {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .hero-section-pe.new {
    background-image: linear-gradient(#00000080, #00000080), url('../images/website-1-min_1.avif');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .short-content-left-grid {
    padding-right: 0;
  }

  .long-content-right-grid {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3-grid-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .list-content-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .nav-tag {
    right: 6%;
  }

  .quotes {
    top: -5%;
    left: 0%;
  }

  .gallery-subheading.large {
    color: #ffffffc2;
    font-size: 1em;
  }

  .apply-block {
    border-radius: 36px;
    padding: 20px;
  }

  .apply-img {
    border-radius: 16px;
  }

  .apply-content-w {
    padding-left: 0;
    padding-right: 0;
  }

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

  .register-heading.white {
    font-size: 1.6em;
  }

  .register-heading.red {
    font-size: 1.8em;
  }

  .marquee-child {
    min-width: 80%;
  }

  .payment-parent-w.alt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form-right-w {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider {
    height: 540px;
  }

  .grid-bottom-child {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-child-content-w {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-d4772f31-e722-5b9d-8924-0b212c812f70-1f15c468, #w-node-_3abbc06f-bcba-f06d-aafd-e9bab16bdd79-1f15c468, #w-node-_7d386e59-87e9-6e2d-47a7-aa5726785fa6-1f15c468, #w-node-ffa3398f-cdc8-8c90-fcaa-b4941f15c48d-1f15c468, #w-node-ffa3398f-cdc8-8c90-fcaa-b4941f15c48f-1f15c468, #w-node-_2bb35fda-cbe0-7fbd-ed9e-1aba9d669bd9-9d669bd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_658b3417-4229-6849-5e40-772a61af350e-f4189694 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_658b3417-4229-6849-5e40-772a61af350f-f4189694, #w-node-_658b3417-4229-6849-5e40-772a61af3510-f4189694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0b144f2-119f-b023-3e62-01ec58414c88-d6ac9708 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f0b144f2-119f-b023-3e62-01ec58414c89-d6ac9708, #w-node-f0b144f2-119f-b023-3e62-01ec58414c8a-d6ac9708, #w-node-_176a5a0b-8f70-122d-dcdd-7eb1c10659cc-d6ac9708, #w-node-_176a5a0b-8f70-122d-dcdd-7eb1c10659cf-d6ac9708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c6d1ab2-2f97-35b6-7566-1f8f04df5659-c1804c97 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_1c6d1ab2-2f97-35b6-7566-1f8f04df565a-c1804c97, #w-node-_1c6d1ab2-2f97-35b6-7566-1f8f04df565b-c1804c97, #w-node-a216f698-a54b-2123-0e49-556ec77311d1-c1804c97, #w-node-_4a7d8a35-e43a-c3ec-cbe2-ebdc3821899e-c1804c97, #w-node-_6bcdceaa-9663-39dd-52e1-1119521f040c-8e991e28, #w-node-_30ed079a-558f-a65e-070f-6b68824ea27d-8e991e28, #w-node-e5991a76-514d-dc36-7099-c11219c717ee-8e991e28, #w-node-_199207ce-60ab-3f99-f378-8a0a47589c18-8e991e28, #w-node-a1506daa-b416-e772-7044-fa8a869d0ba1-8e991e28, #w-node-bb9e9b7d-4a08-7bf8-5518-fd9c80c306d7-8e991e28, #w-node-_6addd60e-464c-3f56-8004-fd0efa301d7e-8e991e28, #w-node-_7d2e3b90-cda7-5ec6-9489-5ed73d5fdee7-8e991e28, #w-node-_56533c52-4af7-a0a2-4506-c32701a4d138-8e991e28, #w-node-d0eb8764-2dfb-ddb9-0b64-110d23108f0e-8e991e28, #w-node-dc78e502-c3e7-303f-2ce6-506d275ca461-8e991e28, #w-node-_6bcdceaa-9663-39dd-52e1-1119521f040c-ba961129, #w-node-_30ed079a-558f-a65e-070f-6b68824ea27d-ba961129, #w-node-e5991a76-514d-dc36-7099-c11219c717ee-ba961129, #w-node-_199207ce-60ab-3f99-f378-8a0a47589c18-ba961129, #w-node-_1abbe3f2-48e5-1541-86e5-74009c4c9c0d-ba961129, #w-node-_55e6bd95-e28c-ee24-d0ba-9a37ec44652c-ba961129, #w-node-_6addd60e-464c-3f56-8004-fd0efa301d7e-ba961129, #w-node-_7d2e3b90-cda7-5ec6-9489-5ed73d5fdee7-ba961129 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f7d1f47-cb7d-f9a9-f59a-1776b10c5154-71ac1cca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebab2838-7e9d-2919-cb0b-aa9b6cbad70f-71ac1cca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d85e6b7e-d226-3b30-4cbd-61b77514aaad-71ac1cca, #w-node-_8f7d1f47-cb7d-f9a9-f59a-1776b10c5154-812edfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebab2838-7e9d-2919-cb0b-aa9b6cbad70f-812edfa1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d85e6b7e-d226-3b30-4cbd-61b77514aaad-812edfa1, #w-node-_8f7d1f47-cb7d-f9a9-f59a-1776b10c5154-2a2f30a7, #w-node-d85e6b7e-d226-3b30-4cbd-61b77514aaad-2a2f30a7, #w-node-_8f7d1f47-cb7d-f9a9-f59a-1776b10c5154-d9b3406b, #w-node-d85e6b7e-d226-3b30-4cbd-61b77514aaad-d9b3406b, #w-node-_8f7d1f47-cb7d-f9a9-f59a-1776b10c5154-23cbfa0a, #w-node-d85e6b7e-d226-3b30-4cbd-61b77514aaad-23cbfa0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1c6d1ab2-2f97-35b6-7566-1f8f04df565a-c1804c97, #w-node-_1c6d1ab2-2f97-35b6-7566-1f8f04df565b-c1804c97 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e91d0cb7-4beb-8c1c-b131-373abe8a7d30-be8a7d1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_658b3417-4229-6849-5e40-772a61af350f-f4189694, #w-node-_658b3417-4229-6849-5e40-772a61af3510-f4189694 {
    grid-column: span 2 / span 2;
  }

  #w-node-f0b144f2-119f-b023-3e62-01ec58414c88-d6ac9708 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0b144f2-119f-b023-3e62-01ec58414c89-d6ac9708, #w-node-f0b144f2-119f-b023-3e62-01ec58414c8a-d6ac9708 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c6d1ab2-2f97-35b6-7566-1f8f04df5659-c1804c97 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_1c6d1ab2-2f97-35b6-7566-1f8f04df565a-c1804c97, #w-node-_1c6d1ab2-2f97-35b6-7566-1f8f04df565b-c1804c97, #w-node-a216f698-a54b-2123-0e49-556ec77311d1-c1804c97, #w-node-_4a7d8a35-e43a-c3ec-cbe2-ebdc3821899e-c1804c97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30ed079a-558f-a65e-070f-6b68824ea27d-8e991e28 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af3e3ef6-307e-0ec2-cf9b-a937fc9c196b-8e991e28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d2e3b90-cda7-5ec6-9489-5ed73d5fdee7-8e991e28 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_30ed079a-558f-a65e-070f-6b68824ea27d-ba961129 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a88de0d6-cbd8-ebea-5897-a7a381642787-ba961129, #w-node-a88de0d6-cbd8-ebea-5897-a7a38164278d-ba961129, #w-node-a88de0d6-cbd8-ebea-5897-a7a381642791-ba961129, #w-node-a88de0d6-cbd8-ebea-5897-a7a381642795-ba961129 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d2e3b90-cda7-5ec6-9489-5ed73d5fdee7-ba961129 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ebab2838-7e9d-2919-cb0b-aa9b6cbad70f-71ac1cca, #w-node-ebab2838-7e9d-2919-cb0b-aa9b6cbad70f-812edfa1 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e91d0cb7-4beb-8c1c-b131-373abe8a7d30-be8a7d1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2bb35fda-cbe0-7fbd-ed9e-1aba9d669bf4-9d669bd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_176a5a0b-8f70-122d-dcdd-7eb1c10659cc-d6ac9708, #w-node-af3e3ef6-307e-0ec2-cf9b-a937fc9c196b-8e991e28, #w-node-a88de0d6-cbd8-ebea-5897-a7a381642787-ba961129, #w-node-a88de0d6-cbd8-ebea-5897-a7a38164278d-ba961129, #w-node-a88de0d6-cbd8-ebea-5897-a7a381642791-ba961129, #w-node-a88de0d6-cbd8-ebea-5897-a7a381642795-ba961129 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


