@font-face {
  font-family: "Ethicnew 1";
  src: url('../fonts/ethicnew-light-1.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ethicnew 1";
  src: url('../fonts/ethicnew-italic-1.ttf') format("truetype"), url('../fonts/ethicnew-italic-1.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ethicnew 1";
  src: url('../fonts/ethicnew-medium-1.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/CrimsonPro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/CrimsonPro-Light.ttf') format("truetype"), url('../fonts/CrimsonPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/CrimsonPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/CrimsonPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/CrimsonPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overpass;
  src: url('../fonts/Overpass-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overpass;
  src: url('../fonts/Overpass-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overpass;
  src: url('../fonts/Overpass-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overpass;
  src: url('../fonts/Overpass-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overpass;
  src: url('../fonts/Overpass-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ethicnew 1";
  src: url('../fonts/ethicnew-semibold-1.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: The Bouquet List Demo Ver;
  src: url('../fonts/The-Bouquet-List---demo-ver.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

body {
  color: #070707;
  background-color: #f7f7f5;
  font-family: Crimsonpro, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.hero {
  background-image: linear-gradient(#0000004f, #0000004f), linear-gradient(#0000008f, #fff0 24%), url('../images/pexels-n-voitkevich-5671061.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat-y;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 14rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 82rem;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 2rem;
}

.section-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-size: 6.88rem;
  font-weight: 300;
  line-height: 1;
}

.section-title.text-color-black {
  color: #070707;
}

.section-title.text-color-black._1-3 {
  font-size: 4rem;
}

.text-siize-large {
  letter-spacing: .5px;
  font-size: 1.25rem;
}

.text-siize-large.color-white {
  color: #fff;
}

.text-siize-large.color-white.center-align {
  text-align: center;
}

.text-siize-large.color-white.center-align.max-width {
  align-self: auto;
  max-width: 38rem;
}

.text-siize-large.color-white._1-e {
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.text-siize-large.center-align {
  text-align: center;
}

.text-siize-large.center-align.weight-300 {
  font-weight: 300;
}

.text-siize-large.center-align.weight-300.width {
  width: 100%;
  max-width: 33rem;
}

.text-siize-large.center-align.weight-300.color-white {
  text-align: left;
  letter-spacing: 1px;
  font-family: Overpass, Arial, sans-serif;
  font-size: 1rem;
}

.text-siize-large.weight-300 {
  font-weight: 300;
}

.seen-in {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%);
}

.text-block-2 {
  color: #fff;
  font-size: 1.13rem;
}

.seen-in-container {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-block-3 {
  text-transform: uppercase;
  font-family: Overpass, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.seen-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 100%;
  max-width: 10rem;
}

.image.is {
  transform: scale(1.3);
}

.image._4 {
  max-width: 50rem;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.message {
  border: 1px #000;
  padding-top: 7rem;
  padding-bottom: 8rem;
  position: relative;
}

.bg-video {
  z-index: 2;
  object-fit: cover;
  border: 1px #000;
  width: 100%;
  height: 75vh;
  position: absolute;
  inset: 0%;
}

.container-message {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.message-wrapper {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.message-content-wrap {
  text-align: center;
  letter-spacing: .5px;
  width: 100%;
  max-width: 30.5rem;
  margin-right: 600px;
  transform: rotate(-6deg);
}

.meesage-text {
  color: #fff;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
}

.meesage-text.color-black {
  color: #070707;
}

.meesage-text.color-black.width {
  max-width: 50rem;
}

.meesage-text.color-black.width.center-align {
  text-align: center;
  font-size: 3rem;
}

.marquee {
  border-bottom: .8px #0000007d;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  overflow: hidden;
}

.no-wrap {
  text-align: center;
  white-space: nowrap;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-size: 6.88rem;
  font-weight: 300;
  line-height: 1;
  position: static;
}

.misson {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.misson-container {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.misson-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.misson-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.misson-top._745 {
  margin-bottom: 140px;
}

.text-size-med {
  font-size: 18px;
}

.text-size-med.font {
  font-family: Overpass, Arial, sans-serif;
}

.text-size-med.font.center-align {
  text-align: center;
}

.text-size-med.font.center-align.semibold {
  font-weight: 600;
}

.text-size-med.font.center-align.semibold.uppercase {
  text-transform: uppercase;
}

.text-size-med.font.center-align.weight-300 {
  font-weight: 300;
}

.text-size-med.font.center-align.uppercase {
  text-transform: uppercase;
}

.h3 {
  font-size: 3.13rem;
}

.h3.font-ethic {
  font-family: "Ethicnew 1", Arial, sans-serif;
}

.h3.font-ethic.center-align {
  text-align: center;
}

.h3.font-ethic.center-align.weight-300 {
  font-size: 3rem;
  font-weight: 300;
}

.misson-card-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.mission-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #070707;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.misson-card-image {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

.text-size-small {
  font-size: 1rem;
}

.text-size-small.weight-semibold {
  font-weight: 600;
}

.text-size-small.weight-semibold.uppercase {
  text-transform: uppercase;
}

.text-size-small.weight-semibold.uppercase.font {
  font-family: Overpass, Arial, sans-serif;
}

.text-size-small.weight-semibold.uppercase.font.center-align {
  text-align: center;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 40px;
  display: grid;
}

.testimonials {
  background-color: #dfdbd5;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.container-testimonails {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonials-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonail-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-image {
  object-fit: cover;
  width: 32rem;
  height: 22rem;
}

.testmonial-desc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn {
  color: #070707;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #070707;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  font-family: Overpass, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .25s ease-in-out;
}

.btn:hover {
  color: #8a8a8a;
  border-bottom-color: #8a8a8a;
}

.cta {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.container-cta {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cta-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f7f7f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  padding: 3.5rem 2.4rem;
  display: flex;
  position: relative;
}

.text-block-4 {
  text-align: center;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 300;
}

.text-block-5 {
  color: #070707;
  text-align: center;
  margin-top: .63rem;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 3.13rem;
  text-decoration: none;
}

.story {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.bg-right {
  width: 48%;
  min-width: 48%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-story {
  z-index: 2;
  width: 100%;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

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

.div-block-5 {
  display: flex;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  padding: 5rem 3rem;
  display: flex;
}

.div-block-6._5rem {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.h2 {
  color: #fff;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-size: 4.69rem;
  font-weight: 300;
}

.h2.color-black {
  color: #070707;
}

.h2.center-align {
  text-align: center;
  font-size: 4.6rem;
}

.text-span {
  color: #fff;
  text-align: center;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
  transform: translate(0, 7px)rotate(-3deg);
}

.button-primary {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  color: #070707;
  text-transform: uppercase;
  background-color: #f6d7bd;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-family: Overpass, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
}

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

.button-primary.mt-28 {
  margin-top: 1.75rem;
}

.text-size-tiny.font {
  font-family: Overpass, Arial, sans-serif;
}

.text-size-tiny.font.weight-600 {
  font-weight: 600;
}

.text-size-tiny.font.weight-600.color-white {
  color: #fff;
}

.text-size-tiny.font.weight-600.color-white.uppercase {
  text-transform: uppercase;
}

.text-size-tiny.font.weight-600.color-white.center-align {
  text-align: center;
}

.image-3 {
  width: 4rem;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.showcase {
  background-color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.container-showcase {
  width: 100%;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.showcase-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.show-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 49%;
  display: flex;
}

.show-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #070707;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.showcase-image {
  object-fit: cover;
  width: 100%;
  height: 37.5rem;
}

.showcase-image._2 {
  height: 26rem;
}

.showcase-image._3 {
  height: 23rem;
}

.showcase-image-wrapper {
  position: relative;
}

.div-block-8 {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.text-block-6 {
  color: #fff;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 4rem;
}

.show-case-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 49%;
  display: flex;
}

.about {
  padding-top: 10rem;
}

.about-container {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

.about-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-left {
  width: 18.5rem;
  height: 28rem;
  position: relative;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.div-block-9 {
  width: 8.2rem;
  height: 8.2rem;
  position: absolute;
  inset: -4.06rem -4.06rem auto auto;
}

.about-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.text-block-7 {
  text-align: center;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 2.5rem;
  transform: rotate(-2deg);
}

.button-secondary {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  color: #070707;
  text-transform: uppercase;
  border: 1px solid #070707;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-family: Overpass, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
}

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

.button-secondary.mt-28 {
  margin-top: 1.75rem;
}

.button-secondary.mt-16 {
  margin-top: 1rem;
}

.about-right {
  width: 18.5rem;
  height: 28rem;
  margin-top: 10rem;
  position: relative;
}

.div-block-10 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-11 {
  overflow: hidden;
}

.socials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.socials-container {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.socials-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.socials-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.social-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #070707;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-card._2 {
  margin-right: auto;
}

.social-card._1 {
  margin-top: 140px;
}

.image-5 {
  object-fit: cover;
  width: 14rem;
  height: 14.5rem;
}

.link {
  color: #070707;
  text-decoration: none;
}

.link-block {
  color: #070707;
  text-align: center;
  text-transform: uppercase;
  font-family: Overpass, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.link-block:hover {
  color: #07070780;
}

.social-center {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 18.75rem;
  height: 25rem;
}

.text-block-8 {
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 12rem;
  position: absolute;
  inset: auto 0% 30% -6rem;
}

.social-right {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.image-7 {
  object-fit: cover;
  width: 13rem;
  height: 14.5rem;
}

.image-8 {
  object-fit: cover;
  width: 13rem;
  height: 13rem;
}

.link-2 {
  color: #070707;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-size: 2.06rem;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.container-nav {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #c5bcbc;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding: 0;
  font-family: Overpass, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  transition: all .25s ease-in-out;
  position: static;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link:active {
  color: #c5bcbc;
}

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

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

.navbar {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 4.38rem;
  min-height: 4.38rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
}

.nav-menu {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-size: 1.88rem;
  font-weight: 300;
}

.navbar-2 {
  z-index: 44;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 4.38rem;
  height: 4.38rem;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brand {
  display: none;
}

.menu-button {
  margin-top: 2rem;
  padding: 0;
}

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

.nav-menu-2 {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  min-height: 62.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: fixed;
  inset: 0%;
}

.container-nav-2 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-2-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-2-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 2.19rem;
}

.nav-link-2 {
  color: #fff;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-size: 3.38rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.nav-link-2:hover {
  color: #f7d5af;
}

.nav-links {
  color: #fff;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-size: 3.38rem;
  font-weight: 300;
  text-decoration: none;
}

.nav-link-2-small {
  color: #fff;
  text-transform: uppercase;
  font-family: Overpass, Arial, sans-serif;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.nav-link-2-small:hover {
  color: #f7d5af;
}

.div-block-12 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-2-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-image-1-wrapper {
  object-fit: cover;
  width: 100%;
  max-width: 12.5rem;
  height: 16rem;
}

.nav-image-2-wrapper {
  object-fit: cover;
  width: 100%;
  max-width: 10rem;
  height: 10rem;
  margin-top: 5rem;
}

.nav-image-3-wrapper {
  object-fit: cover;
  width: 13.75rem;
  height: 15.63rem;
  margin-top: 100px;
}

.image-12 {
  width: 12.5rem;
  height: 12.5rem;
}

.image-13, .image-14 {
  width: 100%;
  height: 100%;
}

.text-block-11 {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 25rem;
  font-size: 17px;
  font-weight: 300;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-socials {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-12 {
  color: #fff;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.link-block-2 {
  color: #fff;
}

.link-block-2:hover {
  color: #f7d5af;
}

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

.image-16 {
  width: 5rem;
}

.icon {
  color: #fff;
  display: none;
}

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

.image-17 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 2.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13._1-1 {
  grid-template-columns: 4.75fr 2.75fr;
  padding-left: 40px;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 68rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -100px);
}

.text-block-13 {
  padding-right: 0;
  font-size: 2.5rem;
  font-style: italic;
}

.text-block-14 {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.4;
}

.about-2 {
  background-color: #f1f1f1;
  padding-top: 14rem;
}

.about-container-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.text-block-15 {
  color: #090808;
  text-transform: none;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.div-block-15 {
  display: flex;
  position: relative;
}

.text-block-16 {
  color: #0d6a8b;
  font-size: 3.5rem;
}

.text-block-17 {
  color: #2f3131;
  text-transform: uppercase;
  width: 100%;
  font-family: Crimsonpro, Arial, sans-serif;
  font-size: 5.13rem;
}

.about-left-bg {
  width: 40%;
  min-height: 37.5rem;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #f10000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: #000;
}

.div-block-16 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 55%;
  margin-left: auto;
  padding-top: 13rem;
  padding-bottom: 6rem;
  display: flex;
}

.code-embed-2 {
  color: #242224;
  display: flex;
}

.text-block-18 {
  color: #363636;
  font-family: Overpass, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
}

.div-block-18 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.award-right {
  width: 50%;
}

.award-left {
  order: 0;
  width: 50%;
  min-width: 50%;
}

.award-image {
  z-index: 3000;
  object-fit: cover;
  width: 50rem;
  height: 45rem;
  position: relative;
}

.div-block-19 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 18.75rem;
  margin-top: 2.5rem;
  display: flex;
}

.award {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.award-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-block-19 {
  z-index: 4000;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-left: -160px;
  padding-top: 100px;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  position: relative;
}

.text-size-large {
  font-size: 1.1rem;
}

.text-size-large.is {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.award-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

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

.paragraph-footer {
  color: #fff;
  max-width: 280px;
  font-size: 16px;
  line-height: 170%;
}

.logo {
  height: 75px;
}

.logo._12115 {
  width: auto;
  height: 125px;
}

.grid-footer {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.5fr 1.25fr;
  width: 100%;
  margin-bottom: 20px;
}

.form-submit-btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #797e84;
  margin-top: 20px;
  margin-left: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.subtitle-footer {
  color: #cea952;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.footer {
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  margin-top: 0;
  margin-bottom: 80px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-text {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

.form-input-3 {
  color: #fff;
  text-transform: none;
  background-color: #ffffffb0;
  border: 1px #fff;
  height: 45px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.form-input-3._43 {
  margin-bottom: 10px;
  overflow: visible;
}

.heading-footer {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 34px;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
}

.text-block-20 {
  color: #fff;
  padding-right: 60px;
  font-size: 16px;
  line-height: 150%;
}

.blog-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h2-2 {
  color: #fff;
  text-align: center;
  font-size: 4.69rem;
  line-height: 1;
}

.h2-2.left-align {
  text-align: left;
}

.h2-2.left-align.colo-blue {
  color: #2a2c2d;
}

.tag {
  z-index: 3;
  background-color: #f9f3e7;
  width: 100%;
  max-width: 15rem;
  padding: 1.13rem 1rem;
  position: absolute;
  inset: auto auto 1.5rem 0%;
}

.blog-top-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 26rem;
  display: flex;
}

.text-size-large-2 {
  font-size: 1rem;
}

.text-size-large-2.font-oswald {
  font-family: Oswald, sans-serif;
}

.text-size-large-2.font-oswald.uppercase {
  text-transform: uppercase;
}

.text-size-large-2.font-oswald.uppercase.weight-600 {
  font-family: Overpass, Arial, sans-serif;
  font-weight: 600;
}

.text-block-21 {
  color: #222;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.text-block-22 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.blog-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.line.is {
  display: none;
}

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

.blog-bottom {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.blog-bottom-left {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.blog-bottom-right {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  width: 50%;
  margin-top: 5rem;
  display: flex;
}

.blog-card-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 18rem;
  position: relative;
}

.blog-card-top.is {
  height: 27rem;
}

.blog {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.blog-container {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-block-24 {
  text-transform: lowercase;
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
  font-size: 2rem;
}

.italic-text {
  font-family: The Bouquet List Demo Ver, Arial, sans-serif;
}

.text-span-2 {
  color: #fff;
}

.text-span-3 {
  letter-spacing: 1px;
  font-family: Overpass, Arial, sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}

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

.text-span-4 {
  text-transform: uppercase;
  font-weight: 600;
}

.text-span-5 {
  font-size: 2rem;
}

.form-submit-btn-2 {
  color: #002d3a;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f7f7f5;
  margin-top: 20px;
  margin-left: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.footer-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-footer {
  background-image: url('../images/pexels-plann-2999237-4549408.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-footer-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 34px;
  font-family: "Ethicnew 1", Arial, sans-serif;
  font-weight: 500;
}

.text-block-25 {
  color: #fff;
  padding-right: 60px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-block-3 {
  font-size: 18px;
  text-decoration: none;
}

.container-3 {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
}

.container-3._1600px {
  max-width: 1600px;
  padding-left: 60px;
  padding-right: 60px;
}

.portfolio-grid {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.portfolio-card {
  position: relative;
}

.portfolio-btn {
  color: #000;
  text-transform: uppercase;
  background-color: #b1bdb9;
  background-image: url('../images/pexels-cottonbro-2773503.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 15px 58px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  transition: all .35s;
  position: absolute;
  inset: 6% -15% auto auto;
  transform: rotate(-90deg);
}

.portfolio-btn:hover {
  background-color: #c8d3d8;
}

.form {
  color: #fff;
}

.form-block {
  color: #fff;
  background-color: #bbb0;
}

.text-span-6 {
  mix-blend-mode: normal;
  font-family: Crimsonpro, Arial, sans-serif;
  font-size: 3rem;
  transform: rotate(0);
}

.bold-text {
  color: #000;
  letter-spacing: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
}

.bold-text-2, .bold-text-3 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 12rem;
  }

  .hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-block {
    font-size: 3rem;
  }

  .section-title {
    font-size: 5.5rem;
  }

  .text-siize-large {
    font-size: 1.2rem;
  }

  .seen-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image {
    max-width: 8rem;
  }

  .image._4 {
    max-width: 9rem;
  }

  .message {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .meesage-text {
    font-size: 3.3rem;
  }

  .no-wrap {
    font-size: 6rem;
  }

  .misson {
    padding-top: 5rem;
  }

  .misson-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .misson-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h3 {
    font-size: 3rem;
  }

  .misson-card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .misson-card-image {
    height: 32rem;
  }

  .cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cta-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-block-4 {
    font-size: 3.5rem;
  }

  .div-block-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2 {
    font-size: 4rem;
  }

  .text-span {
    font-size: 4.5rem;
  }

  .showcase {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .showcase-wrapper, .show-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .show-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .showcase-image {
    height: 30rem;
  }

  .showcase-image._2 {
    height: 24rem;
  }

  .showcase-image._3 {
    height: 20rem;
  }

  .text-block-6 {
    font-size: 3.5rem;
  }

  .show-case-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-10 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .socials {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-5 {
    width: 12rem;
    height: 13rem;
  }

  .image-6 {
    width: 16rem;
    height: 22rem;
  }

  .text-block-8 {
    font-size: 8rem;
    left: -2rem;
  }

  .image-7 {
    width: 12rem;
    height: 13rem;
  }

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

  .nav-link-2, .nav-links {
    font-size: 3rem;
  }

  .nav-2-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .nav-image-1-wrapper {
    max-width: 8rem;
    height: 9rem;
  }

  .nav-image-2-wrapper {
    max-width: 8rem;
    height: 8rem;
  }

  .nav-image-3-wrapper {
    min-width: 6rem;
    max-width: 100%;
    height: 12rem;
  }

  .text-block-11 {
    max-width: 20rem;
  }

  .div-block-13 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    max-width: 50rem;
  }

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

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

  .div-block-16 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
  }

  .div-block-17 {
    padding-top: 6rem;
  }

  .award-image {
    height: 40rem;
  }

  .div-block-19 {
    margin-top: 2rem;
  }

  .award {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .text-block-19 {
    font-size: 4rem;
  }

  .award-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-footer {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
  }

  .footer {
    margin-top: 110px;
    margin-bottom: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .h2-2 {
    font-size: 4.5rem;
  }

  .blog-bottom {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .blog-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .blog-bottom-left, .blog-bottom-right {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .blog-card-top.is {
    height: 22rem;
  }

  .blog {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-2 {
    margin-top: 110px;
    margin-bottom: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .portfolio-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .portfolio-btn {
    padding-left: 40px;
    padding-right: 40px;
    right: -30%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 10rem;
  }

  .hero-wrapper {
    grid-column-gap: .38rem;
    grid-row-gap: .38rem;
  }

  .text-block {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 3.5rem;
  }

  .text-siize-large {
    font-size: 1.1rem;
  }

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

  .text-block-3 {
    text-align: center;
  }

  .seen-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .message {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .message-content-wrap {
    max-width: 100%;
  }

  .meesage-text {
    font-size: 3.2rem;
  }

  .marquee {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .no-wrap {
    font-size: 5rem;
  }

  .misson-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .misson-top {
    max-width: 100%;
  }

  .h3 {
    font-size: 2.6rem;
  }

  .misson-card-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .misson-card-image {
    height: 25rem;
  }

  .testimonials {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonials-image {
    width: 100%;
    height: 20rem;
  }

  .cta-wrapper {
    max-width: 100%;
  }

  .text-block-4 {
    font-size: 3.4rem;
  }

  .story {
    flex-flow: column;
    display: flex;
  }

  .bg-right {
    order: 9999;
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .story-image {
    height: 22rem;
  }

  .div-block-6 {
    width: 100%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .h2 {
    font-size: 3.8rem;
  }

  .showcase {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .show-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .show-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .showcase-image {
    height: 28rem;
  }

  .showcase-image._2 {
    height: 20rem;
  }

  .showcase-image._3 {
    height: 18rem;
  }

  .show-case-right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .about {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .about-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    position: relative;
  }

  .about-left {
    width: 18rem;
    height: 25rem;
  }

  .about-center {
    order: 9999;
    margin-left: auto;
    margin-right: auto;
  }

  .about-right {
    width: 16rem;
    height: 20rem;
    margin-top: 0;
    margin-left: auto;
    position: absolute;
    inset: 4.69rem 0% auto auto;
  }

  .div-block-10 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .socials {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .socials-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .socials-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    order: 9999;
    width: 100%;
  }

  .social-card._1 {
    margin-top: 0;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .social-center {
    order: -9999;
  }

  .social-right {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: row;
    width: 100%;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .menu-button {
    margin-top: .25rem;
  }

  .nav-link-2, .nav-links {
    font-size: 2.8rem;
  }

  .text-block-11 {
    display: none;
  }

  .lottie-animation {
    width: 3rem;
  }

  .container-2 {
    margin-right: 0;
  }

  .div-block-14 {
    max-width: 27rem;
    transform: translate(-50%, -30px);
  }

  .about-2 {
    padding-top: 8rem;
  }

  .about-container-2 {
    position: static;
  }

  .div-block-15 {
    flex-flow: column;
  }

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

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

  .about-left-bg {
    width: 100%;
    min-height: 25rem;
    max-height: 25rem;
    position: static;
  }

  .div-block-17 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .award-left {
    min-width: 50%;
  }

  .award-image {
    height: 30rem;
  }

  .text-block-19 {
    margin-left: -120px;
    font-size: 3rem;
  }

  .text-size-large {
    font-size: .9rem;
  }

  .award-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer {
    padding-left: 10%;
    padding-right: 10%;
  }

  .blog-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .h2-2 {
    font-size: 4rem;
  }

  .tag {
    padding: 1rem;
  }

  .blog-top-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-width: 23rem;
  }

  .line {
    display: none;
  }

  .line.is {
    display: block;
  }

  .blog-bottom {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .blog-bottom-left {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
  }

  .blog-bottom-right {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
    margin-top: 0;
  }

  .blog-card-top.is {
    height: 20rem;
  }

  .blog {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer-2 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 2.4rem;
  }

  .section-title {
    font-size: 3.6rem;
  }

  .div-block-2 {
    bottom: 1rem;
  }

  .text-block-3 {
    margin-bottom: 1rem;
  }

  .seen-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .message {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .meesage-text {
    font-size: 2.6rem;
  }

  .no-wrap {
    font-size: 4rem;
  }

  .h3 {
    font-size: 2.2rem;
  }

  .misson-card-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .misson-card-image {
    height: 22rem;
  }

  .testimonials-image {
    height: 18rem;
  }

  .cta-wrapper {
    max-width: 100%;
  }

  .text-block-4 {
    font-size: 3.1rem;
  }

  .text-block-5 {
    font-size: 3rem;
  }

  .story-image {
    height: 20rem;
  }

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

  .h2 {
    font-size: 3.4rem;
  }

  .text-span {
    font-size: 4rem;
  }

  .showcase {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .showcase-wrapper {
    flex-flow: column;
  }

  .show-left {
    width: 100%;
  }

  .showcase-image {
    height: 24rem;
  }

  .showcase-image._2 {
    height: 18rem;
  }

  .showcase-image._3 {
    height: 16rem;
  }

  .show-case-right {
    width: 100%;
  }

  .about-left {
    z-index: 2;
    width: 13rem;
    height: 20rem;
  }

  .div-block-9 {
    width: 6rem;
    height: 6rem;
    top: -3rem;
    right: -3rem;
  }

  .about-center {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-right {
    width: 9rem;
    height: 14rem;
    top: 6rem;
  }

  .div-block-10 {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

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

  .socials {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .social-card._1 {
    width: 100%;
  }

  .image-5 {
    width: 25rem;
    height: 18rem;
  }

  .text-block-8 {
    font-size: 7rem;
    left: -1rem;
  }

  .social-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .image-7 {
    width: 15rem;
  }

  .image-8 {
    width: 14rem;
    height: 13rem;
  }

  .nav-link-2, .nav-links {
    font-size: 2.3rem;
  }

  .div-block-12 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .nav-2-bottom {
    margin-top: 2rem;
  }

  .nav-image-1-wrapper {
    width: 10rem;
    max-width: 10rem;
  }

  .nav-image-2-wrapper {
    display: none;
    position: absolute;
  }

  .nav-image-3-wrapper {
    margin-top: 60px;
  }

  .nav-socials {
    bottom: -15%;
  }

  .div-block-14 {
    max-width: 20rem;
  }

  .about-2 {
    padding-top: 6rem;
  }

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

  .about-left-bg {
    min-height: 20rem;
    max-height: 20rem;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-18 {
    text-align: center;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: center;
  }

  .award-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .award-left {
    width: 100%;
  }

  .award-image {
    width: 100%;
    height: 20rem;
  }

  .div-block-19 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
    margin-top: 1rem;
  }

  .award {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-block-19 {
    text-align: center;
    margin-left: 0;
    font-size: 2.5rem;
  }

  .text-size-large {
    font-size: .9rem;
  }

  .text-size-large.is {
    text-align: center;
  }

  .award-wrapper {
    flex-flow: column;
  }

  .grid-footer {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer-top-right {
    margin-top: 40px;
  }

  .form-submit-btn {
    font-size: .75rem;
  }

  .footer {
    margin-top: 90px;
  }

  .heading-footer {
    margin-bottom: 10px;
  }

  .blog-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h2-2 {
    font-size: 2.8rem;
  }

  .tag {
    max-width: 12rem;
  }

  .text-size-large-2 {
    font-size: .85rem;
  }

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

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

  .blog-card-top {
    height: 15rem;
  }

  .blog-card-top.is {
    height: 18rem;
  }

  .form-submit-btn-2 {
    font-size: .75rem;
  }

  .footer-2 {
    margin-top: 90px;
  }

  .heading-footer-2 {
    margin-bottom: 10px;
  }

  .portfolio-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .portfolio-btn {
    right: -21%;
  }
}

#w-node-ed38b172-f705-ca94-f41e-b7126d38bd85-3db66f33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ed38b172-f705-ca94-f41e-b7126d38bd8a-3db66f33, #w-node-a8c406f8-d7a0-f3fd-ab3d-8b89e3940892-3db66f33, #w-node-_7a8c6058-01ba-06a7-c177-920c52a9b504-3db66f33, #w-node-_50c1762e-e494-c646-956d-6d4ad16befee-2a5d9db3, #w-node-_50c1762e-e494-c646-956d-6d4ad16beff3-2a5d9db3, #w-node-_50c1762e-e494-c646-956d-6d4ad16bf011-2a5d9db3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-bbeca1ab-774b-3ec6-3815-f1a64ba0500d-3db66f33, #w-node-bbeca1ab-774b-3ec6-3815-f1a64ba0500d-f50487e2, #w-node-bbeca1ab-774b-3ec6-3815-f1a64ba0500d-2a5d9db3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0067131d-f4b1-1ebb-1a17-a940a10f45f1-3db66f33 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-eefa6529-f787-74d0-602f-799fe46ce5c8-f50487e2, #w-node-c87b0ee3-d2c2-0e55-68bb-73f1b52dafc5-f50487e2, #w-node-af3d99ae-21a4-d4fc-551d-feefc046ee7e-f50487e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0067131d-f4b1-1ebb-1a17-a940a10f45f1-f50487e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-eefa6529-f787-74d0-602f-799fe46ce5c8-2a5d9db3, #w-node-c87b0ee3-d2c2-0e55-68bb-73f1b52dafc5-2a5d9db3, #w-node-af3d99ae-21a4-d4fc-551d-feefc046ee7e-2a5d9db3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0067131d-f4b1-1ebb-1a17-a940a10f45f1-2a5d9db3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Ethicnew 1';
  src: url('../fonts/ethicnew-light-1.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ethicnew 1';
  src: url('../fonts/ethicnew-italic-1.ttf') format('truetype'), url('../fonts/ethicnew-italic-1.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ethicnew 1';
  src: url('../fonts/ethicnew-medium-1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/CrimsonPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/CrimsonPro-Light.ttf') format('truetype'), url('../fonts/CrimsonPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/CrimsonPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/CrimsonPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/CrimsonPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ethicnew 1';
  src: url('../fonts/ethicnew-semibold-1.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Bouquet List Demo Ver';
  src: url('../fonts/The-Bouquet-List---demo-ver.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}