:root {
  --firebrick: #fb0427;
  --white-smoke: #eee;
}

p {
  margin-bottom: 15px;
}

a {
  color: var(--firebrick);
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.navbar {
  background-color: #000;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 11vh;
  padding: 25px 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--firebrick);
}

.nav-link.don {
  background-color: var(--firebrick);
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link.don:hover {
  background-color: var(--firebrick);
  color: #000;
}

.nav-link.don.w--current {
  color: #000;
}

.image {
  height: 11vh;
}

.nav-menu {
  align-items: center;
  height: 11vh;
  display: flex;
}

.div-block {
  background-color: #000;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
}

.div-block.r {
  padding-left: 1vw;
  padding-right: 1vw;
}

.div-block.r.rer {
  padding-right: 0;
}

.div-block-2 {
  background-image: linear-gradient(163deg, #000000bf, #0000 37%), url('../images/Downtown.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 75vh;
  display: flex;
}

.div-block-3 {
  height: 70vh;
}

.image-2 {
  float: right;
  height: 70vh;
}

.section {
  border-top: 2px solid #fff;
}

.div-block-8 {
  background-color: var(--firebrick);
  transform: skew(-25deg);
}

.div-block-8.bl {
  background-color: #000;
  transform: skew(25deg);
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3rem;
  transform: skew(25deg);
}

.heading.top {
  font-size: 4rem;
  font-weight: 800;
  line-height: 4rem;
  transform: none;
}

.heading.top.b {
  font-family: Oswald, sans-serif;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 3rem;
}

.heading.top.don {
  text-align: center;
  cursor: pointer;
  font-size: 4.5rem;
  line-height: 4.5rem;
  transform: rotate(-10deg);
}

.heading.top.don:hover {
  color: #000;
}

.heading.top.don.d {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.heading.top.don.d:hover {
  color: var(--firebrick);
}

.heading.oso {
  z-index: 1000;
  font-size: 3.5rem;
  line-height: 3.5rem;
  display: inline-block;
  position: static;
  transform: skew(25deg);
}

.heading.oso.id {
  transform: none;
}

.heading.oso.id.fae.arrae {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.heading.oso.r {
  text-decoration: underline;
  transform: skew(-25deg);
}

.div-block-9 {
  text-align: center;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: skew(0deg);
}

.div-block-9.rd {
  border-top-color: var(--firebrick);
  border-bottom-color: var(--firebrick);
  text-decoration: underline;
}

.div-block-9.rwrweres.rarw {
  width: 100%;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.section-4 {
  border-top: 2px solid var(--firebrick);
}

.div-block-10 {
  padding-top: 15px;
  padding-left: 20px;
  position: absolute;
  inset: 17vh auto auto 0%;
}

.section-5 {
  background-color: #000;
  padding-left: 5vw;
  padding-right: 5vw;
}

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

.image-3 {
  width: 25px;
  height: 25px;
}

.div-block-11 {
  background-color: var(--firebrick);
  text-align: center;
  align-items: center;
  height: 5vh;
  padding: 0 5vw 5px;
  display: block;
}

.div-block-12 {
  float: right;
  align-items: center;
  height: 5vh;
  display: flex;
}

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

.link-block.mai {
  margin-right: 0;
}

.button-2 {
  background-color: #000;
  border-left: 1px #000;
  flex-wrap: wrap;
  align-items: center;
  height: 5vh;
  padding: 0 18px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1rem;
  display: flex;
}

.button-2:hover {
  color: var(--firebrick);
}

.button-2.mid {
  margin-left: 10px;
  margin-right: 10px;
}

.button-2.mid.rear {
  background-color: var(--firebrick);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  width: 150px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

.button-2.mid.rear.tt {
  border-style: solid;
}

.button-2.mid.rear.tt.info {
  width: 250px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: 2rem;
}

.button-2.mid.rear.tt.info:hover, .button-2.mid.rear.tt.info.ins:hover {
  color: #000;
}

.button-2.mid.rear.tt.info.ins.erar {
  width: 300px;
}

.button-2.mid.rear.tt.info.ins.erar.di.awearaer {
  background-color: #000;
}

.button-2.mid.rear.tt.info.ins.erar.di.awearaer:hover {
  color: var(--firebrick);
}

.button-2.mid.rear.tt.info.ins.erar.arer.wiwi.era {
  background-color: #000;
}

.button-2.mid.rear.tt.info.ins.erar.arer.wiwi.era:hover {
  color: var(--firebrick);
}

.button-2.mid.rear.fafkaf {
  border-style: solid;
}

.div-block-13 {
  float: left;
  justify-content: center;
  align-items: center;
  display: block;
}

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

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

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

.heading-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4rem;
}

.heading-2.w {
  color: #fff;
}

.heading-2.ab {
  font-size: 5rem;
}

.heading-2.c {
  text-align: center;
}

.heading-2.c.lg {
  text-align: left;
}

.heading-2.c.rar {
  font-size: 2.5rem;
  line-height: 3rem;
}

.heading-2.c.white {
  color: #fff;
}

.div-block-16 {
  padding: 75px 15%;
}

.div-block-16.pg.g.bis {
  padding-left: 12.5%;
  padding-right: 12.5%;
}

.div-block-16.red {
  background-color: var(--firebrick);
}

.div-block-16.tab {
  padding-left: 12.5%;
  padding-right: 12.5%;
}

.div-block-16.tab.elc {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/pngwing.com-7.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.div-block-16.tab.elc.rw {
  padding-bottom: 150px;
}

.div-block-16.tab.vs {
  padding-bottom: 0;
}

.div-block-16.tab.vs.tte {
  border-bottom: 2px solid var(--firebrick);
}

.div-block-16.tab.vs.tte.erw {
  padding-bottom: 50px;
}

.div-block-16.tab.eare.gststeare {
  background-color: #000;
}

.div-block-16.tab.eare.gststeare.iif {
  background-color: #fff;
}

.div-block-17 {
  z-index: 1000;
  flex: 0 auto;
  position: absolute;
  inset: auto auto 7.75% 0%;
}

.div-block-18 {
  background-color: var(--firebrick);
  border-top: 3px solid #000;
  border-bottom: 3px #000;
  border-right: 3px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  display: flex;
  position: static;
  inset: auto auto 9% 0%;
}

.button-3 {
  background-color: #000;
  border: 2px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.button-3:hover {
  background-color: var(--firebrick);
  color: #000;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.div-block-19 {
  float: left;
  align-self: center;
  margin-right: 20px;
  padding-top: 0;
}

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

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

.section-6 {
  opacity: 0;
  display: none;
}

.section-7 {
  border-top: 3px solid var(--firebrick);
  border-bottom: 3px solid var(--firebrick);
}

.section-8 {
  border-top: 2px solid #fff;
  border-bottom: 2px #fff;
  border-radius: 7px;
}

.section-9 {
  position: fixed;
  inset: 0% 0% auto;
}

.section-10 {
  z-index: 1000;
  opacity: 0;
  display: none;
}

.section-11 {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.section-12 {
  margin-top: 11vh;
}

.section-12.fos {
  margin-top: 10vh;
}

.section-12.fos.ree.rww.rwr.rwwee.rear {
  margin-top: 0;
}

.column {
  padding-left: 0;
  padding-right: 20px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75rem;
}

.paragraph-2.donate {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.paragraph-2.medl.foot {
  color: #fff;
  font-size: .8rem;
  line-height: 2rem;
}

.paragraph-2.wte {
  color: #eee;
}

.paragraph-2.lis {
  font-size: 1.35rem;
  line-height: 2.3rem;
}

.paragraph-2.ces {
  text-align: center;
}

.paragraph-2.ces.leww {
  text-align: left;
}

.paragraph-2.ces.rhm {
  margin-bottom: 35px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.paragraph-2.ces.rhm.loss.odse {
  margin-bottom: 0;
}

.paragraph-2.ces.rhm.lef {
  text-align: left;
  margin-bottom: 15px;
  list-style-type: decimal;
}

.paragraph-2.ces.rhm.lef.fr {
  list-style-type: disc;
}

.paragraph-2.ces.rhm.rea {
  margin-bottom: 0;
}

.paragraph-2.ces.rhm.ferew {
  margin-bottom: 15px;
}

.paragraph-2.ces.rhm.ferew.re {
  margin-bottom: 10px;
}

.paragraph-2.ces.rhm.ferew.re.arr {
  color: #fff;
}

.paragraph-2.ces.rhm.ferew.re.arr.far, .paragraph-2.ces.rhm.ferew.re.are {
  margin-bottom: 0;
}

.paragraph-2.is.grer.ccss {
  text-align: center;
  margin-bottom: 75px;
}

.paragraph-2.is.grer.ccss.faar {
  text-align: left;
}

.paragraph-2.is.grer.ccss.rwer {
  margin-bottom: 65px;
}

.paragraph-2.is.grer.ccss.rwer.sos.osp {
  width: auto;
}

.paragraph-2.rwrr {
  font-size: 1.25rem;
  line-height: 2rem;
}

.paragraph-2.rwrr.ls {
  margin-bottom: 12px;
  line-height: 1.7rem;
}

.paragraph-2.lef {
  text-align: left;
}

.column-2 {
  padding-left: 50px;
  padding-right: 0;
}

.column-2.bes {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-33 {
  border-top: 1px none var(--firebrick);
  border-bottom: 7.5px solid var(--firebrick);
  text-align: center;
  background-color: #000;
  padding: 35px 1vw 10px;
}

.div-block-34 {
  float: right;
  width: 20%;
}

.div-block-35 {
  float: none;
  align-items: center;
  display: block;
}

.div-block-80 {
  text-align: left;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 25.5px;
}

.paragraph-4.foots {
  text-align: center;
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1rem;
}

.lnft {
  color: #fff;
}

.div-block-81 {
  background-color: var(--firebrick);
  align-self: center;
  width: 50%;
  height: 60vh;
}

.div-block-82 {
  background-color: #000;
  width: 50%;
  height: 60vh;
}

.div-block-83 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-84 {
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.div-block-84.rs {
  width: 100%;
}

.section-13 {
  border-top: 6px solid #fff;
}

.section-13.rww {
  border-top-style: none;
  border-bottom: 5px solid #fff;
}

.section-14 {
  margin-top: 11vh;
}

.div-block-85 {
  width: 50%;
  height: 79vh;
  display: block;
}

.div-block-85.tt {
  width: 60%;
  padding-left: 10vw;
}

.div-block-85.tt.rew {
  width: 50%;
  height: 85vh;
  padding-left: 5vw;
}

.div-block-85.raers {
  background-image: url('../images/constablehammond_1.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 85vh;
}

.div-block-86 {
  background-image: url('../images/61a09e35073fe521a069adc3_IMG_8640n.jpg');
  background-position: 100% 0;
  background-size: cover;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-86.ar {
  background-image: linear-gradient(to right, #ffffffe6 41%, #0000), url('../images/hm.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.div-block-87 {
  align-items: center;
  height: 85vh;
  display: flex;
}

.div-block-88 {
  margin-bottom: 20px;
}

.div-block-89 {
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-89.re {
  position: static;
}

.div-block-90 {
  background-color: var(--firebrick);
}

.link-block-2 {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.link-block-3 {
  cursor: pointer;
  width: 100%;
}

.section-15 {
  opacity: 0;
  display: none;
}

.section-16 {
  height: 5px;
  margin-top: 10.5vh;
}

.div-block-92 {
  width: 50%;
}

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

.div-block-94 {
  padding-left: 20%;
  padding-right: 20%;
}

.image-5 {
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--firebrick);
  border-radius: 0;
}

.rich-text-block {
  text-align: left;
}

.div-block-95 {
  margin-bottom: 35px;
}

.div-block-96 {
  width: 45vw;
}

.submit-button {
  float: right;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b01f24;
  width: 18%;
  font-size: 15px;
}

.submit-button:hover {
  color: #140958;
  background-color: #b01f24;
}

.submit-button.message {
  float: none;
}

.submit-button.message.drww.ew {
  background-color: #d92027;
  width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.submit-button.message.drww.ew:hover {
  color: #fff;
  background-color: #3f5aa9;
}

.text-field-2 {
  float: left;
  color: #9e9e9e;
  background-color: #f8f8f8;
  border-radius: 0;
  width: 45%;
  height: 50px;
  font-size: 15px;
  line-height: 25px;
}

.text-field-4 {
  float: left;
  background-color: #f8f8f8;
  border-radius: 0;
  width: 40%;
  height: 50px;
  font-size: 15px;
  line-height: 25px;
}

.textarea {
  color: #9e9e9e;
  background-color: #f8f8f8;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 25px;
}

.select-field {
  color: #9b9b9b;
  background-color: #f8f8f8;
  border-radius: 0;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 25px;
}

.text-field-5 {
  float: right;
  background-color: #f8f8f8;
  border-radius: 0;
  width: 59%;
  height: 50px;
  font-size: 15px;
  line-height: 25px;
}

.text-field-3 {
  float: right;
  color: #9e9e9e;
  background-color: #f8f8f8;
  border-radius: 0;
  width: 54%;
  height: 50px;
  font-size: 15px;
  line-height: 25px;
}

.success-message {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.column-3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  display: block;
}

.div-block-97 {
  margin-bottom: 75px;
}

.column-5 {
  padding-left: 20px;
  padding-right: 0;
}

.section-17 {
  margin-top: -5px;
}

.div-block-99 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.div-block-99.oss {
  margin-bottom: 50px;
}

.div-block-100 {
  text-align: center;
  display: inline-block;
}

.div-block-100.raer {
  margin-left: 10px;
}

.columns {
  margin-bottom: 50px;
}

.lightbox-link {
  width: 500px;
}

.lightbox-link.spc {
  width: 550px;
}

.sms {
  font-size: .9rem;
  font-weight: 600;
}

.image-6 {
  border: 1px solid var(--firebrick);
  width: 100%;
}

.div-block-101 {
  margin-right: 10px;
}

.columns-2 {
  margin-bottom: 20px;
}

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

.image-7 {
  outline-color: var(--firebrick);
  outline-offset: 0px;
  border: 1px solid #000;
  outline-width: 1px;
  outline-style: solid;
}

.image-8 {
  width: 750px;
}

.div-block-103 {
  opacity: 0;
  display: none;
}

.html-embed {
  margin-bottom: 0;
}

.div-block-104 {
  padding-top: 25px;
}

.link-block-4 {
  color: #fff;
  text-decoration: underline;
}

.div-block-105 {
  border: 1px solid var(--firebrick);
}

.div-block-106 {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.list-2 {
  color: #fff;
  margin-bottom: 50px;
}

.list-2.lis {
  margin-bottom: 0;
}

.list-2.lis.blk {
  color: #000;
}

.div-block-107 {
  margin-bottom: 50px;
}

.div-block-107.are {
  margin-bottom: 0;
}

.list-3 {
  margin-bottom: 50px;
  list-style-type: disc;
}

.list-3.whits {
  color: #fff;
}

.div-block-108 {
  padding-left: 12.5%;
  padding-right: 12.5%;
}

.div-block-109 {
  padding-left: 20%;
  padding-right: 20%;
}

html.w-mod-js [data-ix="new-interaction-4"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    text-transform: uppercase;
    background-color: #0000;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
  }

  .nav-link.w--current {
    color: #000;
  }

  .nav-link.don {
    color: var(--firebrick);
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 28px;
    padding-bottom: 28px;
    font-weight: 600;
  }

  .nav-link.don.w--current {
    color: #fff;
  }

  .nav-menu {
    z-index: 1000;
    background-color: #c62127f7;
    height: auto;
    padding-top: 10px;
    padding-bottom: 250px;
    display: block;
  }

  .div-block, .div-block.r {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    background-position: 0 0, 80% 100%;
    height: 50vh;
  }

  .div-block-3, .image-2 {
    height: 45vh;
  }

  .heading.top {
    font-size: 3.25rem;
    line-height: 3.5rem;
  }

  .heading.top.b {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading.top.don, .heading.top.don.d {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .heading.oso {
    font-size: 1.95rem;
    line-height: 2.5rem;
  }

  .heading.oso.id.fae.arrae {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading.oso.id.fae.arrae.rear {
    letter-spacing: -.25px;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .heading.oso.r {
    font-size: 1.9rem;
  }

  .div-block-9.rwrweres.rarw {
    padding-left: 1%;
    padding-right: 1%;
  }

  .div-block-10 {
    padding-left: 10px;
  }

  .div-block-11 {
    height: 5vh;
    padding-left: 1.5vw;
    padding-right: 2vw;
  }

  .div-block-12 {
    height: 5vh;
  }

  .button-2 {
    height: 5vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 12vw;
    height: 11vh;
    padding: 0;
    display: block;
  }

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

  .image-4 {
    width: 6vh;
    height: auto;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    height: 11vh;
    display: flex;
  }

  .div-block-15 {
    opacity: 0;
    justify-content: center;
    align-items: center;
    height: 11vh;
    display: none;
  }

  .heading-2 {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }

  .heading-2.ab {
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .heading-2.c {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .heading-2.c.lg {
    text-align: left;
  }

  .heading-2.c.rar {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .div-block-16.pg, .div-block-16.pg.g.bis {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-16.tab {
    padding: 65px 7.5%;
  }

  .div-block-16.tab.elc {
    background-image: linear-gradient(#ffffffde, #ffffffde), url('../images/pngwing.com-7.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .div-block-16.tab.elc.rare {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .div-block-16.tab.elc.rw {
    padding-bottom: 65px;
  }

  .div-block-17 {
    opacity: 0;
    display: none;
  }

  .div-block-18.bes {
    background-color: #000;
    border-top-style: none;
    border-top-width: 0;
    border-bottom: 4px #000;
    border-right-style: none;
    padding-top: 9px;
    padding-bottom: 4px;
  }

  .button-3 {
    border-color: var(--firebrick);
    padding: 12px 15px;
  }

  .paragraph {
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .div-block-22 {
    text-align: center;
    background-color: #000;
    border-bottom: 4px solid #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-6 {
    opacity: 1;
    border-top: 2px solid #fff;
    margin-bottom: 35px;
    display: block;
  }

  .section-12.fos {
    margin-top: 8vh;
  }

  .section-12.fos.ree.rww.rwr.rwwee {
    margin-top: 18vh;
  }

  .section-12.fos.ree.rww.rwr.rwwee.rear {
    margin-top: 0;
  }

  .column {
    margin-bottom: 35px;
    padding-right: 0;
  }

  .paragraph-2 {
    line-height: 2rem;
  }

  .paragraph-2.lis {
    font-size: 1.2rem;
  }

  .paragraph-2.lis.ios {
    line-height: 1.75rem;
  }

  .paragraph-2.is {
    font-style: italic;
  }

  .paragraph-2.is.grer.ccss {
    font-style: normal;
  }

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

  .column-2.bes {
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    width: 40%;
  }

  .paragraph-4 {
    text-align: left;
  }

  .paragraph-4.foots {
    color: #fff;
    font-size: .75rem;
    line-height: 1rem;
  }

  .div-block-81, .div-block-82, .div-block-84 {
    height: 50vh;
  }

  .section-13 {
    border-top-width: 5px;
  }

  .div-block-85 {
    width: 40%;
    height: 70vh;
  }

  .div-block-85.tt {
    width: 60%;
    padding-left: 2.5vw;
  }

  .div-block-85.tt.rew {
    width: 60%;
    height: 70vh;
    padding-left: 2vw;
  }

  .div-block-85.raers {
    background-position: 100% 100%;
    height: 70vh;
  }

  .div-block-86 {
    background-image: linear-gradient(270deg, #0000 27%, #fff), url('../images/61a09e35073fe521a069adc3_IMG_8640n.jpg');
    background-position: 0 0, 80% 0;
    background-size: auto, cover;
  }

  .div-block-86.ar {
    background-image: linear-gradient(to right, #fff 44%, #0000), url('../images/hm.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
  }

  .div-block-87 {
    height: 70vh;
  }

  .div-block-89 {
    height: auto;
    inset: 80.5vh 0% auto;
  }

  .div-block-89.re {
    position: static;
  }

  .div-block-94 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-96 {
    width: 100%;
  }

  .submit-button.message.drww.ew {
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .column-4 {
    opacity: 0;
    display: none;
  }

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

  .column-6 {
    padding-right: 0;
  }

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

  .div-block-106, .div-block-108 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 20px;
  }

  .div-block-2 {
    background-image: linear-gradient(175deg, #000000bf, #0000 37%), url('../images/Downtown.jpg');
    background-position: 0 0, 55% 100%;
    background-size: auto, cover;
  }

  .div-block-3, .image-2 {
    height: 38vh;
  }

  .heading.oso {
    font-size: 2.25rem;
    line-height: 2.3rem;
  }

  .div-block-9 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-12 {
    float: none;
    justify-content: center;
    display: flex;
  }

  .div-block-13 {
    opacity: 0;
    display: none;
  }

  .brand {
    padding-left: 5px;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading-2.ab {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .heading-2.ab.wew.frw {
    color: #fff;
  }

  .heading-2.c {
    line-height: 2.5rem;
  }

  .div-block-16.pg.g {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .div-block-16.pg.g.bis {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-16.pg.g.bis.erw {
    padding-top: 50px;
  }

  .div-block-16.tab.vs.tte.erw {
    padding-bottom: 0;
  }

  .section-12.fos {
    margin-top: 12vh;
  }

  .section-12.fos.ree.rww.rwr.rwwee {
    margin-top: 0;
  }

  .paragraph-2.lis {
    font-size: 1.15rem;
    line-height: 1.8rem;
  }

  .paragraph-2.lis.rwrw.rwr.rew {
    color: #fff;
  }

  .paragraph-2.ces.rhm.loss {
    margin-bottom: 10px;
  }

  .paragraph-2.ces.rhm.loss.odse {
    margin-bottom: 0;
  }

  .paragraph-2.is.grer.ccss.rwer {
    margin-bottom: 60px;
  }

  .paragraph-2.lef.re {
    line-height: 1.65rem;
  }

  .div-block-33 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 3px;
  }

  .div-block-34 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .div-block-35 {
    float: none;
  }

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

  .paragraph-4.foots {
    text-align: center;
    margin-bottom: 8px;
    font-size: .65rem;
  }

  .div-block-81, .div-block-82 {
    width: 100%;
    height: 35vh;
  }

  .div-block-83 {
    display: block;
  }

  .div-block-84 {
    height: 35vh;
  }

  .div-block-85 {
    width: 100%;
    height: 55vh;
  }

  .div-block-85.tt.rew {
    opacity: 0;
    display: none;
  }

  .div-block-85.raers {
    background-position: 0 100%;
    height: 55vh;
  }

  .div-block-86 {
    background-image: url('../images/fda.png'), url('../images/hm.jpg');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    height: 55vh;
  }

  .div-block-86.ar {
    background-image: url('../images/hm.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-87 {
    height: 40vh;
  }

  .div-block-89 {
    top: 65vh;
  }

  .section-15.rew {
    opacity: 1;
    display: block;
  }

  .section-15.rew.bo {
    margin-top: 26vh;
  }

  .section-15.rew.bo.rea.are {
    margin-top: 16vh;
  }

  .div-block-91.atar {
    background-color: #000;
  }

  .div-block-94 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-field-2, .text-field-4, .text-field-5, .text-field-3 {
    float: none;
    width: 100%;
  }

  .div-block-97.few {
    margin-bottom: 50px;
  }

  .div-block-98 {
    padding: 65px 5vw 50px;
  }

  .list {
    margin-bottom: 0;
  }

  .div-block-100.raer {
    margin-top: 20px;
    margin-left: 0;
  }

  .lightbox-link {
    width: 100%;
    max-width: 100%;
  }

  .div-block-101 {
    margin-right: 0;
  }

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

  .column-7 {
    padding-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .nav-link.don {
    font-weight: 500;
  }

  .div-block.r {
    padding-left: 0;
  }

  .div-block-2 {
    background-position: 0 0, 35% 100%;
    height: 60vh;
    display: block;
  }

  .div-block-3 {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    height: 60vh;
    display: flex;
  }

  .image-2 {
    float: none;
    height: 40vh;
  }

  .div-block-8 {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    position: static;
    overflow: hidden;
    transform: skew(-10deg);
  }

  .div-block-8.bl {
    transform: skew(10deg);
  }

  .heading.top {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading.top.b {
    text-align: center;
    letter-spacing: -.5px;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .heading.top.don, .heading.top.don.d {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading.oso {
    font-size: 1.5rem;
    line-height: 1.75rem;
    overflow: hidden;
    transform: skew(10deg);
  }

  .heading.oso.id.fae.arrae.earewe {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading.oso.r {
    font-size: 1.75rem;
    transform: skew(-10deg);
  }

  .heading.oso.r.raer {
    font-size: 1.65rem;
    line-height: 2.65rem;
  }

  .div-block-9 {
    border-top-style: none;
    border-bottom-style: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-9.rd.erae {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-9.rwrweres {
    opacity: 0;
    display: none;
  }

  .div-block-9.raererw {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-10 {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    inset: 18vh 0% auto;
  }

  .section-5 {
    padding-left: 1vw;
    padding-right: 1vw;
    overflow: hidden;
  }

  .button-2.mid.rear.tt.info.ins.erar.di, .button-2.mid.rear.tt.info.ins.erar.arer {
    width: 100%;
  }

  .button-2.mid.rear.fafkaf {
    width: 100%;
    margin-top: 20px;
  }

  .menu-button {
    width: 22vw;
  }

  .brand {
    padding-left: 0;
  }

  .heading-2.ab.wew {
    color: #fff;
  }

  .heading-2.c {
    line-height: 2.5rem;
  }

  .heading-2.c.rar {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }

  .div-block-16.pg {
    padding: 60px 5%;
  }

  .div-block-16.tab {
    padding: 50px 5%;
  }

  .div-block-16.tab.elc {
    background-image: linear-gradient(#0000, #0000), url('../images/pngwing.com-7.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, contain;
    padding-top: 50px;
    padding-bottom: 250px;
  }

  .div-block-16.tab.elc.rw {
    padding-bottom: 250px;
  }

  .div-block-16.tab.vs.tte {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-16.tab.vs.tte.erw {
    border-bottom-style: none;
  }

  .div-block-16.tab.vs.tte.erw.sps {
    padding-left: 0%;
  }

  .div-block-18.bes {
    justify-content: space-around;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .button-3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.5rem;
    display: inline-block;
  }

  .paragraph {
    text-align: left;
    font-size: 1.5rem;
  }

  .div-block-19 {
    float: none;
    flex: 0 auto;
    align-self: auto;
    margin-right: 15px;
    padding-left: 0;
  }

  .div-block-21 {
    margin-right: 0;
  }

  .div-block-22 {
    justify-content: center;
    display: block;
  }

  .section-12.fos.ree {
    margin-top: 9.5vh;
  }

  .section-12.fos.ree.rww.rwr {
    margin-top: 0;
  }

  .div-block-23 {
    padding-left: 5px;
  }

  .div-block-23.d {
    padding-left: 0;
  }

  .div-block-24 {
    padding-left: 5px;
  }

  .paragraph-2.lis.rwrw.rwr {
    color: var(--white-smoke);
  }

  .paragraph-2.ces.leww.rwr.reare {
    line-height: 1.6rem;
  }

  .paragraph-2.ces.rhm {
    font-size: 1.15rem;
  }

  .paragraph-2.is.grer {
    line-height: 1.65rem;
  }

  .paragraph-2.is.grer.ccss.rwer {
    margin-bottom: 50px;
  }

  .paragraph-2.is.grer.ccss.rwer.sos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2.is.grer.ccss.rwer.sos.osp {
    margin-bottom: 35px;
  }

  .paragraph-2.is.grer.ccss.cos {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .div-block-34 {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }

  .paragraph-4 {
    color: #797979;
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-4.foots {
    color: #fff;
    text-align: center;
    font-size: .72rem;
    line-height: 1.2rem;
  }

  .div-block-83 {
    display: block;
  }

  .div-block-84.rs.rerww, .div-block-84.raere {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-13 {
    border-top-width: 4px;
  }

  .section-14.fso {
    margin-top: 0;
  }

  .section-14.fso.re {
    margin-top: 10.5vh;
  }

  .div-block-85, .div-block-85.tt {
    opacity: 0;
    display: none;
  }

  .div-block-86 {
    background-image: url('../images/IMG_8640.png'), url('../images/hm.jpg');
    background-position: 100% 100%, 50% 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
    height: 50vh;
    display: block;
  }

  .div-block-86.ar {
    background-image: url('../images/constablehammond.webp'), url('../images/hm.jpg');
  }

  .div-block-89 {
    position: absolute;
    top: 61vh;
  }

  .section-15 {
    opacity: 1;
    margin-top: 10vh;
    display: block;
  }

  .section-15.rew, .section-15.rew.bo, .section-15.rew.bo.rea.are {
    margin-top: 0;
  }

  .div-block-91 {
    background-color: #000;
  }

  .div-block-91.atar {
    padding: 60px 5vw;
  }

  .image-5 {
    border-style: none;
  }

  .div-block-95 {
    margin-bottom: 35px;
  }

  .submit-button {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .submit-button.message.drww {
    margin-bottom: 0;
  }

  .submit-button.message.drww.ew {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 25px;
  }

  .text-field-2, .text-field-4 {
    text-align: center;
    margin-bottom: 15px;
  }

  .textarea {
    text-align: center;
  }

  .select-field {
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .text-field-5, .text-field-3 {
    text-align: center;
    margin-bottom: 15px;
  }

  .form-block-3 {
    margin-bottom: 0;
  }

  .div-block-98 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-98.meet {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-99.oss.ree {
    margin-bottom: 0;
  }

  .div-block-99.oss.ree.raer, .div-block-100.raer.far {
    display: block;
  }

  .columns {
    margin-bottom: 35px;
  }

  .lightbox-link {
    width: 100%;
    max-width: 100%;
  }

  .link {
    font-size: 1.5rem;
  }

  .sms {
    font-weight: 600;
  }

  .image-6 {
    border-style: solid none;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .div-block-101 {
    flex: 1;
  }

  .div-block-103 {
    opacity: 1;
    display: block;
  }

  .div-block-108 {
    margin-bottom: 35px;
  }
}


