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

body {
  font-family: 'Mark pro', sans-serif;
  color: #fff1bf;
  font-size: 14px;
  line-height: 20px;
}

.body2 {
  color: #000;
}

.h1 {
  max-width: none;
  margin-bottom: 40px;
  color: #000;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
}

.h1.auto {
  max-width: none;
  margin-bottom: 24px;
}

.h1.auto.middle {
  margin-bottom: 40px;
  text-align: center;
}

.h1.extra {
  max-width: none;
  margin-bottom: 40px;
}

.h1.white {
  margin-bottom: 26px;
  color: #fff;
}

.h1.white.header {
  font-size: 50px;
}

.h1.wider {
  max-width: 80%;
}

.h1.middle {
  text-align: center;
}

.h1.middle.max-width {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.h1.middle.max-width.bottom-padding {
  margin-bottom: 27px;
}

.counter {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 50px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 33px;
  font-weight: 900;
}

.h3.short {
  width: auto;
  max-width: none;
  margin-top: 0px;
  line-height: 37px;
}

.h3.padding {
  line-height: 38px;
}

.h3.center {
  margin-bottom: 0px;
  text-align: center;
}

.h3.padding-1 {
  margin-bottom: 28px;
}

.h4 {
  height: 80px;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

.h4.white {
  height: auto;
  margin-bottom: 5px;
  color: #fff;
}

.h4.no-height {
  height: auto;
  margin-top: 0px;
  margin-bottom: 17px;
}

.h4.auto {
  height: auto;
}

.h4.auto.middle {
  text-align: center;
}

.h4.auto.extra {
  margin-bottom: 11px;
}

.p1 {
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  text-decoration: none;
}

.p1.p1-max {
  max-width: 400px;
  line-height: 25px;
}

.p1.p1-max.white {
  color: #fff;
}

.p1.middle {
  width: 60%;
  margin-bottom: 0px;
  line-height: 27px;
  text-align: center;
}

.p1.height {
  line-height: 30px;
}

.p1.p2-max {
  max-width: none;
  line-height: 25px;
}

.p1.p2-max.white {
  color: #fff;
}

.arti-text-block {
  font-size: 18px;
  line-height: 30px;
}

.arti-text-block.middle {
  line-height: 20px;
  text-align: center;
}

.arti-text-block.white {
  color: #fffdfd;
}

.arti-text-block.white.small {
  font-size: 16px;
}

.p2 {
  font-size: 25px;
  line-height: 39px;
  font-weight: 700;
}

.p2.middle {
  text-align: center;
}

.p2.middle.max-width {
  max-width: 70%;
}

.h5 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.h5.left {
  text-align: left;
}

.h5.left.padding {
  margin-bottom: 13px;
}

.contact-text-block {
  font-size: 18px;
  font-weight: 700;
}

.testi-text-block {
  color: #9b9ea7;
  font-size: 16px;
  line-height: 21px;
}

.dropdown-image {
  margin-bottom: 14px;
  border-radius: 10px;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #ffca08;
}

.navigation-link.w--current {
  color: #ffca08;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle {
  margin-right: 9px;
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle:hover {
  color: #ffca08;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  display: none;
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 3000px;
  min-height: 90px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-menu {
  display: none;
  min-height: 50px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffca08;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-dropdown.dropdown-long {
  left: -185px;
  min-width: 500px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #ffca08;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.fnb-logo {
  width: 150px;
}

.icon-wrap {
  display: none;
  width: 40px;
  height: 40px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(140, 84, 255, 0.05);
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.icon {
  width: 100%;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-buttons.hide {
  display: none;
}

.nav-link-blog {
  color: #8c54ff;
  font-size: 14px;
  white-space: normal;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.dropdown.hide {
  display: none;
}

.dropdown-column-right {
  width: 50%;
  height: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #ffca08;
}

.p3 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.body {
  color: #000;
  font-weight: 400;
}

.section {
  display: block;
  height: auto;
  min-height: auto;
  padding: 0px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.hero-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.hero-height.hide {
  display: none;
}

.section.grey-color {
  background-color: #fafafc;
}

.section.yellow {
  background-color: #ffca08;
}

.section.yellow.hide {
  display: none;
}

.section.yellow.banner {
  width: 100%;
  height: 400px;
  background-image: url('../images/ecom-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.yellow.banner.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 202, 8, 0.81)), to(rgba(255, 202, 8, 0.81))), url('../images/ecom-banner.jpg');
  background-image: linear-gradient(180deg, rgba(255, 202, 8, 0.81), rgba(255, 202, 8, 0.81)), url('../images/ecom-banner.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  color: #000;
}

.section.no-padding {
  margin-right: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section.hide-articles {
  display: none;
}

.section.hide {
  display: none;
}

.section.hide-2 {
  display: block;
}

.container {
  display: block;
  width: 100%;
  max-width: 3000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.short {
  max-width: 1200px;
}

.container._1920 {
  max-width: 1600px;
}

.container.less-width {
  display: block;
  max-width: 1440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 30px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.button-wrapper.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrapper.middle.hide {
  display: none;
}

.button-wrapper.middle2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-left: 0px;
  padding: 13px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffca08;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.button-standard.black {
  background-color: #000;
  color: #fff;
}

.column {
  width: 500px;
  margin-right: 19px;
  padding: 10px 0px;
}

.column.padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 33px;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 25px 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
}

.service-icon {
  width: 100%;
  margin-bottom: 0px;
}

.card-content-wrap {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.service-card-wrap {
  display: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.community-growth-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.community-grwoth-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.com-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 31px 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 55px 6px #f2f3f6;
}

.card-com-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b539a;
  text-align: center;
}

.card-com-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b539a;
  text-align: center;
}

.card-com-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b8b8b8;
  text-align: center;
}

.text-block-small {
  width: auto;
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.title-counter {
  width: auto;
  margin-right: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.image {
  display: none;
  width: 18%;
  padding-right: 9px;
  padding-left: 9px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
  text-align: center;
}

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

.h2.yellow {
  color: #ffca08;
}

.percentage {
  display: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 50px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.partners-wrapper {
  padding-top: 124px;
  padding-bottom: 52px;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap.padding {
  margin-bottom: 56px;
}

.title-wrap.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-wrap.padding-bottom {
  margin-bottom: 28px;
}

.service-card-wrap2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_base {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-bottom: 0px;
  padding: 29px 25px 29px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #44465f;
  text-decoration: none;
}

.icon-6 {
  width: 80%;
}

.icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h4-service {
  color: #000;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.3px;
}

.com-benefit-main-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.com-benefit-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.com-benefit-conten-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.com-icon {
  width: 40%;
  margin-bottom: 21px;
}

.video-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stories-wrapper {
  width: auto;
  padding: 10px;
}

.stories-main-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.play-button {
  position: absolute;
}

.play-icon {
  width: 60px;
}

.wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper.less-padding {
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper.padding-bottom {
  padding-bottom: 0px;
}

.members-l-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 45px;
  padding-bottom: 30px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.members-l-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-members {
  width: auto;
  padding: 0px 32px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 55px 0 #ebebeb;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.column-members:hover {
  -webkit-transform: translate(0px, -4px) translate(0px, 0px);
  -ms-transform: translate(0px, -4px) translate(0px, 0px);
  transform: translate(0px, -4px) translate(0px, 0px);
}

.members-icon {
  width: 100%;
  margin-bottom: 0px;
}

.com-main-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-main-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.latest-articles {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.latest-articles-main-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.articles-wrapper {
  width: auto;
  padding: 10px;
}

.articles-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  padding: 15px 16px 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.articles-card:hover {
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.12);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.articles-image {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
}

.articles-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  padding-top: 23px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.articles-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.articles-content.hide {
  display: block;
}

.articles-content.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.articles-content.flex.hori {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-contain {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
}

.members-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  padding: 15px 16px 0px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.members-card:hover {
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.12);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.members-placeholder-image {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
}

.menbers-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 23px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.members-content {
  margin-bottom: 25px;
}

.text-header {
  display: block;
}

.h4-stories {
  height: auto;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

.articles-thumb {
  width: 1600px;
  height: 300px;
  border-radius: 14px;
  -o-object-fit: cover;
  object-fit: cover;
}

.para-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  position: relative;
  padding: 44px 3% 0px;
  background-color: #000;
}

.footer-grid {
  grid-column-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-column {
  width: auto;
}

.footer-title {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #fafafc;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.footer-link {
  display: block;
  width: auto;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  color: #fafafc;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-decoration: none;
}

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

.footer-link.max {
  max-width: none;
  font-size: 14px;
  line-height: 24px;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icons {
  width: 70%;
  margin-right: 10px;
}

.social-icons.reverse {
  margin-right: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icons.reverse.larger {
  width: 100%;
}

.social-icons.special {
  width: 80%;
}

.whatsapp-button {
  width: 70%;
  margin-right: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.image-3 {
  width: 60%;
}

.footer-main-wrapper {
  margin-bottom: 0px;
  padding-top: 53px;
  padding-bottom: 53px;
  border-bottom: 6px solid #000;
}

.footer-main-wrapper.line {
  border-bottom-width: 6px;
  border-bottom-color: #ffca08;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.copyright-text-block {
  color: #ccc;
}

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

.link:hover {
  color: #ffca08;
}

.footer-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  margin-top: 25px;
}

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

.text-field {
  min-height: 45px;
  margin-right: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(87, 86, 220, 0.1);
  border-radius: 4px;
  color: #000;
  font-weight: 300;
}

.text-field:active {
  color: transparent;
}

.text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ffca08;
  color: #000;
}

.submit-button {
  position: relative;
  overflow: visible;
  width: auto;
  height: 45px;
  margin-left: 0px;
  padding: 8px 35px;
  border-radius: 8px;
  background-color: #ffca08;
  box-shadow: 0 4px 20px -2px rgba(254, 102, 103, 0.36);
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.success-message {
  border-radius: 4px;
  background-color: #45c051;
  color: #fff;
  font-weight: 300;
}

.circle-contain-footer {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatsapp-float-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: -1%;
  bottom: 2%;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-4 {
  width: 60%;
}

.button-t-2 {
  position: absolute;
  z-index: auto;
  margin-left: 15px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.error-message {
  background-color: #da5252;
}

.text-block {
  color: #fff;
}

.title-header-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.title-header-wrapper.no-space {
  padding-top: 0px;
}

.title-header-wrapper.no-space-2 {
  padding-bottom: 0px;
}

.about-image-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-image-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._200-wrapper {
  position: relative;
  display: block;
  padding-top: 210px;
  padding-bottom: 210px;
}

._200-text-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._200-iomage {
  width: 80%;
}

._200-title-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-ori-wrapper {
  padding-top: 130px;
  padding-bottom: 80px;
}

.service-ori-main-wrapper {
  padding-top: 62px;
  padding-bottom: 0px;
}

.service-ori-main-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-main-wrapper {
  padding-top: 62px;
  padding-bottom: 62px;
}

.team-main-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 121px;
  justify-items: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-photo {
  margin-top: -86px;
}

.director-main-wrapper {
  padding-top: 120px;
  padding-bottom: 0px;
}

.com-ori-benefit-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.com-ori-main-wrapper {
  padding-top: 62px;
  padding-bottom: 62px;
}

.benefit-main-wrapper {
  display: block;
  width: auto;
  padding: 10px;
}

.service-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.com-ori-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.benefit-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 55px 0 #daac04;
}

.benfit-icon {
  width: 70px;
  margin-bottom: 25px;
}

.benefit-card-content-wrapper {
  min-height: 160px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.h3-benefit {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 25px;
  line-height: 33px;
  font-weight: 900;
  text-align: left;
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 750px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.mask {
  overflow: visible;
  background-color: transparent;
  box-shadow: none;
}

.author-title {
  margin-bottom: 0px;
  opacity: 0.7;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.profile-image {
  width: auto;
  margin-right: 25px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  border-radius: 100px;
}

.faq-title {
  display: inline-block;
  margin-bottom: 4px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.slide-nav {
  display: none;
}

.profile-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide {
  overflow: hidden;
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 55px 0 #e0e0e0;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafc;
}

.arrow-left-2 {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #000;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.slide-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 90px 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fafafc;
  color: #fff;
}

.testimonial-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.arrow-icon-2 {
  color: #ffca08;
  font-size: 15px;
}

.arrow-right-2 {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #000;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
  color: #ffca08;
}

.ecom-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 62px;
  padding-bottom: 62px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ecom-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.crossover-image {
  width: auto;
  -webkit-filter: none;
  filter: none;
}

.dropee-image {
  width: 30%;
}

.fbc-logo {
  width: 30%;
}

.ecom-intro-main {
  max-width: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ecom-content-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-standard-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-left: 0px;
  padding: 13px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffca08;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.h5-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.button-base-3 {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffca08;
}

.stories-backup {
  display: none;
  width: auto;
  padding: 10px;
}

.members-content-2 {
  margin-bottom: 0px;
}

.menbers-content-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 23px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h4-stories-2 {
  height: auto;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

.articles-header-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.articles-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 62px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.articles-grid.extra {
  margin-bottom: 46px;
}

.articles-grid.hide {
  display: none;
}

.articles-header {
  width: auto;
  max-width: 1300px;
}

.date {
  font-weight: 500;
}

.time {
  margin-bottom: 13px;
}

.p1-articles {
  margin-top: 23px;
  margin-bottom: 33px;
  color: #000;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.p1-articles.max-width {
  max-width: 1080px;
}

.p1-articles.middle {
  text-align: center;
}

.p1-articles.middle.max-width {
  width: 90%;
}

.articles-content-image {
  margin-bottom: 20px;
}

.contact-wrapper {
  width: auto;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-info-wrapper {
  height: auto;
  padding: 91px 50px;
  background-color: #ffca08;
}

.contact-content {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-info {
  margin-bottom: 30px;
}

.contact-text {
  color: #000;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
}

.map-wrapper {
  width: 100%;
  height: auto;
}

.back-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-wrapper.extra {
  width: 12%;
  margin-right: 0px;
}

.back-button {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.back-icon {
  margin-right: 12px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.back-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block {
  display: -ms-grid;
  display: grid;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  padding-right: 50px;
  padding-left: 50px;
}

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

.login-button {
  width: 100%;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 12px;
  border-radius: 8px;
  background-color: #ffca08;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.login-button:hover {
  background-color: #f6c306;
}

.field {
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #fcfcfc;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 16px;
}

.field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ffca08;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #ffca08;
}

.field.long {
  height: 300px;
}

.login-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.login-label {
  width: 100%;
  margin-bottom: 2px;
  padding-left: 2px;
  opacity: 0.4;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.error-message-2 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.fnb-form {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.field-wrapper {
  position: relative;
  width: 100%;
  min-height: 30px;
}

.field-wrapper.first-name-wrapper {
  margin-right: 0px;
}

.text-block-2 {
  color: #fafafc;
}

.video-main {
  padding-top: 0px;
  padding-bottom: 0px;
}

.video-text-header {
  display: none;
}

.stories-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.coming-soon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  min-height: auto;
  padding: 0px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.coming-soon-section.hero-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  background-image: url('../images/l-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.coming-soon-section.grey-color {
  background-color: #fafafc;
}

.coming-soon-section.yellow {
  background-color: #ffca08;
}

.coming-soon-section.no-padding {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
}

.coming-soon-section.hide-articles {
  display: none;
}

.coming-soon-section.hide {
  display: none;
}

.coming-soon-wrapper {
  padding-top: 144px;
  padding-bottom: 144px;
}

.coming-soon-wrapper.no-space {
  padding-top: 0px;
}

.coming-soon-wrapper.no-space-2 {
  padding-bottom: 0px;
}

.collection-list-wrapper {
  width: 90vw;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  column-gap: 25px;
}

.collection-item {
  margin-bottom: 25px;
}

.service-card-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.column-2 {
  width: auto;
  padding: 10px;
}

.service-icon-2 {
  width: 70px;
  margin-bottom: 25px;
}

.card-content-wrap-2 {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #2e3642;
  text-align: center;
}

.paragraph-2 {
  max-width: 320px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.button-default {
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #484dff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button-default:hover {
  background-color: #343af0;
}

.events-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.events-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 45px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 55px 0 rgba(0, 22, 50, 0.06);
}

.h4-events {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  text-align: left;
}

.h4-events.center {
  text-align: center;
}

.title {
  max-width: 500px;
  margin-bottom: 0px;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title.center {
  max-width: none;
  color: #000;
  text-align: center;
}

.title.center {
  max-width: none;
  color: #000;
  text-align: center;
}

.event-box-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}

.events-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 450px;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #ffca08;
}

.events-grid-wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.events-title {
  max-width: none;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.events-photo-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.event-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -o-object-fit: fill;
  object-fit: fill;
}

.event-photo-main {
  padding-top: 82px;
  padding-bottom: 82px;
}

.image-5 {
  display: inline-block;
  -o-object-fit: fill;
  object-fit: fill;
}

.com-column {
  margin-right: 19px;
  padding: 10px 0px;
}

.com-column.padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin-right: 0px;
  padding-top: 33px;
  padding-bottom: 33px;
}

.div-block-4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.html-embed {
  height: auto;
}

.image-6 {
  width: 450px;
}

.image-7 {
  width: 1080px;
  max-width: 100%;
}

.h4-events-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  text-align: left;
}

.h4-events-2.center {
  text-align: center;
}

.slider-2 {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.slide-1 {
  height: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 164px;
  padding-right: 50px;
  padding-left: 106px;
  background-image: url('../images/Chef-Hong-Top-Banner.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-1._1 {
  width: 100%;
  background-image: url('../images/unnamed-1.jpg');
  background-position: 99% 50%;
  background-size: cover;
}

.slide-1._2 {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/10x-CEOS-Homepage-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/10x-CEOS-Homepage-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-1._2-copy {
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-2 {
  height: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 164px;
  padding-right: 50px;
  padding-left: 106px;
  background-image: url('../images/Chef-Hong-Top-Banner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.back-wrapper-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-wrapper-2.extra {
  width: 12%;
  margin-right: 0px;
}

.back-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.article-title-2 {
  max-width: 800px;
}

.div-block-5 {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5.hide {
  display: none;
}

.column-3 {
  width: 280px;
  max-width: none;
  margin-right: 19px;
  padding: 10px 0px;
}

.column-3.padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 33px;
}

.div-block-6 {
  margin-top: 34px;
  margin-bottom: 50px;
  padding-right: 0px;
}

.article-card-2 {
  max-width: none;
}

.articles-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.articles-content-2.hide {
  display: block;
}

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

.articles-content-2.flex.hori {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-image-wrapper {
  width: 60%;
  margin-bottom: 30px;
}

.youtube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tablet {
  display: none;
}

.v-mobile {
  display: none;
}

.mobile {
  display: none;
}

.slide2 {
  height: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 50px;
  padding-left: 106px;
  background-image: url('../images/website-Banner-FBC-int.jpg');
  background-position: 73% 50%;
  background-size: cover;
}

.slide2._1 {
  width: 100%;
  background-image: url('../images/unnamed-1.jpg');
  background-position: 99% 50%;
  background-size: cover;
}

.slide2._2 {
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide2._2-copy {
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  display: block;
}

.bold-text {
  color: #000;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.slide2-copy {
  height: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 50px;
  padding-left: 106px;
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide2-copy._1 {
  width: 100%;
  background-image: url('../images/unnamed-1.jpg');
  background-position: 99% 50%;
  background-size: cover;
}

.slide2-copy._2 {
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide2-copy._2-copy {
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-3 {
  font-size: 18px;
  font-weight: 700;
}

.youtube-holder {
  margin-bottom: 76px;
}

.youtube-holder.no-bottom {
  margin-bottom: 0px;
}

.youtube-wrapper {
  padding-top: 80px;
  padding-bottom: 20px;
}

.youtube-wrapper.less-padding {
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.youtube-wrapper.padding-bottom {
  padding-bottom: 0px;
}

.yellow-link {
  color: #ffca08;
}

@media screen and (min-width: 1440px) {
  .navigation-container {
    max-width: 1920px;
  }

  .section.hide {
    display: block;
  }

  .section.hide-2 {
    display: block;
  }

  .container {
    max-width: 3000px;
  }

  .articles-content.flex.hori {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .members-placeholder-image {
    width: auto;
  }

  .menbers-content-wrap {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .members-content.extra-padding {
    padding-left: 15px;
  }

  .back-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
  }

  .back-wrapper-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
  }

  .articles-content-2.flex.hori {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-container {
    max-width: 3000px;
  }

  .section.no-padding {
    margin-left: auto;
  }

  .container {
    width: auto;
    max-width: 3000px;
  }

  .container._1920 {
    max-width: 1920px;
  }

  .video-thumbs {
    width: 100%;
  }

  .menbers-content-wrap {
    width: auto;
  }

  .members-content.extra-padding {
    padding-left: 0px;
  }

  .contact-wrapper {
    max-width: none;
  }

  .contact-grid {
    width: 100%;
    max-width: none;
  }

  .contact-info-wrapper {
    max-width: none;
  }

  .back-wrapper.extra {
    width: 24%;
  }

  .slide-1._1 {
    height: 700px;
    background-position: 105% 50%;
  }

  .slide-1._2 {
    height: 700px;
  }

  .slide-1._2-copy {
    height: 700px;
  }

  .back-wrapper-2 {
    position: static;
  }

  .back-wrapper-2.extra {
    width: 24%;
  }

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

  .slide2 {
    height: 700px;
  }

  .slide2._1 {
    height: 700px;
    background-position: 105% 50%;
  }

  .slide2._2 {
    height: 700px;
  }

  .slide2._2-copy {
    height: 700px;
  }

  .slide2-copy {
    height: 700px;
  }

  .slide2-copy._1 {
    height: 700px;
    background-position: 105% 50%;
  }

  .slide2-copy._2 {
    height: 700px;
  }

  .slide2-copy._2-copy {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .h1.auto {
    text-align: center;
  }

  .h1.auto.middle {
    margin-bottom: 0px;
  }

  .h1.white {
    text-align: center;
  }

  .h3 {
    text-align: center;
  }

  .h4.no-height {
    text-align: center;
  }

  .p1 {
    text-align: left;
  }

  .p1.p1-max.white {
    text-align: left;
  }

  .p1.middle {
    width: auto;
  }

  .p1.height {
    text-align: center;
  }

  .p1.left {
    text-align: left;
  }

  .p1.p2-max.white {
    text-align: left;
  }

  .p2 {
    text-align: center;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .menu-mob {
    border-radius: 4px;
    background-color: #ffca08;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #ffca08;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .fnb-logo {
    width: 120px;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .navigation {
    display: none;
  }

  .icon-5 {
    color: #000;
  }

  .section {
    min-height: auto;
    padding: 0px 15px;
  }

  .section.hero-height {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 64% 50%;
    background-size: auto, cover;
  }

  .container-hero {
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column {
    width: auto;
  }

  .column.padding {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .service-card-wrap {
    padding-bottom: 0px;
  }

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

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

  .h2.yellow.left.footer-left {
    text-align: left;
  }

  .h2.bottom-padding {
    margin-bottom: 0px;
  }

  .h2.h2-small {
    font-size: 30px;
  }

  .partners-wrapper {
    padding-top: 72px;
    padding-bottom: 0px;
  }

  .title-wrap {
    margin-bottom: 0px;
  }

  .title-wrap.less-pading {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-card-wrap2 {
    justify-items: stretch;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .com-benefit-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .stories-wrapper {
    width: 100%;
  }

  .stories-main-wrapper {
    padding-top: 0px;
  }

  .video-thumbs {
    width: 100%;
    border-radius: 14px;
  }

  .members-l-grid {
    padding-top: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .members-l-wrapper {
    padding-top: 0px;
  }

  .column-members {
    width: 100%;
  }

  .service-main-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .latest-articles {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .latest-articles-main-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .articles-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .articles-card {
    padding: 20px 20px 35px;
  }

  .members-card {
    padding: 20px 20px 15px;
  }

  .members-placeholder-image {
    min-height: auto;
  }

  .articles-thumb {
    width: auto;
  }

  .footer-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-main-wrapper.line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 44px;
    padding-bottom: 49px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .title-header-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._200-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .service-ori-wrapper {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .service-ori-main-wrapper {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .service-ori-main-grid {
    justify-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-ori-content {
    text-align: center;
  }

  .team-main-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .team-main-grid {
    margin-bottom: 88px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .director-main-wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .com-ori-benefit-wrapper {
    padding-top: 0px;
  }

  .com-ori-main-wrapper {
    padding-top: 0px;
  }

  .benefit-main-wrapper {
    width: 100%;
  }

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

  .arrow-left-2 {
    left: -10px;
  }

  .arrow-right-2 {
    right: -10px;
  }

  .ecom-main-wrapper {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .ecom-content-grid {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ecom-inner-content {
    margin-bottom: 42px;
    text-align: left;
  }

  .stories-backup {
    width: 100%;
  }

  .contact-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .back-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .login-container {
    max-width: 90%;
  }

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

  .coming-soon-section {
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .coming-soon-section.hero-height {
    background-position: 64% 50%;
  }

  .collection-list-wrapper {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .collection-item {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .column-2 {
    width: 100%;
  }

  .events-grid {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .events-cards {
    padding-right: 75px;
    padding-left: 75px;
  }

  .events-box-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .events-grid-wrapper {
    bottom: 3%;
  }

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

  .event-photo-main {
    padding-top: 0px;
  }

  .com-column {
    width: auto;
  }

  .com-column.padding {
    width: auto;
    margin-right: 0px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .slide-1 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-1._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/unnamed-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/unnamed-1.jpg');
    background-position: 0px 0px, 99% 50%;
    background-size: auto, cover;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/Chef-Hong-Top-Banner.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/Chef-Hong-Top-Banner.png');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
  }

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

  .div-block-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .column-3 {
    width: auto;
  }

  .column-3.padding {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .articles-content-2 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .article-image-wrapper {
    width: 100%;
  }

  .tablet {
    display: block;
  }

  .desktop {
    display: none;
  }

  .v-mobile {
    display: none;
  }

  .mobile {
    display: none;
  }

  .slide2 {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/website-Banner-FBC-int.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/website-Banner-FBC-int.jpg');
    background-position: 0px 0px, 77% 50%;
    background-size: auto, cover;
  }

  .slide2._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/unnamed-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/unnamed-1.jpg');
    background-position: 0px 0px, 99% 50%;
    background-size: auto, cover;
  }

  .div-block-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide2-copy {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide2-copy._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/unnamed-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/unnamed-1.jpg');
    background-position: 0px 0px, 99% 50%;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .h1.auto.middle {
    margin-bottom: 0px;
  }

  .h1.white {
    text-align: center;
  }

  .h1.white.header {
    font-size: 35px;
    line-height: 41px;
  }

  .p1 {
    text-align: left;
  }

  .p1.p1-max.white {
    text-align: center;
  }

  .p1.middle {
    width: auto;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container {
    overflow: visible;
  }

  .container-hero {
    width: 100%;
  }

  .button-wrapper.middle2 {
    margin-top: 0px;
  }

  .column {
    width: 80%;
    margin-right: 0px;
  }

  .community-growth-wrapper {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .h2.h2-small {
    font-size: 25px;
    line-height: 30px;
  }

  .partners-wrapper {
    padding-bottom: 0px;
  }

  .service-wrapper {
    padding-top: 60px;
  }

  .stories-main-wrapper {
    padding-bottom: 0px;
  }

  .wrapper {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .wrapper.padding-bottom {
    padding-top: 0px;
  }

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

  .latest-articles-main-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .articles-card {
    width: 100%;
    margin-bottom: 0px;
  }

  .articles-content.flex.hori {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .members-card {
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 15px;
  }

  ._200-wrapper {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .director-main-wrapper {
    padding-bottom: 20px;
  }

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

  .testimonial-section {
    overflow: hidden;
  }

  .slide-wrap-2 {
    padding: 90px 50px;
  }

  .contact-wrapper {
    width: 100%;
  }

  .contact-grid {
    grid-row-gap: 0px;
  }

  .contact-info-wrapper {
    width: 100%;
  }

  .back-wrapper {
    margin-right: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .back-wrapper.extra {
    width: auto;
  }

  .form-section {
    padding-bottom: 80px;
  }

  .fnb-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .coming-soon-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-wrapper {
    -webkit-column-gap: 15px;
    column-gap: 15px;
  }

  .collection-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .events-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .events-box-inner {
    height: 750px;
  }

  .events-grid-wrapper {
    left: 0%;
    top: 15%;
    right: 0%;
    bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .com-column {
    width: 80%;
    margin-right: 0px;
  }

  .slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide-1._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/unnamed-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/unnamed-1.jpg');
    background-position: 0px 0px, 88% 50%;
    background-size: auto, cover;
  }

  .slide-1._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/10x-CEOS-Homepage-bg.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/10x-CEOS-Homepage-bg.png');
    background-position: 0px 0px, 62% 50%;
    background-size: auto, cover;
  }

  .slide-1._2-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/Chef-Hong-Top-Banner.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/Chef-Hong-Top-Banner.png');
    background-position: 0px 0px, 67% 50%;
    background-size: auto, cover;
  }

  .back-wrapper-2 {
    margin-right: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .back-wrapper-2.extra {
    width: auto;
  }

  .div-block-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-3 {
    width: auto;
    margin-right: 0px;
  }

  .articles-content-2 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .articles-content-2.flex.hori {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tablet {
    display: none;
  }

  .v-mobile {
    display: block;
  }

  .mobile {
    display: none;
  }

  .slide2._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/unnamed-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/unnamed-1.jpg');
    background-position: 0px 0px, 88% 50%;
    background-size: auto, cover;
  }

  .slide2._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide2._2-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide2-copy._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/unnamed-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/unnamed-1.jpg');
    background-position: 0px 0px, 88% 50%;
    background-size: auto, cover;
  }

  .slide2-copy._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide2-copy._2-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .youtube-holder {
    margin-bottom: 40px;
  }

  .youtube-wrapper {
    padding-bottom: 80px;
  }

  .youtube-wrapper.padding-bottom {
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .h1.auto {
    margin-top: 0px;
    font-size: 40px;
    line-height: 45px;
  }

  .h1.auto.middle {
    margin-bottom: 0px;
  }

  .h1.white {
    margin-top: 0px;
  }

  .h1.middle.max-width {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .h1.middle.max-width.bottom-padding {
    margin-bottom: 16px;
  }

  .h4 {
    height: auto;
  }

  .p1 {
    text-align: left;
  }

  .p1.p1-max {
    text-align: left;
  }

  .p1.p2-max {
    text-align: left;
  }

  .p2.middle.max-width {
    max-width: none;
    margin-bottom: 0px;
  }

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

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

  .navigation-wrap {
    position: fixed;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section {
    padding-top: 0px;
  }

  .section.hero-height {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 64% 50%;
    background-size: auto, cover;
  }

  .section.yellow.banner.flex {
    padding-top: 0px;
  }

  .button-standard {
    line-height: 20px;
    text-align: center;
  }

  .column {
    width: 280px;
    margin-bottom: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .community-growth-wrapper {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .community-grwoth-grid {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .com-card {
    overflow: visible;
  }

  .h2 {
    margin-bottom: 0px;
  }

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

  .h2.left.padding {
    margin-bottom: 18px;
  }

  .h2.bottom-padding {
    margin-bottom: 20px;
  }

  .partners-wrapper {
    padding-top: 60px;
    padding-bottom: 9px;
  }

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

  .title-wrap.padding {
    padding-top: 0px;
  }

  .title-wrap.less-pading {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-wrap.no-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-card-wrap2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .service-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .card_base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-6 {
    width: 60%;
  }

  .icon_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h4-service {
    text-align: center;
  }

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

  .content-wrap {
    padding-top: 0px;
  }

  .video-grid {
    grid-row-gap: 20px;
  }

  .stories-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper.padding-bottom {
    padding-top: 26px;
  }

  .members-l-grid {
    overflow: visible;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .members-l-wrapper {
    padding-top: 0px;
    padding-bottom: 29px;
  }

  .column-members {
    overflow: hidden;
    width: auto;
    padding: 15px;
  }

  .latest-articles {
    grid-row-gap: 40px;
  }

  .latest-articles-main-wrapper {
    padding-top: 0px;
  }

  .articles-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .articles-card {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .articles-content-wrap {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .articles-content.flex.hori {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .members-card {
    margin-bottom: 0px;
    padding: 10px 10px 0px;
  }

  .articles-thumb {
    width: auto;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-field {
    margin-right: 0px;
  }

  .submit-button {
    width: 100%;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .whatsapp-float-wrapper {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
  }

  .image-4 {
    width: 60%;
  }

  .title-header-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .service-ori-wrapper {
    padding-top: 40px;
  }

  .service-ori-main-wrapper {
    padding-bottom: 0px;
  }

  .service-ori-main-grid {
    margin-bottom: 70px;
  }

  .service-ori-vector {
    margin-bottom: 40px;
  }

  .team-main-wrapper {
    padding-top: 80px;
  }

  .director-main-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .com-ori-benefit-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .com-ori-main-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .benefit-main-wrapper {
    padding-top: 0px;
  }

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

  .benefit-card {
    height: auto;
    padding-bottom: 30px;
  }

  .profile-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .arrow-left-2 {
    bottom: -71%;
  }

  .slide-wrap-2 {
    padding: 38px;
  }

  .arrow-right-2 {
    bottom: -71%;
  }

  .ecom-logo-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ecom-main-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .crossover-image {
    width: 9%;
    margin-bottom: 40px;
  }

  .dropee-image {
    width: 60%;
    margin-bottom: 0px;
  }

  .fbc-logo {
    width: 60%;
    margin-bottom: 40px;
  }

  .ecom-intro-main {
    padding-top: 80px;
  }

  .contact-info-wrapper {
    padding: 40px 5%;
  }

  .back-wrapper {
    margin-right: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .back-wrapper.extra {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block {
    grid-column-gap: 30px;
  }

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

  .div-block-3 {
    padding: 50px 5% 20px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-section {
    padding-top: 80px;
  }

  .login-container {
    min-width: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 3%;
  }

  .video-main {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .stories-grid {
    grid-row-gap: 20px;
  }

  .coming-soon-section {
    padding-top: 0px;
  }

  .coming-soon-section.hero-height {
    background-image: url('../images/l-banner.jpg');
    background-position: 64% 50%;
    background-size: cover;
  }

  .coming-soon-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .collection-list-wrapper {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .events-cards {
    padding-right: 37px;
    padding-left: 37px;
  }

  .events-box-inner {
    height: 800px;
  }

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

  .event-image {
    width: 100%;
  }

  .com-column {
    width: auto;
    margin-bottom: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .div-block-4 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999999;
    background-color: #fff;
  }

  .lightbox {
    position: relative;
    z-index: 9999999;
  }

  .lightbox-link {
    width: auto;
  }

  .image-8 {
    display: block;
    width: auto;
  }

  .slide-1 {
    padding-right: 15px;
    padding-left: 21px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .back-wrapper-2 {
    margin-right: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .back-wrapper-2.extra {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .article-title-2 {
    margin-bottom: 47px;
  }

  .column-3 {
    width: auto;
    margin-bottom: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .articles-content-2.flex.hori {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .v-mobile {
    display: none;
  }

  .mobile {
    display: block;
  }

  .slide2 {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 21px;
  }

  .slide2-copy {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 21px;
  }

  .youtube-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .youtube-wrapper.padding-bottom {
    padding-top: 26px;
  }
}

#w-node-b83d8712-22aa-b2ac-b204-dcf464cc34f3-ab86db85 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b83d8712-22aa-b2ac-b204-dcf464cc3512-ab86db85 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c7968607-5524-0f59-305b-34697bcf08ed-ab86db85 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5ad16c66-47af-c573-30b9-1145feaa202f-bcdcf2db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5ad16c66-47af-c573-30b9-1145feaa2034-bcdcf2db {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_411bb78e-c322-9a15-c076-84ad24bfbebe-bcdcf2db {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_411bb78e-c322-9a15-c076-84ad24bfbec0-bcdcf2db {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_59b4a44f-33d5-e290-74d2-428d26bc6c48-bcdcf2db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_59b4a44f-33d5-e290-74d2-428d26bc6c4f-bcdcf2db {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_76e25d6d-8d55-6a83-47f3-046c8f1cf430-bb984cf4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_76e25d6d-8d55-6a83-47f3-046c8f1cf435-bb984cf4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

@media screen and (max-width: 991px) {
  #w-node-_11e45252-6089-fead-3057-2b72c92626ce-bcdcf2db {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_33818527-b580-6ac1-a655-db00dcb8cde7-bcdcf2db {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_10414d57-053b-5f10-bd18-34818358a859-bcdcf2db {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_5ad16c66-47af-c573-30b9-1145feaa202f-bcdcf2db {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_411bb78e-c322-9a15-c076-84ad24bfbebe-bcdcf2db {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_59b4a44f-33d5-e290-74d2-428d26bc6c4f-bcdcf2db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76e25d6d-8d55-6a83-47f3-046c8f1cf41d-bb984cf4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_76e25d6d-8d55-6a83-47f3-046c8f1cf422-bb984cf4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_76e25d6d-8d55-6a83-47f3-046c8f1cf427-bb984cf4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_76e25d6d-8d55-6a83-47f3-046c8f1cf42c-bb984cf4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_76e25d6d-8d55-6a83-47f3-046c8f1cf430-bb984cf4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_76e25d6d-8d55-6a83-47f3-046c8f1cf435-bb984cf4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b83d8712-22aa-b2ac-b204-dcf464cc34f3-ab86db85 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_7c613e93-9766-8a02-58da-bbfa0fbfb4ce-ab86db85 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-def67df0-ebf8-1d6b-9483-f1c0e7b10cc3-5b8a2d51 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}