:root {
  --border-gray: #dbdbdb;
  --pure-blue: #3b2ae5;
  --midnight-blue: #14223a;
  --midnight-blue-2: #172743;
  --white: white;
  --black: #1f1f1f;
  --fav: #14223a;
  --new: #14223a;
  --dark-slate-blue-2: #253551;
  --white-smoke: whitesmoke;
  --dark-slate-blue: #304468;
  --steel-blue: #3887d6;
  --alice-blue: #d6e4f3;
  --alice-blue-2: rgba(231, 237, 245, .67);
  --ghost-white: #eef0f6;
  --newban: #7b828d;
}

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

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.body {
  color: #000;
  font-family: Inter, sans-serif;
}

.nav-wrapper-01 {
  border-bottom: 1px solid var(--border-gray);
  background-color: #fff;
  justify-content: center;
  display: flex;
}

.nav-inner {
  width: 100%;
  max-width: 1432px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-inner.n1 {
  display: none;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-link.in-footer {
  margin-bottom: 15px;
}

.brand-link.in-footer._2 {
  margin-bottom: 0;
}

.logo-txt {
  color: #000;
  margin-top: 3px;
  line-height: 23px;
}

.blue {
  color: var(--pure-blue);
  font-size: 23px;
  font-weight: 700;
}

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

.nav-link {
  color: #000;
  text-transform: none;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--pure-blue);
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.nav-link.w--current {
  color: var(--pure-blue);
}

.nav-link.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.in-drop {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: var(--border-gray);
  border-left-style: none;
  border-left-color: var(--border-gray);
}

.button {
  background-color: var(--pure-blue);
  text-transform: none;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.button.nav {
  background-color: var(--pure-blue);
  text-transform: none;
  border-radius: 0;
  font-size: 16px;
  transition: all .2s;
}

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

.button.nav._2 {
  border: 3px solid var(--pure-blue);
  margin-left: 0;
  padding: 11px 20px;
}

.button.nav._2.outline {
  color: var(--pure-blue);
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.button.pricing, .button.in-form {
  width: 100%;
  text-align: center;
}

.button.team-member {
  width: 48%;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  display: block;
}

.nav-menu.aligment {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-01 {
  width: 100%;
  height: auto;
  min-height: 70vh;
  border-bottom: 1px solid var(--border-gray);
  background-image: url('../images/man-on-computer.jpg');
  background-position: 45vw;
  background-repeat: no-repeat;
  background-size: auto 110%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-01.software {
  min-height: 60vh;
  background-image: url('../images/software.jpg');
}

.hero-content-01 {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.inner-hero-content-01 {
  max-width: 650px;
  border: 1px solid var(--border-gray);
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.body-2 {
  color: #000;
  font-family: Inter, sans-serif;
}

.heading-1 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 41px;
  font-weight: 600;
  line-height: 55px;
}

.paragraph {
  opacity: .75;
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.no-bottom-pad {
  margin-bottom: 0;
}

.paragraph.no-bottom-pad.center {
  text-align: center;
}

.paragraph.black {
  opacity: 1;
}

.paragraph.black.center {
  text-align: center;
}

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

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.secondary-button.in-pricing {
  margin-top: 20px;
  margin-left: 0;
}

.secondary-button.in-pricing:hover {
  transform: none;
}

.secondary-button.in-blog, .secondary-button.no-left-margin {
  margin-top: 20px;
  margin-left: 0;
}

.secondary-button.no-left-margin.n2 {
  margin-top: 0;
}

.secondary-button.no-left-margin.margin {
  margin-top: auto;
}

.secondary-button.invert {
  filter: invert();
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.clients-section-01 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.clients-inner-01 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.client-logo {
  max-width: 175px;
  opacity: .55;
  transition: all .2s;
}

.client-logo:hover {
  opacity: 1;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.clients-title {
  color: var(--pure-blue);
  text-transform: none;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.content-section-01 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

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

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

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

.border-effect {
  z-index: 1;
  border: 5px solid var(--pure-blue);
  background-color: #fff;
  position: absolute;
  top: -20px;
  bottom: 15px;
  left: 15px;
  right: -20px;
}

.border-effect.no-fill {
  background-color: rgba(0, 0, 0, 0);
}

.section-title {
  color: var(--pure-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.section-title.footer {
  margin-bottom: 20px;
}

.section-title.footer.color {
  color: var(--midnight-blue);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.form-section-01 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.big-image-form-01 {
  width: 100%;
  height: 350px;
  background-image: url('../images/nyc-skyline.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.form-section-inner {
  width: 100%;
  max-width: 750px;
  border: 1px solid var(--border-gray);
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -170px;
  padding: 50px;
  display: flex;
}

.newsletter-form-01 {
  align-items: stretch;
  display: flex;
}

.text-field-01 {
  height: 48px;
  border: 1px solid var(--border-gray);
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01:active {
  border-color: var(--border-gray);
  color: var(--pure-blue);
}

.nexsletter-form-block-01 {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 0;
}

.cards-section-01 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cards-01-inner-wrap {
  width: 100%;
  max-width: 1100px;
}

.card-01-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.card-01-grid.pages {
  grid-template-columns: 1fr 1fr;
}

.card-01 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-image {
  width: 100%;
  height: 225px;
  border: 1px none var(--border-gray);
  background-image: url('../images/man-on-computer.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-image._1 {
  background-image: url('../images/reporting.jpg');
}

.card-image._2 {
  background-image: url('../images/on-a-train.jpg');
}

.card-image._3 {
  background-image: url('../images/interface.jpg');
}

.card-content-01 {
  width: 90%;
  border: 1px solid var(--border-gray);
  background-color: #fff;
  margin-top: -90px;
  padding: 0;
}

.card-content-01.home {
  width: 100%;
  margin-top: 0;
}

.heading-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-weight: 600;
  display: flex;
}

.heading-3.bigger {
  font-size: 25px;
  line-height: 30px;
}

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

.heading-3.team-member.bigger {
  font-size: 30px;
  line-height: 40px;
}

.heading-3.margin {
  margin-top: 35px;
}

.heading-3.bigger {
  color: var(--midnight-blue-2);
  font-size: 25px;
  line-height: 30px;
}

.card-01-button {
  width: 100%;
  background-color: var(--pure-blue);
  text-align: center;
  text-transform: none;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.card-01-button:hover {
  opacity: .8;
}

.inner-card-content-01 {
  padding: 20px;
}

.footer-section-01 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.footer-01-div {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-sec-1 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
}

.location-wrap {
  margin-top: 20px;
}

.location-title {
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.grid-sec-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-sec-2.gh {
  justify-content: center;
  align-items: center;
}

.services-wrap-footer {
  text-align: justify;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.footer-link {
  opacity: .8;
  color: #000;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
  color: var(--midnight-blue-2);
}

.legal-info {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.legal-info.small-footer {
  margin-top: 0;
}

.pricing-section-01 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pricing-div-01 {
  width: 100%;
  max-width: 1432px;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.pricing-card-01 {
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: var(--pure-blue) var(--border-gray) var(--border-gray);
  background-color: #fff;
  padding: 40px 40px 25px;
}

.pricing-card-01._1 {
  border-right-style: none;
}

.pricing-card-01._3 {
  border-left-style: none;
}

.pricing-title-01 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.plan-price-wrap {
  margin-bottom: 25px;
}

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

.heading-4 {
  margin-top: 0;
  font-weight: 600;
}

.heading-4.smaller {
  font-size: 23px;
  line-height: 33px;
}

.checkbox {
  width: 22px;
  height: 22px;
  background-color: var(--pure-blue);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.feature-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.feature-list-item.center {
  justify-content: center;
}

.pricing-button-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-button-wrap.padding {
  padding-top: 69px;
}

.pricing-button-wrap.padding1 {
  padding-top: 42px;
}

.pricing-button-wrap.padding2 {
  padding-top: 21px;
}

.pricing-title-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.testimonials-section-01 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonials-grid-01 {
  width: 100%;
  max-width: 1100px;
  grid-template-rows: auto;
}

.testimonials-main-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.testimonial-card-01 {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: var(--border-gray) var(--border-gray) var(--border-gray) var(--pure-blue);
  margin-bottom: 20px;
  transition: all .2s;
}

.testimonial-card-01:hover {
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .08);
}

.testimonial-author {
  border-bottom: 1px solid var(--border-gray);
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 75px;
  height: 75px;
  border-right: 1px solid var(--border-gray);
  border-bottom: 1px none var(--border-gray);
  background-image: url('../images/kidfortestimonial.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 20px;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.author-subheading {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.testimonial-text {
  padding: 20px;
}

.testimonial-block-l-01 {
  width: 48%;
}

.testimonial-block-r-01 {
  width: 48%;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 0;
}

.faq-section-01 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faq-wrap-01 {
  width: 100%;
  max-width: 1100px;
  border: 1px solid var(--border-gray);
  background-color: #fdfbfb;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-01 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  padding: 40px;
}

.faq-01.bottom {
  border-bottom-style: none;
}

.faq-title-wrap {
  width: 100%;
  max-width: 1100px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.article-01-hero {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.article-01-image-wrap {
  width: 40vw;
  height: 400px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--border-gray);
  background-image: url('../images/6101163b59fc80521f698912_60df2dddf8ef998f63b60df5_icons8-team-r-enAOPw8Rs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.article-01-preview {
  width: 100%;
  max-width: 1100px;
  align-items: center;
  padding-right: 475px;
  display: flex;
}

.article-preview-01-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.date-readtime {
  align-items: center;
  display: flex;
}

.author-social-div {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
  display: flex;
}

.author-img {
  width: 60px;
  margin-right: 10px;
}

.social-link {
  width: 25px;
  margin-left: 10px;
  transition: all .2s;
}

.social-link:hover {
  opacity: .8;
}

.date-readtime-text {
  opacity: .8;
  color: #000;
  margin-right: 4px;
}

.social-links {
  align-items: center;
  display: flex;
}

.author-info-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.author-name-2 {
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}

.author-div {
  align-items: center;
  display: flex;
}

.author-div.bottom-40 {
  margin-bottom: 40px;
}

.profile-button {
  background-color: #7a878d;
  border-radius: 50px;
  margin-left: 10px;
  padding: 3px 10px 2px;
  transition: all .2s;
}

.profile-button:hover {
  opacity: .8;
}

.name-and-button {
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.webflowbanner {
  border: 1px solid var(--border-gray);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  overflow: visible;
}

.text-block-85 {
  font-weight: 600;
}

.image-74 {
  width: 55px;
  margin-top: -50px;
  margin-bottom: 13px;
}

.article-section {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 100px;
  display: flex;
}

.article-wrapper {
  width: 100%;
  max-width: 600px;
  padding-left: 0;
  padding-right: 40px;
}

.rich-text-block {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.rich-text-block p {
  color: #5d5d5d;
}

.rich-text-block a {
  color: var(--pure-blue);
}

.rich-text-block h2 {
  font-weight: 600;
}

.wfinner {
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  display: flex;
}

.article-cta-wrap {
  width: 100%;
  max-width: 900px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.article-preview-text {
  opacity: .75;
  font-size: 20px;
  line-height: 29px;
}

.related-title-div {
  width: 100%;
  max-width: 900px;
  margin-bottom: 30px;
}

.related-title-div._1100 {
  max-width: 1100px;
}

.article {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px #e4e4e4;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 25px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.article:hover {
  background-color: #fafafa;
}

.related-articles {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.article-text-wrapper {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.heading-4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
}

.blog-preview-related {
  width: 40%;
  height: auto;
  max-width: 40%;
  min-height: 250px;
  background-image: url('../images/6101163b59fc80521f698912_60df2dddf8ef998f63b60df5_icons8-team-r-enAOPw8Rs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.article-wrap {
  width: 100%;
  max-width: 900px;
}

.article-wrap._1100 {
  max-width: 1100px;
}

.blog-date {
  color: var(--pure-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.team-section-01 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.team-member-01 {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--border-gray);
  transition: all .2s;
}

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

.team-member-image-01 {
  width: 100%;
  height: 225px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.team-member-image-01.bill {
  height: 225px;
  background-image: url('../images/Professional-Headshot-Poses-Blog-Post2.jpg');
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
}

.team-member-image-01.new {
  background-image: url('../images/professional-headshot-for-surgical-sales-representative-blog.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.lbil {
  background-image: url('../images/HS-1-Resize-800x550.jpg');
}

.team-member-image-01.will {
  background-image: url('../images/professional-headshots-10-lg.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-picture-01 {
  height: 100%;
  max-width: none;
}

.team-member-info-01 {
  border-style: solid none none;
  border-width: 5px 1px 1px;
  border-color: var(--pure-blue) black black;
  background-color: #fff;
  margin-top: -40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

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

.linkedin-link {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  transition: all .2s;
}

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

.team-title-wrap {
  width: 100%;
  max-width: 1100px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.tabs-section-01 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tabs-01 {
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.tabs-menu-01 {
  border-right: 1px solid var(--border-gray);
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tabs-content-01 {
  align-items: center;
  padding: 40px;
  display: flex;
}

.tab-link-01 {
  opacity: .75;
  white-space: nowrap;
  background-color: #fff;
  border-right: 5px solid #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.tab-link-01:hover {
  opacity: 1;
}

.tab-link-01.w--current {
  border-right-color: var(--pure-blue);
  opacity: 1;
  color: var(--pure-blue);
  background-color: #fff;
}

.in-tabs-image {
  z-index: 5;
  min-height: 350px;
  background-image: url('../images/guy-in-suit.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.hero-section-02 {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nyc-skyline.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.hero-section-02.reduce-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-02.reduce-padding.new-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/intheoffice.jpg');
  background-position: 0 0, 50% 100%;
  background-attachment: scroll, fixed;
}

.hero-section-02.blog {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/girl-with-headphones.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.client-section-02 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.clients-inner-02 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.new {
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.new.hide {
  display: none;
}

.new.n1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-grid-02 {
  width: 100%;
  max-width: 1432px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-grid-02.hide {
  display: none;
}

.content-card-02 {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: var(--border-gray) var(--border-gray) var(--border-gray) var(--pure-blue);
  padding: 20px;
  transition: all .2s;
}

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

.content-card-02.borderclr {
  border-left-color: var(--midnight-blue);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.content-card-02.borderclr.n1 {
  max-height: 514vh;
  min-height: 470px;
  background-color: var(--white);
  border-left-style: solid;
  border-radius: 5px;
}

.content-card-02.borderclr.n1.shadow {
  border: 1px #000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .36);
}

.icon-div {
  width: 48%;
  height: 18%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding: 0;
}

.icon-div.smaller {
  width: 45px;
  height: 45px;
  padding: 8px;
}

.content-02-title-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.hero-section-03 {
  border-bottom: 1px solid var(--border-gray);
  justify-content: center;
  align-items: center;
  padding-top: 175px;
  padding-bottom: 175px;
  display: flex;
  position: relative;
}

.hero-content-03 {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inner-hero-content-03 {
  max-width: none;
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: var(--border-gray) var(--border-gray) var(--border-gray) var(--pure-blue);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-left: -64px;
  padding: 0 500px 0 40px;
  display: flex;
}

.hero-03-image-wrap {
  width: 40vw;
  height: 400px;
  border: 1px none var(--border-gray);
  background-image: url('../images/image-52-1.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 5%;
}

.hero-03-image-wrap.newimg {
  background-image: url('../images/Untitled-1.png');
}

.form-section-02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-section-inner-02 {
  width: 100%;
  max-width: 750px;
  border: 1px solid var(--border-gray);
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 50px;
  display: flex;
}

.form-section-inner-02.max-width {
  max-width: 1100px;
}

.big-image-form-02 {
  width: 100%;
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nyc-skyline.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tabs-section-02 {
  display: flex;
}

.sticky-tabs-menu {
  border-right: 1px solid var(--border-gray);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.sticky-tabs {
  width: 100%;
  max-width: 1100px;
  align-items: flex-start;
  display: flex;
}

.sticky-tabs-content {
  padding: 0 40px;
}

.sticky-tabs-section, .form-section-03 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.form-03-outer-div {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-03 {
  border: 1px solid var(--border-gray);
  margin-bottom: 0;
  padding: 20px;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-inform {
  height: 48px;
  border: 1px solid var(--border-gray);
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  border-color: var(--border-gray);
  color: var(--pure-blue);
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.form-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.contact-method {
  color: var(--pure-blue);
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.contact-icon {
  width: 22px;
  height: 22px;
  background-color: var(--pure-blue);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.contact-text {
  margin-bottom: 1px;
}

.content-section-03 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-grid-03 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-card-03 {
  border: 1px solid var(--border-gray);
  padding: 20px;
  transition: all .2s;
}

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

.content-wrap-left-03 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.content-left-inner-03 {
  border-style: none none none solid;
  border-width: 5px;
  border-color: black black black var(--pure-blue);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.hero-section-04 {
  width: 100%;
  background-image: url('../images/slant.png'), linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/people-in-office.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 195px;
  display: flex;
}

.hero-section-04.reduce-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-04.blog {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/girl-with-headphones.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-04.no-slant {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Group-689-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-section-04.no-slant.newimg {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Group-728-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.inner-hero-content-04 {
  max-width: 650px;
  border: 1px none var(--border-gray);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.hero-section-05 {
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .8) 41%, rgba(255, 255, 255, 0)), url('../images/happypeopleinoffice.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.hero-section-05.reduce-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-05.blog {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/girl-with-headphones.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-05.no-slant {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/people-in-office.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-form-block {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-form {
  align-items: stretch;
  display: flex;
}

.success-message {
  color: #000;
}

.nav-inner-02 {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-wrapper-02 {
  border-bottom: 1px solid var(--border-gray);
  background-color: #fff;
  justify-content: center;
  display: flex;
}

.nav-wrapper-03 {
  border-bottom: 1px solid var(--border-gray);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-wrapper-03.hide {
  display: none;
}

.navbar-top-banner {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-top-banner-inner {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.email-in-nav {
  border-right: 1px solid var(--border-gray);
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-methods-nav {
  align-items: center;
  display: flex;
}

.phone-in-nav {
  border-right: 1px solid var(--border-gray);
  padding-top: 10px;
  padding-bottom: 10px;
}

.socials-in-nav {
  height: 100%;
  border-left: 1px solid var(--border-gray);
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.social-link-nav {
  color: var(--pure-blue);
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.social-link-nav.no-link:hover {
  opacity: 1;
}

.platform-icon {
  width: 22px;
  height: 22px;
  max-height: 22px;
  max-width: 22px;
  background-color: var(--pure-blue);
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--pure-blue);
}

.dropdown-list.w--open {
  border: 1px solid var(--border-gray);
  background-color: #fff;
}

.dropdown-list.grid.w--open {
  border-bottom-style: none;
  border-left-style: none;
}

.element-intro-section {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  background-color: #f6f4fd;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.element-intro-div {
  width: 100%;
  max-width: 1100px;
  border: 1px solid var(--border-gray);
  background-color: #fff;
  padding: 40px;
  font-size: 16px;
  font-weight: 600;
}

.element-category-section {
  width: 100%;
  background-color: var(--pure-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.element-intro-header-wrap {
  width: 100%;
  max-width: 1100px;
  color: #fff;
  border-left: 5px solid #fff;
  padding: 40px;
}

.link-on-blue {
  color: #fff;
}

.outer-element-wrap {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonials-section-02 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonials-02-div {
  width: 100%;
  max-width: 1100px;
}

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

.left-arrow-slider {
  width: 45px;
  height: 45px;
  background-color: var(--pure-blue);
  padding: 10px;
  font-size: 17px;
  transition: all .2s;
  left: -22px;
}

.left-arrow-slider:hover {
  opacity: .8;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-slider {
  width: 45px;
  height: 45px;
  background-color: var(--pure-blue);
  font-size: 17px;
  transition: all .2s;
  right: -22px;
}

.right-arrow-slider:hover {
  opacity: .8;
}

.slider {
  min-height: 400px;
  background-color: #fff;
}

.testimonial-card-02 {
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-image-2 {
  width: 55%;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.testimonial-image-2._1 {
  width: 55%;
  background-image: url('../images/nyc-skyline.jpg');
  background-position: 50%;
  background-size: cover;
}

.testimonial-image-2._2 {
  background-image: url('../images/people-in-office.jpg');
}

.testimonial-image-2._3 {
  background-image: url('../images/man-on-computer.jpg');
}

.testimonial-info-02 {
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-info-inner-2 {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: var(--border-gray) var(--border-gray) var(--border-gray) var(--pure-blue);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.testimonial-text-02 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.testimonial-author-02 {
  border-bottom: 1px none var(--border-gray);
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-image-02 {
  width: 50px;
  height: 50px;
  border: 1px solid var(--border-gray);
  background-image: url('../images/kidfortestimonial.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 20px;
}

.testimonial-image-02._2 {
  background-image: url('../images/headshot1_TrunkClubDallasHeadshots_JoeKathrina-069.jpg');
}

.footer-section-02 {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-wrap-02 {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.socials-in-footer {
  height: auto;
  border-left: 1px none var(--border-gray);
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.footer-01-bottom {
  width: 100%;
  max-width: 1100px;
  border-top: 1px solid var(--border-gray);
  justify-content: space-between;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-section-03 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-03-div {
  width: 100%;
  max-width: 1432px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-top-bar {
  width: 100%;
  max-width: 1432px;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px 20px;
  display: flex;
}

.footer-top-bar.hide {
  display: none;
}

.footer-03-bottom {
  width: 100%;
  max-width: 1100px;
  border-top: 1px solid var(--border-gray);
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  display: flex;
}

.footer-newsletter-form {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-newsletter-block {
  width: 100%;
  align-items: stretch;
  display: flex;
}

.article-02-section {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.article-02-div-wrap {
  width: 100%;
  max-width: 1100px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.article-02-left-div {
  width: 70%;
  padding-right: 50px;
}

.article-02-right-div {
  width: 30%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.article-02-image-wrap {
  width: 100%;
  height: 400px;
  border: 1px solid var(--border-gray);
  background-image: url('../images/6101163b59fc80521f698912_60df2dddf8ef998f63b60df5_icons8-team-r-enAOPw8Rs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 40px;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.article-wrapper-02 {
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.article-cta-02 {
  border: 1px solid var(--border-gray);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  position: static;
  top: 85px;
  overflow: visible;
}

.article-cta-inner-02 {
  width: 100%;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.article-cta-heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.share-on-social {
  margin-bottom: 0;
}

.socials-on-article {
  height: auto;
  border-left: 1px none var(--border-gray);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-link-article {
  color: var(--pure-blue);
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-article:hover {
  opacity: .8;
}

.social-link-article.no-link:hover {
  opacity: 1;
}

.sticky-nav-wrap {
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-spacer {
  width: 100%;
  height: 125px;
}

.form-block-04 {
  width: 100%;
  border: 1px none var(--border-gray);
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.big-image-form-04 {
  width: 100%;
  height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/women-in-office.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.form-section-inner-04 {
  width: 100%;
  max-width: 750px;
  border: 1px solid var(--border-gray);
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -320px;
  padding: 50px;
  display: flex;
}

.form-section-04 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.team-section-02 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.team-div-02 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-02 {
  width: 100%;
  border: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

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

.team-member-image-02 {
  width: 100%;
  height: 250px;
  border: 1px solid var(--border-gray);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-image-02.bill {
  background-image: url('../images/Professional-Headshot-Poses-Blog-Post2.jpg');
}

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

.team-member-image-02.nill {
  background-image: url('../images/headshot1_TrunkClubDallasHeadshots_JoeKathrina-069.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.team-member-info-02 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 0;
  display: flex;
  position: relative;
}

.team-member-button-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.team-icon-contact {
  width: 17px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 7px;
}

.team-icon-contact.email {
  margin-bottom: 0;
}

.pricing-section-02 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pricing-card-02 {
  border: 1px solid var(--border-gray);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 25px;
  display: flex;
}

.pricing-card-02._1 {
  border-right-style: none;
}

.pricing-card-02._3 {
  border-left-style: none;
}

.pricing-card-02.central {
  z-index: 5;
  border-style: solid;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 70px;
  position: relative;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .12);
}

.pricing-title-02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.plan-price-wrap-02 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.pricing-button-wrap-02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.big-price {
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.big-price.bigger {
  font-size: 25px;
  line-height: 30px;
}

.big-price.team-member {
  margin-bottom: 6px;
}

.big-price.team-member.bigger {
  font-size: 30px;
  line-height: 40px;
}

.recommended-wrap {
  width: 100%;
  background-color: var(--pure-blue);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-div-02 {
  width: 100%;
  max-width: 1100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.tabs-03 {
  margin-top: 0;
}

.tab-link-03 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03:hover {
  opacity: .8;
}

.tab-link-03.w--current {
  background-color: var(--pure-blue);
  color: #fff;
}

.tabs-menu-03 {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.tabs-subheader {
  width: 100%;
  max-width: 1100px;
  opacity: .8;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

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

.tabs-section-03 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.inner-card-content-02 {
  padding: 20px;
}

.card-content-02 {
  width: 90%;
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: var(--pure-blue) var(--border-gray) var(--border-gray);
  background-color: #fff;
  margin-top: -70px;
  padding: 0;
}

.card-02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-02-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.cards-section-02 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.blue-nav-banner {
  width: 100%;
  background-color: var(--pure-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  display: flex;
}

.white-link {
  color: #fff;
}

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

.blue-link {
  color: var(--midnight-blue);
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  width: 100%;
  min-height: 70vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.margin {
  max-height: 50vh;
  max-width: 100%;
  min-height: 50vh;
  background-image: none;
  background-size: auto;
  display: none;
}

.section.margin.f1 {
  background-image: none;
}

.section.margin.hide {
  display: none;
}

.section.margin.height {
  max-height: none;
  min-height: auto;
}

.slider-2 {
  width: 100%;
  min-height: 70vh;
}

.slider-2.margin {
  max-height: 50vh;
  min-height: 50vh;
}

.slide {
  background-image: url('../images/Digital-Transformation.png');
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: -65px;
  display: flex;
}

.hero-text.margin {
  max-width: 80%;
  align-items: flex-end;
  margin-top: 108px;
}

.hero-text.margin.n1 {
  max-width: 70%;
}

.heading-5 {
  color: #fff;
  margin-bottom: 15px;
  margin-left: 0;
  position: static;
}

.section-2 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.section-2.alignment {
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 60px;
  display: none;
}

.home-gridcontent {
  width: 100%;
  border: 1px solid #dbdbdb;
  border-top: 6px solid #3b2ae5;
  padding: 40px 40px 25px;
  display: block;
}

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

.headingblock {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.learnmoreblock {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.learnmoreblock.margin {
  margin-top: 79px;
}

.learnmoreblock.margin1 {
  margin-top: 39px;
}

.text-block-86 {
  font-size: 16px;
  font-weight: 600;
}

.paragraph-2 {
  font-size: 16px;
}

.contentblock {
  padding-bottom: 0;
  font-size: 16px;
}

.heading-6 {
  font-weight: 600;
}

.section-3 {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-3.clr {
  background-color: #eef0f6;
}

.section-3.clr.padding {
  background-color: #fff;
  padding-top: 40px;
}

.section-4 {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  padding: 100px 60px;
}

.section-4.margin {
  background-color: #eff2fc;
  padding: 50px 40px;
}

.section-4.margin.nn3 {
  display: none;
}

.grid-3 {
  grid-template-rows: auto;
}

.grid-3.n2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-3.n2.margin {
  margin-bottom: 20px;
}

.div-block {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 19px;
  display: flex;
}

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

.div-block-2 {
  width: 100%;
  height: 6vh;
}

.div-block-3 {
  width: 50%;
  height: 6vh;
  border: 3px solid var(--pure-blue);
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 9px;
  display: none;
}

.text-block-87 {
  color: var(--pure-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
}

.text-block-87.color {
  color: var(--midnight-blue);
}

.text-block-88 {
  color: var(--black);
}

.div-block-4 {
  width: 28px;
  height: 4vh;
  border: 3px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-left: -212px;
  display: flex;
}

.image-75 {
  border: 1px solid var(--pure-blue);
  background-color: var(--pure-blue);
  color: var(--pure-blue);
}

.text-block-89 {
  font-size: 16px;
  font-weight: 600;
}

.form-block-5 {
  width: 50%;
  height: 6vh;
  display: block;
}

.text-field-4 {
  border: 3px solid var(--midnight-blue);
  border-radius: 8px;
}

.section-6 {
  display: none;
}

.text-field-5 {
  border: 3px solid var(--pure-blue);
  border-radius: 8px;
}

.form-block-6 {
  width: 50%;
}

.submit-button {
  background-color: var(--pure-blue);
  position: static;
}

.section-7 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  max-width: 1432px;
}

.heading-7 {
  color: var(--pure-blue);
}

.section-9.hide {
  display: none;
}

.container-3 {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: -37px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nvmenu {
  margin-bottom: 5px;
}

.nvmenu.newnav.newdes {
  background-color: #fff;
  display: none;
}

.nvmenu.h1 {
  display: none;
}

.container-4 {
  width: 1305rem;
  max-width: 100%;
}

.dropdown {
  color: #fff;
  background-color: #172743;
  flex: 1;
  margin-right: 1px;
  font-size: 18px;
  display: block;
}

.dropdown.alignment {
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dropdown-toggle-3, .dropdown-toggle-4, .dropdown-toggle-5, .dropdown-toggle-6, .dropdown-toggle-7, .dropdown-toggle-8 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-2 {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-90 {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-link {
  color: #fff;
  background-image: linear-gradient(#294564, #10101b);
}

.dropdown-link:hover {
  color: #000;
  background-color: #daebfc;
  background-image: none;
}

.div-block-9 {
  justify-content: flex-end;
  display: flex;
}

.div-block-10 {
  width: 28%;
  justify-content: space-around;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-wrapper-03-2 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-inner-2 {
  width: 100%;
  max-width: 1432px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dropdown-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.blue-2 {
  color: #3b2ae5;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.dropdown-list-2.grid.w--open {
  border-bottom-style: none;
  border-left-style: none;
}

.dropdown-toggle-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.dropdown-toggle-9:hover {
  color: #3b2ae5;
}

.nav-link-2 {
  color: #000;
  text-transform: none;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #3b2ae5;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

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

.nav-link-2.in-drop {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
  border-left-style: solid;
  border-left-color: #dbdbdb;
}

.nav-link-2.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

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

.icon-2 {
  color: #a09f9f;
  background-color: rgba(0, 0, 0, 0);
}

.recent-work {
  border-bottom: 1px solid var(--border-gray);
  color: var(--midnight-blue);
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

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

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 62px;
  margin-bottom: 62px;
  display: grid;
}

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

.slide-7 {
  background-color: #fff;
}

.left-arrow {
  margin-left: auto;
}

.icon-3 {
  color: #a09f9f;
}

.slider-4 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-4.hide {
  display: none;
}

.right-arrow-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-right: auto;
}

.txt {
  flex-direction: row;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  display: flex;
  overflow: visible;
}

.columns {
  margin-top: 60px;
  margin-bottom: 40px;
}

.columns.hidecol {
  display: none;
}

.container-5 {
  background-color: var(--midnight-blue-2);
  color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.div-block-11 {
  height: 8px;
  background-color: var(--midnight-blue-2);
  margin-top: 3px;
}

.div-block-12 {
  padding: 20px 20px 20px 10px;
}

.protext {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.protext.color {
  color: var(--midnight-blue);
  font-weight: 700;
}

.column-2 {
  border-right: 3px none var(--border-gray);
}

.heading-8 {
  color: var(--midnight-blue-2);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.heading-9 {
  color: var(--midnight-blue-2);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tab-link-tab-2.w--current {
  background-color: var(--midnight-blue-2);
  color: #fff;
}

.tab-link-tab-1 {
  background-color: var(--midnight-blue);
}

.tab-link-tab-1.w--current {
  background-color: var(--midnight-blue-2);
  color: #fff;
}

.column-3 {
  border-left: 3px solid var(--border-gray);
}

.tab-pane-tab-1-2 {
  border: 3px solid var(--midnight-blue-2);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-color {
  color: #333;
  text-align: justify;
  background-color: #d9dfea;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.feature-color.padding {
  color: #333;
  text-align: justify;
  padding: 10px 20px 10px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.feature-color.textbottommargin {
  text-align: justify;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.feature-color.margin {
  margin-top: 18px;
}

.feature {
  color: #333;
  text-align: justify;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.feature.padding {
  color: #333;
  text-align: justify;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.feature.textbottommargin {
  color: #333;
  text-align: justify;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.feature.space {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 74px;
}

.tabs-content-2 {
  border: 3px solid var(--midnight-blue-2);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
}

.grid-14 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
}

.div-block-69 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  display: flex;
}

.div-block-69.padding {
  padding-bottom: 18px;
}

.heading-24 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.link {
  color: var(--midnight-blue-2);
  font-weight: 700;
  text-decoration: none;
}

.link.unlink {
  color: var(--black);
  font-weight: 400;
}

.txt-2 {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-17 {
  color: #14223a;
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-3 {
  text-align: justify;
  margin-top: 18px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.paragraph-3.hide {
  display: none;
}

.paragraph-4 {
  text-align: justify;
  margin-top: 18px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.rich-text-block-3 {
  text-align: justify;
  margin-top: 18px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.rich-text-block-4 {
  text-align: justify;
  margin-top: 18px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.rich-text-block-5 {
  text-align: justify;
  margin-top: 18px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.rich-text-block-6 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.rich-text-block-7 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.rich-text-block-8 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.rich-text-block-9 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.rich-text-block-10 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.rich-text-block-11 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.rich-text-block-12 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.rich-text-block-13 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-5 {
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.rich-text-block-14, .rich-text-block-15, .rich-text-block-16, .rich-text-block-17, .rich-text-block-18, .rich-text-block-19, .rich-text-block-20, .rich-text-block-21 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-74 {
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.text-block-91 {
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-77 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.rich-text-block-22 {
  color: #fff;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 600;
}

.slide-8 {
  background-image: url('../images/Group-716.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Group-721.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-10 {
  background-image: url('../images/Group-722.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Group-723.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Group-725.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-15 {
  width: 100%;
  max-width: 1432px;
  grid-row-gap: 49px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-75 {
  box-shadow: 0 1px 4px -1px var(--midnight-blue-2);
  border: 1px #000;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.heading-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.p1 {
  font-size: 16px;
}

.rich-text-block-23 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.rich-text-block-24 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.rich-text-block-25 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-79, .div-block-80, .div-block-81, .div-block-82, .div-block-83 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block-26, .rich-text-block-27, .rich-text-block-28 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.grid-9 {
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 29px;
}

.rich {
  text-align: justify;
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  position: static;
}

.grid-10 {
  text-align: justify;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 9px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-57 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.paragraph-22 {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.rich2 {
  text-align: justify;
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div {
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.text-block-25 {
  text-align: justify;
  padding-left: 23px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.rch {
  text-align: justify;
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.rch2 {
  text-align: justify;
  margin-bottom: 17px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.html-embed {
  margin-bottom: 18px;
}

.rich-text-block-29, .rich-text-block-30, .rich-text-block-31 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.txtf, .txtare {
  border-radius: 5px;
}

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

.form {
  text-align: justify;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  display: flex;
}

.submit-button-2 {
  text-align: justify;
  background-color: #14223a;
  border-radius: 5px;
  align-self: flex-end;
  margin-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.sec {
  background-color: #e7edf5;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sec.hide {
  display: none;
}

.lbl {
  text-align: justify;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.image-78, .image-79, .image-80, .image-82, .image-83 {
  width: 100%;
  max-height: 50vh;
  min-height: 50vh;
}

.div-block-34 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  display: flex;
}

.link-6 {
  color: #333;
  margin-left: 10px;
  font-size: 18px;
  text-decoration: none;
}

.paragraph-23 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-24 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.paragraph-16 {
  text-align: justify;
  margin-left: 26px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.container-20 {
  justify-content: space-between;
  margin-top: 22px;
  margin-bottom: 18px;
  display: flex;
}

.div-block-38 {
  width: 30%;
  height: 27vh;
  background-color: #4a5b73;
  border-radius: 20px;
}

.div-block-40 {
  height: 7vh;
  background-color: #14223a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-18 {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.text {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  margin-left: 46px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.text.newmargin {
  margin-top: 31px;
}

.rich-text-block-32 {
  font-size: 16px;
}

.paragraph-25 {
  text-align: justify;
  margin-top: 18px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.paragraph-25.hide {
  display: none;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-41.hide {
  display: none;
}

.paragraph-26 {
  text-align: justify;
  margin-top: 18px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.paragraph-26.hide {
  display: none;
}

.div-block-43 {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-43.hide {
  display: none;
}

.rich-text-block-33 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.rich-text-block-34 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.rich-text-block-35 {
  font-size: 16px;
}

.rich-text-block-36, .rich-text-block-37, .rich-text-block-38, .rich-text-block-39 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.rich-text-block-40 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.rich-text-block-40.margin {
  margin-top: 10px;
}

.rich-text-block-41, .paragraph-27 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.paragraph-27.hide {
  display: none;
}

.rich-text-block-42, .rich-text-block-43, .rich-text-block-44 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.image-84, .image-85, .image-86, .image-87, .image-88, .image-89, .image-90, .image-91 {
  width: 100%;
  max-height: 50vh;
  min-height: 50vh;
}

.div-block-84 {
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  position: absolute;
  left: 60%;
  right: 5%;
}

.rich-text-block-45 {
  color: #fff;
  margin-top: -367px;
  font-size: 18px;
}

.rich-text-block-45.nn {
  margin-top: -311px;
}

.rich-text-block-45.n1 {
  margin-top: -280px;
}

.image-92, .image-93, .image-94, .image-95, .image-96, .image-97, .image-98, .image-99, .image-100, .image-101, .image-102, .image-103, .image-104, .image-105, .image-106, .image-107, .image-108, .image-109 {
  width: 100%;
  max-height: 50vh;
  min-height: 50vh;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}

.button-wrap-hero {
  margin-top: 40px;
}

.rich-text-block-46 {
  color: #546681;
  font-size: 14px;
}

.rich-text-block-46.nclr {
  color: #fff;
  letter-spacing: 0;
  white-space: normal;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.rich-text-block-46.nclr.hide {
  display: block;
}

.rich-text-block-46.nclr.clr {
  color: #1a1b1f;
}

.rich-text-block-46.nclr.texthide {
  display: none;
}

.heading {
  color: var(--white);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 1;
}

.hero-image {
  max-height: 50vh;
}

.slider-5 {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.hero-content {
  display: flex;
}

.hero-content.clr {
  height: 50vh;
  max-height: 50vh;
  background-color: var(--fav);
}

.hero-content.n1 {
  object-fit: fill;
  display: none;
  position: static;
  overflow: visible;
}

.hero-content.spacing {
  flex: 1;
}

.content-block-hero {
  max-width: 590px;
  color: var(--white);
  position: relative;
}

.hero-block {
  width: 50%;
  min-height: 350px;
  background-color: var(--fav);
  align-items: center;
  margin-left: auto;
  display: flex;
}

.container-21 {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-21.n1 {
  height: 50vh;
  max-height: 50vh;
  max-width: 100%;
}

.container-21.hide {
  display: none;
}

.hero-image-wrap {
  width: 50%;
  height: 50vh;
  max-height: 50vh;
  min-height: 50vh;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.button-4 {
  background-color: var(--midnight-blue-2);
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button-4.nclr {
  background-color: var(--white);
  color: var(--midnight-blue);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.heading-26 {
  color: var(--white);
}

.div-block-85 {
  position: relative;
  left: 240px;
  right: 140px;
}

.slider-6 {
  width: 100%;
  max-height: 100vh;
  min-height: 68vh;
  background-color: var(--white);
}

.grid-16 {
  border-top: 5px none var(--midnight-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-nav {
  justify-content: flex-end;
  padding-right: 10px;
  display: flex;
}

.div-block-87 {
  background-color: var(--midnight-blue-2);
  color: var(--white);
}

.columns-2 {
  background-color: var(--midnight-blue-2);
}

.heading-27 {
  font-family: Playfair Display, sans-serif;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-22 {
  width: 100%;
  max-width: 580px;
}

.container-22.reduced-width {
  max-width: 474px;
}

.container-22.reduced-width.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  perspective: 200px;
  background-color: #fff;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section-10.align-content-center {
  align-items: center;
  display: flex;
}

.section-10.align-content-center.background-color-black {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
}

.heading-28 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-secondary.is-alternate {
  color: #fff;
  border-color: #fff;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.main-container {
  width: 100%;
  max-width: 1272px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-5.is-alternate {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.navbar {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  display: none;
}

.nav-link-3 {
  color: var(--white);
}

.column-4 {
  padding-left: 10px;
  padding-right: 0;
}

.heading-29 {
  color: var(--white);
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1.3;
}

.heading-29.nclr {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
}

.heading-29.nclr.nopad {
  margin-bottom: auto;
}

.hero-image-2.rotation {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.content-block-hero-2 {
  max-width: 590px;
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  position: relative;
}

.hero-block-2 {
  width: 50%;
  min-height: 240px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.hero-block-2.padding {
  padding-left: 40px;
}

.hero-block-2.size {
  flex-direction: row;
  display: flex;
}

.hero-image-wrap-2 {
  width: 50%;
  min-height: 350px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  display: flex;
  position: relative;
}

.slider-7 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.section-11 {
  display: none;
}

.logo-image {
  width: 150px;
}

.navigation {
  z-index: 9;
  min-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 25px 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation.hide {
  display: none;
}

.navigation-dropdown {
  text-decoration: none;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px rgba(44, 62, 80, .1);
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-navigation {
  width: 100%;
  max-width: 1240px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list-3 {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list-3.w--open {
  z-index: 7;
  min-width: 320px;
  border-radius: 15px;
  padding-top: 15px;
}

.dropdown-list-3.dropdown-smaller {
  min-width: 160px;
  left: -30px;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, .03);
}

.arrow-down {
  margin-left: 8px;
  margin-right: 7px;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.dropdown-column {
  width: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #546681;
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: #484dff;
}

.slider-8 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-8.hide {
  display: none;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.navigation-block-left {
  width: 50%;
  align-items: center;
  display: flex;
}

.header {
  min-height: 50vh;
  background-color: var(--midnight-blue-2);
  justify-content: center;
  align-items: center;
  padding: 20px 3% 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.header.hide {
  display: none;
}

.header.new {
  min-height: 50vh;
  background-color: #14223a;
  padding: 0 0%;
}

.header.newclr {
  width: 100%;
  max-width: 100%;
  background-color: var(--dark-slate-blue-2);
  padding-top: 0;
}

.header.newclr.clrr {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(67deg, #14223a, #ceb086);
}

.container-23 {
  max-width: 50%;
  display: block;
}

.section-12 {
  max-height: 100%;
  min-height: 100%;
  display: none;
}

.div-block-88 {
  width: 30%;
  height: auto;
  min-height: 100%;
  background-color: var(--midnight-blue-2);
}

.grid-17 {
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slider-9 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow-2, .right-arrow-3 {
  display: none;
}

.inner-hero-content-01-2 {
  height: auto;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.hero-section-01-2 {
  width: 100%;
  height: auto;
  min-height: 70vh;
  background-image: url('../images/Rectangle-288-4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 50px;
  display: none;
}

.heading-1-2 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.button-6 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-6:hover {
  opacity: .8;
}

.wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.marquee-wrapper {
  width: 500%;
  display: flex;
}

.marquee {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.card {
  height: 250px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px;
  display: flex;
}

.grid-18 {
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-24 {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.section-13 {
  margin-bottom: 50px;
  display: none;
}

.div-block-89 {
  width: 50%;
  background-color: var(--midnight-blue-2);
  border-radius: 20px;
}

.div-block-90 {
  border: 1px solid var(--midnight-blue-2);
  flex-direction: row;
  align-items: center;
  padding: 16px;
  display: flex;
}

.paragraph-28 {
  font-size: 16px;
}

.inner-hero-content-04-2 {
  max-width: 650px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.hero-section-04-2 {
  width: 100%;
  background-image: url('../images/slant.png'), linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), none;
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 195px;
  display: flex;
}

.hero-section-04-2.no-slant {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-content-01-2 {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.slider-10 {
  width: 100%;
  height: 100%;
}

.content-card-03-2 {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 20px;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .36);
}

.content-card-03-2:hover {
  border-width: 3px;
  border-color: var(--midnight-blue-2);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .07);
}

.icon-div-2 {
  width: 65px;
  height: 65px;
  background-color: #3b2ae5;
  margin-bottom: 20px;
  padding: 13px;
}

.icon-div-2.smaller {
  width: 45px;
  height: 45px;
  background-color: var(--midnight-blue-2);
  padding: 8px;
}

.heading-3-2 {
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
}

.section-14 {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-14.hide {
  display: none;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  margin: auto 12px;
}

.div-block-91 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-91.h1 {
  display: none;
}

.div-block-91.padding {
  background-color: var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.div-block-91.padding.h1 {
  display: none;
}

.section-15 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
}

.container-25 {
  max-width: 90%;
}

.navlink4 {
  color: #fff;
}

.navbar-2 {
  background-color: var(--midnight-blue-2);
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.text-block-92 {
  color: #fff;
}

.container-26 {
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.brand {
  margin-right: 20px;
}

.navbar-3 {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.navbar-3.hide {
  display: none;
}

.dropdown-toggle-10 {
  padding: 10px 40px 10px 10px;
}

.dropdown-toggle-11 {
  display: block;
}

.d1 {
  font-size: 15px;
  font-weight: 500;
}

.container-27 {
  max-width: 95%;
}

.navbar-4 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-4.h1 {
  display: none;
}

.image-110 {
  margin-top: 40px;
  display: none;
}

.div-block-92, .div-block-93 {
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.hover-line-fill {
  width: 100%;
  height: 100%;
  background-color: #a3acc2;
}

.lottie-animation {
  width: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.nav-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.outline-social-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.social-toggle {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 30px;
  display: flex;
}

.menu-items {
  justify-content: center;
  display: flex;
}

.brand-2 {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.dropdown-2 {
  text-transform: none;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-3 {
  height: 100%;
  max-width: 900px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.dropdown-list-4 {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list-4.w--open {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  padding-top: 12px;
  display: flex;
}

.navbar-5 {
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-cover {
  height: 100%;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(136, 158, 168, .05);
}

.social-circle {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: 1px rgba(136, 158, 168, .2);
  border-radius: 100%;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.navigation-content {
  z-index: 10;
  width: 96%;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.dropdown-link-2 {
  width: 100%;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-link-2.bottom {
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-bottom-style: solid;
  font-size: 16px;
}

.dropdown-corner {
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(1vw, 1fr) minmax(auto, 1400px) minmax(1vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-link-4 {
  height: 100%;
  letter-spacing: 1px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-link-4.w--current {
  color: #000;
}

.dropdown-wrapper {
  width: 250px;
  min-width: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px rgba(136, 158, 168, .2);
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar-6 {
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-cover-2 {
  height: 100%;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(136, 158, 168, .05);
}

.text-block-93 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.play-video {
  z-index: 50;
  width: 50px;
  height: 50px;
  background-color: #484dff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -157px;
  margin-left: 245px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.play-video.newvid {
  margin-top: -31px;
  margin-left: auto;
  display: none;
}

.play-icon-image {
  z-index: 24;
  width: 18px;
  margin-left: 2px;
  position: relative;
}

.background-cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-cover.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grain.in-element {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-94 {
  max-height: 281.625vh;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.video {
  display: none;
}

.slide-13 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
}

.slide-14 {
  background-color: rgba(0, 0, 0, 0);
}

.icon-4, .icon-5 {
  display: none;
}

.heading-30 {
  color: #1a3066;
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 1;
}

.header-2 {
  min-height: 72vh;
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 40px;
  display: flex;
}

.hero-block-3 {
  width: 50%;
  min-height: 350px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.hero-image-wrap-3 {
  width: 50%;
  min-height: 350px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.button-7 {
  background-color: #484dff;
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.div-block-95 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-94 {
  color: var(--midnight-blue);
  letter-spacing: 5px;
  margin-top: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
}

.text-block-94.text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-111 {
  display: block;
}

.div-block-96 {
  display: flex;
}

.slider-11 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.grid-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 62px;
  margin-bottom: 62px;
  display: grid;
}

.div-block-98 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide-15 {
  background-color: rgba(0, 0, 0, 0);
}

.heading-31 {
  display: none;
}

.rich-text-block-47, .rich-text-block-48, .rich-text-block-49, .rich-text-block-50 {
  text-align: justify;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.heading-32 {
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-33 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-95 {
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-96, .text-block-97, .text-block-98, .text-block-99, .text-block-100 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-100.color {
  color: var(--white);
}

.heading-34 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.grid-28 {
  grid-column-gap: 77px;
  grid-template-rows: auto auto auto;
}

.div-block-99 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-35 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-28 {
  max-width: 95%;
}

.paragraph-29 {
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-100 {
  border-top: 10px none var(--dark-slate-blue);
}

.section-16 {
  display: none;
}

.flex_horizontal {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.flex_horizontal.hide {
  display: none;
}

.flex_horizontal__child {
  flex-direction: column;
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.display_nonw {
  display: none;
}

.hero_sider__aerrowbutton {
  width: 48px;
  height: 48px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero_sider__aerrowbutton.left_aerrowbutton {
  right: 6vw;
  transform: translate(-64px);
}

.hero_sider__aerrowbutton.right_aerrowbutton {
  right: 6vw;
  transform: translate(0);
}

.hero_slider__slide {
  height: 230px;
  background-color: rgba(0, 0, 0, 0);
}

.hero_slider__mask {
  height: 230px;
}

.hero_slider {
  height: 310px;
  background-color: rgba(0, 0, 0, 0);
}

.grid-29 {
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: auto;
}

.aerrow_circle {
  width: 48px;
  height: 48px;
  border: 2px solid var(--new);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow_circle_arrow {
  width: 24px;
}

.arrow_circle_arrow.left_arrow {
  transform: rotate(180deg);
}

.div-block-101 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-36 {
  margin-top: 10px;
}

.border-effect-2 {
  z-index: 1;
  background-color: #fff;
  border: 5px solid #3b2ae5;
  position: absolute;
  top: -20px;
  bottom: 15px;
  left: 15px;
  right: -20px;
}

.border-effect-2.no-fill {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-01-2 {
  opacity: .75;
  white-space: nowrap;
  background-color: #fff;
  border-right: 5px solid #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.tab-link-01-2:hover {
  opacity: 1;
}

.tab-link-01-2.w--current {
  border-right-color: var(--midnight-blue-2);
  opacity: 1;
  color: var(--midnight-blue-2);
  background-color: #fff;
}

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

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

.para {
  color: #333;
  text-align: justify;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.para.margin {
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  line-height: 24px;
}

.para.medium-para {
  text-align: justify;
  font-weight: 500;
}

.features-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 10px;
  font-size: 16px;
  display: flex;
}

.section-title-2 {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.div-block-102 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 1px 0 12px rgba(72, 77, 255, .24);
}

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

.paragraph-30 {
  opacity: .75;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}

.tabs-menu-01-2 {
  border-right: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-20 {
  grid-template-rows: auto;
}

.div-block-104 {
  display: block;
}

.container-29 {
  max-width: 90%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-17 {
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}

.section-17.clr {
  background-color: #eef0f6;
}

.heading-37 {
  color: var(--midnight-blue-2);
  margin-bottom: 30px;
}

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

.rich-text-block-51 {
  font-size: 16px;
}

.heading-38 {
  color: #fff;
}

.rich-text-block-52 {
  color: var(--white);
}

.rich-text-block-52.newsize {
  align-items: flex-end;
  margin-left: 10px;
  display: flex;
}

.container-30 {
  max-width: 90%;
}

.div-block-105 {
  padding: 20px;
}

.div-block-106 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-31 {
  font-size: 16px;
}

.section-18 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}

.tablink {
  background-color: rgba(0, 0, 0, 0);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tablink:focus, .tablink.w--current {
  border-bottom: 4px solid var(--midnight-blue-2);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.tabs-content-3 {
  margin-top: 40px;
}

.article-2 {
  outline-offset: 0px;
  cursor: auto;
  border-top: 1px #e4e4e4;
  border-bottom: 1px #e4e4e4;
  outline: 3px #333;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 25px 0;
  text-decoration: none;
  transition: all .25s;
  display: none;
}

.article-2:hover {
  background-color: #fff;
}

.blog-preview-related-2 {
  width: 40%;
  height: auto;
  max-width: 40%;
  min-height: 250px;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.recipe-card {
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  transition: transform .3s ease-out;
  display: flex;
}

.recipe-card:hover {
  transform: translate(0, -4px);
}

.recipe-card:focus-visible {
  outline-offset: 6px;
  outline: 2px solid #030303;
}

.recipe-card[data-wf-focus-visible] {
  outline-offset: 6px;
  outline: 2px solid #030303;
}

.recipe-card-thumbnail {
  height: 222px;
  background-image: url('../images/image-52-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.recipe-card-tag {
  color: #fff0e3;
  background-color: #030303;
  border: 1px solid #fff0e3;
  padding: 6px 10px;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: 12px;
  right: auto;
}

.recipe-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue-2);
  border-top: 1px solid #fff0e3;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 20px;
  display: grid;
}

.recipe-card-content.margin {
  background-color: var(--midnight-blue-2);
  padding-bottom: 56px;
}

.recipe-card-content.m1 {
  padding-bottom: 68px;
}

.recipe-card-content.m2 {
  padding-bottom: 95px;
}

.recipe-card-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.text-white-70 {
  color: rgba(255, 255, 255, .7);
}

.text-white-70.margin {
  margin-bottom: auto;
}

.recipe-card-title-2, .recipe-card-title-3 {
  color: var(--white);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.newsec {
  display: none;
}

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

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

.container-31 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary {
  background-color: var(--white);
  color: var(--midnight-blue-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

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

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

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

.shadow-two {
  box-shadow: none;
}

.team-slider {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

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

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

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .36);
}

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

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

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

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

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

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

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

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

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

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title-2 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

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

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 60px 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-slide-image.align {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

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

.div-block-107 {
  width: 45px;
  height: 45px;
  background-color: var(--midnight-blue);
  margin-left: 25px;
  padding: 8px;
}

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

.hero-heading-left-2.hide {
  display: none;
}

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

.image-112 {
  display: none;
}

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

.div-block-108 {
  width: 250px;
  height: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -32px;
}

.div-block-109 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-39 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-113 {
  display: none;
}

.div-block-110 {
  justify-content: center;
  display: flex;
}

.rich-text-block-53, .rich-text-block-54 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.text-block-101 {
  font-size: 16px;
}

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

.tab__link {
  background-color: #fff;
  border: 1px solid #1a3066;
  border-radius: 15px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  transition: all .2s;
  transform: scale(.9);
  box-shadow: 1px 4px 12px rgba(0, 0, 0, .05);
}

.tab__link:hover {
  color: var(--midnight-blue-2);
  transform: scale(1);
  box-shadow: 5px 5px 40px rgba(0, 0, 0, .1);
}

.tab__link:active {
  transform: scale(.98);
}

.tab__link.w--current {
  background-color: var(--midnight-blue);
  color: #fff;
  border-style: none;
  border-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transform: scale(1);
}

.inner-list-item {
  color: #1d1c1c;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
}

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

.features-content-block-2 {
  flex-direction: column;
}

.heading-12 {
  color: #484dff;
}

.tab-link__name {
  font-size: 20px;
  line-height: 25px;
}

.list-2 {
  text-align: justify;
  font-size: 16px;
}

.tabs-view {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.menu-tab {
  justify-content: flex-start;
}

.tab__pane {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.features-content-block-3 {
  flex-direction: column;
  align-items: center;
  margin: 20px 10px;
  font-size: 16px;
  display: block;
}

.features-content-block-3.grid {
  display: flex;
}

.hide {
  display: none;
}

.link-7 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.play-video-2 {
  z-index: 50;
  width: 50px;
  height: 50px;
  background-color: var(--midnight-blue-2);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -157px;
  margin-left: 245px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.btn-big {
  background-color: var(--midnight-blue-2);
  text-align: center;
  border: 1px solid #0277f3;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
}

.btn-big:hover {
  color: #06f;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #06f;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.news-block {
  height: 22vw;
  background-image: url('../images/EW2019-interior-page-banner-2200x408.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
}

.news-content {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.news-hover {
  background-image: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .48));
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-content-2 {
  margin-top: 70px;
  margin-bottom: 20px;
  position: relative;
}

.blog--block {
  z-index: 100;
  height: 18vw;
  cursor: pointer;
  background-image: url('../images/artificial-intelligence.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
  position: relative;
  left: 32px;
}

.blog--block:hover {
  z-index: 9999;
  background-color: #000;
  transform: scale(1.1);
}

.blog--block.block-5 {
  z-index: 0;
  width: 18vw;
  height: 11vw;
  background-image: url('../images/laptop-news-person-1931441.jpg');
  position: absolute;
  top: -15%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.blog--block.block-5:hover {
  z-index: 10000;
}

.blog--block.block-4 {
  width: 22vw;
  height: 20vh;
  cursor: pointer;
  background-image: url('../images/businesspeople-working-finance-accounting-analyze-financi-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -14%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blog--block.block-4:hover {
  z-index: 111111;
}

.blog-heading-block {
  background-color: rgba(29, 28, 28, .46);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-heading-block:hover {
  background-color: rgba(40, 58, 103, .39);
}

.data-container {
  width: 85vw;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.data-container.flex-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.news-col {
  width: 40vw;
  box-shadow: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-block-2 {
  width: 18vw;
  height: 20vh;
  cursor: pointer;
  background-image: url('../images/office-620822_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .5s;
  display: flex;
  position: relative;
  top: -22px;
}

.blog-block-2:hover {
  z-index: 111111;
  position: relative;
  transform: scale(1.1);
}

.blog-block-2.block-3 {
  z-index: 999;
  width: 20vw;
  background-image: url('../images/action-adult-advice-1120344.jpg');
  background-position: 100%;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 14%;
  left: auto;
  right: 0%;
}

.heading-40 {
  color: #484dff;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.heading-40.center-heading {
  color: var(--midnight-blue-2);
  text-align: center;
  text-transform: capitalize;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-40.white-small {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.heading-40.medium {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.color-heading {
  color: #f9a426;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 25px;
  text-decoration: none;
}

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

.news-section {
  background-color: #f0f7ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.news-section.clr {
  background-color: #eff2fc;
}

.div-block-111 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.lhi {
  display: none;
}

.image-114, .image-115 {
  border-radius: 5px;
}

.heading-41, .heading-42, .heading-43, .heading-44 {
  color: #14223a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-116 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-45, .heading-46 {
  color: #14223a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-112 {
  justify-content: space-between;
  display: flex;
}

.section-19 {
  padding: 40px 60px 40px 30px;
}

.paragraph-32 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.bold-text, .heading-47, .heading-48, .bold-text-2, .heading-49, .heading-50, .heading-51, .heading-52, .heading-53, .heading-54, .rich-text-block-55, .rich-text-block-56, .rich-text-block-57, .rich-text-block-58 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-8 {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: #030303;
  background-color: #fff;
  border-radius: 45px;
  margin-top: 40px;
  padding: 18px 35px;
  font-weight: 700;
}

.wrapper-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.rich-text-block-59 {
  color: var(--midnight-blue-2);
}

.textarea, .text-field-6, .text-field-9, .text-field-10 {
  border-radius: 3px;
}

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

.grid-5.new {
  grid-template-columns: 1fr 1fr;
}

.grid-5.new.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: grid;
}

.text-field-8 {
  border-radius: 3px;
}

.field-label-2 {
  border: 1px #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.text-field-11, .text-field-7 {
  border-radius: 3px;
}

.submit-button-3 {
  background-color: #14223a;
  border-radius: 5px;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: inline-block;
  position: static;
}

.div-block-23 {
  box-shadow: none;
  background-color: #e7edf5;
  border-radius: 15px;
  padding: 5%;
}

.div-block-113 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-13 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-decoration: none;
}

.grid-34 {
  grid-template-rows: auto;
}

.link-14 {
  color: var(--black);
  text-decoration: none;
}

.div-block-54 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 7px;
  display: flex;
}

.text-block-24 {
  text-align: justify;
}

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

.bold-text-6 {
  color: #000;
  text-align: justify;
  margin-left: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .section-title.footer.color {
    color: var(--midnight-blue);
  }

  .content-card-02.borderclr {
    border-left-color: var(--midnight-blue);
  }

  .blue-link, .text-block-87.color {
    color: var(--midnight-blue);
  }

  .div-block-4 {
    border-color: var(--midnight-blue);
    background-color: var(--midnight-blue);
  }

  .text-field-4 {
    border-color: var(--midnight-blue);
  }

  .dropdown {
    color: #fff;
    background-color: #172743;
  }

  .dropdown-toggle-3, .dropdown-toggle-4, .dropdown-toggle-5, .dropdown-toggle-6, .dropdown-toggle-7, .dropdown-toggle-8 {
    color: #fff;
  }

  .dropdown-link {
    color: #fff;
    background-image: linear-gradient(#294564, #10101b);
  }

  .div-block-9 {
    justify-content: flex-end;
    display: flex;
  }

  .div-block-10 {
    width: 28%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .sec.hide {
    display: none;
  }

  .slide-16 {
    margin-top: auto;
  }

  .grid-31 {
    margin: 5px;
  }

  .image-113 {
    display: none;
  }

  .tab-link__name {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu {
    align-items: center;
    display: flex;
  }

  .section-title.footer.color {
    color: var(--midnight-blue);
  }

  .content-card-02.borderclr {
    border-left-color: var(--midnight-blue);
  }

  .hero-section-03 {
    display: flex;
  }

  .hero-section-03.hide, .nav-wrapper-03.hide {
    display: none;
  }

  .blue-link {
    color: var(--midnight-blue);
  }

  .section-3.clr.padding {
    background-color: #fff;
  }

  .section-4.margin.color {
    background-color: #eff2fc;
  }

  .section-4.margin.flex {
    justify-content: space-between;
    display: flex;
  }

  .grid-3.n2.hide {
    display: none;
  }

  .grid-3.n2.margin {
    margin-bottom: 20px;
  }

  .text-block-87.color {
    color: var(--midnight-blue);
  }

  .div-block-4 {
    background-color: var(--midnight-blue);
    border-style: none;
    margin-top: -25px;
    margin-left: -323px;
  }

  .text-field-4 {
    border-color: var(--midnight-blue);
  }

  .section-8 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .container-2 {
    border: 1px none var(--pure-blue);
    color: #fff;
    background-color: #14223a;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: flex;
  }

  .div-block-5 {
    color: var(--pure-blue);
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 20px;
    text-decoration: none;
  }

  .page-sidebar-links {
    font-weight: 700;
    text-decoration: none;
    display: inline;
  }

  .column {
    border-right: 2px solid var(--border-gray);
  }

  .side-link {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .side-link.colour {
    color: var(--midnight-blue);
    font-weight: 700;
  }

  .tab-link {
    background-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
  }

  .tab-link.w--current {
    background-color: var(--midnight-blue);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
  }

  .tab-pane-tab-1 {
    border: 3px solid var(--midnight-blue);
    padding: 10px;
  }

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

  .image-76 {
    width: 100%;
    min-height: 70vh;
  }

  .div-block-6 {
    height: 15%;
  }

  .div-block-7 {
    border-bottom: 5px solid var(--midnight-blue);
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-9 {
    width: 100%;
  }

  .container-3 {
    max-width: 1300px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -37px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .nvmenu {
    margin-bottom: 5px;
  }

  .dropdown {
    color: #fff;
    background-color: #172743;
  }

  .dropdown.alignment {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-3, .dropdown-toggle-4, .dropdown-toggle-5, .dropdown-toggle-6, .dropdown-toggle-7, .dropdown-toggle-8 {
    color: #fff;
  }

  .dropdown-link {
    color: #fff;
    background-image: linear-gradient(#294564, #10101b);
    font-size: 16px;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: -41px;
  }

  .div-block-9 {
    justify-content: flex-end;
    display: flex;
  }

  .div-block-10 {
    width: 28%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-link-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-color {
    border-left-style: none;
  }

  .sec.hide, .paragraph-25.hide, .div-block-41.hide {
    display: none;
  }

  .hero-content {
    align-self: auto;
  }

  .div-block-86 {
    background-color: var(--white);
  }

  .slider-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header.new {
    background-image: none;
  }

  .header.newclr {
    background-color: var(--dark-slate-blue-2);
  }

  .header.newclr.clrr {
    background-image: linear-gradient(67deg, #14223a, #ceb086);
  }

  .image-110 {
    display: none;
  }

  .play-video {
    margin-top: -184px;
    margin-left: 292px;
  }

  .slide-13 {
    margin-top: 18px;
  }

  .slide-16 {
    margin-top: 59px;
  }

  .hero-heading-left {
    display: none;
  }

  .gallery-block {
    justify-content: center;
  }

  .gallery-slide-image.align {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-31 {
    margin: 5px;
  }

  .heading-39 {
    text-align: center;
  }

  .image-113 {
    display: none;
  }

  .div-block-110 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .tab-link__name {
    font-size: 20px;
  }

  .play-video-2 {
    background-color: var(--midnight-blue-2);
    margin-top: -184px;
    margin-left: 292px;
  }

  .btn-big {
    background-color: var(--midnight-blue-2);
  }

  .heading-40.center-heading {
    color: var(--midnight-blue-2);
  }

  .news-section.clr {
    background-color: #eff2fc;
  }

  .div-block-111 {
    width: 100%;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .lhi {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .content-grid-02 {
    max-width: 1700px;
  }

  .footer-03-div, .footer-top-bar {
    max-width: 1600px;
  }

  .section.margin {
    background-position: 50% 80%;
  }

  .div-block-4 {
    height: 3vh;
    border-radius: 26px;
    margin-top: -41px;
    margin-left: -407px;
  }

  .div-block-10 {
    width: 24%;
  }

  .recent-work {
    display: none;
  }

  .head3 {
    font-size: 34px;
  }

  .cont {
    max-width: 90%;
  }

  .slider-4 {
    max-width: 940vw;
  }

  .txt {
    font-size: 24px;
  }

  .feature-color, .feature-color.padding, .feature, .feature.padding {
    font-size: 16px;
    line-height: 30px;
  }

  .feature.textbottommargin.padding {
    font-size: 16px;
  }

  .txt-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .rich-text-block-22 {
    text-indent: 0;
    column-count: auto;
    font-size: 20px;
    line-height: 31px;
  }

  .button-2 {
    font-size: 18px;
  }

  .grid-15 {
    max-width: 1700px;
  }

  .rich {
    font-size: 16px;
    line-height: 30px;
  }

  .heading-20 {
    font-size: 22px;
  }

  .paragraph-22, .rich2, .rch {
    font-size: 16px;
    line-height: 30px;
  }

  .sec.hide {
    display: none;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 30px;
  }

  .text {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-29, .heading-29.nclr {
    font-size: 42px;
  }

  .slider-8 {
    height: 50vh;
    padding-top: 30px;
  }

  .header.new {
    background-color: var(--new);
  }

  .header.newclr {
    background-color: var(--dark-slate-blue-2);
    background-image: none;
  }

  .image-110 {
    display: none;
  }

  .slide-13 {
    margin-top: auto;
  }

  .slider-11 {
    max-width: 940vw;
  }

  .h3-2 {
    font-size: 34px;
  }

  .slide-16 {
    margin-top: 0;
    padding-top: 30px;
  }

  .gallery-slider {
    padding-right: 30px;
  }

  .image-112 {
    display: none;
  }

  .grid-31 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 5px;
  }

  .div-block-108 {
    width: 350px;
    height: 60px;
    background-color: var(--midnight-blue);
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: -32px;
  }

  .div-block-109 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-39 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tab__link {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .tab-link__name {
    font-size: 20px;
    font-weight: 700;
  }

  .features-content-block-3 {
    text-decoration: none;
  }

  .link-7 {
    color: #000;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: underline;
  }

  .bold-text-6 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .nav-inner {
    padding: 10px 20px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.nav {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px rgba(0, 0, 0, .11);
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-section-01 {
    background-position: 50%;
    background-size: cover;
  }

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

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

  .clients-inner-01 {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .border-effect {
    display: none;
  }

  .cards-section-01, .footer-section-01, .pricing-section-01, .faq-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-01-hero {
    flex-direction: column;
    padding: 40px 20px 20px;
  }

  .article-01-image-wrap {
    width: 100%;
    position: static;
  }

  .article-01-preview {
    padding-right: 0;
  }

  .article-preview-01-wrap {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .webflowbanner {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    position: static;
  }

  .article-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .article-cta-wrap {
    flex-direction: column;
    align-items: center;
  }

  .article, .related-articles, .team-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-inner-02 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .content-02-title-div {
    text-align: center;
  }

  .hero-content-03 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-hero-content-03 {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-03-image-wrap {
    width: 100%;
    position: static;
  }

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

  .form-03-outer-div {
    grid-template-columns: 1fr;
  }

  .form-block-03 {
    margin-top: 20px;
  }

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

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

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

  .nav-button-wrap {
    display: none;
  }

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

  .navbar-top-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-section-02 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider {
    min-height: 650px;
  }

  .testimonial-card-02 {
    flex-direction: column;
  }

  .testimonial-image-2 {
    width: 100%;
  }

  .testimonial-image-2._1 {
    width: 100%;
    min-height: 300px;
  }

  .testimonial-info-02 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .footer-wrap-02 {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .footer-top-bar {
    flex-direction: column;
  }

  .article-02-section {
    padding: 40px 20px;
  }

  .article-02-div-wrap {
    flex-direction: column;
  }

  .article-02-left-div {
    width: 100%;
    padding-right: 0;
  }

  .article-02-right-div {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    position: static;
  }

  .article-02-image-wrap {
    width: 100%;
    position: static;
  }

  .article-wrapper-02 {
    padding-left: 0;
    padding-right: 0;
  }

  .article-cta-02 {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    position: static;
  }

  .form-block-04 {
    margin-top: 20px;
  }

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

  .team-div-02 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .pricing-card-02 {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-card-02.central {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-div-02 {
    flex-direction: column;
  }

  .tabs-section-03, .cards-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    color: #fff;
  }

  .grid-2 {
    grid-template-rows: auto;
  }

  .div-block-4 {
    margin-top: -54px;
    margin-left: 310px;
  }

  .nvmenu, .container-4, .nav-menu-2, .menu-button-2, .menu-button-2.w--open {
    background-color: #fff;
  }

  .icon {
    color: var(--midnight-blue);
  }

  .div-block-10 {
    width: 45%;
  }

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

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading {
    text-align: center;
  }

  .hero-content {
    flex-wrap: wrap;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .hero-block {
    width: 100%;
    justify-content: center;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-29 {
    text-align: center;
  }

  .content-block-hero-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .hero-block-2 {
    width: 100%;
    justify-content: center;
  }

  .hero-image-wrap-2 {
    width: 100%;
    min-height: auto;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .navigation-link-wrap {
    display: none;
  }

  .header {
    padding-top: 160px;
  }

  .header.new {
    min-height: 31vh;
  }

  .header.newclr {
    padding-top: 40px;
  }

  .hero-section-01-2 {
    background-position: 50%;
    background-size: cover;
  }

  .marquee-wrapper {
    width: 700%;
  }

  .hero-content-01-2 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-3 {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 19px 0;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-items {
    flex-direction: column;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .07);
  }

  .nav-menu-3 {
    width: 100%;
    height: auto;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dropdown-list-4 {
    position: absolute;
  }

  .dropdown-list-4.w--open {
    padding-top: 0;
  }

  .menu-icon {
    width: 28px;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-icon-wrapper {
    height: 100%;
    border: 1px #000;
    border-left: 1px solid rgba(136, 158, 168, .2);
    justify-content: center;
    align-items: center;
    padding: 0 0 0 24px;
    display: flex;
  }

  .dropdown-link-2 {
    min-height: 60px;
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(136, 158, 168, .2);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-corner {
    border-top: 1px solid rgba(136, 158, 168, .2);
    border-left: 1px solid rgba(136, 158, 168, .2);
    top: -6px;
  }

  .nav-link-4 {
    min-height: 60px;
    background-color: #fff;
    border: 1px rgba(136, 158, 168, .2);
    border-top-style: solid;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .12);
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .navbar-6 {
    position: relative;
  }

  .play-video {
    margin-top: -107px;
    margin-left: 144px;
  }

  .heading-30 {
    text-align: center;
  }

  .header-2 {
    padding-top: 160px;
  }

  .hero-block-3 {
    width: 100%;
    justify-content: center;
  }

  .hero-image-wrap-3 {
    width: 100%;
    min-height: auto;
  }

  .border-effect-2 {
    display: none;
  }

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

  .para.medium-para {
    text-align: left;
  }

  .article-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recipe-card-tag {
    padding: 4px 6px;
    font-size: 14px;
  }

  .recipe-card-content {
    flex: 1;
    padding: 24px;
  }

  .recipe-card-title, .recipe-card-title-2, .recipe-card-title-3 {
    font-size: 32px;
  }

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

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

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

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

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

  .menu-button-4 {
    padding: 12px;
  }

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

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

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

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .grid-31, .grid-33 {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link__name {
    font-size: 20px;
  }

  .play-video-2 {
    margin-top: -203px;
    margin-left: 287px;
  }

  .btn-big {
    font-size: 14px;
  }

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

  .news-hover {
    position: absolute;
  }

  .blog--block {
    height: 28vw;
    left: 20px;
  }

  .blog--block.block-5 {
    right: 0%;
  }

  .blog--block.block-4 {
    width: 25vw;
    height: 14vh;
    left: 7%;
  }

  .data-container {
    width: 95vw;
  }

  .news-col {
    width: 50vw;
    justify-content: flex-start;
  }

  .blog-block-2 {
    width: 23vw;
    height: 17vh;
    left: 20px;
  }

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

  .heading-40.medium {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.in-footer {
    padding-left: 0;
  }

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

  .clients-inner-01 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-logo {
    width: 50%;
  }

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

  .content-wrap-left, .content-wrap-left.no-inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .footer-01-div {
    grid-template-columns: 2fr;
  }

  .grid-sec-1 {
    margin-bottom: 40px;
  }

  .pricing-div-01 {
    grid-template-columns: 1fr;
  }

  .pricing-card-01._1 {
    border-right-style: solid;
  }

  .pricing-card-01._3 {
    border-left-style: solid;
  }

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

  .testimonials-grid-01 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .article-section, .related-title-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article {
    flex-direction: column-reverse;
  }

  .article-text-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .blog-preview-related {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

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

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

  .clients-inner-02 {
    flex-wrap: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

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

  .content-02-title-div {
    text-align: center;
  }

  .hero-section-03 {
    flex-direction: column;
    padding: 100px 20px;
  }

  .hero-content-03 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .big-image-form-02, .content-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content-wrap-left-03, .content-wrap-left-03.no-inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-top-banner {
    display: none;
  }

  .footer-03-div {
    grid-template-columns: 2fr;
  }

  .footer-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-spacer {
    height: 90px;
  }

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

  .pricing-card-02._1 {
    border-right-style: solid;
  }

  .pricing-card-02._3 {
    border-left-style: solid;
  }

  .pricing-div-02, .card-02-grid {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    color: #fff;
  }

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

  .div-block-4 {
    margin-top: -55px;
    margin-left: 358px;
  }

  .form-block-5 {
    width: 80%;
  }

  .container-3 {
    margin-top: -2px;
  }

  .head3 {
    font-size: 16px;
  }

  .slider-4 {
    max-width: 100%;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-10 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .navigation-link-wrap {
    display: none;
  }

  .header.new {
    min-height: 20vh;
  }

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

  .marquee-wrapper {
    width: 900%;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .dropdown-link-2, .nav-link-4 {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .play-video {
    margin-top: -146px;
    margin-left: 208px;
  }

  .slider-11 {
    max-width: 100%;
  }

  .h3-2 {
    font-size: 16px;
  }

  .para {
    text-align: justify;
  }

  .para.medium-para {
    text-align: justify;
    font-size: 14px;
  }

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

  .article-2 {
    flex-direction: column-reverse;
  }

  .blog-preview-related-2 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .recipe-card-title, .recipe-card-title-2, .recipe-card-title-3 {
    font-size: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gallery-slider {
    padding: 60px 15px;
  }

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

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

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

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

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

  .tab-link__name {
    font-size: 16px;
  }

  .play-video-2 {
    margin-top: -146px;
    margin-left: 208px;
  }

  .btn-big {
    font-size: 14px;
  }

  .news-block {
    height: 33vw;
  }

  .blog--block {
    height: 35vw;
  }

  .blog--block.block-5 {
    width: 35vw;
    height: 20vw;
  }

  .blog--block.block-4 {
    width: 40vw;
    height: 20vh;
    left: 4%;
  }

  .data-container.flex-container {
    flex-direction: column;
  }

  .news-col {
    width: 95vw;
    justify-content: flex-start;
  }

  .blog-block-2, .blog-block-2.block-3 {
    width: 40vw;
  }

  .heading-40.white-small {
    font-size: 14px;
  }

  .color-heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .brand-link {
    padding-left: 0;
  }

  .hero-section-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .client-logo {
    width: 100%;
  }

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

  .heading-2.center {
    text-align: left;
  }

  .heading-2.pricing {
    text-align: center;
  }

  .form-section-inner {
    width: 90%;
    padding: 20px;
  }

  .nexsletter-form-block-01 {
    width: 100%;
  }

  .testimonials-main-block {
    flex-direction: column;
  }

  .testimonial-block-l-01 {
    width: 100%;
  }

  .testimonial-block-r-01 {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .faq-01 {
    padding: 40px 20px;
  }

  .author-social-div {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .date-readtime-text {
    white-space: nowrap;
  }

  .social-links {
    margin-bottom: 20px;
  }

  .related-title-div {
    padding-left: 0;
    padding-right: 0;
  }

  .article {
    flex-direction: column-reverse;
  }

  .article-text-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .blog-preview-related {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }

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

  .tabs-01 {
    flex-direction: column;
  }

  .tabs-menu-01 {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabs-content-01 {
    padding: 20px;
  }

  .tab-link-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .in-tabs-image {
    min-height: 300px;
  }

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

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

  .content-02-title-div {
    text-align: left;
    align-items: flex-start;
  }

  .inner-hero-content-03 {
    padding: 0;
  }

  .hero-03-image-wrap {
    height: 300px;
  }

  .form-section-inner-02 {
    width: 100%;
    padding: 20px;
  }

  .sticky-tabs-menu {
    width: 100%;
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
  }

  .sticky-tabs {
    flex-direction: column;
  }

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

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

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  ._2-questions-wrap, .contact-method-wrap {
    flex-direction: column;
  }

  .contact-method-wrap.in-form-04 {
    width: 100%;
    align-items: flex-start;
  }

  .contact-method {
    margin-bottom: 10px;
  }

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

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

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

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

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

  .hero-section-04.no-slant {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .inner-hero-content-04 {
    padding: 0;
  }

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

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

  .hero-section-05.no-slant {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-form-block {
    width: 100%;
  }

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

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

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

  .testimonials-02-div {
    position: relative;
  }

  .left-arrow-slider {
    top: auto;
    bottom: -2%;
    left: 20%;
    right: auto;
  }

  .right-arrow-slider {
    top: auto;
    bottom: -2%;
    left: auto;
    right: 20%;
  }

  .testimonial-info-02 {
    margin-top: -75px;
  }

  .testimonial-info-inner-2 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-text-02 {
    font-size: 20px;
    line-height: 30px;
  }

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

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

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

  .footer-01-bottom, .footer-03-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-newsletter-form {
    width: 100%;
  }

  .socials-on-article {
    margin-left: 0;
  }

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

  .form-block-04 {
    width: 100%;
    max-width: 100%;
  }

  .form-section-inner-04 {
    width: 90%;
    padding: 20px;
  }

  .big-price {
    font-size: 40px;
    line-height: 50px;
  }

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

  .text-block-87.color {
    font-size: 22px;
  }

  .div-block-4 {
    margin-left: 205px;
  }

  .form-block-5 {
    width: 100%;
  }

  .dropdown-grid-2 {
    grid-template-columns: 1fr;
  }

  .head3 {
    font-size: 10px;
  }

  .slide-7 {
    height: 100%;
  }

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

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .button-4 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-10 {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .hero-image-wrap-2 {
    padding: 10px;
  }

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

  .header.new {
    min-height: 10vh;
  }

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

  .hero-section-01-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .marquee-wrapper {
    width: 1500%;
  }

  .inner-hero-content-04-2 {
    padding: 0;
  }

  .hero-section-04-2, .hero-section-04-2.no-slant {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-button {
    display: none;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .play-video {
    margin-top: -100px;
    margin-left: 110px;
  }

  .hero-image-wrap-3 {
    padding: 10px;
  }

  .button-7 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .h3-2 {
    font-size: 10px;
  }

  .slide-15 {
    height: 100%;
  }

  .tab-link-01-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-menu-01-2 {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .article-2 {
    flex-direction: column-reverse;
  }

  .blog-preview-related-2 {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .recipe-card-content {
    padding: 20px;
  }

  .recipe-card-title, .recipe-card-title-2, .recipe-card-title-3 {
    font-size: 24px;
  }

  .container-31 {
    max-width: none;
  }

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

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

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .container-32 {
    max-width: none;
  }

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

  .inner-list-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .tab-link__name {
    font-size: 16px;
  }

  .tabs-view {
    flex-direction: column;
  }

  .play-video-2 {
    margin-top: -100px;
    margin-left: 110px;
  }

  .btn-big {
    padding: 0 10px;
  }

  .news-block {
    height: 58vw;
  }

  .blog-content-2 {
    padding-bottom: 0;
  }

  .blog--block {
    height: 54vw;
    left: 0;
  }

  .blog--block.block-5 {
    width: 45vw;
    height: 30vw;
  }

  .blog--block.block-4 {
    width: 45vw;
    height: 15vh;
    left: 2%;
  }

  .data-container {
    padding-top: 30px;
  }

  .data-container.flex-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-col {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .blog-block-2 {
    height: 15vh;
    left: 10px;
  }

  .blog-block-2.block-3 {
    width: 42vw;
    height: 15vh;
  }

  .heading-40 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-40.white-small {
    margin-top: 0;
    font-size: 16px;
  }

  .heading-40.medium {
    text-align: left;
    margin-top: 0;
  }

  .color-heading {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .news-section {
    padding-top: 20px;
  }
}

#w-node-_20206f31-bdbc-ac43-ab11-4db0660b3df3-228ef5a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_20206f31-bdbc-ac43-ab11-4db0660b3e02-228ef5a3, #w-node-_20206f31-bdbc-ac43-ab11-4db0660b3e0e-228ef5a3, #w-node-_20206f31-bdbc-ac43-ab11-4db0660b3e1a-228ef5a3, #w-node-_20206f31-bdbc-ac43-ab11-4db0660b3e54-228ef5a3, #w-node-_5d72cef1-9f43-5ca4-d41b-d3c431ba8495-228ef5a3, #w-node-_5d72cef1-9f43-5ca4-d41b-d3c431ba8497-228ef5a3, #w-node-_51c27e51-1d2c-36c2-6cc3-a322ffd5aa1d-8bf77cb8, #w-node-_0cd1e3c5-ad84-ca02-3a8a-f7b96c6134f1-8bf77cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dbe7171-dd61-3c21-493d-5a6701b24637-01b24635 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_1dbe7171-dd61-3c21-493d-5a6701b24735-01b24635 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c70fe68-1d78-1bbc-b023-cf1eea3efde7-f9eb5fdd, #w-node-_6c70fe68-1d78-1bbc-b023-cf1eea3efded-f9eb5fdd, #w-node-_54fc8bc5-1a6a-6362-610d-6ea7909822ca-525b984e, #w-node-_54fc8bc5-1a6a-6362-610d-6ea7909822ce-525b984e, #w-node-_54fc8bc5-1a6a-6362-610d-6ea7909822d3-525b984e, #w-node-_54fc8bc5-1a6a-6362-610d-6ea7909822d7-525b984e, #w-node-_54fc8bc5-1a6a-6362-610d-6ea7909822db-525b984e, #w-node-d8b198f3-dae2-7b32-229f-c8cdd940a167-815c80d5, #w-node-d8b198f3-dae2-7b32-229f-c8cdd940a16a-815c80d5, #w-node-f8be5241-1fae-3594-3d8d-d61613324dec-851ca987, #w-node-_65b53b6c-372c-33be-2391-d9557c8f216f-851ca987, #w-node-_8791ed8c-b6a6-83bd-0e81-d084766cc91f-851ca987, #w-node-_5e6d28ec-2aa1-7eef-f66c-15fa7b7fcf09-851ca987, #w-node-_1b54fc1d-5589-7121-95d4-67d35cadcf23-851ca987, #w-node-e3311047-ef3f-b7df-b383-54e9e4fbc369-851ca987, #w-node-a6207bcb-0bff-a151-266d-733c45ef011d-851ca987, #w-node-_599c8841-16db-3209-76f9-a3afad73c6ec-851ca987, #w-node-_599c8841-16db-3209-76f9-a3afad73c6f0-851ca987, #w-node-_599c8841-16db-3209-76f9-a3afad73c6f4-851ca987, #w-node-_599c8841-16db-3209-76f9-a3afad73c6f8-851ca987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e26a33f7-cdf9-1373-4dcc-50a4ed6c4d27-851ca987, #w-node-ff38be90-69dd-9b8f-a200-7bb4d905861f-851ca987 {
  align-self: auto;
  justify-self: auto;
}

#w-node-a3adc40b-3788-04f6-9808-1e042aef1d77-851ca987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3adc40b-3788-04f6-9808-1e042aef1d7e-851ca987 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394ef6-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394efb-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f00-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f05-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f0a-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f0f-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f14-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f19-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f1e-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f7c-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f81-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f86-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f8b-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f90-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f95-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f9a-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394f9f-1d70f280, #w-node-_3d60350a-5eba-f8c6-4aae-e841b4394fa4-1d70f280, #w-node-_4df6edcb-a201-a50d-ca0a-a5aaa0419342-c2f8bcb1, #w-node-_4df6edcb-a201-a50d-ca0a-a5aaa0419347-c2f8bcb1, #w-node-_4df6edcb-a201-a50d-ca0a-a5aaa041934c-c2f8bcb1, #w-node-_4df6edcb-a201-a50d-ca0a-a5aaa0419351-c2f8bcb1, #w-node-_4df6edcb-a201-a50d-ca0a-a5aaa0419356-c2f8bcb1, #w-node-_4df6edcb-a201-a50d-ca0a-a5aaa041935b-c2f8bcb1, #w-node-e4e6e6e7-3e67-1b6d-2c59-93f13aa508b8-c2f8bcb1, #w-node-e4e6e6e7-3e67-1b6d-2c59-93f13aa508bd-c2f8bcb1, #w-node-e4e6e6e7-3e67-1b6d-2c59-93f13aa508c2-c2f8bcb1, #w-node-e4e6e6e7-3e67-1b6d-2c59-93f13aa508c7-c2f8bcb1, #w-node-e4e6e6e7-3e67-1b6d-2c59-93f13aa508cc-c2f8bcb1, #w-node-e4e6e6e7-3e67-1b6d-2c59-93f13aa508d1-c2f8bcb1, #w-node-_36f2ff92-11fa-ee27-4b79-a33e2b46d5dd-d81cd12b, #w-node-_36f2ff92-11fa-ee27-4b79-a33e2b46d5e2-d81cd12b, #w-node-_36f2ff92-11fa-ee27-4b79-a33e2b46d5e7-d81cd12b, #w-node-_36f2ff92-11fa-ee27-4b79-a33e2b46d5ec-d81cd12b, #w-node-_36f2ff92-11fa-ee27-4b79-a33e2b46d5f1-d81cd12b, #w-node-_36f2ff92-11fa-ee27-4b79-a33e2b46d5f6-d81cd12b, #w-node-_36f2ff92-11fa-ee27-4b79-a33e2b46d5fb-d81cd12b, #w-node-_36f2ff92-11fa-ee27-4b79-a33e2b46d600-d81cd12b, #w-node-_36f2ff92-11fa-ee27-4b79-a33e2b46d605-d81cd12b, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036b3-d956dad7, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036b8-d956dad7, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036bd-d956dad7, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036c2-d956dad7, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036c7-d956dad7, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036cc-d956dad7, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036d1-d956dad7, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036d6-d956dad7, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036db-d956dad7, #w-node-_14a4e232-68e0-7c7b-047c-e9673f2368f7-8f2c6f84, #w-node-_14a4e232-68e0-7c7b-047c-e9673f2368fc-8f2c6f84, #w-node-_14a4e232-68e0-7c7b-047c-e9673f236901-8f2c6f84, #w-node-_14a4e232-68e0-7c7b-047c-e9673f236906-8f2c6f84, #w-node-_14a4e232-68e0-7c7b-047c-e9673f23690b-8f2c6f84, #w-node-_14a4e232-68e0-7c7b-047c-e9673f236910-8f2c6f84, #w-node-_14a4e232-68e0-7c7b-047c-e9673f236915-8f2c6f84, #w-node-_14a4e232-68e0-7c7b-047c-e9673f23691a-8f2c6f84, #w-node-_14a4e232-68e0-7c7b-047c-e9673f23691f-8f2c6f84, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036b3-441f8807, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036b8-441f8807, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036bd-441f8807, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036c2-441f8807, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036c7-441f8807, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036cc-441f8807, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036d1-441f8807, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036d6-441f8807, #w-node-_30447cc7-b807-c740-6c0d-41ab3f7036db-441f8807 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-a3adc40b-3788-04f6-9808-1e042aef1d77-851ca987 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a3adc40b-3788-04f6-9808-1e042aef1d77-851ca987 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3adc40b-3788-04f6-9808-1e042aef1d77-851ca987, #w-node-a3adc40b-3788-04f6-9808-1e042aef1d7e-851ca987 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


