@font-face {
  font-family: Avenir Dccae;
  src: url('../fonts/avenir_DCcaE.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Cdnfonts;
  src: url('../fonts/avenir-cdnfonts.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.navbar-logo-left {
  z-index: 1100;
  height: 95px;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 0 5rem;
  box-shadow: 0 2px 5px #0003;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #52ba3f;
  border: 1px solid #52ba3f;
  padding: 12px 25px;
  font-family: Vollkorn, serif;
  font-size: 12px;
  line-height: 20px;
  transition: all 20ms;
}

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

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

.button-primary._2 {
  border: 1px solid #52ba3f;
  margin-bottom: 50px;
  font-family: Vollkorn, serif;
  transition-duration: 20ms;
}

.image {
  width: 200px;
}

.hero {
  background-image: linear-gradient(#0006, #000c), url('../images/Bold-Warrior_287.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom-right-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 700px;
  margin-top: -95px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-us {
  background-color: #fff;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading {
  color: #000;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-2 {
  color: #000;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.list-item {
  padding-right: 20px;
}

.section-3 {
  background-color: #fafafa;
  margin-bottom: 100px;
  padding: 100px 5rem 0;
  overflow: clip;
}

.slider {
  background-color: #fafafa;
  max-width: none;
  height: 500px;
  max-height: none;
}

.cell, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.pictures {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

.container-3 {
  background-color: #fff;
  border-radius: 30px;
  width: 400px;
  max-width: none;
  padding: 60px 40px;
  position: absolute;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.paragraph, .paragraph-2, .paragraph-3 {
  text-align: center;
}

.divyellow {
  text-align: center;
  border-radius: 20px;
  width: 250px;
  margin-bottom: 50px;
  padding: 30px;
}

.divgreen {
  text-align: center;
  border-radius: 20px;
  width: 250px;
  padding: 30px;
}

.div-block {
  background-color: #535353;
  width: 120px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-4 {
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
}

.paragraph-5 {
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
}

.h2 {
  margin-bottom: 0;
  font-family: Avenir Dccae, Arial, sans-serif;
}

.p2 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Vollkorn, serif;
  font-size: 17px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  padding: 0;
}

.div-full-page {
  text-align: center;
  background-color: #fafafa;
  width: 100%;
  height: 350px;
  overflow: clip;
}

.div-full-page.white {
  background-color: #fff;
  height: 380px;
  overflow: clip;
}

.div-full-page.space {
  height: 380px;
}

.image-2 {
  width: 100%;
}

.image-3 {
  object-position: 50% 50%;
  width: 100%;
}

.image-4 {
  width: 100%;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-6 Area-3"
                 "Area-4 Area-5 Area-8"
                 "Area-7 Area-5 Area-9"
                 / 1fr 1fr 1fr;
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
}

.heading-4 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.h4 {
  text-align: center;
  margin: 0 5rem 40px;
  font-family: Avenir Dccae, Arial, sans-serif;
}

.body {
  background-color: #fff;
}

.mask {
  width: 100%;
  height: 100%;
}

.hero-without-image {
  background-color: #eee;
  padding: 100px 30px;
  position: relative;
}

.container-4 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.hero-wrapper-two {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.div-block-2 {
  background-color: #52ba3f;
  width: 150px;
  height: 2px;
  margin-bottom: 50px;
}

.div-block-2._2 {
  margin-bottom: 0;
}

.footer-dark {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #e4ebf3;
  padding-top: 50px;
  padding-bottom: 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Vollkorn, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 16px;
}

.image-5 {
  width: 250px;
}

.button {
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-5, .heading-6 {
  color: #fff;
  font-family: Vollkorn, serif;
}

.container-5 {
  text-align: center;
  margin-top: 80px;
}

.button-2 {
  background-color: #52ba3f;
  border-radius: 10px;
  margin-right: 30px;
  padding: 12px 20px;
  font-family: Vollkorn, serif;
  font-size: 16px;
}

.div-block-3 {
  margin-top: 30px;
}

.button-3 {
  background-color: #52ba3f;
  border-radius: 10px;
  padding: 12px 20px;
  font-family: Vollkorn, serif;
  font-size: 16px;
}

.image-6 {
  width: 220px;
  margin-bottom: 20px;
}

.heading-7 {
  color: #52ba3f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.heading-8 {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 27px;
}

.cell-8 {
  justify-content: center;
  align-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-6 {
  text-align: left;
  margin-top: 0;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-weight: 400;
}

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

.image-7 {
  max-height: 550px;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.div-block-4 {
  background-color: #4e4e4e;
  width: 50px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.h9 {
  color: #424242;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Vollkorn, serif;
  font-size: 27px;
}

.heading-10 {
  font-family: Vollkorn, serif;
  font-size: 27px;
}

.paragraph-7 {
  font-family: Vollkorn, serif;
}

.paragraph-8 {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Vollkorn, serif;
}

.h8 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-weight: 700;
}

.div-block-5 {
  text-align: center;
  background-color: #fff;
  border-bottom: 4px solid #f1be4b;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 25px #0003;
}

.image-8 {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.ourwork {
  background-image: url('../images/Frame-1.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 20rem;
  padding-top: 50px;
  padding-bottom: 50px;
}

.h5 {
  color: #52ba3f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.features-metrics {
  padding: 70px 30px 50px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.heading-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.logos-title-large {
  padding: 100px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  margin-top: 0;
  font-family: Vollkorn, serif;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  width: 200px;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  font-family: Vollkorn, serif;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.formfield {
  margin-bottom: 20px;
}

.formname, .paragraph-9, .heading-13 {
  font-family: Vollkorn, serif;
}

.container-7 {
  background-color: #fff;
  border: 2px solid #cacaca;
  border-radius: 20px;
  max-width: 560px;
  padding: 40px;
  box-shadow: 0 2px 15px #0003;
}

.container-8 {
  text-align: center;
  background-image: linear-gradient(#00000073, #00000073), url('../images/Bold-Warrior_194.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: 500px;
  display: flex;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

  .clients-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

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

  .container-4, .container-6 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_7d733eaa-6df1-ffdd-b23b-cffd4190b876-ec714d0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_06a366b0-a12d-aab7-a417-c8bf22baa7cc-ec714d0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_163e5221-6d60-c6ff-ee6e-3b038fb7c958-8fb7c951, #w-node-_163e5221-6d60-c6ff-ee6e-3b038fb7c961-8fb7c951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee8387cc-1f51-787c-2e07-6289fb875db8-3d30a09f {
  grid-area: Area;
}

#w-node-ee8387cc-1f51-787c-2e07-6289fb875db9-3d30a09f {
  grid-area: Area-4;
}

#w-node-ee8387cc-1f51-787c-2e07-6289fb875dba-3d30a09f {
  grid-area: Area-5;
}

#w-node-ee8387cc-1f51-787c-2e07-6289fb875dbb-3d30a09f {
  grid-area: Area-9;
}

#w-node-ee8387cc-1f51-787c-2e07-6289fb875dbc-3d30a09f {
  grid-area: Area-7;
}

#w-node-ee8387cc-1f51-787c-2e07-6289fb875dbd-3d30a09f {
  grid-area: Area-8;
}

#w-node-ee8387cc-1f51-787c-2e07-6289fb875dbe-3d30a09f {
  grid-area: Area-3;
}

#w-node-ee8387cc-1f51-787c-2e07-6289fb875dc0-3d30a09f {
  grid-area: Area-6;
}


@font-face {
  font-family: 'Avenir Dccae';
  src: url('../fonts/avenir_DCcaE.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Cdnfonts';
  src: url('../fonts/avenir-cdnfonts.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}