h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sailec Bold, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 95%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.container.nav {
  max-width: 1170px;
}

.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;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 18px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

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

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

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

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

.nav-link.no-border {
  border-right-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  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: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0fab60;
  border-radius: 6px;
  padding: 0 5px;
  font-family: Sailec Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.button-primary.cta {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 60px;
}

.navbar {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 20px;
}

.navbar.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar.tes {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.navbar.sticky {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.top-strip {
  background-color: #000;
}

.txt-wrap.strip {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.txt-wrap.banner {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-wrap.bg-h2 {
  background-image: url('../images/hdg-bodr.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.txt-wrap.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-wrap.gradient {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.txt-wrap.tittle-cta {
  background-image: url('../images/s5-hdbdr.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 40px;
}

.text-strip {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.txt-col-white {
  color: #fff;
}

.txt-col-orange {
  color: #ff5523;
}

.section {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.section.hero {
  background-image: url('../images/bnr-bgr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 40px;
}

.section.sect-1 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.sect-2 {
  background-color: #f2f7fb;
  padding-top: 65px;
  padding-bottom: 70px;
}

.section.sect-3 {
  background-color: #f2f7fb;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.sect-4 {
  background-image: url('../images/se5-bgr.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}

.flex {
  justify-content: flex-start;
  display: flex;
}

.flex.just-center.why {
  grid-column-gap: 30px;
}

.flex.steps {
  max-width: 1100px;
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.flex.cta {
  align-items: flex-end;
}

.flex.hero {
  align-items: center;
}

.flex.hero.mobile {
  display: none;
}

.img-wrap.banner {
  width: 100%;
  border-right: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.img-wrap.banner._1 {
  border-right-style: none;
}

.img-wrap.img-vid {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.img-wrap.mobile {
  display: none;
}

.img-wrap.display {
  align-items: flex-end;
  display: flex;
}

.img-wrap.hero {
  margin-left: -50px;
}

.div-block {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h1-hero {
  font-family: Sailec Bold, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 127%;
}

.txt-col-black {
  color: #272727;
}

.body-hero {
  letter-spacing: .5px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 147%;
}

.txt-col-black2 {
  color: #363636;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.flex-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #c8c8c8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.item-banner {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-1 {
  font-family: Sailec Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.line-text {
  width: 90px;
  height: 1px;
  background-color: #e0e0e0;
}

.body-2 {
  font-family: Sailec Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.txt-center {
  text-align: center;
}

.txt-center.mw-950 {
  max-width: 950px;
}

.txt-col-black3 {
  color: #191919;
}

.grid-feature {
  max-width: 1110px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feature-item {
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 30px 20px;
  display: flex;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, .1);
}

.title-feature {
  font-family: Sailec Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.capt-feature {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.txt-col-black4 {
  color: #494949;
}

.order-txt {
  max-width: 990px;
  font-family: Sailec Bold, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.btn-wrap.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-ways {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 10px;
  display: grid;
}

.ways-item {
  grid-row-gap: 20px;
  background-image: url('../images/s2-listbg1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 15px 55px;
  display: flex;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, .1);
}

.ways-item.second {
  background-image: url('../images/s2-listbg2.jpg');
}

.ways-item.third {
  background-image: url('../images/s2-listbg3.jpg');
}

.ways-item.fourth {
  background-image: url('../images/s2-listbg4.jpg');
}

.title-ways {
  font-family: Sailec Medium, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.just-center {
  justify-content: center;
  display: flex;
}

.why-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-why {
  color: #1c1c1c;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Sailec Bold, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

.mb-10 {
  margin-bottom: 10px;
}

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

.pros-item {
  max-width: 670px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-right: 0;
  display: flex;
}

.pros-title {
  color: #1e1e1e;
  text-align: center;
  font-family: Sailec Bold, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.capt-pros {
  color: #545454;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.steps-box {
  max-width: 310px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, .1);
}

.steps-inner {
  grid-row-gap: 20px;
  border: 1px solid #ff8b1c;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.title-steps {
  color: #1e1e1e;
  font-family: Sailec Medium, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.highlight-txt {
  color: #fff;
  font-family: Sailec Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.capt-steps {
  color: #1c1c1c;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.gradient-text {
  width: 100%;
  background-image: linear-gradient(to right, #ff3c05, #ff6d13 50%, #ff8b1c);
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.order-wrap {
  padding-top: 20px;
}

.list-service {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.title-service {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.capt-title {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.mb-20 {
  margin-bottom: 20px;
}

.review-box {
  max-width: 800px;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
}

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

.rating-left {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rate-number {
  color: #000;
  font-family: Sailec Bold, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.img-stars {
  max-height: 18px;
}

.average-rate {
  color: #9f9e9e;
  font-family: Sailec Regular Italic, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}

.rev-wrap {
  width: 201px;
}

.rev-block {
  height: 9px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.rev-bar {
  width: 0;
  height: 100%;
  background-color: #fab73c;
}

.rev-bar._89 {
  width: 89%;
}

.rev-bar._11 {
  width: 11%;
}

.flex-stars {
  grid-column-gap: 6px;
  color: #000;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Sailec Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.img-stars2 {
  max-height: 19px;
}

.rev-percent {
  max-width: 160px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.percenttile {
  color: #000;
  font-family: Sailec Bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.cust-rev {
  color: #656565;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.flex-rev {
  max-width: 1030px;
  grid-column-gap: 24px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.flex-rev.line {
  border-bottom: 1px dashed #b0b0b0;
}

.profile-cust {
  width: 46px;
  height: 46px;
  background-color: #d9beb6;
  border-radius: 300px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  height: 100%;
  color: #fffefe;
  font-family: Sailec Regular Italic, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 46px;
}

.body-rev {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 26px;
}

.capt-rev {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.bold-rev {
  font-family: Sailec Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.footer {
  border-top: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.link-wrap {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-link {
  color: #545454;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.link-divider {
  width: 1px;
  height: 22px;
  background-color: #545454;
  margin-left: 5px;
  margin-right: 5px;
}

.link-divider.nav {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.copy-wrap {
  color: #545454;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button-primary2 {
  color: #fff;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #0fab60;
  border-radius: 6px;
  padding: 0 10px;
  font-family: Sailec Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary2:hover {
  color: #fff;
  background-color: #2bca7e;
}

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

.button-primary2.cta {
  width: auto;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 60px;
}

.div-block-2 {
  width: 1px;
  height: 22px;
  background-color: #ddd;
}

.rate-aver {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.rate-mid {
  grid-column-gap: 20px;
  display: flex;
}

.btn-cta-box {
  display: none;
}

.btn-cta-box.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.simple-link {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #afafaf;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.simple-menu-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}

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

.simple-nav {
  background-color: rgba(255, 255, 255, 0);
}

.line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  top: 28px;
}

.simple-nav-link-holder {
  background-color: rgba(255, 255, 255, 0);
}

.line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  top: 38px;
}

.image-2 {
  max-width: 152px;
}

@media screen and (min-width: 1280px) {
  .container {
    width: 100%;
  }

  .section.hero {
    background-position: 50% 0;
  }

  .img-wrap.banner {
    padding-left: 54px;
    padding-right: 54px;
  }
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex.banner {
    justify-content: center;
  }

  .img-wrap.banner {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
  }

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

  .button-primary {
    font-size: 19px;
  }

  .button-primary.cta {
    font-size: 18px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .div-block {
    width: 50%;
  }

  .h1-hero.txt-col-black.mb-30 {
    font-size: 35px;
  }

  .body-hero {
    font-size: 18px;
  }

  .capt-feature {
    font-size: 16px;
    line-height: 24px;
  }

  .grid-ways.mb-30 {
    grid-template-columns: 1fr 1fr;
  }

  .ways-item {
    background-size: cover;
  }

  .button-primary2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }

  p {
    font-size: 16px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container.nav {
    width: 100%;
  }

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

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

  .nav-menu-two {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
  }

  .nav-link {
    padding: 17px 20px;
    font-size: 17px;
    display: inline-block;
  }

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

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

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

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    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;
  }

  .button-primary.cta {
    justify-content: center;
    font-size: 20px;
    display: flex;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .navbar {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar.sticky {
    top: 0;
  }

  .hero-heading-left, .team-slider, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .txt-wrap.bg-h2.mb-20 {
    margin-bottom: 0;
    padding-bottom: 35px;
  }

  .txt-wrap.center.mb-40 {
    margin-bottom: 0;
  }

  .txt-wrap.tittle-cta {
    text-align: center;
    background-image: url('../images/hdg-bodr.png');
    background-position: 50% 100%;
    margin-bottom: 20px;
  }

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

  .section.hero {
    background-color: #f2f7fb;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.hero.mb-30 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.sect-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.sect-2, .section.sect-3, .section.sect-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flex.just-center.why, .flex.steps {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .flex.steps.mb-40 {
    margin-bottom: 0;
    padding-top: 5px;
  }

  .flex.hero {
    display: none;
  }

  .flex.hero.mobile {
    display: flex;
  }

  .img-wrap.banner._0 {
    border-right-style: none;
  }

  .img-wrap.img-vid {
    margin-bottom: 25px;
  }

  .img-wrap.mobile {
    justify-content: center;
    display: flex;
  }

  .img-wrap.display {
    display: none;
  }

  .div-block {
    width: auto;
    max-width: 600px;
    align-items: center;
  }

  .div-block.cta {
    text-align: center;
    align-items: stretch;
  }

  .h1-hero.txt-col-black.mb-30 {
    flex-direction: column;
    align-items: center;
    font-size: 24px;
  }

  .body-hero.txt-col-black2.mb-30 {
    font-size: 17px;
  }

  .flex-banner {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body-2 {
    font-size: 14px;
  }

  .grid-feature.mb-30 {
    grid-template-columns: 1fr;
  }

  .capt-feature {
    font-size: 17px;
    line-height: 26px;
  }

  .order-txt.txt-center.txt-col-black3 {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-wrap.center {
    display: none;
  }

  .grid-ways.mb-30 {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .ways-item {
    background-size: cover;
  }

  .pros-item {
    padding-top: 25px;
  }

  .pros-title {
    font-size: 20px;
    line-height: 28px;
  }

  .capt-pros.txt-center {
    font-size: 16px;
    line-height: 24px;
  }

  .steps-box {
    max-width: 580px;
  }

  .highlight-txt.txt-center, .capt-steps.txt-center {
    font-size: 16px;
    line-height: 24px;
  }

  .order-wrap.mb-20 {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
  }

  .review-box {
    max-width: 580px;
    flex-direction: column;
  }

  .review-box.mb-40 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .flex-ver.mb-20 {
    margin-top: 40px;
  }

  .rating-left {
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .rev-wrap {
    width: 100%;
    flex: 1;
  }

  .rev-percent {
    max-width: none;
  }

  .flex-rev.line {
    grid-column-gap: 10px;
  }

  .body-rev.txt-col-black3 {
    font-size: 16px;
    line-height: 24px;
  }

  .capt-rev, .bold-rev {
    font-size: 16px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .footer-link, .copy-wrap {
    font-size: 14px;
  }

  .button-primary2.cta.deks, .button-primary2.deks, .div-block-2 {
    display: none;
  }

  .img-buzz-mobile {
    max-width: 180px;
  }

  .rate-aver {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .rate-mid {
    grid-column-gap: 10px;
    justify-content: space-between;
    display: flex;
  }

  .btn-cta-box {
    background-color: #115985;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 10px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  .list-item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
  }

  .topbar {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 18px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .midbar {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 28px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .botbar {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 38px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image {
    min-width: 65px;
  }
}

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

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

  .button-primary.cta {
    text-align: center;
    font-size: 18px;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_22ef3a38-ca87-44f0-d537-89e80448e593-dfffdcdc, #w-node-_6668c6dd-afce-7203-1d41-8593239cc67f-dfffdcdc, #w-node-bbfcef86-3cc3-0223-6688-ecdea5a85dc4-dfffdcdc, #w-node-_5d0c0294-2cc4-ecba-3c84-2948a8f04193-dfffdcdc, #w-node-e7bad066-63ae-9af0-e117-dea7cfec3e0e-dfffdcdc, #w-node-_7575fa0a-9892-dd73-b192-22bc65f27449-dfffdcdc, #w-node-_148957b5-448e-55f8-bee2-7f5c82e9a749-dfffdcdc, #w-node-b73524df-7688-d264-efe8-435937d6364e-dfffdcdc, #w-node-_22ef3a38-ca87-44f0-d537-89e80448e593-dfffdcdd, #w-node-_6668c6dd-afce-7203-1d41-8593239cc67f-dfffdcdd, #w-node-bbfcef86-3cc3-0223-6688-ecdea5a85dc4-dfffdcdd, #w-node-_5d0c0294-2cc4-ecba-3c84-2948a8f04193-dfffdcdd, #w-node-e7bad066-63ae-9af0-e117-dea7cfec3e0e-dfffdcdd, #w-node-_7575fa0a-9892-dd73-b192-22bc65f27449-dfffdcdd, #w-node-_148957b5-448e-55f8-bee2-7f5c82e9a749-dfffdcdd, #w-node-b73524df-7688-d264-efe8-435937d6364e-dfffdcdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Sailec Bold';
  src: url('../fonts/Sailec-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sailec Light';
  src: url('../fonts/Sailec-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sailec Medium';
  src: url('../fonts/Sailec-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sailec Regular Italic';
  src: url('../fonts/Sailec-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sailec Thin';
  src: url('../fonts/Sailec-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}