.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 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #4e8677;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

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

p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
  font-size: 16px;
}

a {
  display: block;
  color: #333;
  text-decoration: none;
}

a.w--current {
  display: inline-block;
  color: #333;
}

li {
  display: block;
  list-style-type: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 140px;
  margin-right: 0px;
  margin-left: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background-color: #fff;
  text-align: left;
}

.div-block:hover {
  box-shadow: 1px 1px 3px 0 #4e8677;
}

.div-block.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-right: 1px solid #cbcfce;
  background-color: transparent;
}

.div-block.footer:hover {
  box-shadow: none;
}

.div-block.footer._1 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-right-width: 0px;
}

.div-block.footer._1:hover {
  box-shadow: none;
}

.image-top {
  display: block;
  width: 200px;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  text-align: center;
}

.image-top.a {
  display: block;
  width: 260px;
  margin-top: 0px;
}

.image-top.b {
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-top.c {
  position: static;
  display: block;
  width: 240px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-top.e {
  display: block;
  width: 260px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.image-bottom {
  display: block;
  width: 100px;
  height: auto;
  max-width: none;
  margin: 0px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.image-bottom._14 {
  width: 110px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-bottom._1 {
  display: block;
  width: 100px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-bottom._2 {
  width: 120px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-bottom._4 {
  width: 120px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.image-bottom._6 {
  width: 140px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-bottom._7 {
  width: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.image-bottom._8 {
  width: 120px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-bottom._9 {
  width: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.image-bottom._10 {
  width: 100px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.image-bottom._11 {
  width: 85px;
  height: auto;
  margin-top: 5px;
}

.image-bottom._12 {
  position: static;
  display: block;
  width: 120px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-bottom._15 {
  width: 120px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-bottom._16 {
  width: 130px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-bottom._17 {
  width: 110px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-bottom._5 {
  width: 120px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-bottom._3 {
  display: block;
  width: 120px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-bottom._18 {
  position: relative;
  width: 120px;
  margin-top: 0px;
  margin-left: 5px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-block.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 200px;
  max-width: 1200px;
  padding-bottom: 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-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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block.top:hover {
  border-style: dotted;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}

.grid-supporters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 20px 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: transparent;
  opacity: 1;
  text-align: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 0px;
  border-color: #333;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.grid-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: none;
  margin: 0px 10px 20px 300px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  justify-items: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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-sponsors._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 20px 0px 0px;
  padding-left: 0px;
  -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;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Poppins, sans-serif;
}

.flex-container {
  position: static;
  top: 0px;
  z-index: 1;
  display: block;
  max-width: 1200px;
  margin: 0px auto;
  -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;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-bottom: 0px solid transparent;
  list-style-type: disc;
}

.flex-container.bar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: transparent;
}

.div-block-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 200px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.div-block-top:hover {
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #4e8677;
}

.div-block-top._1 {
  width: 280px;
  height: 200px;
  box-shadow: none;
}

.div-block-top._1:hover {
  box-shadow: 1px 1px 3px 0 #4e8677;
}

.heading-sponsors {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #277f6a;
  font-size: 35px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0px;
}

.div-sponsor {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.div-supporters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.heading-supporters {
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #277f6a;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
}

.sponsors {
  margin-top: 40px;
}

.body {
  font-size: 1.1em;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 12, 9, 0.73);
  text-align: center;
}

.sponsors {
  display: block;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.logo {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0px;
  border-color: #2f816b;
  border-radius: 10px;
  background-color: #277f6a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.submit:hover {
  border-width: 2px;
  border-color: #4c7c6f;
  border-radius: 15px;
  background-color: #fff;
  color: #4c7c6f;
}

.submit:active {
  border-width: 0px;
  border-color: #000;
  color: #214e41;
}

.heading-2 {
  margin-top: 20px;
  color: #333;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
}

.italic-text {
  font-size: 14px;
  line-height: 1.2em;
}

.field-label {
  font-size: 16px;
}

.field-label-2 {
  font-size: 16px;
}

.field-label-3 {
  font-size: 16px;
}

.field-label-4 {
  font-size: 16px;
}

.paragraph-2 {
  font-size: 16px;
}

.field-label-5 {
  font-size: 16px;
}

.form {
  margin-bottom: 20px;
}

.form:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #4e8677;
}

.section {
  display: block;
  max-width: none;
  min-height: 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;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section.sponsors {
  display: block;
  max-width: none;
  min-height: 0px;
  margin-top: 0px;
  padding: 20px 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: #fff;
}

.section.supporters {
  display: block;
  max-width: none;
  min-height: 0px;
  margin-top: 0px;
  padding: 20px 0px 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: #fff;
}

.section.form {
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.section.form:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #4e8677;
}

.section.hero {
  display: block;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

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

.text {
  border-style: solid;
  border-width: 1px;
  border-color: #4e8677;
  color: #277f6a;
}

.text:hover {
  border-width: 2px;
  border-color: #277f6a;
}

.mesage {
  height: auto;
  max-height: none;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #277f6a;
}

.mesage:hover {
  border-width: 2px;
}

.maple-leaf {
  display: block;
  max-width: none;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.maple-leaf.w--current {
  margin-left: 0px;
}

.navname {
  margin-right: 10px;
}

.navname:hover {
  font-weight: 600;
}

.navname:visited {
  border-style: solid;
  border-width: 0px 0px 4px;
  border-color: #4e8677;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 600;
}

.navname.w--current {
  display: inline-block;
  border-bottom: 4px solid #4e8677;
}

.navname.home {
  padding: 15px;
  color: #333;
  font-size: 16px;
}

.navname.home:hover {
  color: #4c7c6f;
}

.navname.home:visited {
  border-width: 1px;
  border-color: #277f6a;
  color: #277f6a;
}

.navname.home.w--current {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 15px;
  border-bottom: 3px solid #4e8677;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #4e8677;
  font-size: 16px;
  font-weight: 600;
}

.navname.home.w--current:hover {
  color: #4c7c6f;
}

.navname.home.w--current:visited {
  border-bottom-color: #3ab078;
}

.navname.sponsosrs {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 15px;
  color: #333;
  font-size: 16px;
}

.navname.sponsosrs:hover {
  color: #4c7c6f;
}

.navname.sponsosrs:visited {
  border-width: 0px 0px 3px;
  border-color: #277f6a;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #277f6a;
}

.navname.sponsosrs.w--current {
  border-bottom-width: 3px;
  color: #4e8677;
  font-weight: 600;
}

.navname.sponsosrs.w--current:hover {
  color: #4c7c6f;
}

.navname.supporters {
  display: inline-block;
  margin-right: 40px;
  padding: 15px;
  border-bottom-width: 0px;
  border-bottom-color: transparent;
  color: #333;
  font-size: 16px;
}

.navname.supporters:hover {
  color: #4c7c6f;
}

.navname.supporters:visited {
  border-style: none none solid;
  border-width: 0px 0px 3px;
  border-color: #000 #000 #277f6a;
  color: #277f6a;
}

.navname.supporters.w--current:visited {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  right: auto;
  z-index: 999;
  display: block;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.64);
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(204, 208, 207, 0.57);
}

.nav-container {
  margin-right: 0px;
}

.contact-button {
  margin-left: 220px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #277f6a;
  color: #fff;
  font-size: 16px;
}

.contact-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #277f6a;
  background-color: #fff;
  color: #277f6a;
}

.contact-button.w--current {
  color: #fff;
}

.contact-button.w--current:hover {
  color: #277f6a;
}

.grid-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.5fr 4.75fr;
  grid-template-columns: 2fr 1.5fr 4.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 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;
  border-right: 0px solid #eef3f2;
  color: #cbcfce;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}

.grid-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -ms-grid-columns: 0.34fr 0.25fr 0.35fr;
  grid-template-columns: 0.34fr 0.25fr 0.35fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-web {
  padding-left: 0px;
  color: #cbcfce;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.footer-web:hover {
  color: #68d9be;
}

.div-block-3 {
  display: inline-block;
  width: 550px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.video {
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-text {
  margin-right: 20px;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  height: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 55em;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  font-size: 55px;
  line-height: 65px;
}

.grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (min-width: 1920px) {
  a {
    color: #333;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    height: 280px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-top.a {
    width: 400px;
    margin-top: 70px;
  }

  .image-top.b {
    width: 390px;
    margin-top: 0px;
  }

  .image-top.c {
    width: 400px;
    margin-top: 40px;
  }

  .image-top.e {
    width: 400px;
    margin-top: 130px;
  }

  .image-bottom {
    width: 240px;
  }

  .image-bottom._14 {
    width: 240px;
  }

  .image-bottom._1 {
    width: 220px;
  }

  .image-bottom._2 {
    width: 240px;
    margin-top: 0px;
  }

  .image-bottom._4 {
    width: 240px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-bottom._6 {
    width: 260px;
  }

  .image-bottom._7 {
    width: 240px;
  }

  .image-bottom._8 {
    width: 240px;
  }

  .image-bottom._9 {
    width: 240px;
  }

  .image-bottom._10 {
    width: 210px;
  }

  .image-bottom._11 {
    width: 170px;
  }

  .image-bottom._12 {
    width: 240px;
  }

  .image-bottom._15 {
    width: 250px;
  }

  .image-bottom._16 {
    width: 250px;
  }

  .image-bottom._17 {
    width: 240px;
  }

  .image-bottom._5 {
    width: 240px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-bottom._3 {
    width: 240px;
    margin-top: 0px;
  }

  .image-bottom._18 {
    width: 240px;
    margin-left: 0px;
  }

  .link-block.top {
    width: 420px;
    height: 420px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-supporters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 45px;
  }

  .flex-container {
    max-width: 1800px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flex-container.bar {
    margin-top: 30px;
  }

  .div-block-top {
    width: 420px;
    height: 420px;
  }

  .div-block-top._1 {
    width: 420px;
    height: 420px;
  }

  .heading-sponsors {
    max-width: 100%;
    font-size: 60px;
    line-height: 56px;
  }

  .heading-supporters {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 57px;
    font-size: 50px;
    line-height: 51px;
  }

  .sponsors {
    margin-top: 10px;
  }

  .sponsors {
    margin-top: 0px;
    padding-top: 60px;
  }

  .logo {
    width: auto;
    height: 70px;
    max-width: none;
  }

  .section.sponsors {
    max-width: 100%;
  }

  .navname.home.w--current {
    margin-right: 25px;
    font-size: 25px;
  }

  .navname.sponsosrs {
    margin-right: 15px;
    font-size: 25px;
  }

  .navname.supporters {
    margin-right: 15px;
    font-size: 25px;
  }

  .nav {
    max-width: none;
  }

  .nav-container {
    margin-bottom: 0px;
  }

  .contact-button {
    margin-bottom: 0px;
    padding: 20px;
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 110px;
    max-width: none;
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block.footer {
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block.footer._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5px;
  }

  .image-top {
    width: 250px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .image-top.a {
    width: 160px;
    margin-top: 29px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-top.b {
    width: 140px;
    margin-top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-top.c {
    width: 150px;
    margin-top: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-top.e {
    width: 160px;
    margin-top: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-bottom {
    width: 100px;
  }

  .image-bottom._14 {
    width: 100px;
    margin-top: 0px;
  }

  .image-bottom._1 {
    display: inline-block;
    width: 90px;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-bottom._2 {
    width: 110px;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-bottom._4 {
    width: 110px;
    margin-top: 0px;
  }

  .image-bottom._6 {
    width: 110px;
    margin-top: 10px;
  }

  .image-bottom._7 {
    width: 110px;
  }

  .image-bottom._8 {
    width: 110px;
  }

  .image-bottom._9 {
    width: 110px;
    margin-top: 0px;
  }

  .image-bottom._10 {
    width: 85px;
  }

  .image-bottom._11 {
    width: 75px;
  }

  .image-bottom._12 {
    width: 110px;
  }

  .image-bottom._15 {
    width: 110px;
    margin-top: 0px;
  }

  .image-bottom._16 {
    width: 110px;
    margin-top: 0px;
  }

  .image-bottom._17 {
    width: 100px;
  }

  .image-bottom._5 {
    width: 110px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-bottom._3 {
    width: 110px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image-bottom._18 {
    width: 110px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .link-block {
    width: 150px;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }

  .link-block:hover {
    background-color: transparent;
  }

  .link-block.top {
    width: 160px;
    height: 140px;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .link-block.top:hover {
    box-shadow: none;
  }

  .grid-supporters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: none;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -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;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    font-size: 16px;
    line-height: 24px;
  }

  .grid-sponsors {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .grid-sponsors._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .flex-container {
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 768px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-container.bar {
    display: block;
    max-width: 768px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-top {
    width: 160px;
    height: 140px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-top._1 {
    display: block;
    width: 160px;
    height: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-top._1:hover {
    box-shadow: 1px 1px 3px 0 #4e8677;
  }

  .heading-sponsors {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 36px;
  }

  .div-supporters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-supporters {
    display: block;
    max-width: none;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 23px;
    line-height: 31px;
    text-align: left;
  }

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

  .sponsors {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo {
    margin: 20px 12px 0px;
  }

  .submit {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .italic-text {
    font-size: 0.7em;
  }

  .field-label {
    font-size: 16px;
  }

  .field-label-2 {
    font-size: 16px;
  }

  .field-label-3 {
    font-size: 16px;
  }

  .field-label-4 {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .field-label-5 {
    font-size: 16px;
  }

  .form {
    font-size: 16px;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section.sponsors {
    display: block;
    min-height: 0px;
    margin-top: 0px;
    padding: 10px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.supporters {
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.form {
    padding: 10px 20px;
  }

  .section.hero {
    max-height: none;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .maple-leaf {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .maple-leaf.w--current {
    margin-left: 6px;
  }

  .navname.home.w--current {
    font-size: 14px;
  }

  .navname.sponsosrs {
    font-size: 14px;
  }

  .navname.supporters {
    font-size: 14px;
  }

  .nav {
    z-index: 999;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

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

  .menu-button {
    display: none;
    overflow: visible;
    padding: 5px 10px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: transparent;
  }

  .icon {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #333;
    font-size: 50px;
  }

  .contact-button {
    margin-left: 60px;
    font-size: 14px;
  }

  .paragraph-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    text-align: center;
  }

  .grid-footer {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.6fr 0.5fr 0.75fr;
    grid-template-columns: 0.6fr 0.5fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }

  .footer-web {
    font-size: 13px;
  }

  .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-text {
    margin-right: 0px;
    padding-top: 0px;
  }

  .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 400px;
    max-width: 100.0000171026262%;
    margin-bottom: 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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header {
    display: block;
    width: 100.0000190913124%;
    max-width: 100.0000190913124%;
    font-size: 35px;
    line-height: 45px;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
  }

  .footer {
    padding: 40px 20px;
  }

  .video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero {
    padding: 40px 20px;
  }

  .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    max-width: 100.0000337798871%;
  }
}

@media screen and (max-width: 479px) {
  li {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    max-width: none;
    margin-right: 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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block.footer {
    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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-right-width: 0px;
  }

  .div-block.footer._1 {
    padding: 0px;
  }

  .image-top {
    width: 80px;
  }

  .image-top.a {
    width: 120px;
    margin-top: 20px;
  }

  .image-top.b {
    width: 110px;
    margin-top: 0px;
  }

  .image-top.c {
    width: 120px;
    margin-top: 10px;
  }

  .image-top.e {
    width: 120px;
    margin-top: 30px;
  }

  .image-bottom {
    display: block;
    width: 75px;
    margin-top: 0px;
  }

  .image-bottom._14 {
    width: 75px;
    margin-top: 15px;
  }

  .image-bottom._1 {
    width: 70px;
  }

  .image-bottom._2 {
    width: 75px;
    margin-top: 0px;
  }

  .image-bottom._4 {
    width: 75px;
    margin-bottom: 0px;
  }

  .image-bottom._6 {
    width: 75px;
    margin-top: 0px;
  }

  .image-bottom._7 {
    width: 75px;
  }

  .image-bottom._8 {
    width: 75px;
  }

  .image-bottom._9 {
    display: block;
    width: 75px;
    margin-top: 0px;
  }

  .image-bottom._10 {
    width: 70px;
  }

  .image-bottom._11 {
    width: 55px;
    height: auto;
    margin-top: 0px;
  }

  .image-bottom._12 {
    width: 75px;
  }

  .image-bottom._15 {
    width: 75px;
    margin-top: 0px;
  }

  .image-bottom._16 {
    width: 75px;
    margin-top: 0px;
  }

  .image-bottom._17 {
    width: 70px;
    height: auto;
    margin-top: 0px;
  }

  .image-bottom._5 {
    width: 75px;
    margin-top: 0px;
  }

  .image-bottom._3 {
    display: block;
    width: 75px;
    margin-top: 0px;
  }

  .image-bottom._18 {
    width: 75px;
    margin-top: 0px;
  }

  .link-block {
    display: block;
    width: 100px;
  }

  .link-block.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 100px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-supporters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -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;
    justify-items: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    font-size: 14px;
    line-height: 21px;
  }

  .grid-sponsors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    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-sponsors._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    margin: 20px 0px 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .flex-container {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 479px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    font-size: 16px;
    line-height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .flex-container.bar {
    max-width: 479px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-top {
    display: block;
    width: 130px;
    height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-top._1 {
    width: 130px;
    height: 100px;
  }

  .heading-sponsors {
    display: block;
    width: auto;
    max-width: none;
    margin: 0px 0px 10px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
  }

  .div-sponsor {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-supporters {
    max-width: 400px;
  }

  .heading-supporters {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }

  .sponsors {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer {
    padding: 20px;
    text-align: left;
  }

  .sponsors {
    margin-top: 0px;
    padding: 0px;
  }

  .small-text {
    font-size: 14px;
  }

  .contact-form-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .submit {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .field-label {
    width: 40%;
    font-size: 14px;
    line-height: 20px;
  }

  .field-label-2 {
    display: block;
    width: 40%;
    font-size: 14px;
    line-height: 20px;
  }

  .field-label-3 {
    width: 40%;
    font-size: 14px;
    line-height: 20px;
  }

  .field-label-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .field-label-5 {
    width: 40%;
    font-size: 14px;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: 25vh;
    padding: 0px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section.sponsors {
    padding: 10px 20px;
  }

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

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

  .section.hero {
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.home {
    min-height: 0px;
  }

  .text {
    width: 60%;
  }

  .div-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-first-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .maple-leaf {
    display: block;
    margin-top: 5px;
    margin-left: 20px;
  }

  .maple-leaf.w--current {
    margin-left: -13px;
  }

  .nav {
    position: relative;
    top: 0px;
    z-index: 9999;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 1px 1px 2px 0 #ccd0cf;
  }

  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 470px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-button {
    display: block;
    margin-top: 0px;
    margin-right: 10px;
    padding: 5px 10px;
    color: #333;
  }

  .icon {
    font-size: 40px;
  }

  .paragraph-footer {
    padding-right: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 12px;
    text-align: left;
  }

  .grid-footer {
    display: block;
    width: auto;
    height: auto;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area";
    -ms-grid-columns: 0.9fr 0.35fr 0.35fr;
    grid-template-columns: 0.9fr 0.35fr 0.35fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-web {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
  }

  .div-block-3 {
    display: block;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video {
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .div-text {
    margin-top: 0px;
    padding-top: 0px;
  }

  .video {
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
  }

  .header {
    display: block;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 16px;
    line-height: 22px;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

#w-node-_4185918c-b8a7-d7c4-c2f8-832a4c365f01-88e17ccb {
  -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-d4fc5a8e-8f02-e701-417b-5325fc6812a9-88e17ccb {
  -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-b2114127-b4c9-9f1e-fda5-ebfd5584780b-88e17ccb {
  -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;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_1315e33b-c534-c4b5-a2a4-62a2381d4a2d-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_05862e9b-b59e-e7b1-91f9-2d12f4878863-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_58e73fe6-72e5-6cd9-27c1-3eea6c0c017a-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-eb3ff36b-d3c7-d750-4185-6c97bbc97d51-88e17ccb {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ad4-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ad8-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ade-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ae4-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0aea-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0aee-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0af2-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0af8-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_128602d6-4cc2-dc59-fdee-ab6481f29365-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_0973c152-d3f5-eb6d-4550-877be82f9ec8-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_2426be8e-4160-5dfb-1c3c-3d5b1b11677a-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0b02-88e17ccb {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0b06-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_6fc08a0a-ddfd-3d05-7f54-8afa4a69f572-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-e9a9309d-0760-b8aa-6c7f-b57e733bb908-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_17dec9a2-594d-2cc8-4554-d4efc089392e-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0b0a-88e17ccb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-a15aab47-df11-b4c7-e2bc-d09d6931fe04-6931fde8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-eb3ff36b-d3c7-d750-4185-6c97bbc97d51-88e17ccb {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ad8-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ade-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0aea-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_128602d6-4cc2-dc59-fdee-ab6481f29365-88e17ccb {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_0973c152-d3f5-eb6d-4550-877be82f9ec8-88e17ccb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_2426be8e-4160-5dfb-1c3c-3d5b1b11677a-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0b02-88e17ccb {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0b06-88e17ccb {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_6fc08a0a-ddfd-3d05-7f54-8afa4a69f572-88e17ccb {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-e9a9309d-0760-b8aa-6c7f-b57e733bb908-88e17ccb {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_17dec9a2-594d-2cc8-4554-d4efc089392e-88e17ccb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0b0a-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_6ac8c545-994d-eeb5-1bef-36521568d236-88e17ccb {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c8365805-4fc3-532d-8a0b-c15a993835bc-88e17ccb {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ad4-88e17ccb {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ad8-88e17ccb {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ade-88e17ccb {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ae4-88e17ccb {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0ae5-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0aea-88e17ccb {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0aee-88e17ccb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0af8-88e17ccb {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_0973c152-d3f5-eb6d-4550-877be82f9ec9-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0b03-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0b07-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_17dec9a2-594d-2cc8-4554-d4efc089392e-88e17ccb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-e2e7b481-cbeb-b2d8-6461-0b1ef79c0b0a-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_6ac8c545-994d-eeb5-1bef-36521568d236-88e17ccb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c92f3711-2a77-8f55-b963-dc1a38902c8b-88e17ccb {
    -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-a15aab47-df11-b4c7-e2bc-d09d6931fdf4-6931fde8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a15aab47-df11-b4c7-e2bc-d09d6931fdf8-6931fde8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a15aab47-df11-b4c7-e2bc-d09d6931fdfc-6931fde8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a15aab47-df11-b4c7-e2bc-d09d6931fe00-6931fde8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-light.ttf') format('truetype'), url('../fonts/graphik-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/graphik-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Norwester';
  src: url('../fonts/norwester.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cooperhewitt';
  src: url('../fonts/cooperhewitt-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Norwester';
  src: url('../fonts/norwester.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dream orphanage rg';
  src: url('../fonts/dream-orphanage-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}