:root {
  --dark-slate-grey: olivedrab;
  --goldenrod: #f7c35f;
  --forest-green: #009419;
  --dark-olive-green: #406743;
  --dark-slate-grey-2: #253e28;
  --green: #e9f5db;
  --green-002: #61881c;
  --waves-library-dark-elevation: #ede0d8;
  --waves-library-dark-2: #d5c4ba;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.navigation {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper._100 {
  color: var(--dark-slate-grey);
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper._100.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.brix---btn-primary-small {
  border: 2px solid var(--goldenrod);
  color: #fff;
  text-align: center;
  background-color: #f7c35f00;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: 16px 60px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
}

.brix---btn-primary-small:hover {
  background-color: var(--goldenrod);
  color: var(--dark-slate-grey);
  font-weight: 400;
}

.brix---btn-primary-small:active {
  font-weight: 500;
}

.brix---btn-primary-small.hide {
  display: none;
}

.brix---header-wrapper {
  z-index: 1;
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 40px -14px #00000040;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.brix---header-nav-list-item:hover {
  color: var(--goldenrod);
}

.brix---header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.brix---header-logo {
  border-radius: 50px;
  width: 70px;
  max-width: none;
}

.brix---header-nav-link {
  color: var(--dark-slate-grey);
  padding: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover, .brix---header-nav-link:focus {
  color: var(--goldenrod);
}

.brix---header-nav-link.w--current {
  color: var(--goldenrod);
  text-decoration: none;
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
  display: block;
}

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

.hero {
  object-fit: cover;
  background-image: linear-gradient(#0000008a, #0000008a);
  background-position: 0 0;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.about {
  background-color: var(--dark-slate-grey);
  height: auto;
  transition: opacity .2s;
}

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

.text-content.width-60 {
  width: 80%;
}

.text-content.width-60.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-banner-heading {
  color: var(--goldenrod);
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.text-span {
  color: #fff;
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
}

.banner-para {
  color: #fff;
  font-family: Comfortaa, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.brix---btn-primary-small-copy {
  border: 2px solid var(--goldenrod);
  background-color: var(--goldenrod);
  color: var(--dark-olive-green);
  text-align: center;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: 16px 60px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: inline-block;
}

.brix---btn-primary-small-copy:hover {
  color: var(--dark-slate-grey);
  background-color: #e2a837;
}

.brix---btn-primary-small-copy.w--current {
  color: var(--dark-slate-grey-2);
}

.image-box {
  position: relative;
}

.img-box {
  z-index: 2;
  background-image: url('../images/IMG-20230914-WA0069.jpg');
  background-position: 35%;
  background-size: cover;
  border-radius: 10px;
  width: 90%;
  height: 100%;
  position: relative;
}

.about-text-box.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-heading {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-heading.color-green {
  color: var(--dark-slate-grey);
}

.sub-heading {
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.sub-heading.color-y {
  color: var(--goldenrod);
  font-size: 20px;
  font-weight: 300;
}

.sub-heading.color-y.color-green {
  color: var(--green-002);
  font-weight: 500;
}

.sub-heading.color-white {
  color: #fff;
}

.sub-heading.color-white.hide {
  display: none;
}

.sub-heading.color-white.color-333 {
  color: #333;
  font-family: Comfortaa, sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.sub-heading.color-white.color-333.color--white {
  color: #fff;
}

.sub-heading.color-white.color-333.color--white.center {
  text-align: center;
  font-family: Comfortaa, sans-serif;
  font-weight: 400;
}

.sub-heading.color-white.color-333.center {
  text-align: center;
}

.para-1 {
  color: #fff;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.para-1.color-g {
  color: var(--dark-slate-grey);
  font-weight: 400;
}

.para-1.color-g.stats-text {
  text-align: center;
  font-weight: 700;
}

.para-1.width-80 {
  width: 80%;
}

.para-1.color-333 {
  color: #333;
  line-height: 30px;
}

.heading-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.abs-design {
  z-index: 1;
  background-color: var(--goldenrod);
  border-radius: 10px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 6% -5% auto;
}

.companies {
  background-color: var(--green);
  height: auto;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rig-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 10px;
  display: flex;
}

.tab-link {
  color: #fff;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  margin-bottom: 0;
  padding: 10px;
  font-size: 24px;
  line-height: 24px;
}

.tab-link.w--current {
  border-bottom-color: var(--goldenrod);
  background-color: var(--goldenrod);
  color: var(--dark-slate-grey);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tabs-content {
  border-left: 1px solid #000;
  padding-left: 60px;
}

.bottom-info {
  z-index: 2;
  color: #ffffff4d;
  border-top: 1px solid #0000004d;
  margin-right: 20px;
  padding-top: 24px;
  position: relative;
}

.bottom-info.hide {
  display: none;
}

.tab-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tab-pane {
  height: 100%;
}

.companies-name {
  color: var(--goldenrod);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.companies-name.color-green {
  color: var(--dark-slate-grey);
  font-family: Lexend Deca, sans-serif;
}

.paragraph {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph.color-333 {
  color: #333;
}

.team {
  background-color: var(--dark-olive-green);
  background-image: linear-gradient(#355238ad, #355238ad), url('../images/85eb06_167b26529db64a649501f0f58cdc1fab~mv2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.team-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-text-box {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-img {
  opacity: 1;
  background-color: #0000;
  border-radius: 8px;
  width: 250px;
}

.team-card {
  grid-row-gap: 24px;
  color: #fff;
  text-align: center;
  background-color: #efefef;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.team-card.hide {
  display: none;
}

.team-grid {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.section-heading-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading-box.align-left {
  align-items: flex-start;
}

.story {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(#406743f0, #406743f0), url('../images/Untitled-design.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.centre_step {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 80px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.image-5 {
  border-radius: 10px;
}

.line-h {
  background-color: var(--goldenrod);
  opacity: .2;
  width: 80%;
  height: 1px;
  margin: 60px auto 60px 140px;
}

.process {
  opacity: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.process_image_wrap {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 10px;
  display: none;
  position: relative;
}

.process_card {
  z-index: 7;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.process_line {
  z-index: 1;
  opacity: .28;
  background-color: #ffffff91;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 2px;
  height: 87%;
  position: absolute;
  inset: 5% auto 0% 53px;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: var(--green-002);
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #f7c35f00;
}

.heading-style-h2-3 {
  color: var(--goldenrod);
  letter-spacing: -1px;
  font-family: Lexend Deca, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.contact {
  background-color: #fff;
}

.brix---btn-primary-2 {
  background-color: var(--goldenrod);
  color: var(--dark-slate-grey-2);
  text-align: center;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  padding: 18px 24px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 3px 5px 20px -8px #a7600a;
}

.brix---btn-primary-2:hover {
  box-shadow: none;
  color: #7b481a;
  background-color: #e2a837;
}

.brix---input-2 {
  background-color: var(--green);
  color: #000;
  border: .5px solid #0094191f;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input-2:hover {
  border-color: #3b599938;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input-2:focus {
  color: var(--green-002);
  border-color: #f0b128;
  font-family: Poppins, sans-serif;
}

.brix---input-2::placeholder {
  color: #636362;
  background-color: #0000;
  font-family: Comfortaa, sans-serif;
  font-size: 15px;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.uui-contact03_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 109px;
}

.uui-contact03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.uui-padding-vertical-xhuge {
  padding: 0;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-2250 {
  width: 100%;
}

.brix---input-2-copy {
  background-color: var(--green);
  color: #000;
  border: .5px solid #0094191f;
  border-radius: 10px;
  min-height: 120px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input-2-copy:hover {
  border-color: #3b599938;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input-2-copy:focus {
  color: var(--dark-slate-grey);
  border-color: #f0b128;
  font-family: Poppins, sans-serif;
}

.brix---input-2-copy::placeholder {
  color: #636362;
  background-color: #0000;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.map-view {
  width: auto;
  max-width: 100%;
  height: 400px;
  max-height: none;
  display: block;
}

.contact-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-links:hover {
  color: var(--goldenrod);
}

.icon {
  background-color: var(--goldenrod);
  border-radius: 5px;
  width: 40px;
  padding: 5px;
  display: inline-block;
}

.text-block-33 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.text-block-33.color-green {
  color: var(--dark-slate-grey);
}

.sub-heading-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-link-4 {
  background-color: var(--dark-slate-grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px;
  transition: background-color .4s;
  display: flex;
}

.social-link-4:hover {
  background-color: var(--dark-slate-grey-2);
}

.social-link-4.hide {
  display: none;
}

.play-store-icon-3 {
  width: 150px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.apple-icon-5 {
  width: 150px;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}

.setu-network-link {
  text-decoration: none;
}

.heading-65-copy {
  color: #055777;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.global-footer {
  padding-top: 60px;
  padding-bottom: 0;
}

.global-footer.phone-clmm-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.text-block-17 {
  color: #fff;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-17.color-333 {
  color: #333;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.bottom-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.inner-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.short-about-2 {
  color: #000;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.short-about-2.text-width-80 {
  color: #fff;
  width: 80%;
  font-size: 18px;
  line-height: 25px;
}

.short-about-2.text-width-80.color-333 {
  color: #333;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.footer-title-5 {
  color: var(--green-002);
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.footer-nav-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-nav-link:hover {
  color: var(--goldenrod);
  text-decoration: none;
}

.footer-nav-link.w--current {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.footer-nav-link.color-333 {
  color: #333;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
}

.social-icon-3 {
  background-image: none;
  width: auto;
}

.footer-divider-copy {
  display: none;
}

.text-block-34 {
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.text-block-34:hover {
  color: var(--goldenrod);
  text-decoration: none;
}

.text-block-34.color-333 {
  color: #333;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.container-3 {
  width: 100%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.links-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._2nd-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.setu-verified {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--green);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 51px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.setu-verified.hide {
  display: none;
}

.info-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.info-card.f-align-right {
  align-items: flex-end;
}

.secondary-link-5 {
  color: #fff;
  text-transform: none;
  max-height: 100%;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.secondary-link-5:hover {
  color: #eda23f;
}

.secondary-link-5.middle {
  color: #fff;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.secondary-link-5.middle:hover {
  color: var(--goldenrod);
  text-decoration: none;
}

.secondary-link-5.middle.color-333 {
  color: #333;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-4 {
  color: var(--dark-slate-grey);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.footer-social-logo {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-2251 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.brix---cta-v3-floating-item-5 {
  z-index: 0;
  position: absolute;
  inset: auto 0% -10% auto;
}

.wrapper-4 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-section-2 {
  background-color: var(--dark-olive-green);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.brix---z-index-2 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-v3-floating-item-3 {
  position: absolute;
  inset: -5% auto auto -2%;
}

.grid-4 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.number {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-67 {
  color: #7b481a;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.cate-name {
  color: #7b481a;
  font-weight: 500;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.stats {
  background-color: #fff;
}

.stats-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 60px;
  display: grid;
}

.stats-card {
  background-color: var(--green);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.hero-banner-heading-copy {
  color: var(--dark-slate-grey);
  -webkit-text-stroke-color: var(--dark-slate-grey);
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-2252 {
  background-color: #0094193d;
  width: 100%;
  height: .5px;
}

.up-arrow-box {
  z-index: 1000000;
  background-color: var(--goldenrod);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 2% -9% auto;
}

.up-arrow-box:hover {
  background-color: #d3a243;
  transform: scale(1.2);
}

.up-arrow {
  width: auto;
}

.background-video {
  color: #fff0;
  background-color: #e01d1d00;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-video.bkack-overlay {
  background-color: #38383800;
}

.media {
  background-color: var(--green);
  display: none;
}

.grid-ev-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.vistis-images {
  background-image: none;
  border-radius: 12px;
}

.event-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #a5a5a51f;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.event-card-heading {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.event-card-heading-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-card-sub-heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.link-meadia-icon {
  width: 50px;
  height: 50px;
}

.media-link-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.vcf-d {
  color: #333;
  border-radius: 100vh;
  text-decoration: none;
  box-shadow: 3px 6px 10px -6px #0003;
}

.company-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-logo-box {
  background-color: #fcfcfc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: -75px;
  box-shadow: 1px -4px 30px -3px #0003;
}

.card-banner-img-box {
  background-image: url('../images/IMG-20230914-WA0074.jpg');
  background-position: 50% 30%;
  background-size: 800px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.link-block-5 {
  color: #333;
  background-color: #fcfcfc;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  box-shadow: 0 5px 20px -8px #0003;
}

.heading-65 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.card-space {
  height: 75px;
}

.card-logo {
  width: auto;
}

.card-main-div {
  background-color: #fcfcfc;
  border-radius: 10px;
  flex-flow: column;
  width: 478px;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.link-main-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.svg {
  width: 20px;
}

.card-main-head {
  color: var(--forest-green);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
}

.full-screen-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20230914-WA0013.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.divider-line {
  background-color: var(--goldenrod);
  width: 90%;
  height: .5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.vcf-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6d2d8;
  border-radius: 100vh;
  padding: 10px 20px;
  display: flex;
}

.save-contact-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.save-contact-link-wrapper.hide {
  display: none;
}

.body-2 {
  font-family: Comfortaa, sans-serif;
}

.heading-68 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-3 {
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

@media screen and (min-width: 1280px) {
  .social-icon-3 {
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  .play-store-icon-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .apple-icon-5 {
    margin-bottom: 0;
  }

  .inner-box {
    text-align: right;
    align-self: flex-start;
  }

  .footer-social-logo {
    padding-right: 0;
  }

  .brix---z-index-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .number {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .tabs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rig-grid {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    border-bottom: 1px solid #ffffff4d;
    flex-direction: row;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .tab-link {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .tabs-content {
    border-left-style: none;
    padding-top: 30px;
    padding-left: 0;
  }

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

  .team-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .centre_block {
    width: 150px;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .process_line {
    left: 60px;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
  }

  .process_details {
    padding: 10px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-block-17 {
    text-align: left;
  }

  .inner-box {
    flex-direction: column;
    display: block;
  }

  .short-about-2 {
    text-align: left;
  }

  .secondary-link-5.middle {
    margin-left: 0;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
  }

  .footer-social-logo {
    text-align: left;
    justify-content: center;
  }

  .brix---cta-v3-floating-item-5 {
    width: 30%;
    max-width: 50%;
    bottom: -12%;
    right: -3%;
  }

  .brix---cta-section-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---cta-v3-floating-item-3 {
    width: 29%;
  }

  .stats-card {
    justify-content: flex-start;
  }

  .hero-banner-heading-copy {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---btn-primary-small-copy {
    padding: 20px 32px;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

  .centre_block {
    width: 55px;
  }

  .process_image_wrap {
    display: none;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .process_line {
    inset: 0% auto 0% 25px;
  }

  .heading-style-h2-3 {
    font-size: 1.8rem;
  }

  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---input-2-copy {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .short-about-2 {
    max-width: 100%;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }

  .brix---cta-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .stats-box {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .wrapper._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---hamburger-menu-wrapper {
    color: #7ac358;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .brix---header-logo {
    max-width: 100px;
  }

  .brix---header-nav-link {
    color: #fff;
  }

  .brix---hamburger-menu-bar-top {
    background-color: var(--goldenrod);
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: var(--forest-green);
  }

  .brix---header-menu-wrapper {
    border-top-width: .5px;
    border-top-color: var(--goldenrod);
    background-color: var(--dark-slate-grey);
    border-bottom-width: 0;
  }

  .hero {
    height: 90vh;
  }

  .about {
    height: auto;
  }

  .about-grid {
    display: flex;
  }

  .text-content.width-60.gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .hero-banner-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .banner-para {
    font-size: 20px;
  }

  .brix---btn-primary-small-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .image-box {
    display: none;
  }

  .section-heading, .sub-heading.color-white.color-333.color--white.center {
    text-align: left;
  }

  .para-1.width-80 {
    width: 100%;
  }

  .companies {
    height: auto;
  }

  .tabs {
    flex-direction: column;
    grid-template-rows: auto auto;
    display: block;
  }

  .rig-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-color: #0000004d;
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tab-link {
    margin-bottom: 16px;
    margin-right: 30px;
  }

  .tabs-content {
    padding-top: 0;
  }

  .team {
    height: auto;
  }

  .team-card {
    padding: 16px;
  }

  .team-grid {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .section-heading-box {
    align-items: flex-start;
  }

  .line-h {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  .process_card {
    flex-direction: row;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .process_line {
    height: 85%;
  }

  .heading-style-h2-3 {
    font-size: 1.5rem;
  }

  .process_details {
    padding: 15px 10px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-2 {
    width: 100%;
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2:focus {
    border-color: #f0b128;
  }

  .brix---input-2::placeholder {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .uui-contact03_content {
    position: static;
  }

  .uui-contact03_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-2250 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brix---input-2-copy {
    width: 100%;
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2-copy:focus {
    border-color: #f0b128;
  }

  .brix---input-2-copy::placeholder {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .social-link-4 {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .play-store-icon-3 {
    height: 50px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .apple-icon-5 {
    width: 150px;
    max-width: none;
    height: 50px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .global-footer.phone-clmm-gap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: flex;
  }

  .text-block-17 {
    text-align: left;
  }

  .bottom-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .inner-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .short-about-2 {
    text-align: left;
    display: block;
  }

  .footer-title-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-nav-link {
    text-align: left;
  }

  .footer-divider-copy {
    background-color: #0557776b;
    width: 100%;
    height: .5px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-34 {
    color: #fff;
    font-weight: 500;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  ._2nd-box, .info-card {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .info-card.f-align-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .secondary-link-5 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
  }

  .secondary-link-5.middle {
    text-align: left;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  ._1st-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .heading-4 {
    font-size: 16px;
  }

  .footer-social-logo {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-2251 {
    width: 100%;
  }

  .brix---cta-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .heading-67 {
    font-size: 2rem;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-box {
    grid-template-columns: 1fr;
  }

  .stats-card {
    background-color: var(--green);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }

  .hero-banner-heading-copy {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .up-arrow-box {
    right: 5%;
  }

  .background-video {
    align-items: center;
    height: 60vh;
  }

  .background-video.bkack-overlay {
    height: 60vh;
  }

  .grid-ev-section {
    grid-template-columns: 1fr 1fr;
  }

  .card-main-div {
    border-radius: 0;
    width: 100%;
  }

  .full-screen-wrapper {
    padding: 0;
  }
}

#w-node-_616f779a-8907-c3e3-8c8c-5c25cdc1c374-1cb57052, #w-node-f170a396-70b5-37bb-da16-4bc38d697415-1cb57052, #w-node-e6a8ca7b-484f-47b0-87ac-30e6f6727fda-1cb57052, #w-node-e6a8ca7b-484f-47b0-87ac-30e6f6727fdf-1cb57052, #w-node-e6a8ca7b-484f-47b0-87ac-30e6f6727fe4-1cb57052, #w-node-e6a8ca7b-484f-47b0-87ac-30e6f6727fe9-1cb57052, #w-node-_23d1695e-d337-01d8-cb0f-0811eea81881-1cb57052, #w-node-_33e931ed-5e06-df76-f749-192e154e0004-1cb57052, #w-node-_878109e2-a2ce-b712-35e2-04536ea7510b-1cb57052, #w-node-e1b23471-d75d-48df-0a56-0910d513722e-1cb57052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf9812f8-e0cf-ce8d-a4e6-19f364a793ea-1cb57052 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-bf9812f8-e0cf-ce8d-a4e6-19f364a793eb-1cb57052 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bf9812f8-e0cf-ce8d-a4e6-19f364a793f8-1cb57052 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf9812f8-e0cf-ce8d-a4e6-19f364a794b9-1cb57052 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_5b0ca62c-0fe3-daa6-e23e-af2407582cb5-1cb57052, #w-node-cf111736-f42a-c4c6-e0ef-b182fd39ad40-1cb57052, #w-node-df956d0c-926e-f5df-da1d-51d51fa20e19-1cb57052, #w-node-b31d0504-fcc7-4255-d2ba-8e9375ba0843-1cb57052, #w-node-b834c5ca-d2d5-9ec4-4b34-20be5073af1f-1cb57052, #w-node-_3890af65-45ff-24e3-9720-53cc1a79d0da-1cb57052, #w-node-a1c4659b-c25a-308d-bf26-893f2c563e6e-1cb57052, #w-node-d3562120-d570-8dd8-dc88-05609d84c2bc-1cb57052, #w-node-_2820a1c2-66bb-92db-875b-e4434431616a-1cb57052, #w-node-_8daa7008-7bd1-2e97-d12b-7bf6e2baa819-1cb57052, #w-node-_459bc12d-d25d-b02f-31dd-002ef7900de0-1cb57052, #w-node-abcbcd24-bf41-fd12-b2df-51dcc570339c-1cb57052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd0b291-ff22-58e6-fd45-7866a5cdfe1a-1cb57052, #w-node-fd2ceb08-d1ba-7e1b-e551-3e2192b786f3-1cb57052, #w-node-_7acac9b2-d823-2192-356d-44d075b522ee-1cb57052, #w-node-ca57ec1b-0699-b1cc-a979-4e7684729940-1cb57052, #w-node-_0b684c5e-66b5-ce6a-7d3d-1513fae2bdcf-1cb57052 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_804eb83d-ae5c-3100-0140-069916e8d3bb-1cb57052 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_64046680-ecfb-f2ec-703c-20c4685c83c1-1cb57052, #w-node-_64046680-ecfb-f2ec-703c-20c4685c83da-1cb57052, #w-node-_64046680-ecfb-f2ec-703c-20c4685c83e7-1cb57052, #w-node-_64046680-ecfb-f2ec-703c-20c4685c83f4-1cb57052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64046680-ecfb-f2ec-703c-20c4685c8402-1cb57052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_64046680-ecfb-f2ec-703c-20c4685c8404-1cb57052 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-bf9812f8-e0cf-ce8d-a4e6-19f364a793ea-1cb57052 {
    grid-column-end: 2;
  }

  #w-node-bf9812f8-e0cf-ce8d-a4e6-19f364a793f8-1cb57052 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf9812f8-e0cf-ce8d-a4e6-19f364a794b9-1cb57052 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0b684c5e-66b5-ce6a-7d3d-1513fae2bdcf-1cb57052 {
    place-self: center;
  }

  #w-node-_64046680-ecfb-f2ec-703c-20c4685c8402-1cb57052 {
    justify-self: center;
  }
}


