/* JEEP PAGE */

.jeep-grid-3 {
  grid-template-areas: "Area";
}

.jeep-header {
  text-align: center;
}

.jeep-div-block-2 {
  text-align: center;
  margin-top: 85px;
}

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

.jeep-paragraph {
  margin-top: 54px;
}

.jeep-div-block-4 {
  text-align: center;
  margin-top: 33px;
}

.body-2 {
  background-color: #043a59;
}




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

body {
  background-color: #000;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

ul {
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  width: 400px;
  max-width: none;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
}

.button {
  margin: 8px 30px 0px -26px;
  padding: 0px 8px;
  -webkit-transition: text-shadow 500ms ease, color 500ms ease;
  transition: text-shadow 500ms ease, color 500ms ease;
  font-family: Muli, sans-serif;
  color: #aaa;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  color: #fff;
  text-shadow: 2px 0 5px #fff;
}

.button.gifts {
  margin: 12px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 252, 252, 0.74);
  border-radius: 20px;
  background-color: #000;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.button.gifts:hover {
  border-color: rgba(0, 0, 0, 0.74);
  background-color: #fff;
  color: #000;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  opacity: 1;
  color: #b6b5b5;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  letter-spacing: 0px;
}

.crowdfunding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #043a59;
}

.crowdfunding-box a {
  color: white; /* Change to your desired color */
}
.grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 16px;
  -ms-grid-columns: 32% 32% 32%;
  grid-template-columns: 32% 32% 32%;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.crowdfunding-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #b9b9b9;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.crowdfunding-range {
  display: block;
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

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

.crowd-funding-submit-button {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background-color: #e94f45;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.crowd-funding-submit-button:hover {
  background-color: #fff;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  color: #000;
  font-weight: 700;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-width: 100%;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-wrapper {
  position: absolute;
  z-index: 1000;
  margin-top: -220px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.button-wrapper.interactive {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  margin-right: 51px;
  margin-left: 0px;
}

.created-by {
  display: block;
  overflow: hidden;
  padding: 23px 15px 15px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #043a59;
  font-family: Muli, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.created-by-wrapper {
  margin-top: 60px;
}

.created-by-heading {
  font-family: Exo, sans-serif;
  color: #c5c0c0;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

.body {
  font-family: Muli, sans-serif;
}

.cf-title {
  margin-bottom: 83px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Muli, sans-serif;
  color: #fee;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.heading {
  margin-top: auto;
  margin-bottom: auto;
  padding: 35px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #888282;
  line-height: 60px;
  font-weight: 400;
}

.cf-secondary-title {
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.61);
  color: #868686;
  font-size: 28px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.cf-title-wrapper {
  font-family: Exo, sans-serif;
}

.cf-gift-button {
  font-size: 24px;
  font-style: italic;
}

.text-span-4 {
  display: block;
  margin: -8px 15px 15px;
  color: #b6b6b6;
  font-size: 14px;
  line-height: 18px;
}

.text {
  display: block;
  margin-top: 37px;
  padding-top: 37px;
  border-top: 1px none #b8b5b5;
  font-size: 24px;
  font-style: italic;
}

.text.altpayment {
  line-height: 26px;
  -webkit-column-count: auto;
  column-count: auto;
}

.text-block-2 {
  font-family: Exo, sans-serif;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #043a59;
  text-align: center;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-image {
  width: 32px;
  height: 32px;
  margin: 15px;
  background-color: #043a59;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
}

.social-media-image:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.footer-copyright {
  overflow: hidden;
  margin: 0px;
  font-family: Exo, sans-serif;
  color: #424242;
  font-size: 20px;
  font-style: italic;
}

.faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Exo, sans-serif;
}

.faq-item {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;

}

.faq-item-trigger {
  cursor: pointer;
}

.faq-item-content {
  /*overflow: hidden;*/
  margin-left: 10px;
  margin-right: 10px;
}

.faq-answer-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}

.italic {
  font-style: italic;
}

.faq-title {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.faq-item {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-block {
  text-decoration: none;
  cursor: pointer;
}

.goal-progress {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.thank-you-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.thank-you {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.mygifts-title {
  margin-bottom: 36px;
  font-style: italic;
  text-align: center;
  letter-spacing: 12px;
  text-transform: none;
}

.gift-levels-container {
  overflow: hidden;
  background-color: transparent;
}

.gift-levels-container:hover {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.hello-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hello {
  font-size: 28px;
  text-align: center;
}

.not-expected {
  color: #666;
  font-size: 14px;
  font-style: italic;
}

.film_title {
  font-family: Exo, sans-serif;
  color: rgba(255, 249, 249, 0.81);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5px;
}

.film_sub {
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}

.about-the-film {
  overflow: hidden;
  padding: 30px 10px;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  color: #000;
}

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

.alt-payment {
  overflow: hidden;
  max-width: 100vw;
  padding-right: 10px;
  padding-bottom: 60px;
  padding-left: 10px;
  background-color: #043a59;
  text-align: center;
}

.faq-section {
  overflow: hidden;
  background-color: #fff;
  color: #000;
}

.text-block-3 {
  display: block;
  margin-top: -12px;
  color: rgba(0, 0, 0, 0.52);
  font-style: italic;
}

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

.faq-question {
  font-size: 14px;
  /*margin-bottom: 5px;*/
}

.form {
  width: 250px;
  height: 200px;
}

.login-form {
  display: block;
  margin-top: 86px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 17px 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  opacity: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 4px #e8fd03;
  mix-blend-mode: normal;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-4 {
  margin-top: 52px;
  color: #474141;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.login-field-label {
  color: #636363;
  font-size: 15px;
  font-weight: 300;
}

.text-block-5 {
  margin-top: 65px;
  color: #636363;
  font-weight: 600;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.text-field {
  background-color: #fff;
  color: #000;
  font-style: normal;
  text-align: left;
  text-transform: none;
}

.link {
  margin-bottom: 58px;
  text-align: center;
}

.submit-button {
  overflow: visible;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.login-error-msg {
  padding: 6px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.gift-level {
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
}

.gift-level.na {
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
  color: rgba(0, 0, 0, 0.53);
}

.gift-level-headings-active {
  margin-top: 35px;
  border-style: none;
  border-width: 3px;
  border-color: #ff0202;
  border-radius: 11px;
  background-color: #043a59;
  color: #fff;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

.body-mygifts {
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-7 {
  padding-top: 46px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #000;
  font-style: italic;
}

.gift-level-headings-2 {
  text-align: center;
}

.gift-level-amounts {
  font-size: 18px;
}

.gift-level-headings-inactive {
  margin-top: 35px;
  border-radius: 11px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.52) 43%, hsla(0, 0%, 100%, 0));
  color: #c4c4c4;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

.gift-images {
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

.mygifts-title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #043a59;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
  color: #030303;
  text-align: center;
}

.mygifts-title-section:hover {
  border-color: #fff;
}

.cf-link {
  color: #f0e2e2;
}

.download-now-button {
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  border-radius: 9px;
  background-color: #e0181b;
  opacity: 0.67;
}

.download-now-button:hover {
  border-color: #fff;
  opacity: 1;
  outline-color: #fff;
  outline-offset: 1px;
  outline-style: none;
  outline-width: 1px;
}

.download-now-button.na {
  border-style: none;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  cursor: default;
}

.download-now-button.na:hover {
  opacity: 1;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.goal-container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.hh-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
  margin-left: 9px;
  padding: 12px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.32);
  border-radius: 11px;
  background-color: #a52e2e;
  color: hsla(0, 0%, 100%, 0.92);
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hh-button:hover {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.55);
  background-color: #fff;
  color: #000;
  text-shadow: 4px 0 5px #fff;
}

.heading-9 {
  margin-top: 18px;
  border: 1px none #000;
  text-align: center;
  text-shadow: 1px 1px 7px #000;
}

.film-title {
  font-family: Balthazar, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  line-height: 100%;
}

.a-film-by {
  background-color: transparent;
  font-family: Freehand, sans-serif;
  color: hsla(0, 0%, 100%, 0.57);
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: none;
}

.home-hero-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.button-block.mobile {
  display: none;
}

.film-author {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.film-author-title {
  font-family: Balthazar, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  line-height: 100%;
}

.film-author-title-mobile {
  font-family: Balthazar, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  /*letter-spacing: 5px;*/
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  line-height: 100%;
}
.subtitle {
  border: 1px none #000;
  border-radius: 10px;
  font-family: Exo, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.image-10 {
  -o-object-fit: fill;
  object-fit: fill;
}

.about-paragraph {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

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

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

.column-6 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about-list {
  margin-bottom: 30px;
  line-height: 25px;
}

.mobile-hero-wrapper {
  display: none;
}

.image-11 {
  margin-top: 40px;
}

.section-2 {
  margin-top: 49px;
}

.ty-heading2 {
  margin-bottom: 9px;
}

.ty-heading-4 {
  margin-top: 51px;
}

.ty-heading-4.tag {
  margin-top: 0px;
}

.ty-container {
  padding-right: 10px;
  padding-left: 10px;
  color: hsla(0, 0%, 100%, 0.72);
  text-align: center;
}

.ty-title {
  margin-top: 0px;
  margin-bottom: 23px;
  color: #fff;
}

.text-block-8 {
  color: rgba(255, 254, 254, 0.48);
  font-size: 14px;
  font-weight: 300;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-10 {
  color: hsla(0, 0%, 100%, 0.4);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gifts-available-soon {
  font-family: Exo, sans-serif;
  font-style: italic;
}

.list {
  position: relative;
  overflow: visible;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.ntd {
  display: block;
  margin-top: -25px;
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
}

.container-2 {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

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

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

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gift-level-donor {
  font-style: italic;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.currently-at {
  font-size: 22px;
  font-weight: 300;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-14 {
  display: block;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-9 {
  margin-top: 26px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
}

.text-span-14 {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg_my_gifts_title {
  font-family: Balthazar, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.text-field-2 {
  max-width: 300px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.text-block-11 {
  margin-top: 46px;
  color: #000;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
}

.registration-error-msg {
  margin-top: 52px;
  outline-color: #d81717;
  outline-offset: 10px;
  outline-style: solid;
  outline-width: 3px;
}

.container-3 {
  padding-bottom: 180px;
  font-style: normal;
}

.text-block-12 {
  margin-bottom: 18px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.field-label {
  font-weight: 400;
}

.text-block-13 {
  margin-top: 71px;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: normal;
}

.text-span-15 {
  font-size: 17px;
  font-weight: 200;
}

.email_sent1 {
  display: block;
  margin-top: 58px;
  font-size: 17px;
  letter-spacing: 3px;
}

.email_sent2 {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.email_thanks {
  font-size: 29px;
  letter-spacing: 3px;
}

.registration-label {
  margin-top: 23px;
  font-weight: 400;
}

.register-submit {
  margin-top: 23px;
}

.registration-pw-field {
  max-width: 300px;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
}

.login-film-title {
  font-family: Balthazar, sans-serif;
  font-size: 32px;
  font-style: normal;
  display: block;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 100%;
}

.login-my-gifts {
  font-size: 26px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.login-form-title {
  display: block;
  margin-bottom: 18px;
  color: #000;
  font-size: 23px;
  text-align: center;
  letter-spacing: 9px;
}

.login-error-container {
  margin-top: 8px;
  margin-bottom: 19px;
  border-style: solid;
  border-width: 4px;
  border-color: #f16363;
  border-radius: 11px;
  color: #424141;
}

.container-4 {
  background-color: transparent;
}

.my-gifts-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.retreat-center-link {
  text-decoration: none;
}

.retreat-center-details {
  font-size: 18px;
  text-align: center;
}

.profile_description_tag {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.profile_field_label {
  color: rgba(0, 0, 0, 0.47);
}

.profile_text_input {
  max-width: 200px;
  min-width: 10ch;
  margin: 12px;
  padding: 0px;
}

.profile_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_donation_section {
  margin-top: 64px;
}

.profile_donations {
  margin-bottom: 26px;
  text-align: center;
}

.profile_donations_grid {
  margin-bottom: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-family: 'Anonymous Pro', sans-serif;
  color: rgba(0, 0, 0, 0.51);
  font-size: 18px;
  font-weight: 400;
}

.profile_donation_col_date {
  text-align: left;
}

.profile_donation_col_amount {
  text-align: right;
}

.profile_donation_col_transaction {
  text-align: right;
}

.profile_donations_col_titles {
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.48);
  font-weight: 700;
  text-align: center;
}

.column-16 {
  text-align: left;
}

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

.profile_title_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 23px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #043a59;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
  color: #030303;
  text-align: center;
}


.profile_donor {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_updatename_div {
  display: block;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 12px;
  border: 1px solid #000;
}

.profile_email_tag {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.78);
  font-style: italic;
}

.profile_registered_emails {
  color: rgba(0, 0, 0, 0.67);
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.profile_email_div {
  margin-top: 45px;
  margin-bottom: 25px;
  text-align: center;
}

.profile_add_email_div {
  display: block;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 9px;
  border: 1px solid #000;
}

.profile_awaiting_email {
  background-color: #e2ff03;
  color: rgba(0, 0, 0, 0.43);
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.profile_email_awaiting_tag {
  color: rgba(0, 0, 0, 0.78);
  font-style: italic;
}

.profile_awaiting_email_div {
  margin-top: 19px;
  margin-bottom: 10px;
  border: 1px solid #000;
}

.profile_total_donations {
  margin-bottom: 43px;
  font-family: 'Anonymous Pro', sans-serif;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.profile_updatename_link {
  text-decoration: none;
}

.profile_addemail_link {
  text-decoration: none;
}

.profile_no_donation_link_info {
  text-decoration: none;
}

.profile_donation_info_div {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

.profile_donation_info_text {
  color: #000;
}

.profile_bold {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-title {
  font-style: normal;
}

.profile_form_response_div {
  max-width: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.profile_form_response_text {
  padding: 4px;
  border-style: solid;
  border-width: 4px;
  border-color: red;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.retreat-center-link {
  text-decoration: none;
}

.retreat-center-details {
  font-size: 18px;
  text-align: center;
}

.gift-levels-info-text-bold {
  font-weight: 600;
}

.gift-levels-info-div {
  margin-top: 71px;
  padding: 5px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
  font-style: italic;
  text-align: center;
}

.mg-row-2-col {
  margin-top: 35px;
}

.column-18 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-download-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-app-donations-div {
  margin-top: 35px;
  margin-bottom: 59px;
  padding: 27px;
  border: 1px solid #000;
}

.support-text {
  color: #000;
  font-size: 18px;
  text-align: center;
}

.support-donations-form {
  color: #000;
}

.support-donation-field {
  max-width: 100px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-app-total {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.support-totals {
  font-weight: 600;
  text-transform: uppercase;
}

.image-14 {
  display: none;
}

@media screen and (max-width: 1350px) {
  /*.grid {
    display: block;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }*/
  .grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

}


@media screen and (max-width: 991px) {
  li {
    width: auto;
  }

  .button {
    color: #fff;
  }

  .crowdfunding {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-menu {
    background-color: #000;
    color: #fff;
  }

  .image-4 {
    margin-left: -60px;
  }

  .cf-title {
    display: block;
  }

  .social-media-image {
    opacity: 1;
  }
/*
  .faq-question {
    margin-top: 3px;
    margin-bottom: 0px;
  }
*/
  .mobile-hero-wrapper {
    display: none;
  }
/*
  .mobile-hero-wrapper {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../images/dpia_background.jpg");
    background-color: #043a59;
    text-align: center;
  }
*/
  .mobile-title-wrapper {
    /*margin-top: 100px;*/
    /*padding-top: 100px;*/
    margin-bottom: 9px;
    /*font-family: 'Archivo Black', sans-serif;*/
    text-align: center;
  }

  .film-title {
    /*font-size: 44px;*/
    font-size: 32px;
  }

  .film-author-title {
    font-family: Balthazar, sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    line-height: 100%;
  }


  .subtitle {
    font-size: 24px;
  }
}
/*
@media screen and (max-width: 767px) {
  .home-hero-wrapper {
    display: none;
    margin-top: -23px;
  }

  .mobile-hero-wrapper {
    display: block;
    padding-top: 1px;
    padding-bottom: 60px;
    background-image: url("../images/dpia_background.jpg");

    text-align: center;
  }

  .button {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
  }

  .navbar {
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    text-transform: none;
  }

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

  .nav-menu {
    overflow: visible;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.82);
    font-size: 36px;
  }

  .nav-container {
    overflow: visible;
  }

  .button-wrapper {
    margin-top: -70px;
  }

  .film-title {
    font-size: 28px;
  }

  .film-author {
    font-size: 28px;
  }

  .subtitle {
    font-size: 21px;
  }

  .image-10 {
    mix-blend-mode: normal;
  }

  .menu-button {
    color: #796e6e;
  }

  .menu-button.w--open {
    background-color: #000;
    color: #fffcfc;
  }
}
*/
@media screen and (max-width: 767px) { /*479*/

  .menu-button {
    color: #796e6e;
  }

  .menu-button.w--open {
    background-color: #000;
    color: #fffcfc;
  }
  .navbar {
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    text-transform: none;
  }

  .nav-menu {
    overflow: visible;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.82);
    font-size: 36px;
  }

  .nav-container {
    overflow: visible;
  }

  .button.gifts {
    font-size: 12px;
    line-height: 5px;
  }

  .crowdfunding {
    position: static;
    display: block;
    overflow: visible;
    text-align: left;
  }

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

  .crowdfunding-box {
    margin-left: 0px;
  }

  .button-wrapper {
    margin-top: -114px;
  }

  .image-4 {
    margin-left: -60px;
    padding-left: 21px;
  }

  .created-by {
    margin-top: -46px;
  }

  .created-by-heading {
    font-size: 20px;
  }

  .body {
    display: block;
  }

  .social-media-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .italic {
    font-size: 18px;
  }

  .text-block-3 {
    margin-top: 0px;
  }

  .text-block-4 {
    margin-top: 24px;
  }

  .text-block-7 {
    line-height: 30px;
  }

  .gift-level-headings-2 {
    font-size: 19px;
  }

  .mygifts-title-section {
    font-size: 14px;
  }

  .download-now-button {
    opacity: 1;
  }



  .hh-button.mobile {
    background-color: #a52e2e;
  }

  .hh-button.mobile:hover {
    border-color: hsla(0, 0%, 100%, 0.32);
    color: hsla(0, 0%, 100%, 0.92);
    text-shadow: none;
  }

  .heading-9 {
    display: none;
  }

  .film-title {
    font-size: 20px;
  }

  .a-film-by {
    font-size: 25px;
  }

  .home-hero-wrapper {
    display: none;
    margin-top: -23px;
  }

  .button-block {
    width: 100%;
    margin-top: -5px;
  }

  .button-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .film-author {
    font-size: 22px;
  }

  .subtitle {
    font-size: 13px;
  }

  .image-10 {
    display: none;
    margin-top: 0px;
  }

  .image-12 {
    margin-top: 0px;
  }

  .about-list {
    padding-left: 20px;
  }

  .mobile-title-wrapper {
    margin-top: 27px;
    margin-bottom: 9px;
    font-family: 'Archivo Black', sans-serif;
    text-align: center;
  }

  .mobile-title {
    font-family: Balthazar, sans-serif;
    font-size: 35px;
    line-height: 44px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .mobile-title-sub {
    font-family: Balthazar, sans-serif; /*Exo, sans-serif;*/
    color: hsla(0, 0%, 100%, 0.63);
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .mobile-hero-wrapper {
    display: block;
    padding-top: 1px;
    padding-bottom: 60px;
    /*background-image: url("../images/dpia_background.jpg");*/
    /*background-image: url("../images/TBF_moble_hero1.jpg");*/
    /*background-image: url("../images/UD_mobile_banner.jpg");*/
    /*background-color: #043a59;*/
    text-align: center;
  }

  .ty-heading2 {
    font-size: 28px;
  }

  .ty-title {
    font-size: 30px;
  }

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

  .mg-list {
    display: block;
    padding-left: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .login-my-gifts {
    display: block;
    margin-top: -24px;
  }

  .profile_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile_donations_grid {
    padding-right: 5px;
    padding-left: 5px;
  }

  .profile_title_section {
    font-size: 14px;
  }

  .profile_donor {
    line-height: 29px;
  }

  .profile_updatename_div {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile_registered_emails {
    letter-spacing: 0px;
  }

  .profile_awaiting_email {
    letter-spacing: 0px;
  }

  .image-14 {
    display: block;
  }

  .jeep-grid-3 {
    grid-template-columns: 1fr;
  }

  .jeep-div-block-2 {
    margin-top: 32px;
  }

  .jeep-paragraph {
    margin-bottom: 26px;
  }

  .jeep-div-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .jeep-button.w--current {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  .hh-button {
    width: 100%;
    padding: 6px 0px;
  }

}


  #w-node-e4adb46c-1105-ee24-b3b5-381645c17e50-748b1fec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_669f1bd1-c69e-42fa-ef5e-a2ee315b738d-748b1fec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d30bb0c7-0f6f-5bb1-5051-421eea063888-748b1fec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f16b5d27-4d07-b6f4-d238-70617b0cd826-748b1fec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b400e827-99a4-b880-26c6-50411b5857eb-748b1fec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_464959eb-466f-8024-d532-cbe70385056e-748b1fec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }