.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;
}

.div-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 3% 10%;
  -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;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0%;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.body {
  background-color: #21282a;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
}

.container {
  margin-right: 5%;
  margin-left: 5%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: left;
}

.div-block-3 {
  width: auto;
}

.image {
  width: 30rem;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #a75502;
  font-size: 2rem;
  line-height: 3rem;
  font-style: italic;
  font-weight: 300;
}

.text-block {
  margin-right: 0%;
  font-family: 'DM Sans', sans-serif;
  color: #cd968f;
  font-size: 180%;
  line-height: 120%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-5 {
  overflow: hidden;
  margin-bottom: 7%;
}

.div-block-6 {
  overflow: hidden;
  margin-bottom: 7%;
}

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

.button {
  margin-right: 5%;
  padding: 2% 4%;
  border-radius: 5px;
  background-color: #132126;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 2rem;
}

.button:hover {
  background-color: #1e4757;
  color: #dddcdc;
}

.brand {
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-link {
  padding: 2% 30px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 140%;
  line-height: 120%;
  font-weight: 300;
}

.nav-link:hover {
  color: #c56b47;
}

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

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu {
  display: block;
  width: auto;
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-2 {
  padding: 2% 4%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease, opacity 1000ms cubic-bezier(.165, .84, .44, 1);
  transition: all 300ms ease, opacity 1000ms cubic-bezier(.165, .84, .44, 1);
  font-family: Quicksand, sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
}

.button-2:hover {
  background-color: #fff;
  color: #ce8e31;
}

.div-block-9 {
  width: 16rem;
  height: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #cd968f;
}

.hero-section {
  position: relative;
  height: 45rem;
}

.about-section {
  padding: 0% 10% 7%;
  background-color: #fff;
  background-image: url('../images/Texture-31-1-1.jpg');
  background-position: 0px 0px;
  background-size: 1600px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0% 10% 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3%;
  padding-bottom: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-12 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 150%;
  line-height: 100%;
}

.div-block-13 {
  width: 60%;
  height: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #203740;
}

.text-block-2 {
  color: #203740;
  font-size: 100%;
}

.text-block-3 {
  font-family: 'DM Sans', sans-serif;
  color: #203740;
  font-size: 250%;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}

.div-block-14 {
  padding-top: 0%;
  padding-bottom: 0%;
}

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

.div-block-16 {
  margin-bottom: 7%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 150%;
  line-height: 120%;
  text-align: center;
}

.div-block-17 {
  margin-bottom: 7%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 150%;
  line-height: 120%;
  text-align: center;
}

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

.training {
  padding: 5% 10%;
  background-color: #ebebeb;
}

.div-block-19 {
  display: none;
  margin-bottom: 5%;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  color: #203740;
  font-size: 350%;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  padding: 10% 0% 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7% 10% 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #4e5f66;
  background-image: url('../images/Group-1.png');
  background-size: 1321px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 2%;
  -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;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #203740;
}

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

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

.heading-4 {
  margin-top: 0px;
  margin-bottom: 10%;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 250%;
  line-height: 100%;
  text-align: center;
}

.text-block-6 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 150%;
  line-height: 150%;
  text-align: center;
}

.div-block-27 {
  display: none;
  padding: 5% 10% 10%;
  -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;
}

.div-block-28 {
  margin-bottom: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-7 {
  font-family: 'DM Sans', sans-serif;
  color: #919799;
  font-size: 150%;
  line-height: 100%;
}

.div-block-29 {
  margin-bottom: 3%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-30 {
  display: none;
  padding-right: 10%;
  padding-left: 10%;
}

.play-pause-button {
  position: static;
  display: block;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.text-block-8 {
  margin-right: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #e6e6e6;
  font-size: 17px;
  font-weight: 500;
}

.div-block-32 {
  width: 70%;
  height: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #e6e6e6;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 300%;
  line-height: 150%;
  font-weight: 500;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-9 {
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 180%;
  line-height: 100%;
  font-weight: 600;
}

.div-block-34 {
  margin-bottom: 2%;
}

.text-block-10 {
  font-family: Quicksand, sans-serif;
  color: #ffccb8;
  font-size: 150%;
  line-height: 200%;
  font-weight: 300;
}

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

.text-block-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 200%;
  line-height: 150%;
  font-weight: 500;
}

.div-block-36 {
  padding: 2%;
  background-color: #203740;
}

.div-block-37 {
  padding: 2%;
  background-color: #203740;
}

.text-block-12 {
  font-family: Quicksand, sans-serif;
  color: #203740;
  font-size: 200%;
  line-height: 150%;
  font-weight: 300;
  text-align: left;
}

.div-block-38 {
  margin-bottom: 5%;
  text-align: center;
}

.button-3 {
  margin-bottom: 3%;
  padding: 1% 3%;
  border-radius: 5px;
  background-color: #ce8e31;
  font-family: 'DM Sans', sans-serif;
  font-size: 150%;
  line-height: 100%;
}

.text-block-13 {
  font-family: 'DM Sans', sans-serif;
  font-size: 150%;
  line-height: 100%;
  font-weight: 400;
}

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

.slider-arrow {
  color: #d6d6d6;
}

.heading-7 {
  color: #fff0f3;
}

.slide-nav {
  font-size: 7px;
}

.quote-wrap {
  display: block;
  width: 50vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bold-text {
  color: #fff;
}

.quote-icon {
  margin-bottom: 45px;
}

.paragraph-7 {
  color: #fff;
}

.quote-slider {
  display: block;
  width: auto;
  height: 60vh;
  margin-top: 10vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  text-align: left;
}

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.section {
  display: none;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-bottom: 10%;
  background-image: url('../images/Group-22-3-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-39.modified {
  padding-top: 5%;
  padding-bottom: 7%;
}

.div-block-40 {
  width: auto;
  margin-right: 0%;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/Group-24-2-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-2 {
  width: 100%;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 5%;
  padding-left: 5%;
  -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;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 3%;
  font-family: Comfortaa, sans-serif;
  color: #a75502;
  font-size: 230%;
  line-height: 120%;
  font-weight: 700;
}

.text-block-14 {
  display: block;
  margin-bottom: 5%;
  font-family: Quicksand, sans-serif;
  color: #919799;
  font-size: 150%;
  line-height: 150%;
  font-weight: 400;
}

.div-block-43 {
  width: auto;
}

.image-3 {
  width: 100%;
}

.div-block-44 {
  width: auto;
  padding-right: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-9 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}

.div-block-45 {
  display: none;
  padding: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.div-block-47 {
  display: block;
  padding: 3% 0% 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-15 {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 150%;
  line-height: 120%;
  font-weight: 300;
}

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

.div-block-48 {
  display: none;
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #203740;
}

.button-4 {
  border-radius: 5px;
  background-color: #a75502;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Quicksand, sans-serif;
  font-size: 140%;
  line-height: 120%;
  font-weight: 300;
}

.button-4:hover {
  background-color: #86462e;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10.5rem;
  padding: 3% 5%;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #c56b47;
  border-radius: 10px;
  background-color: #a75502;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
}

.link-block:hover {
  border-color: #1f363f;
  background-color: #1f363f;
  font-weight: 600;
}

.text-block-16 {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 180%;
  line-height: 100%;
}

.div-block-49 {
  margin-right: 2%;
}

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

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

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

.section-3 {
  background-color: #fff;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/Group-27-2-1.png');
  background-size: cover;
}

.div-block-54 {
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Quicksand, sans-serif;
  color: #203740;
  font-size: 100%;
  line-height: 100%;
  font-weight: 300;
}

.heading-10 {
  margin-top: 5%;
  margin-bottom: 3%;
  font-family: Comfortaa, sans-serif;
  font-size: 350%;
  line-height: 100%;
  font-weight: 700;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-17 {
  margin-bottom: 5%;
  font-family: Quicksand, sans-serif;
  font-size: 200%;
  line-height: 150%;
  font-weight: 300;
}

.text-block-17.header {
  font-family: Comfortaa, sans-serif;
  font-size: 250%;
  line-height: 150%;
  font-weight: 700;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #203740;
}

.text-block-18 {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 200%;
  line-height: 189%;
  text-align: center;
}

.div-block-59 {
  margin-bottom: 5%;
}

.button-5 {
  width: auto;
  padding: 7% 9%;
  background-color: #c56b48;
  font-family: Quicksand, sans-serif;
  font-size: 150%;
  line-height: 100%;
  font-weight: 300;
  text-align: left;
}

.div-block-60 {
  display: none;
  width: 16%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  font-family: Comfortaa, sans-serif;
  font-size: 150%;
  line-height: 120%;
  font-weight: 500;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.accordion-wrapper {
  margin-top: 0px;
}

.paragraph {
  margin-bottom: 3%;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 120%;
  line-height: 140%;
  font-weight: 400;
}

.image-4 {
  margin-top: -10px;
  cursor: pointer;
}

.image-5 {
  cursor: pointer;
}

.accordion-item {
  margin-bottom: 5%;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #e3e3e3;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.div-block-61 {
  width: 45%;
  margin-right: 0%;
}

.div-block-62 {
  width: 45%;
}

.div-block-63 {
  width: 45%;
}

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

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

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

.accordian-element {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5%;
  padding-right: 4%;
  padding-left: 4%;
  border-radius: 10px;
  background-color: #f5e8e3;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 80px;
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-list {
  position: static;
  display: block;
  padding: 2% 0%;
  background-color: #f5e8e3;
}

.accordion-icon {
  display: block;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-68 {
  margin-right: 0%;
}

.wrap {
  display: none;
  width: 100%;
  max-width: 1200px;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.heading-11 {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 180%;
  line-height: 150%;
  font-weight: 400;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #c56b48;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #c56b48;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 120%;
  line-height: 100%;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.button-6 {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border: 1px solid #ffccd5;
  border-radius: 3px;
  background-color: #800020;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.button-6:hover {
  background-color: #ffccd5;
  color: #800020;
}

.button-6.form-button {
  border-color: #c56b48;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #c56b48;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-6.form-button:hover {
  background-color: #000;
  color: #fff;
}

.footer-list {
  display: none;
  padding-top: 29px;
  padding-bottom: 29px;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  font-family: Quicksand, sans-serif;
  color: #c56b48;
  font-size: 120%;
  line-height: 100%;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.icon {
  display: block;
  -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;
  font-family: 'Font awesome 6 brands 400', sans-serif;
  color: #c56b47;
  font-size: 15px;
  line-height: 30px;
}

.icon.envelope {
  font-family: 'Font awesome 6 free 400', sans-serif;
}

.learn {
  display: none;
  overflow: visible;
}

.div-block-74 {
  position: relative;
  width: auto;
  height: 600vh;
  margin-bottom: 5%;
  background-color: transparent;
}

.div-block-75 {
  overflow: visible;
  width: auto;
  padding-top: 5%;
  padding-left: 10%;
  background-color: transparent;
  background-image: url('../images/Group-2-5-1.jpg');
  background-size: contain;
}

.heading-12 {
  width: 65%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #fff;
  font-family: Quicksand, sans-serif;
  color: #fff;
}

.div-block-76 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300%;
  padding-top: 7em;
  padding-bottom: 3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-77 {
  height: auto;
  margin-right: 2%;
}

.div-block-78 {
  margin-right: 2%;
}

.load-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200000;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.load-left-door {
  display: block;
  width: 50%;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1d1d1d;
}

.load-right-door {
  width: 50%;
  height: 100vh;
  background-color: #1d1d1d;
}

.image-11 {
  position: absolute;
}

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

.text-block-19 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 150%;
}

.bg-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  -webkit-filter: blur(73px);
  filter: blur(73px);
}

.bg-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  background-color: #203740;
}

.bg-circle-2 {
  position: absolute;
  left: 32%;
  top: 11%;
  right: auto;
  bottom: 0%;
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  background-color: #1d3038;
}

.bg-circle-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-color: #644133;
}

.bg-circle-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 11%;
  bottom: auto;
  display: block;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-color: #3f251b;
}

.marquee-section {
  overflow: hidden;
  background-color: transparent;
  background-image: url('../images/Texture-24-1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.marquee-wrapper {
  display: none;
  overflow: hidden;
  width: 300%;
  height: auto;
  padding: 5% 10%;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.marquee-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  padding-bottom: 3%;
  -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;
  border-radius: 10px;
  background-color: #f3f3f3;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.08);
}

.div-block-81 {
  margin-bottom: 5%;
  border-radius: 0px;
}

.div-block-82 {
  padding: 3%;
  text-decoration: none;
}

.text-block-20 {
  overflow: hidden;
  margin-bottom: 5%;
  font-family: Comfortaa, sans-serif;
  color: #203740;
  font-size: 200%;
  line-height: 100%;
  text-align: center;
}

.text-block-20:hover {
  color: #d69b83;
}

.text-block-21 {
  font-family: Quicksand, sans-serif;
  color: #203740;
  font-size: 130%;
  line-height: 100%;
  text-align: center;
}

.text-block-21:hover {
  color: #a07676;
}

.div-block-83 {
  width: 22%;
  height: 2px;
  margin-bottom: 5%;
  background-color: #1f363f;
}

.div-block-84 {
  background-color: #111c21;
}

.grid {
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-85 {
  padding: 5% 10%;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-12 {
  width: 12rem;
}

.div-block-87 {
  margin-bottom: 5%;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
  -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;
}

.link-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  margin: 10px 20px 10px 0px;
  -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;
}

.icons-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
}

.text-block-22 {
  font-family: Quicksand, sans-serif;
  color: #a75502;
  font-size: 1.2rem;
  line-height: 2rem;
}

.text-block-23 {
  font-family: Quicksand, sans-serif;
  color: #a75502;
  font-size: 150%;
  line-height: 100%;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #e6e3e1;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}

.div-block-90 {
  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;
}

.div-block-91 {
  margin-right: 3%;
}

.text-block-24 {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}

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

.text-block-25 {
  margin-bottom: 0%;
  font-family: Quicksand, sans-serif;
  color: #a75502;
  font-size: 1.2rem;
  line-height: 2rem;
}

.text-block-25:hover {
  color: #ebdfdb;
}

.div-block-93 {
  margin-bottom: 5%;
}

.link-block-3 {
  margin-bottom: 5%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
}

.link-block-4 {
  margin-bottom: 5%;
  text-decoration: none;
}

.link-block-5 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
}

.image-13 {
  border-radius: 0px;
  color: #fffad0;
}

.podcast-link-1 {
  padding: 0%;
  text-decoration: none;
}

.podcast-link-1:hover {
  color: #b66444;
}

.div-block-94 {
  display: block;
  margin-bottom: 3%;
}

.grid-2 {
  grid-column-gap: 2px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 0.5fr 2px 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
}

.text-field {
  display: block;
  height: 100%;
  margin-bottom: 0px;
  border-radius: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 100%;
  line-height: 100%;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
}

.submit-button {
  width: 140px;
  border-radius: 0px;
  background-color: #c56b47;
  font-family: Quicksand, sans-serif;
}

.form-block-2 {
  margin-bottom: 0px;
}

.footer-icons {
  display: block;
  -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;
  font-family: 'Font awesome 6 brands 400', sans-serif;
  color: #a75502;
  font-size: 15px;
  line-height: 30px;
}

.footer-icons.envelope {
  font-family: 'Font awesome 6 free 400', sans-serif;
}

.grid-3 {
  -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;
  grid-column-gap: 4.75rem;
  grid-row-gap: 3rem;
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5 {
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-6 {
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 10%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-14 {
  width: auto;
  height: auto;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding: 2% 7% 7%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-2 {
    width: auto;
    margin-right: 0%;
  }

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

  .div-block-3 {
    width: auto;
  }

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

  .div-block-5 {
    margin-bottom: 7%;
  }

  .div-block-6 {
    margin-bottom: 10%;
  }

  .button {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .brand {
    height: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-link {
    padding-right: 7%;
    padding-left: 7%;
  }

  .div-block-8 {
    height: 70px;
    padding-right: 7%;
    padding-left: 5%;
  }

  .nav-menu {
    background-color: #7e7373;
  }

  .button-2 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-section {
    height: 30rem;
  }

  .about-section {
    padding-right: 7%;
    padding-left: 7%;
  }

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

  .div-block-21 {
    padding-right: 7%;
    padding-left: 7%;
  }

  .div-block-27 {
    padding-right: 7%;
    padding-left: 7%;
  }

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

  .div-block-33 {
    margin-bottom: 10%;
  }

  .text-block-9 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .text-block-10 {
    color: #ffccb8;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .text-block-12 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .quote-wrap {
    width: 70vw;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-2 {
    width: 21rem;
  }

  .heading-8 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .text-block-14 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .image-3 {
    width: 21rem;
  }

  .button-4 {
    display: none;
  }

  .link-block {
    width: 7.7rem;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .text-block-16 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

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

  .div-block-55 {
    padding-right: 7%;
    padding-left: 7%;
  }

  .div-block-56 {
    padding-right: 7%;
    padding-left: 7%;
  }

  .div-block-57 {
    padding-right: 7%;
    padding-left: 7%;
  }

  .text-block-17 {
    margin-bottom: 0%;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .text-block-17.header {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .text-block-18 {
    font-size: 160%;
    line-height: 150%;
  }

  .div-block-59 {
    margin-bottom: 0%;
  }

  .div-block-68 {
    margin-right: 0%;
  }

  .wrap {
    padding-top: 10px;
  }

  .heading-11 {
    font-size: 160%;
  }

  .icon {
    display: none;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
  }

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

  .image-6 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .image-7 {
    height: 20px;
  }

  .image-8 {
    width: 35px;
  }

  .paragraph-8 {
    color: #fff;
  }

  .div-block-80 {
    height: 22rem;
  }

  .text-block-20 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .text-block-21 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .div-block-85 {
    padding-right: 7%;
    padding-left: 7%;
  }

  .image-12 {
    width: 12rem;
  }

  .text-block-23 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .heading-13 {
    font-size: 120%;
  }

  .text-block-24 {
    font-size: 100%;
  }

  .text-block-25 {
    font-size: 100%;
  }

  .div-block-94 {
    margin-bottom: 10%;
  }

  .grid-2 {
    grid-template-areas: "Area Area-2";
    -ms-grid-columns: 0.55fr 1fr;
    grid-template-columns: 0.55fr 1fr;
  }

  .heading-14 {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .form-3 {
    width: 25rem;
    height: 3rem;
  }

  .footer-icons {
    display: block;
  }

  .grid-3 {
    grid-auto-flow: row;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-95 {
    padding-right: 7%;
    padding-left: 7%;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding: 3% 5% 5%;
  }

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

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

  .div-block-5 {
    margin-bottom: 7%;
  }

  .div-block-6 {
    margin-bottom: 5%;
  }

  .div-block-7 {
    -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;
  }

  .button {
    display: block;
    margin-right: 0%;
    margin-bottom: 5%;
    font-size: 1rem;
    line-height: 2rem;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-link {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .div-block-8 {
    height: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .button-2 {
    font-size: 1rem;
    line-height: 2rem;
  }

  .hero-section {
    height: 27.5rem;
  }

  .about-section {
    padding-right: 5%;
    padding-bottom: 3%;
    padding-left: 5%;
  }

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

  .div-block-20 {
    padding-top: 5%;
  }

  .div-block-21 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-27 {
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .text-block-9 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .text-block-10 {
    color: #ffccb8;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }

  .text-block-12 {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .quote-attribution {
    -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;
  }

  .div-block-39 {
    padding-bottom: 10%;
  }

  .div-block-39.modified {
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 10%;
  }

  .div-block-41 {
    padding-bottom: 8%;
    padding-left: 0%;
  }

  .heading-8 {
    font-size: 1.2rem;
  }

  .link-block {
    width: 7rem;
  }

  .text-block-16 {
    font-size: 1rem;
  }

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

  .div-block-55 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-56 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-57 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .text-block-17 {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .text-block-17.header {
    font-size: 1.2rem;
  }

  .div-block-59 {
    margin-bottom: 3%;
  }

  .accordion-heading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 130%;
  }

  .paragraph {
    font-size: 100%;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .accordian-element {
    width: 90vw;
  }

  .div-block-68 {
    margin-right: 0%;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-top: 10px;
    padding-right: 15vw;
    padding-left: 15vw;
    -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;
  }

  .form-block {
    width: 100%;
  }

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

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .button-6.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 100%;
  }

  .image-6 {
    width: 17px;
  }

  .image-7 {
    height: 20px;
  }

  .image-8 {
    width: 20px;
    height: 20px;
  }

  .image-9 {
    width: 17px;
  }

  .image-10 {
    width: 17px;
  }

  .marquee-wrapper {
    width: 250%;
    padding-left: 5%;
  }

  .div-block-80 {
    height: 18rem;
  }

  .text-block-20 {
    font-size: 120%;
  }

  .text-block-21 {
    font-size: 100%;
  }

  .div-block-85 {
    padding: 7% 5%;
  }

  .image-12 {
    width: 8rem;
    height: 2rem;
  }

  .link-block-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-block-22 {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }

  .text-block-23 {
    font-size: 0.8rem;
  }

  .heading-13 {
    font-size: 1rem;
  }

  .text-block-24 {
    font-size: 0.7rem;
    line-height: 1.6rem;
  }

  .text-block-25 {
    font-size: 0.7rem;
    line-height: 1.6rem;
  }

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

  .heading-14 {
    font-size: 0.8rem;
    line-height: 1.6rem;
    font-weight: 600;
  }

  .text-field {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  .form-3 {
    width: 20.1rem;
  }

  .submit-button {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 5rem;
  }

  .div-block-95 {
    padding: 2rem 5%;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding: 0% 4%;
  }

  .div-block-2 {
    width: auto;
  }

  .heading {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }

  .div-block-3 {
    height: 22rem;
  }

  .image {
    width: auto;
    height: 100%;
  }

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

  .div-block-5 {
    margin-bottom: 5%;
  }

  .div-block-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button {
    margin-right: 3%;
    margin-bottom: 0%;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .div-block-8 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .nav-menu {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .button-2 {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .hero-section {
    height: 42.5rem;
  }

  .div-block-14 {
    margin-bottom: 0%;
  }

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

  .div-block-20 {
    margin-bottom: 4%;
    padding-top: 7%;
  }

  .div-block-21 {
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-22 {
    width: auto;
  }

  .div-block-23 {
    width: auto;
  }

  .div-block-27 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .heading-5 {
    font-size: 1.2rem;
  }

  .text-block-9 {
    font-size: 1.1rem;
  }

  .text-block-10 {
    color: #ffccb8;
    font-size: 0.9rem;
  }

  .text-block-12 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .right-arrow {
    width: 15vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .div-block-39 {
    margin-top: 10%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .div-block-41 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .image-2 {
    width: 22rem;
  }

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

  .heading-8 {
    margin-bottom: 3%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-block-14 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .image-3 {
    width: 22rem;
  }

  .link-block {
    width: 8rem;
  }

  .text-block-16 {
    font-size: 1rem;
  }

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

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

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

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

  .text-block-17 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .text-block-17.header {
    font-size: 1.2rem;
  }

  .text-block-18 {
    font-size: 120%;
  }

  .accordion-heading {
    font-size: 120%;
  }

  .paragraph {
    font-size: 120%;
  }

  .accordion-item {
    padding: 5% 5% 3%;
  }

  .div-block-61 {
    width: auto;
  }

  .div-block-62 {
    width: auto;
  }

  .div-block-63 {
    width: auto;
  }

  .div-block-64 {
    width: auto;
  }

  .div-block-65 {
    width: auto;
  }

  .div-block-66 {
    width: auto;
  }

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

  .div-block-68 {
    margin-bottom: 3%;
  }

  .wrap {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .heading-11 {
    font-size: 120%;
  }

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-6 {
    height: 20px;
  }

  .image-7 {
    height: 25px;
  }

  .image-8 {
    height: 25px;
  }

  .image-9 {
    height: 20px;
  }

  .image-10 {
    height: 20px;
  }

  .div-block-69 {
    margin-bottom: 3%;
  }

  .div-block-70 {
    margin-bottom: 3%;
  }

  .div-block-71 {
    margin-bottom: 3%;
  }

  .div-block-72 {
    margin-bottom: 3%;
  }

  .div-block-73 {
    margin-bottom: 3%;
  }

  .marquee-wrapper {
    width: 700%;
    height: 27rem;
  }

  .div-block-80 {
    width: auto;
    height: auto;
    padding-bottom: 0%;
  }

  .text-block-20 {
    margin-bottom: 3%;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .text-block-21 {
    margin-bottom: 3%;
    font-size: 0.8rem;
  }

  .grid {
    grid-auto-flow: column;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-85 {
    padding-bottom: 5%;
  }

  .text-block-23 {
    font-size: 0.8rem;
  }

  .heading-13 {
    margin-bottom: 5%;
  }

  .div-block-90 {
    margin-bottom: 3%;
  }

  .text-block-25 {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }

  .grid-2 {
    grid-auto-flow: column;
    grid-template-areas: "Area";
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .form-3 {
    width: 18rem;
  }

  .grid-3 {
    grid-auto-flow: column dense;
    grid-row-gap: 0.5rem;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 22rem 0.5rem 16rem;
    grid-template-rows: 22rem 16rem;
  }

  .grid-4 {
    grid-auto-flow: column;
    grid-column-gap: 1rem;
    grid-row-gap: 2.25rem;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2.25rem auto;
    grid-template-rows: auto auto;
  }

  .grid-5 {
    grid-auto-flow: column;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1rem auto;
    grid-template-rows: auto auto;
  }

  .grid-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1rem auto;
    grid-template-rows: auto auto;
  }

  .div-block-95 {
    padding: 1rem 3%;
  }
}

#w-node-cef0f1e1-acf6-c93e-cf1a-7762abcda4d0-0d64046c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_74b98906-3d86-58d1-33e4-4641ce7da6a9-0d64046c {
  -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: start;
  justify-self: start;
}

#w-node-_5da3dcd4-acb8-57e9-a805-4bfb9677f2da-0d64046c {
  -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-_491ecf95-8268-8e37-b2c1-5d80ebda7523-0d64046c {
  -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-_016ab919-4d2e-1a87-41ec-644fb96d8b1a-0d64046c {
  -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-_050acbae-870b-3418-65ea-e1df5c05e1ec-0d64046c {
  -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;
}

@media screen and (max-width: 767px) {
  #w-node-ab3feb65-63fa-57fc-e4db-9117ce33d633-0d64046c {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab3feb65-63fa-57fc-e4db-9117ce33d633-0d64046c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-cef0f1e1-acf6-c93e-cf1a-7762abcda4d0-0d64046c {
    -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-_79585197-8afd-d031-2f95-ca14c2be4ef3-0d64046c {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_340d04d9-aa4c-1022-af9c-d3accb16de57-0d64046c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
  }

  #w-node-_37bb2389-8a2c-2cc3-b5aa-583bc2a55f56-0d64046c {
    -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-_491ecf95-8268-8e37-b2c1-5d80ebda7523-0d64046c {
    -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-_016ab919-4d2e-1a87-41ec-644fb96d8b1a-0d64046c {
    -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-_050acbae-870b-3418-65ea-e1df5c05e1ec-0d64046c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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;
  }
}

@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}