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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center {
  border-bottom: 1px solid #d4d4d4;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar-logo-center-2 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.awrs-navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #048306;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.awrs-navigation-button:hover {
  background-color: #628f2f;
}

.awrs-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.awrs-navigation-link {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  margin: 10px 0;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.awrs-navigation-link:hover {
  color: #fff;
  background-color: rgba(4, 131, 6, .88);
}

.awrs-navigation-link.w--current {
  color: #642eff;
}

.awrs-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.awrs-logo {
  width: 250px;
  max-width: 60%;
  overflow: visible;
}

.awrs-navigation-logo-link.w--current {
  flex: 0 auto;
}

.awrs-navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.awrs-navigation {
  z-index: 9000;
  width: 100%;
  min-height: 88px;
  background-color: #fff;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.f-navigation-button-secondary {
  min-height: 40px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.f-navigation-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-navigation-r {
  width: 50%;
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-navigation-l {
  width: 50%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.awrs-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.awrs-navigation-social-link {
  color: #160042;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.awrs-navigation-social-link:hover {
  color: #642eff;
}

.awrs-navigation-socials-wrapper {
  grid-column-gap: 16px;
  border-left: 1px solid #e4e6f1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.awrs-navigation-link-wrapper {
  grid-column-gap: 24px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.awrs-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.awrs-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.awrs-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #048306;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.awrs-button-neutral:hover {
  background-color: #628f2f;
}

.awrs-header-button-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.awrs-paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}

.awrs-paragraph-large.top {
  color: #6b7094;
}

.awrs-paragraph-large.grey {
  color: #ebfff6;
}

.awrs-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-h1-heading {
  color: #9ec959;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-h1-heading.left {
  text-align: left;
}

.awrs-margin-bottom-24 {
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 24px;
  display: flex;
  overflow: visible;
}

.awrs-heading-detail-small {
  color: #ebfff6;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.awrs-margin-bottom-08 {
  margin-bottom: 8px;
}

.awrs-header-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 630px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.awrs-container-regular {
  width: 100%;
  max-width: 1140px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.awrs-section-large {
  padding: 92px 5%;
  position: relative;
}

.awrs-section-large.banner {
  background-image: url('../images/AWRS-Lotus-Flower-Banner-Home.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 5%;
}

.f-h5-heading {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.awrs-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px 5px;
}

.f-feature-icon-wrapper-white.l2 {
  padding-left: 5px;
  padding-right: 5px;
}

.f-feature-card-filled {
  background-color: #f7f9fd;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  padding: 32px;
}

.f-feature-card-filled.card1 {
  background-image: linear-gradient(rgba(0, 119, 22, .76), rgba(0, 119, 22, .76)), url('../images/polythene.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.f-feature-card-filled.card1.ps {
  background-image: linear-gradient(rgba(0, 119, 22, .76), rgba(0, 119, 22, .76)), url('../images/Wood-body.jpg');
  background-size: auto, cover;
}

.f-feature-card-filled.card1.paper {
  background-image: linear-gradient(rgba(0, 119, 22, .76), rgba(0, 119, 22, .76)), url('../images/paper.jpg');
  background-size: auto, cover;
}

.f-feature-card-filled.card2 {
  background-image: linear-gradient(rgba(0, 119, 22, .76), rgba(0, 119, 22, .76)), url('../images/polythene.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.f-feature-card-filled.card2.confidential {
  background-image: linear-gradient(rgba(0, 119, 22, .76), rgba(0, 119, 22, .76)), url('../images/confidential.jpg');
  background-size: auto, cover;
}

.f-feature-card-filled.card2.plastic {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(0, 119, 22, .75), rgba(0, 119, 22, .75)), url('../images/Plastic2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
}

.f-feature-card-filled.card3 {
  background-image: linear-gradient(rgba(0, 119, 22, .76), rgba(0, 119, 22, .76)), url('../images/Cardboard.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.awrs-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block {
  text-decoration: none;
}

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

.awrs-content-image-wrapper-large {
  width: 100%;
  height: 460px;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.awrs-button-neutral-2 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #048306;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.awrs-button-neutral-2:hover {
  background-color: #628f2f;
}

.awrs-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.awrs-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.awrs-content-list-item {
  grid-column-gap: 16px;
  color: #160042;
  align-items: center;
  display: flex;
}

.awrs-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.awrs-h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.awrs-margin-bottom-12 {
  margin-bottom: 12px;
}

.awrs-grid-two-column {
  max-width: 1140px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-button-neutral-3 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #048306;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: #628f2f;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-button-neutral-4 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: #282556;
}

.f-text-area {
  min-height: 112px;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::-ms-input-placeholder {
  color: #6b7094;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-field-label {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-input {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-contact-content {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-link {
  width: 100%;
  color: #160042;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  color: #8a8a8a;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-detail.bl {
  color: #333;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-bottom.fk {
  text-align: right;
  display: block;
}

.f-footer-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f5fb;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-footer-logo {
  flex: none;
}

.f-footer-content {
  text-align: left;
  align-items: center;
  display: block;
}

.f-footer-title {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
}

.f-footer-regular {
  background-color: #fff;
  padding: 64px 5%;
  display: block;
  position: relative;
}

.image {
  max-width: 60%;
}

.image.im2 {
  padding: 0;
}

.f-error-message {
  color: #5b0b11;
  text-align: center;
  background-color: #fceff0;
  border-radius: 8px;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-contact-divider {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
}

.f-button-neutral-5 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #048306;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: #282556;
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-text-area-2 {
  min-height: 112px;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area-2:focus {
  border-color: #b6b9ce;
}

.f-text-area-2::-ms-input-placeholder {
  color: #6b7094;
}

.f-text-area-2::placeholder {
  color: #6b7094;
}

.f-field-label-2 {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-field-input-2 {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: #b6b9ce;
}

.f-field-input-2::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input-2::placeholder {
  color: #6b7094;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  margin-bottom: 24px;
}

.f-contact-form-2 {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-2 {
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-2.space2 {
  margin-top: 1px;
  margin-bottom: 20px;
}

.f-h3-heading-2 {
  color: #048306;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-49 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-50 {
  margin-bottom: 8px;
}

.f-title-wrapper-left {
  max-width: 500px;
}

.f-margin-bottom-51 {
  margin-bottom: 0;
}

.f-container-x-small {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pallettypes {
  padding: 20px 5% 40px;
  position: relative;
}

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

.f-image-cover-2.content {
  padding: 20px;
}

.f-header-image-wrapper-wide {
  height: 400px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-button-neutral-6 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #006638;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-6:hover {
  background-color: #282556;
}

.f-header-input-field {
  min-height: 48px;
  color: #160042;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-header-input-field::placeholder {
  color: #b6b9ce;
}

.f-header-form-wrapper {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-margin-bottom-52 {
  margin-bottom: 40px;
  display: inline-block;
}

.f-h1-heading-2 {
  color: #006638;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-53 {
  margin-bottom: 24px;
}

.f-header-title-wrapper-center-2 {
  z-index: 5;
  width: 100%;
  max-width: 630px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-2 {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-header-button-middle-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-header-image-wrapper-top {
  height: 350px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.f-content-image-tall {
  width: 100%;
  height: 620px;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-sub-heading-small {
  color: #160042;
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-content-icon-square {
  width: 40px;
  height: 40px;
  color: #160042;
  background-color: #f7f9fd;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  max-width: 300px;
  grid-row-gap: 48px;
  flex-direction: column;
  margin-bottom: 48px;
  display: flex;
}

.f-content-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f5fb;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-54 {
  margin-bottom: 12px;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-section-large-3 {
  padding: 20px 5%;
  position: relative;
}

.f-header-avatar-text {
  color: #282556;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-avatar-dark {
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #160042;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-avatar-group-r {
  width: 48px;
  height: 48px;
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-right: -16px;
  position: relative;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.f-header-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-section-large-4 {
  padding: 40px 5% 20px;
  position: relative;
}

.f-content-image-wrapper {
  width: 100%;
  height: 430px;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.f-input-outlined {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #b6b9ce;
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  align-items: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.f-content-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #f7f9fd;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-section-large-5 {
  padding: 20px 5% 92px;
  position: relative;
}

.column {
  padding-left: 0;
}

.canvas {
  border-radius: 11px;
}

.columns {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.columns.top {
  align-items: flex-start;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-form-button {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: #282556;
}

.f-form-button:active {
  background-color: #160042;
}

.f-cta-form-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-h4-heading {
  color: #006638;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.f-grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-section-regular {
  background-color: rgba(228, 230, 241, .17);
  padding: 72px 5%;
  position: relative;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-55 {
  margin-bottom: 48px;
}

.f-section-large-6 {
  background-color: rgba(252, 252, 252, .23);
  padding: 40px 5%;
  position: relative;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: rgba(255, 255, 255, .88);
  border-radius: 20px;
  padding: 12px;
}

.html-embed {
  margin-top: 10px;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

._3, .column-58 {
  text-align: center;
}

.light-text {
  font-size: 12px;
}

.lightboxclass {
  padding: 10px;
}

.lightboxclass._3 {
  max-width: 77%;
}

.bodypc {
  margin-top: 0;
  margin-bottom: 20px;
}

.bodypc.grey {
  background-color: #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.list-item-2 {
  margin-bottom: 15px;
}

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

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

.pallet-class {
  height: auto;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 29px;
  padding: 16px 0;
  overflow: visible;
}

.heading-16 {
  color: #006638;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.columns-11 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}

.heading-14 {
  color: #c82a8b;
  margin-bottom: 0;
  font-size: 30px;
}

.heading-14.sp {
  margin-bottom: 14px;
}

.image-2 {
  margin-top: 9px;
  margin-bottom: 0;
  padding-top: 0;
}

.image-3, .image-4 {
  margin-top: 9px;
}

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

.columns-12 {
  justify-content: space-between;
  display: flex;
}

.column-59 {
  flex: 0 auto;
}

.column-60 {
  flex: 1;
}

.container-4 {
  max-width: 1140px;
}

.cell {
  align-items: center;
}

.cell-2 {
  align-items: flex-end;
}

.cell-3 {
  justify-content: center;
}

.section {
  background-color: #f3f3f3;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-5 {
  max-width: 1140px;
}

.cell-4 {
  justify-content: center;
}

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

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

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
    font-size: 30px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .awrs-navigation-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .awrs-navigation-menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .awrs-navigation-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .awrs-navigation-link {
    width: 100%;
  }

  .awrs-navigation-menu {
    color: #393b6a;
    background-color: #fff;
    padding: 12px;
    position: absolute;
  }

  .awrs-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .awrs-navigation-logo-link {
    margin-right: 0;
  }

  .awrs-navigation {
    position: relative;
  }

  .f-navigation-r {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-l {
    width: 100%;
    color: #393b6a;
    background-color: #fff;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .f-navigation-l.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .awrs-margin-bottom-24 {
    text-align: left;
  }

  .awrs-section-large.banner {
    background-position: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .awrs-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .awrs-content-image-wrapper-large {
    max-width: 100%;
  }

  .awrs-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-group {
    justify-content: flex-start;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-primary {
    grid-template-columns: 1fr 1fr;
  }

  .f-paragraph-large-2 {
    margin-top: 20px;
  }

  .f-image-cover-2.content {
    padding: 0;
  }

  .f-content-image-tall {
    height: 400px;
    max-width: 100%;
  }

  .f-content-list-wrapper-small {
    max-width: 100%;
    flex-direction: row;
  }

  .f-grid-two-column-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .canvas {
    display: inline-block;
  }

  .columns {
    display: block;
  }

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

  .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .list-6, .paragraph-40 {
    font-size: 13px;
  }

  .container-3 {
    max-width: 728px;
  }

  .heading-16, .heading-14, .section, .column-61 {
    text-align: center;
  }

  .columns-13 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

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

  .nav-menu-three-2 {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .f-navigation-button-secondary, .awrs-navigation-socials-wrapper {
    display: none;
  }

  .awrs-paragraph-large.grey {
    font-size: 16px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .awrs-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .awrs-section-large.banner {
    background-position: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .awrs-grid-three-column {
    grid-template-columns: 1fr;
  }

  .awrs-h2-heading {
    font-size: 44px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-footer-logo {
    display: block;
  }

  .f-footer-primary {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .pallettypes {
    padding-top: 72px;
    padding-bottom: 20px;
  }

  .f-image-cover-2 {
    height: 80%;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-top {
    height: auto;
    overflow: visible;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-wrapper {
    justify-content: center;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-paragraph-large-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .f-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h4-heading {
    font-size: 36px;
  }

  .f-section-regular, .f-section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .bodypc {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bodypc.grey {
    padding-top: 14px;
  }

  .paragraph-40 {
    text-align: center;
  }

  .container-3 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-16 {
    text-align: center;
  }

  .heading-14 {
    margin-top: 0;
  }

  .column-62 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .awrs-navigation-button {
    display: none;
  }

  .awrs-header-button-middle {
    justify-content: center;
  }

  .awrs-paragraph-large.grey {
    text-align: left;
  }

  .f-h1-heading {
    text-align: center;
    font-size: 40px;
  }

  .awrs-section-large.banner {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AWRS-Lotus-Flower-Banner-Home.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-primary {
    grid-template-columns: 1fr;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .f-paragraph-large-2 {
    margin-top: 10px;
    overflow: visible;
  }

  .f-h1-heading-2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .f-header-button-middle-2 {
    justify-content: center;
  }

  .f-header-image-wrapper-top {
    height: auto;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-wrapper, .f-content-form {
    flex-direction: column;
  }

  .f-paragraph-large-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .f-form-button {
    width: 100%;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-cta-form-block {
    width: 100%;
  }

  .bodypc {
    margin-top: 0;
  }

  .bodypc.grey {
    padding-top: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .heading-16 {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-14 {
    margin-top: 0;
  }

  .cell-3 {
    align-items: center;
  }

  .image-5 {
    max-width: 100%;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-4 {
    align-items: center;
  }

  .image-6 {
    max-width: 100%;
  }
}

#w-node-_96a9c399-fc1d-93af-e523-bbb14a6f3262-69cb8f55, #w-node-_24793bd3-1197-4b06-21cd-a795568448e9-69cb8f55, #w-node-d5c84cd4-6237-5a56-fada-62863adc192b-69cb8f55, #w-node-d6fb4de5-b2ed-3ba0-04d2-cbe2418fdb1c-69cb8f55, #w-node-_6859ccf4-ec83-7b0e-5fad-4266684a47ee-69cb8f55, #w-node-_69892ad7-208d-80f7-0225-dd234654ee3f-69cb8f55, #w-node-b070cf71-e797-0932-afdd-f73fc2be98c3-69cb8f55, #w-node-c1a3d4d2-d0e1-4b03-c0cb-fefc989d1861-69cb8f55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5702c6f3-4b03-b032-c187-b868d207b546-69cb8f55 {
  justify-self: start;
}

#w-node-_97774466-2a52-7db6-1269-087d378dfd4d-69cb8f55 {
  justify-self: end;
}

#w-node-f30ce597-d886-774f-40b6-e1777a5469ad-69cb8f55 {
  justify-self: start;
}

#w-node-_83591793-e7c0-7fbf-7e7c-70f192a5ede6-69cb8f55 {
  justify-self: end;
}


