.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

a {
  color: #2e856e;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  color: #2e856e;
  font-weight: 800;
}

em {
  color: #5e5e5e;
  font-style: italic;
}

blockquote {
  width: 89%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 31px 37px;
  border-left: 1px none #000;
  border-radius: 5px;
  background-color: #2e856e;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 5% 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero-section.bg-dark {
  padding-top: 180px;
  padding-bottom: 132px;
  background-color: #fff;
}

.hero-section.bg-green {
  padding-top: 125px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2e856e;
}

.hero-section.bg-gray {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 199px;
  padding-bottom: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e4edef;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fc5e15;
  color: rgba(105, 82, 82, 0.66);
}

.navigation.no-color {
  background-color: #fff;
}

.navigation.transparent {
  background-color: transparent;
}

.navigation.transpraent {
  background-color: transparent;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.container.minus {
  margin-top: -103px;
}

.nav-link {
  padding-right: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 17px;
  line-height: 17px;
}

.nav-link:hover {
  color: #888;
}

.nav-link.w--current {
  color: #2e856e;
}

.nav-link.dropdown {
  padding-right: 30px;
}

.nav-link.dropdown.white {
  text-align: center;
}

.nav-link.white {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.nav-link.white:hover {
  color: hsla(0, 0%, 100%, 0.82);
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.brand.left-margin {
  margin-right: 15px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.arrow-icon {
  top: 1px;
  margin-right: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #2e856e;
  font-size: 12px;
  font-weight: 900;
}

.arrow-icon.white-arrow {
  color: #fff;
}

.dropdown-list {
  background-color: #fff;
  box-shadow: 0 11px 12px 0 rgba(44, 45, 54, 0.05);
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.dropdown-list.mega-menu.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
}

.dropdown-link {
  padding: 7px 30px;
  color: rgba(17, 17, 17, 0.61);
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover {
  opacity: 0.9;
  color: #111;
}

.dropdown-link.w--current {
  color: #2e856e;
}

.mega-shrink {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-tag {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 3px;
  background-color: #2e856e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.nav-tag.hot {
  background-color: #f64d52;
}

.menu-button {
  width: 25px;
  height: 50px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 20px 28px;
  border-radius: 5px;
  background-color: #000;
  color: #e4edef;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-color: #439e86;
}

.button.orange {
  background-color: #f64d52;
}

.button.orange:hover {
  background-color: #f76a6e;
}

.button.subscribe {
  display: block;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.button.subscribe.orange:hover {
  background-color: #f8696e;
}

.button.subscribe.orange.full-button {
  width: 100%;
}

.line-1 {
  position: absolute;
  top: 20px;
  width: 25px;
  height: 3px;
  border-radius: 20%;
  background-color: #111;
}

.line-1.whiter {
  background-color: #fff;
}

.button-wrapper {
  margin-left: 25px;
}

.button-wrapper._15px {
  margin-left: 15px;
}

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

.section {
  position: relative;
  padding: 120px 5%;
}

.section.bg-padding-top {
  padding-top: 0px;
}

.section.bg-gray {
  padding-top: 60px;
  padding-bottom: 69px;
  background-color: #e4edef;
}

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

.section._0px-padding-bottom {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #083232;
}

.section._0px-padding-top {
  padding-top: 0px;
}

.logo-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-grid._3 {
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.scribble-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 86px;
  bottom: -28px;
  z-index: 20;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 70px;
  line-height: 70px;
}

.hero-title._50px {
  font-size: 46px;
  line-height: 55px;
  text-align: center;
}

.hero-title._50px._70-percent {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.hero-title._50px._50-percent {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.hero-title.color-white {
  color: #000;
  font-size: 40px;
  line-height: 50px;
}

.add-scribble-below {
  display: inline-block;
  padding-bottom: 1px;
  background-image: url('../images/scribbles-4.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.add-scribble-below.white-version {
  color: #fff;
}

.margin-40px {
  margin-top: 40px;
}

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

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

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

.features-grid._50 {
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
}

.features-photo {
  overflow: hidden;
  min-height: 650px;
  border-radius: 10px;
  background-image: url('../images/team-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.features-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.features-content.padding-box {
  padding-right: 55px;
  padding-left: 55px;
}

.features-content.on-tab {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.features-content.for-intro {
  padding-top: 0px;
  padding-bottom: 20px;
}

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

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #2e856e;
}

.lightbox-link.orange {
  background-color: #f64d52;
}

.margin-15px {
  margin-top: 15px;
}

.scribble-arrow {
  position: relative;
  left: -13px;
  bottom: 17px;
}

.margin-block {
  margin-top: 120px;
  text-align: center;
}

.author-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-circle {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-image: url('../images/author.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  min-height: 350px;
  margin-left: -114px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shape {
  position: absolute;
}

.content-inside {
  position: relative;
  z-index: 1;
}

._80-percent-block {
  width: 80%;
  margin-right: 0px;
  margin-left: auto;
}

.margin-20px {
  margin-top: 20px;
  text-align: left;
}

.cookies-wrapper {
  position: fixed;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 15px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 11px 12px 0 rgba(44, 45, 54, 0.05);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.cookies-font {
  margin-bottom: 0px;
}

.cookies-font.check {
  margin-left: 13px;
  font-size: 16px;
}

.cookies-font.check.white-check {
  color: #fff;
}

.remove-icon {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  border-radius: 100%;
  background-color: #e4edef;
  background-image: url('../images/icons8-multiply-500.png');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.illustrator-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr;
  grid-template-columns: 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-circle-wrapper {
  width: 90%;
}

.list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

.list-item.no-bottom-line {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.number-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e856e;
  font-size: 44px;
  line-height: 46px;
}

.align-center {
  color: #fff;
  text-align: center;
}

.team-content {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.team-image {
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/person-1.jpeg');
  background-position: 50% 50%;
  background-size: 125px;
}

.team-image._2 {
  background-image: url('../images/person-2.jpeg');
  background-position: 50% 0%;
}

.team-image._3 {
  background-image: url('../images/person-3.jpeg');
}

.line-divider {
  position: static;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 50px;
  background-color: #ececec;
}

.line-divider.blog-single {
  margin-top: 50px;
  background-color: #e1e1e1;
}

.subscribe-wrapper {
  margin-top: 50px;
}

.form {
  display: -ms-grid;
  display: grid;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form.left-form {
  margin-left: 0px;
}

.form.schelude {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  height: 55px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 5px;
  color: #222;
}

.text-field::-webkit-input-placeholder {
  color: #111;
}

.text-field:-ms-input-placeholder {
  color: #111;
}

.text-field::-ms-input-placeholder {
  color: #111;
}

.text-field::placeholder {
  color: #111;
}

.text-field.margin-bottom {
  margin-bottom: 10px;
}

.text-field.area {
  height: auto;
  padding-top: 11px;
  padding-bottom: 78px;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #2e856e;
  background-size: 8px;
}

.checkbox.move {
  position: relative;
  top: 4px;
}

.checkbox-label {
  display: none;
  font-size: 14px;
  font-weight: 700;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field.margin-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-field.contact-check {
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-field.contact-check.less-margin {
  margin-top: 10px;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e1e1e1;
}

.social-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right-style: none;
}

.social-wrapper.no-line {
  border-right-style: none;
}

.or-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 1px;
  margin: 50px auto 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.or-block {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e4edef;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #2e856e;
}

.social-icon:hover {
  background-color: #226d59;
}

.social-icon.only-left {
  margin-right: 10px;
  margin-left: 0px;
  background-color: #000;
  color: #000;
}

.sub-heading {
  font-size: 20px;
  line-height: 28px;
}

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

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

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero-title-center {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-title-center.left {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.hero-title-center.flex-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.welcome-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/scribbles-3.png');
  background-position: 50% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.welcome-icon.left {
  margin-left: 0px;
}

.circle-testimonials-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-circle {
  position: relative;
  left: 25px;
  width: 110px;
  height: 110px;
  margin-left: -25px;
  border: 6px solid #083232;
  border-radius: 100%;
  background-color: #e4edef;
}

.testimonials-circle._1 {
  background-image: url('../images/author.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-circle._2 {
  background-image: url('../images/person-3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-circle._3 {
  background-image: url('../images/person-1.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-slider {
  width: 40%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-nave {
  position: relative;
  top: 15px;
}

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

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

.paragraph-white {
  color: #fff;
}

.heading-white {
  color: #fff;
}

.margin-50px {
  margin-top: 50px;
}

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

.features-second-grid._5-column {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features-second-grid._4-column {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contribute-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  min-height: 87px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.tag-text {
  padding: 10px 22px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tag-text.color {
  background-color: #fff;
  color: #f64d52;
  font-weight: 700;
}

.tag-text.green {
  background-color: #99aea2;
}

.tag-text.absolute {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
}

.tag-text.for-blog {
  background-color: #fff;
}

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

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

.first-one {
  height: 390px;
  margin-top: 30px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #2e856e;
}

.first-one.only-bottom {
  margin-top: 0px;
  margin-bottom: 30px;
}

.first-one.only-bottom.photo-2 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.first-one.photo-3 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-one {
  height: 300px;
  border-radius: 10px;
  background-color: #2e856e;
}

.second-one.photo-1 {
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-one.photo-4 {
  background-image: url('../images/photo-3.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._99-percent-block {
  width: 99%;
}

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

.carers-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #2e856e;
}

.carers-block.orange {
  background-color: #f64d52;
}

.carers-photo {
  position: relative;
  border-radius: 10px;
  background-image: url('../images/screen1.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.carers-photo.photo-2 {
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 100%;
}

.carers-photo.photo-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/banner.jpg');
  background-position: 50% 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-banner {
  position: relative;
  z-index: 13;
  width: 100%;
  height: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  border-radius: 20px;
  background-color: #e4edef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/banner.jpg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-inside-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._50-percent-block {
  width: 50%;
}

.tab-testimonials-block {
  width: 80%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.tab-testimonials-block._50px {
  margin-top: 80px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
}

.client-tab.w--current {
  background-color: #0d3838;
}

.paragraph-client {
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #fff;
  font-size: 39px;
  line-height: 42px;
  text-align: center;
}

._70-percent-block {
  width: 70%;
}

._70-percent-block.auto {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.tab-vertical-block {
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-menu-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-feautres {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 30px 30px 20px;
  border-radius: 10px;
  background-color: transparent;
}

.tab-feautres.w--current {
  background-color: #f3f7f8;
}

.tab-panel {
  height: 100%;
}

.tab-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2e856e;
}

.tab-photo.photo-1 {
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-photo.photo-2 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-photo.photo-3 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.counters-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #083232;
}

.counters-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.counters-grid._90-percent {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.counters-content {
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.section-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70%;
  background-color: #ececec;
}

._2-column-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

._90-percent-block {
  width: 88%;
}

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

.testimonials-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2e856e;
  text-align: center;
}

.toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #d3dee0;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 19px;
}

.toggle-content {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.toggle-content.w--open {
  padding-top: 0px;
}

.toggle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fff;
}

.success-message {
  border-radius: 10px;
  background-color: #2e856e;
  color: #fff;
  font-size: 17px;
}

.error-message {
  width: 100%;
  border-radius: 10px;
  background-color: #f64d52;
  color: #fff;
  text-align: center;
}

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

.membership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.membership._70-percent {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.membership-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.membership-list.in-pricing {
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.check-green {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #2e856e;
  background-image: url('../images/checkbox.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.line-2 {
  position: absolute;
  top: 27px;
  width: 25px;
  height: 3px;
  border-radius: 20%;
  background-color: #111;
}

.line-2.whiter {
  background-color: #fff;
}

.line-3 {
  position: absolute;
  top: 34px;
  width: 25px;
  height: 3px;
  border-radius: 20%;
  background-color: #111;
}

.line-3.whiter {
  background-color: #fff;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.photo-about {
  min-height: 210px;
  border-radius: 10px;
  background-image: url('../images/photo-3.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-about._2 {
  background-image: url('../images/screen1.png');
  background-position: 50% 0%;
  background-size: 150px;
}

.photo-about._3 {
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 100%;
}

.photo-about._4 {
  background-image: url('../images/banner.jpg');
  background-position: 50% 50%;
}

.photo-about._5 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50% 100%;
}

.margin-70px {
  margin-top: 70px;
}

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

.pricing-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 39px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
}

.margin-30px {
  margin-top: 50px;
}

.price-tag {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 55px;
}

.small {
  display: inline-block;
  margin-right: 3px;
  font-size: 30px;
}

.office-block {
  display: -ms-grid;
  display: grid;
  width: 60%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.office-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
}

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

.blog-content {
  overflow: hidden;
  width: 96%;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #111;
  text-decoration: none;
}

.blog-content:hover {
  color: #2e856e;
}

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

.blog-content._100 {
  width: 100%;
}

.blog-white-bg {
  padding: 40px 40px 30px;
  background-color: #fff;
}

.blog-white-bg.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-white-bg._0-left {
  padding-right: 139px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.blog-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-photo.normal {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.blog-title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 35px;
}

.blog-tags {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #2e856e;
}

.data {
  margin-bottom: 15px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.flex-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-body {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

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

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 80px 5% 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #083232;
}

.footer.white-bg {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

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

.footer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-title.dark-title {
  color: #000;
}

.footer-logo {
  height: 30px;
}

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

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
  background-color: rgba(228, 237, 239, 0.06);
}

.footer-divider.white-bg {
  background-color: #ededed;
}

.copyright {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.copyright.gray {
  color: #999;
}

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

.copyright-dot {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #2e856e;
}

.utility-icon {
  margin-right: auto;
  margin-left: auto;
}

.color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  padding: 10px;
  border-radius: 4px;
  background-color: #083232;
}

.color-block.primary-lighy {
  background-color: #2e856e;
}

.color-block.secondary {
  background-color: #f64d52;
}

.caption {
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.caption.margined {
  margin-top: 10px;
  color: #555;
}

.light-gray-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #e4ecfa;
}

.content-row {
  position: relative;
  width: 100%;
  margin-top: 45px;
  clear: left;
}

.color-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.grayscale-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 85px;
  margin-right: 0px;
  clear: left;
  border-radius: 4px;
}

.light-gray-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #99a3ba;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.light-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 4px 0px 0px 4px;
  background-color: #6c7486;
}

.type-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-right: 20px;
  padding: 10px;
  border-radius: 5px;
  background-color: #e4edef;
}

.type-column.right {
  margin-right: 0px;
}

.regular-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.text-highlight {
  width: 42%;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
  background-color: #fff;
}

.light-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e4edef;
}

.light-block-second {
  width: 100%;
  padding: 20px 20px 40px 45px;
  background-color: #e4edef;
}

.light-block-second.rounded-bottom {
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.typography-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.type-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.medium {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.licensing-block {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.licensing-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  padding: 25px;
  border-radius: 10px;
  background-color: #e4edef;
}

.licensing-content.verical {
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.shrink-item {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shrink-item.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.icon-size {
  width: 50px;
}

.presantation-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px 10px 0px 0px;
  background-color: #e4edef;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f7f9fa;
  text-decoration: none;
}

.page-wrapper.make-white {
  background-color: #fff;
}

.page-content {
  overflow: hidden;
  width: 90%;
  height: 243px;
  margin-top: 30px;
  border-radius: 10px;
}

.intro-image {
  width: 100%;
}

.intro-image.full {
  border-radius: 10px;
}

.sub-hero-section {
  position: relative;
  padding: 160px 5% 110px;
  background-color: #fff;
}

.sub-hero-section.in-blog-page {
  padding-bottom: 172px;
}

.bg-utility {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4edef;
}

.bg-utility.dark-green {
  background-color: #083232;
}

.welcome-hero {
  position: relative;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding: 154px 5% 90px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #083232;
}

.features-section {
  position: relative;
  padding: 120px 5%;
  background-color: #083232;
}

.get-started-section {
  position: relative;
  padding: 70px 5%;
  background-color: #e4edef;
}

.logo-section {
  padding: 60px 5%;
  background-color: #2e856e;
}

.section-700px {
  position: relative;
  height: 700px;
  padding-top: 120px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #fff;
  color: #964f4f;
}

.faq-section {
  position: relative;
  height: 930px;
  padding: 120px 5%;
  background-color: #e4edef;
}

.services-section {
  padding: 60px 5%;
}

.testimonials-section {
  position: relative;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 5%;
  border-radius: 10px;
  background-color: #083232;
}

.gray-section {
  position: relative;
  padding: 120px 5%;
  background-color: #d4d4d4;
}

.scribble-2 {
  position: absolute;
  left: 23px;
  top: 122px;
  right: auto;
  bottom: auto;
  width: 60px;
}

.scribble-3 {
  position: absolute;
  left: 50px;
  bottom: -24px;
  z-index: 20;
}

.scribble-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: -2%;
  width: 400px;
}

.scribble-6 {
  position: absolute;
  left: -39px;
  top: -39px;
}

.scribble-footer {
  position: absolute;
  left: auto;
  top: 31%;
  right: -1%;
  bottom: 0%;
}

.scribble-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: -5%;
  width: 150px;
}

.scribble-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: -6%;
  width: 150px;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.82);
}

.footer-link.black {
  color: #000;
}

.footer-link.black:hover {
  color: rgba(0, 0, 0, 0.7);
}

.image {
  border-radius: 0px;
}

.image-2 {
  border-radius: 8px;
}

.image-3 {
  border-radius: 7px;
}

.text-block {
  text-align: right;
}

.image-4 {
  max-width: 100%;
  border-radius: 3px;
  text-align: center;
}

.div-block {
  float: none;
  text-align: center;
}

.image-5 {
  border: 1px solid #000;
  border-radius: 6px;
}

.paragraph {
  font-size: 25px;
  text-align: center;
}

.bold-text {
  color: #000;
}

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

.text-block-2 {
  font-size: 25px;
}

.list-item-2 {
  font-size: 22px;
}

.link {
  font-size: 30px;
  text-align: center;
  text-decoration: underline;
}

.container-2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero-section.bg-dark {
    padding-top: 126px;
  }

  .hero-section.bg-green {
    padding-top: 107px;
  }

  .hero-section.bg-gray {
    width: 100%;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .navigation {
    min-height: 70px;
  }

  .navigation.no-color {
    position: absolute;
  }

  .navigation.transparent {
    position: absolute;
  }

  .navigation.transpraent {
    position: absolute;
  }

  .nav-link {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

  .nav-link.white {
    color: #111;
  }

  .nav-link.white:hover {
    color: #888;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 20px;
    background-color: #fff;
  }

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

  .dropdown-link {
    padding-left: 40px;
  }

  .menu-button {
    height: 59px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .line-1.whiter {
    background-color: #000;
  }

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

  .button-wrapper.version-2 {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
  }

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

  .section.padding-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._0px-padding-bottom {
    padding-top: 70px;
  }

  .logo-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-grid._3 {
    width: 100%;
  }

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

  .scribble-1 {
    width: 80px;
  }

  .hero-title {
    font-size: 60px;
    line-height: 60px;
  }

  .button-flex.in-blog-item {
    margin-top: 20px;
  }

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

  .features-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .features-content.padding-box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .features-content.on-tab {
    padding-bottom: 0px;
  }

  .margin-block {
    margin-top: 80px;
  }

  .author-circle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .author-wrapper {
    width: 900px;
    margin-left: -76px;
  }

  .cookies-wrapper {
    min-width: 560px;
  }

  .cookies-font {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .remove-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .list-circle-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .form {
    width: 100%;
  }

  .form.schelude {
    width: 50%;
  }

  .hero-title-center {
    width: 90%;
  }

  .testimonials-slider {
    width: 80%;
  }

  .margin-50px.no-top {
    margin-top: 0px;
  }

  .features-second-grid._5-column {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features-second-grid._4-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contribute-wrapper {
    width: 100%;
  }

  .tag-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .grid-photo {
    margin-top: 40px;
  }

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

  .carers-block {
    min-height: 550px;
  }

  .carers-photo {
    min-height: 600px;
  }

  .hero-banner {
    padding-right: 27px;
    padding-bottom: 34px;
    padding-left: 27px;
  }

  ._50-percent-block {
    width: 80%;
  }

  .tab-testimonials-block._50px {
    width: 100%;
  }

  .client-tab {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._70-percent-block.auto {
    width: 100%;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab-feautres {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.3333%;
    -ms-flex: 0 33.3333%;
    flex: 0 33.3333%;
  }

  .tab-panel {
    height: 600px;
  }

  .counters-block {
    width: 100%;
  }

  .counters-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .counters-content {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

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

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

  .testimonials-block {
    padding-right: 132px;
    padding-left: 132px;
  }

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

  .membership-list {
    margin-bottom: 15px;
  }

  .check-green {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .illustration {
    width: 80%;
    margin: 30px auto;
  }

  .line-2.whiter {
    background-color: #000;
  }

  .line-3.whiter {
    background-color: #000;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .photo-about {
    min-height: 110px;
  }

  .pricing-gird {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .office-block {
    width: 100%;
  }

  .blog-content {
    width: 100%;
  }

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

  .blog-white-bg.center-flex {
    padding-right: 36px;
    padding-left: 36px;
  }

  .blog-body {
    width: 100%;
  }

  .blog-item {
    width: 100%;
  }

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

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

  .light-gray-3 {
    width: 33.3333%;
  }

  .light-gray-2 {
    width: 33.3333%;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .licensing-block {
    width: 100%;
  }

  .presantation-grid {
    padding: 25px;
  }

  .page-content {
    width: 100%;
    height: 150px;
  }

  .sub-hero-section {
    padding-top: 99px;
    padding-bottom: 69px;
  }

  .bg-utility {
    height: 800px;
  }

  .section-700px {
    height: auto;
    padding-bottom: 120px;
  }

  .faq-section {
    height: auto;
  }

  .scribble-2 {
    top: 91px;
    width: 40px;
  }

  .scribble-3 {
    width: 80px;
  }

  .scribble-4 {
    width: 200px;
  }

  .scribble-5 {
    right: 6%;
    width: 100px;
  }

  .scribble-7 {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.bg-dark {
    padding-bottom: 65px;
  }

  .hero-section.bg-green {
    padding-top: 95px;
  }

  .hero-section.bg-gray {
    padding-bottom: 75px;
  }

  .navigation {
    padding-right: 3%;
    padding-left: 3%;
  }

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

  .dropdown-list.mega-menu.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .line-1.whiter {
    background-color: #000;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.padding-top {
    padding-top: 60px;
  }

  .hero-title {
    font-size: 50px;
    line-height: 55px;
  }

  .hero-title._50px._70-percent {
    width: 100%;
  }

  .hero-title._50px._50-percent {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .features-photo {
    min-height: 450px;
  }

  .boxes-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .features-content {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .features-content.for-intro {
    padding-right: 5px;
    padding-left: 5px;
  }

  .author-quote {
    width: 100%;
  }

  .author-circle {
    width: 100px;
    height: 100px;
  }

  .author-wrapper {
    width: 100%;
  }

  .cookies-wrapper {
    min-width: 400px;
  }

  .form.schelude {
    width: 100%;
  }

  .hero-title-center {
    width: 100%;
  }

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

  .features-second-grid._5-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .first-one {
    height: 320px;
  }

  .second-one {
    height: 200px;
  }

  .carers-block {
    padding-right: 37px;
    padding-left: 37px;
  }

  .carers-photo {
    min-height: 500px;
  }

  .hero-banner {
    height: 550px;
  }

  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client-tab {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .paragraph-client {
    width: 90%;
  }

  .tabs-menu-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-feautres {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .tab-panel {
    height: 400px;
  }

  ._90-percent-block {
    width: 100%;
  }

  .line-2.whiter {
    background-color: #000;
  }

  .line-3.whiter {
    background-color: #000;
  }

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

  .photo-about {
    min-height: 150px;
  }

  .office-block {
    min-height: 150px;
    grid-column-gap: 30px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .presantation-grid {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 0px;
  }

  .page-content {
    height: 299px;
  }

  .welcome-hero {
    width: 100%;
    padding-top: 109px;
    padding-bottom: 63px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-700px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gray-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .scribble-4 {
    width: 100px;
  }

  .scribble-footer {
    width: 50px;
  }

  .scribble-7 {
    right: 5%;
    bottom: -10%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 99px;
  }

  .hero-section.bg-dark {
    background-color: #fff;
  }

  .hero-section.bg-green {
    padding-top: 86px;
  }

  .hero-section.bg-gray {
    padding-top: 114px;
  }

  .brand {
    padding-left: 0px;
  }

  .menu-button {
    color: #000;
  }

  .line-1.whiter {
    background-color: #000;
  }

  .button-wrapper.version-2 {
    display: none;
  }

  .button-wrapper._15px._0px-top {
    margin-top: 15px;
    margin-left: 0px;
  }

  .logo-grid._3 {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .scribble-1 {
    width: 80px;
  }

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

  .hero-title._50px {
    font-size: 32px;
    line-height: 40px;
  }

  .button-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-flex.centerize {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-photo {
    min-height: 320px;
  }

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

  .lightbox-link {
    width: 80px;
    height: 80px;
  }

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

  .author-wrapper {
    min-height: auto;
    margin-top: 30px;
    margin-left: 0px;
  }

  .shape {
    display: none;
  }

  ._80-percent-block {
    width: 100%;
    text-align: center;
  }

  .cookies-wrapper {
    min-width: 300px;
  }

  .cookies-font.check.features-tag {
    margin-top: 15px;
    margin-left: 0px;
  }

  .team-content {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .checkbox-field {
    margin-top: 10px;
  }

  .hero-title-center {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-title-center._0px {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonials-slider {
    width: 90%;
  }

  .features-second-grid._5-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .features-second-grid._4-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contribute-wrapper {
    min-height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-photo {
    grid-column-gap: 15px;
  }

  .first-one {
    height: 180px;
  }

  .first-one.only-bottom.photo-2 {
    margin-bottom: 15px;
  }

  .first-one.photo-3 {
    margin-top: 15px;
  }

  .second-one {
    height: 120px;
  }

  .carers-block {
    min-height: 450px;
    padding: 47px 22px;
  }

  .carers-photo {
    min-height: 300px;
  }

  .hero-banner {
    height: 400px;
    padding: 28px 8px 16px;
  }

  ._50-percent-block {
    width: 90%;
  }

  .tab-testimonials-block._50px {
    margin-top: 50px;
  }

  .paragraph-client {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .tab-panel {
    height: 300px;
  }

  .counters-block {
    padding-right: 13px;
    padding-left: 13px;
  }

  .counters-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-overlay {
    width: 0%;
  }

  .testimonials-block {
    padding: 30px 14px;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .membership._70-percent {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .illustration {
    width: 100%;
    text-align: center;
  }

  .line-2.whiter {
    background-color: #000;
  }

  .line-3.whiter {
    background-color: #000;
  }

  .gird-photo {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .photo-about {
    min-height: 140px;
  }

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

  .blog-wrapper {
    width: 100%;
  }

  .blog-white-bg {
    padding: 20px 23px 10px;
  }

  .blog-white-bg.center-flex {
    padding-right: 19px;
    padding-bottom: 20px;
    padding-left: 19px;
  }

  .blog-white-bg._0-left {
    padding-right: 0px;
  }

  .blog-title {
    font-size: 23px;
    line-height: 30px;
  }

  .footer-gird {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .copyright-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copyright-dot {
    display: none;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .light-gray-3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .color-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grayscale-parent {
    height: 55px;
  }

  .light-gray-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .light-gray {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .type-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .typography-flex {
    width: 68%;
  }

  .type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .shrink-item {
    margin-right: 0px;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0px;
  }

  .page-wrapper {
    padding-top: 15px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .page-content {
    height: 171px;
    margin-top: 15px;
  }

  .sub-hero-section {
    padding-top: 105px;
    padding-bottom: 54px;
  }

  .sub-hero-section.in-blog-page {
    padding-bottom: 136px;
  }

  .bg-utility {
    height: 650px;
  }

  .welcome-hero {
    padding-top: 91px;
    padding-bottom: 50px;
  }

  .scribble-2 {
    display: none;
  }

  .scribble-3 {
    left: 19px;
  }

  .scribble-6 {
    left: -3px;
    top: -19px;
    width: 50px;
  }

  .image-5 {
    text-align: left;
  }
}

#w-node-_939597f6-aa61-6940-7443-696e3b22454f-d4370c1e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3ad6c0ee-6a69-d146-61c3-0851e4fc83ea-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44cd8987-07f9-0d59-2104-390b045a7599-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb2218f7-c3bd-ab73-d461-64d501c6f8d6-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_507d933f-a713-ee15-fe4e-49e6ceade11a-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ea1ae2c0-6bd2-2895-649e-c8ff6f668f7c-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b673c49-5f88-58d8-0446-f1f52964b56f-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-afc77948-e786-2fab-5a41-74b483fd7a42-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6580d3ce-d172-102d-6e92-f95864b79fd4-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed69f10f-e0ff-16ab-06b3-e754cdc045bd-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_93468ea3-0633-9526-1992-e1f249427da1-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_728b2b6b-dd8b-f673-26cb-6593f0fbadbf-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ff48ce9-cd59-421d-d7fa-b55d8ab8b6bc-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4c7f3e25-2cfb-1ab2-95c6-0c0e0c9e9aad-d4370c1e {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78c66e67-3362-acc6-869e-33831b1cf302-d4370c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_83eea4b9-4d82-1023-979b-5cdeb044c440-b044c43e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_83eea4b9-4d82-1023-979b-5cdeb044c49e-b044c43e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1d4088ec-0966-15c0-2552-716e7b7de097-ed370c34 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ecadf38f-8edf-ff04-09c3-f6aa216b2e2f-f2370c3c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_106f6382-7d5d-416c-c25a-6cecd9d7d53e-f2370c3c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f9a302a0-f3cf-9193-9773-493f466e36f6-f2370c3c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd54ad4f-b792-d3c7-ced1-8a1c53ddfde0-f2370c3c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_39eeb1e3-a04d-5942-9ffc-4c5a6f696ba6-f2370c3c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8729b70d-9a64-8cf8-e13a-bda8cc2945bf-f2370c3c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d177324d-e5b3-5b24-453e-cf3fbc18f8a5-f2370c3c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Name.w-node-c28c61ab-8b11-98ff-5675-b531ae03488c-82370c67 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#Email.w-node-c28c61ab-8b11-98ff-5675-b531ae03488d-82370c67 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c28c61ab-8b11-98ff-5675-b531ae03488f-82370c67 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_3f5e14cd-5444-bf49-f04c-396e513910c1-28c14394 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

