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

.button {
  margin-bottom: 20px;
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #01ae40;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.button:hover {
  opacity: 0.8;
}

.button.nav {
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-transform: none;
}

.button.nav:hover {
  opacity: 0.8;
}

.button.nav.color {
  margin-bottom: 0px;
  background-color: #01ae40;
}

.button.nav.hero-nav {
  margin-bottom: 0px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

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

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  opacity: 0.8;
}

.nav-wrapper-03 {
  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;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}

.brand-link {
  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;
  font-size: 23px;
  font-weight: 700;
}

.globe {
  margin-right: 10px;
}

.blue-nav-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 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;
  background-color: #000;
  color: #fff;
  font-weight: 600;
}

.hero-section-02-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tribest-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.hero-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  -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;
}

.inner-hero-content-01-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  padding: 50px;
  -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-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: hsla(0, 0%, 100%, 0.92);
}

.heading-1-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-transform: none;
}

.paragraph-5 {
  margin-bottom: 20px;
  opacity: 0.75;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #dbdbdb;
}

.heading-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.paragraph-2 {
  opacity: 0.75;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-content-section {
  position: relative;
}

.content-section-inner-01 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-section-inner-01.second-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-section-inner-01.second-block.third-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.border-effect {
  position: absolute;
  left: 15px;
  top: -20px;
  right: -20px;
  bottom: 15px;
  z-index: 1;
  border-style: solid;
  border-width: 5px;
  border-color: #000;
  background-color: #000;
}

.image-in-div {
  position: relative;
  z-index: 2;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
}

.content-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -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;
}

.content-grid-03 {
  width: 100%;
  max-width: 1100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-card-zstar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 200px 20px 0px;
  -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;
  border: 1px solid #01ae40;
  border-radius: 10px;
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/personal-blender.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.content-card-zstar:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.content-card-zstar._6th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/Frame-8.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/Frame-8.jpg');
}

.content-card-zstar._4th {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/zstar.jpg');
}

.content-card-zstar._2nd {
  min-height: 200px;
  min-width: 200px;
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/solostar.jpg');
}

.content-card-zstar._3rd {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/dynapro.jpg');
}

.content-card-zstar._3rd.greenstar {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/greenstar-krom.jpg');
}

.content-card-zstar._3rd.supreme {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/sedona-combo.jpg');
}

.content-card-zstar._3rd.sporutmans {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/4404ffcf0a814_mv2_d_2400_3120_s_4_2.jpg');
}

.content-card-zstar._5th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/touch-interface.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/touch-interface.jpg');
}

.content-card-zstar.slowstar {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/slowstar.jpg');
}

.content-card-zstar.express {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/sedona-express.jpg');
}

.content-card-zstar.freshlife {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/social_44_FL-3000.jpg');
}

.content-wrap-left-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -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;
}

.icon-div {
  margin-bottom: 20px;
  padding: 13px;
}

.icon-div.smaller {
  margin-bottom: 20px;
  padding: 0px;
  text-align: left;
}

.heading-3 {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.content-left-inner-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -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-style: none none none solid;
  border-width: 5px;
  border-color: #000 #000 #000 #000;
}

.content-section-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  border-bottom: 1px none #dbdbdb;
}

.content-section-03.second-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.resource-link {
  position: absolute;
  bottom: 24px;
  color: #5d5388;
  font-size: 16px;
  line-height: 1.6em;
  text-decoration: none;
}

.resource-link:hover {
  text-decoration: underline;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  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;
}

.btn {
  position: relative;
  display: inline-block;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 24px 15px 64px;
  border-radius: 60px;
  background-color: #fee876;
  box-shadow: 0 4px 4px 0 rgba(15, 5, 52, 0.2), 0 3px 24px 0 rgba(15, 5, 52, 0.5);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #100a29;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  background-color: #fde151;
  box-shadow: 0 5px 7px 0 rgba(15, 5, 52, 0.15), 0 3px 24px 0 rgba(15, 5, 52, 0.8);
}

.btn__icon-wrap {
  position: absolute;
  left: 4px;
  top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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: 50%;
  background-color: rgba(0, 0, 0, 0.08);
}

.modal__text-wrap {
  font-family: Lato, sans-serif;
  color: #443e5b;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.modal__close:hover {
  opacity: 1;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  padding: 24px;
  -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;
}

.modal__heading {
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  color: #100a29;
  font-size: 62px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.modal__highlight {
  color: #185bdc;
  font-weight: 700;
}

.modal__body {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 352px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px 48px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.modal__text-m {
  display: none;
  font-family: Lato, sans-serif;
  color: #443e5b;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.modal__text {
  font-family: Lato, sans-serif;
  color: #443e5b;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.modal__icon {
  width: 112px;
  height: 112px;
}

.section-title {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #515151;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.team-member-info-01 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #000;
  background-color: #fff;
}

.team-section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  -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;
  border-bottom: 1px solid #dbdbdb;
}

.team-member-01 {
  width: 100%;
  max-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team-member-01:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.16);
}

.team-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 30px;
  -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;
}

.job-title {
  opacity: 0.75;
  font-size: 16px;
  line-height: 22px;
}

.heading-2-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.heading-3-2 {
  margin-top: 0px;
  font-weight: 600;
}

.heading-3-2.team-member {
  margin-bottom: 6px;
}

.team-member-image-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 225px;
  padding-top: 20px;
  padding-left: 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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-image-01.will {
  background-image: url('../images/professional-headshots-10-lg.jpg');
}

.team-member-image-01.nill {
  background-image: url('../images/headshot1_TrunkClubDallasHeadshots_JoeKathrina-069.jpg');
}

.team-member-image-01.llib {
  background-image: url('../images/03-how-to-pose-for-a-professional-headshot-photo-copy-1024x683.jpg');
}

.team-member-image-01.blil {
  background-image: url('../images/professional-headshot-backgrounds-600x400.jpg');
}

.team-member-image-01.bill {
  height: 225px;
  padding-top: 20px;
  padding-left: 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;
  background-image: url('../images/Professional-Headshot-Poses-Blog-Post2.jpg');
}

.team-member-image-01.lbil {
  background-image: url('../images/HS-1-Resize-800x550.jpg');
}

.team-member-image-01.man {
  background-image: url('../images/janel-lee_photography_cincinnati_ohio_professional_headshots_personal_branding_justin_england-2.jpg');
}

.team-member-image-01.new {
  background-image: url('../images/professional-headshot-for-surgical-sales-representative-blog.jpg');
}

.linkedin-link {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.linkedin-link:hover {
  opacity: 0.8;
}

.team-grid-01 {
  width: 100%;
  max-width: 1100px;
  justify-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.platform-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  max-height: 22px;
  max-width: 22px;
  margin-right: 0px;
  padding: 4px;
  -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: #000;
}

.social-link-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.social-link-nav:hover {
  opacity: 0.8;
}

.footer-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  color: #01ae40;
  text-decoration: underline;
}

.globe-2 {
  max-width: 150px;
  margin-right: 10px;
}

.legal-info {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.legal-info.small-footer {
  margin-top: 0px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-align: center;
}

.socials-in-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #dbdbdb;
}

.footer-section-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #dbdbdb;
}

.footer-wrap-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -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;
}

.element-intro-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 40px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dbdbdb;
  border-left: 5px none #fff;
  color: #fff;
}

.paragraph-4 {
  opacity: 0.75;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.heading-1-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}

.image-2 {
  width: 600px;
}

.content-grid-02 {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid-02.grid2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-grid-02.grid2.social-grid {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.content-grid-02.grid2.man-scgrid-1 {
  padding-bottom: 60px;
}

.content-card-02 {
  padding: 300px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb #dbdbdb #dbdbdb #dbdbdb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.content-card-02:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.content-card-02.c1st {
  padding-top: 400px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0)), url('../images/classic-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.content-card-02.c1st.c2st {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/pf-29d4624b--chantalbement_220x.jpeg');
}

.content-card-02.c1st.c2st.sc1 {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/pf-29d4624b--chantalbement_220x.jpeg');
}

.content-card-02.c1st.c3st {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/rawblendoz-1633732292234.jpeg');
}

.content-card-02.c1st.c3st.sc2 {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/rawblendoz-1633732292234.jpeg');
}

.content-card-02.c1st.c4st {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/pf-0437c814--omj50plus.jpeg');
}

.content-card-02.c1st.c4st.c5st {
  padding-top: 150px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/pf-d89f1413--camillekostek_220x.jpeg');
}

.content-card-02.c1st.c4st.c6st {
  padding-top: 150px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/pf-f5a89778--yesbabyilikeitraw_220x.jpeg');
}

.content-card-02.c1st.c4st.sc3 {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/pf-0437c814--omj50plus.jpeg');
}

.content-card-02.c1st.c2st {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/logo.png');
}

.content-card-02.c1st.c2st.scc1 {
  padding-top: 220px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/273468220_102623178985938_5782786442539975419_n.jpg');
}

.content-card-02.c1st.c3st {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/designer-min.jpg');
}

.content-card-02.c1st.c3st.main-sc-grid-2.scc2 {
  padding-top: 220px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/273427997_1135695723925788_8502892808757836799_n.jpg');
}

.content-card-02.c1st.c4st {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/pro-min.jpg');
}

.content-card-02.c1st.c4st.main-scgrid-3.scc3 {
  padding-top: 220px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/273046859_1123300928470376_3597801338533803535_n.webp.jpg');
}

.heading-3-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.heading-3-4 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.text-span {
  color: #01ae40;
  text-decoration: underline;
}

.popups-1 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 600px;
  height: 550px;
  margin: auto;
  padding: 40px;
  border-radius: 0px;
  background-color: #fff;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  cursor: pointer;
}

.image-3 {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #24be6e;
  border-radius: 10px;
}

.text-block-7 {
  overflow: auto;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  text-align: left;
}

.image-4 {
  position: fixed;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 10px;
}

.button-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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: #01ae40;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.div-block-6 {
  width: 100vw;
}

.popups-2 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

.content-card-slowstar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 200px 20px 0px;
  -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;
  border: 1px solid #01ae40;
  border-radius: 10px;
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/personal-blender.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.content-card-slowstar:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.content-card-slowstar._6th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/Frame-8.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/Frame-8.jpg');
}

.content-card-slowstar._4th {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/zstar.jpg');
}

.content-card-slowstar._2nd {
  min-height: 200px;
  min-width: 200px;
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/solostar.jpg');
}

.content-card-slowstar._3rd {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/dynapro.jpg');
}

.content-card-slowstar._3rd.greenstar {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/greenstar-krom.jpg');
}

.content-card-slowstar._3rd.supreme {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/sedona-combo.jpg');
}

.content-card-slowstar._3rd.sporutmans {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/4404ffcf0a814_mv2_d_2400_3120_s_4_2.jpg');
}

.content-card-slowstar._5th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/touch-interface.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/touch-interface.jpg');
}

.content-card-slowstar.slowstar {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/slowstar.jpg');
}

.content-card-slowstar.express {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/sedona-express.jpg');
}

.content-card-slowstar.freshlife {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/social_44_FL-3000.jpg');
}

.content-card-solostar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 200px 20px 0px;
  -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;
  border: 1px solid #01ae40;
  border-radius: 10px;
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/personal-blender.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.content-card-solostar:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.content-card-solostar._6th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/Frame-8.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/Frame-8.jpg');
}

.content-card-solostar._4th {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/zstar.jpg');
}

.content-card-solostar._2nd {
  min-height: 200px;
  min-width: 200px;
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/solostar.jpg');
}

.content-card-solostar._3rd {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/dynapro.jpg');
}

.content-card-solostar._3rd.greenstar {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/greenstar-krom.jpg');
}

.content-card-solostar._3rd.supreme {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/sedona-combo.jpg');
}

.content-card-solostar._3rd.sporutmans {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/4404ffcf0a814_mv2_d_2400_3120_s_4_2.jpg');
}

.content-card-solostar._5th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/touch-interface.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/touch-interface.jpg');
}

.content-card-solostar.slowstar {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/slowstar.jpg');
}

.content-card-solostar.express {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/sedona-express.jpg');
}

.content-card-solostar.freshlife {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/social_44_FL-3000.jpg');
}

.content-card-greenstar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 200px 20px 0px;
  -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;
  border: 1px solid #01ae40;
  border-radius: 10px;
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/personal-blender.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.content-card-greenstar:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.content-card-greenstar._6th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/Frame-8.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/Frame-8.jpg');
}

.content-card-greenstar._4th {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/zstar.jpg');
}

.content-card-greenstar._2nd {
  min-height: 200px;
  min-width: 200px;
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/solostar.jpg');
}

.content-card-greenstar._3rd {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/dynapro.jpg');
}

.content-card-greenstar._3rd.greenstar {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/greenstar-krom.jpg');
}

.content-card-greenstar._3rd.supreme {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/sedona-combo.jpg');
}

.content-card-greenstar._3rd.sporutmans {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/4404ffcf0a814_mv2_d_2400_3120_s_4_2.jpg');
}

.content-card-greenstar._5th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/touch-interface.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/touch-interface.jpg');
}

.content-card-greenstar.slowstar {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/slowstar.jpg');
}

.content-card-greenstar.express {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/sedona-express.jpg');
}

.content-card-greenstar.freshlife {
  background-image: linear-gradient(28deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/social_44_FL-3000.jpg');
}

.popups-3 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

.popups-4 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

.link-2 {
  color: #01ae40;
  text-decoration: underline;
}

.card-header {
  height: 150px;
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  -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;
}

.card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #3f4046;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
}

.arrow-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.btn-2 {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: #213ea0;
}

.carousel-mask {
  overflow: visible;
  width: 40%;
}

.mask {
  width: 100%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide {
  width: 200px;
  height: 200px;
}

.slide-2 {
  width: 200px;
  height: 200px;
}

.slide-3 {
  width: 200px;
  height: 200px;
}

.slide-4 {
  width: 200px;
  height: 200px;
}

.slide-5 {
  width: 200px;
  height: 200px;
}

.slide-6 {
  width: 200px;
  height: 200px;
}

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

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

.slide-nav-2 {
  display: none;
}

.slide-7 {
  background-image: url('../images/Frame-33.jpg');
  background-position: 50% 50%;
  background-size: 220px 220px;
  background-repeat: repeat;
  background-attachment: scroll;
}

.mask-2 {
  max-height: 220px;
}

.slider {
  width: 80%;
  height: 220px;
}

.slide-8 {
  background-image: url('../images/Frame-34.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slider-2 {
  overflow: hidden;
  width: 80%;
  height: auto;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.mask-3 {
  overflow: visible;
  width: 220px;
}

.slide-9 {
  margin-right: 5px;
  margin-left: 5px;
}

.left-arrow-3 {
  display: block;
}

.right-arrow-3 {
  display: block;
}

.slide-nav-3 {
  display: none;
}

.slide-10 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-11 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-12 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-13 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-14 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-15 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-16 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-17 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-1 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-1-2 {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-1-3 {
  margin-right: 5px;
  margin-left: 5px;
}

.text-block-8 {
  padding: 5px;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popups-5 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

.popups-6 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

.popups-7 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

.popups-8 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

.popups-9 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

.popups-10 {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.36);
}

@media screen and (max-width: 991px) {
  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .button.nav {
    display: none;
  }

  .nav-inner {
    padding: 10px 20px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-content-01 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .content-section-inner-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-section-inner-01.second-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-section-inner-01.second-block.third-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .border-effect {
    display: none;
  }

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

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

  .content-wrap-left-03 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .modal__text-m {
    display: block;
  }

  .modal__text {
    display: none;
  }

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

  .footer-wrap-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .element-intro-header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .content-grid-02.grid2.social-grid {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-1-3 {
    font-size: 35px;
    line-height: 45px;
  }

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

  .content-section-inner-01.second-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .content-grid-03 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-wrap-left-03 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .element-intro-header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .heading-1-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .image-2 {
    width: 500px;
  }

  .content-grid-02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    width: 90%;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-7 {
    height: 550px;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .button.nav.hero-nav {
    display: block;
  }

  .brand-link {
    padding-left: 0px;
  }

  .inner-hero-content-01-2 {
    padding: 40px 20px;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

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

  .content-left-inner-03 {
    margin-bottom: 20px;
    padding-left: 0px;
    border-left-style: none;
  }

  .content-section-03 {
    padding-top: 50px;
  }

  .resource-link {
    bottom: 20px;
  }

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

  .team-member-image-01 {
    height: 200px;
  }

  .team-member-image-01.bill {
    height: 200px;
  }

  .platform-icon {
    min-height: 22px;
    min-width: 22px;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .socials-in-footer {
    margin-left: -20px;
  }

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

  .footer-wrap-02 {
    text-align: center;
  }

  .element-intro-header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .image-2 {
    width: 300px;
  }

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

  .content-grid-02.grid2 {
    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-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content-grid-02.grid2.social-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-3-3 {
    font-style: normal;
    font-weight: 400;
  }

  .heading-3-4 {
    font-style: normal;
    font-weight: 400;
  }

  .popups-1 {
    display: none;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 550px;
    -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;
  }

  .heading-4 {
    font-size: 20px;
    text-align: center;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-3 {
    margin-right: 0px;
  }

  .text-block-7 {
    overflow: auto;
    height: 200px;
    margin-right: -20px;
    margin-bottom: 10px;
    margin-left: -20px;
    text-align: center;
  }

  .button-2 {
    background-color: #01ae40;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .popups-2 {
    display: none;
  }

  .popups-3 {
    display: none;
  }

  .popups-4 {
    display: none;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: 0%;
  }

  .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._3 {
    right: 0%;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: 0%;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }
}

#w-node-f4f087df-ecb2-0ad3-dab1-b8504b7e52d5-24bb4aeb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4f087df-ecb2-0ad3-dab1-b8504b7e52d8-24bb4aeb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

