body {
  font-family: Inter;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 0vh;
  margin-top: 0px;
  padding: 120px 3% 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.header.projects {
  height: 45vh;
  background-color: #3275a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 117, 168, 0.85)), to(rgba(50, 117, 168, 0.85))), url('../images/strange-bullseyes.png');
  background-image: linear-gradient(180deg, rgba(50, 117, 168, 0.85), rgba(50, 117, 168, 0.85)), url('../images/strange-bullseyes.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.container {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
}

.container.space-below {
  margin-bottom: 50px;
}

.content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Abeatbykai ypxy', sans-serif;
  color: #fff;
  font-size: 8vw;
  line-height: 7vw;
  font-weight: 700;
  letter-spacing: 0px;
  text-shadow: 1px 1px 3px #000;
}

.paragraph {
  max-width: none;
  color: #000;
  font-size: 1.5vw;
  line-height: 2vw;
  font-style: normal;
  font-weight: 300;
}

.paragraph.paragraph-centre-white {
  max-width: 570px;
  color: #fff;
  text-align: center;
}

.paragraph.white {
  max-width: none;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 300;
}

.paragraph.show {
  width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 2.5vw;
  line-height: 3vw;
  text-align: center;
}

.paragraph.credits {
  width: 75%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph.credits.hide {
  display: none;
}

.button {
  margin-right: 15px;
  padding: 14px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  font-size: 16px;
}

.button:hover {
  border-color: #3275a8;
  background-color: #3275a8;
}

.button.button-space {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #3275a8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #3275a8;
  font-size: 15px;
}

.button.button-space:hover {
  background-color: #3275a8;
  color: #fff;
}

.button.button-space.nosidemargin {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  border-color: #133652;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #133652;
}

.button.button-space.nosidemargin.hide {
  display: none;
}

.button.button-space.nosidemargin.a {
  width: 100%;
  margin-bottom: 6px;
  text-align: center;
}

.button.button-space.sidemarg {
  margin-left: 15px;
}

.service-card-wrap {
  display: block;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer-title {
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Abeatbykai ypxy', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-column-large {
  width: 64%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}

.footer {
  position: relative;
  padding: 75px 6%;
  background-color: #3275a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 117, 168, 0.86)), to(rgba(50, 117, 168, 0.86))), url('../images/strange-bullseyes.png');
  background-image: linear-gradient(180deg, rgba(50, 117, 168, 0.86), rgba(50, 117, 168, 0.86)), url('../images/strange-bullseyes.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.footer-text-02 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.footer-link {
  margin-bottom: 5px;
  margin-left: 1px;
  padding: 5px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #3275a8;
}

.footer-link.social {
  margin-bottom: 5px;
  padding: 5px;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.column {
  width: 32%;
  padding: 0px;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.card-content-wrap {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #2e3642;
  text-align: center;
}

.paragraph-2 {
  max-width: 320px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  min-height: 350px;
  padding: 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-block._32 {
  width: 30%;
  min-height: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content {
  padding: 75px 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.3);
}

.section-content.bitr {
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/showpic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/showpic.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vh;
  padding-top: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.show.bitr {
  padding-top: 20vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.85)), to(hsla(0, 0%, 95.3%, 0.85))), url('../images/shademidblue.png'), url('../images/showpic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.85), hsla(0, 0%, 95.3%, 0.85)), url('../images/shademidblue.png'), url('../images/showpic.jpg');
  background-position: 0px 0px, 0px 0px, 50% 18%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.confidence {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/CONFIDENCE-Photo-5.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/CONFIDENCE-Photo-5.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.flirt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/Flirt-Bar-look-book-referencea.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/Flirt-Bar-look-book-referencea.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.andrea {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/Dinner-Andrea-1920x1080NT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/Dinner-Andrea-1920x1080NT.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.piemovie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/showsty.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/showsty.jpg');
  background-position: 0px 0px, 0px 0px, 50% 16%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
}

.section-content.show._12night {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/3-miners_2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/3-miners_2.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.live {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/M2C06395-3-1024x361.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/M2C06395-3-1024x361.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.tripak {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/tripakcopy.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/tripakcopy.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.homeward {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/HomewardLA-Poster-768x1178.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/HomewardLA-Poster-768x1178.jpg');
  background-position: 0px 0px, 0px 0px, 50% 37%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.babymine {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/O-Baby-Mine-Header-v2-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/O-Baby-Mine-Header-v2-1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.auto {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/Screenshot-2016-09-26-13.50.44-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/Screenshot-2016-09-26-13.50.44-1.png');
  background-position: 0px 0px, 0px 0px, 50% 23%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.macbeth {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/64853930_361546454714678_8995461276624748544_n.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/64853930_361546454714678_8995461276624748544_n.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.apple {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/poisonapple3.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/poisonapple3.jpeg');
  background-position: 0px 0px, 0px 0px, 0% 5%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.typie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/showssusantypie.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/showssusantypie.jpg');
  background-position: 0px 0px, 0px 0px, 50% 35%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.indigo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/R-3721600-1341735952-5813.jpega.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/R-3721600-1341735952-5813.jpega.jpg');
  background-position: 0px 0px, 0px 0px, 50% 36%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.howmuch {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/showpicshow.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/showpicshow.jpg');
  background-position: 0px 0px, 0px 0px, 0% 16%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.death {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/showpicsdeath.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/showpicsdeath.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show.ruby {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/Screen-Shot-2021-06-14-at-5.48.50-PM-copy.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/Screen-Shot-2021-06-14-at-5.48.50-PM-copy.jpg');
  background-position: 0px 0px, 0px 0px, 50% 33%;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.show._80s {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidblue.png'), url('../images/80sTVLadies_Twitter_2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidblue.png'), url('../images/80sTVLadies_Twitter_2.jpg');
  background-position: 0px 0px, 0px 0px, 50% 44%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.section-content.projectss {
  padding-right: 10%;
  padding-left: 10%;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column-wrap-reversed.hide {
  display: none;
}

.title {
  max-width: 500px;
  margin-bottom: 10px;
  color: #76c4ff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title.job {
  color: #3275a8;
  font-size: 0.9vw;
  line-height: 0.9vw;
  font-style: italic;
  letter-spacing: 1px;
}

.title.role {
  color: #3275a8;
  font-style: italic;
  letter-spacing: 1px;
}

.heading-primary {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Abeatbykai 8gez', sans-serif;
  color: #133652;
  font-size: 4vw;
  line-height: 4.2vw;
  font-weight: 700;
  letter-spacing: 0px;
}

.heading-primary.h3-centre {
  max-width: 700px;
  text-align: center;
}

.heading-primary.h3-centre-white {
  max-width: 700px;
  color: #fff;
  text-align: center;
}

.heading-primary.a {
  margin-bottom: 0px;
  font-size: 2.6vw;
  line-height: 3vw;
}

.heading-primary.bio {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 2.3vw;
  line-height: 2.8vw;
}

.heading-primary.b {
  margin-bottom: 0px;
  font-size: 1.6vw;
  line-height: 2vw;
}

.heading-primary.foot {
  color: #fff;
  font-size: 3.5vw;
  line-height: 4vw;
}

.heading-primary.show {
  margin-bottom: 0px;
  font-size: 5.5vw;
  line-height: 6vw;
  text-align: center;
}

.heading-primary.w {
  color: #fff;
}

.heading-primary.nav {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 3vw;
  line-height: 3vw;
}

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

.link {
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

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

.section-logo {
  display: none;
  overflow: hidden;
  padding: 15px 2%;
  background-color: #001632;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 22, 50, 0.86)), to(rgba(0, 22, 50, 0.86))), url('../images/strange-bullseyes.png');
  background-image: linear-gradient(180deg, rgba(0, 22, 50, 0.86), rgba(0, 22, 50, 0.86)), url('../images/strange-bullseyes.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section-logo.quote {
  padding-top: 30px;
  padding-bottom: 29px;
}

.section-logo.quote.noquote {
  padding: 50px 10%;
}

.full-logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.light-logo {
  width: 130px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.column-wrap.nopad {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.column-wrap.hide {
  display: none;
}

.navigation-dropdown {
  display: none;
}

.phone-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546681;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

.link-block {
  text-decoration: none;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

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

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

.navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  background-color: transparent;
}

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

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

.logo-image {
  width: 90px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.phone-image {
  display: block;
  margin-right: 8px;
  text-align: center;
}

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

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.mobile-button-link {
  display: none;
}

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

.logo-link {
  color: #333;
  text-decoration: none;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  height: auto;
  min-height: 0px;
  padding: 16px 5%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.title-wrap-left.center {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px 15px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

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

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

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

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

.paragraph-small {
  max-width: 450px;
  margin-bottom: 0px;
  color: #3b4c5b;
  font-size: 14px;
  letter-spacing: -0.2px;
}

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

.content-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  min-height: 350px;
  padding: 10px 25px 10px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block-right.bio {
  width: 70%;
  min-height: 0px;
  padding: 0px 0px 0px 45px;
}

.testimonial-slider {
  display: none;
  height: 100%;
  background-color: transparent;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block {
  position: relative;
  max-width: 590px;
}

.arrow {
  width: 28px;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-name {
  margin-top: 0px;
  color: #546681;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  position: absolute;
  left: -15px;
  top: -25px;
  min-width: 70px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: #133652;
}

.button-default {
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #484dff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button-default:hover {
  background-color: #343af0;
}

.new-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 4px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(45, 202, 115, 0.1);
  color: #2dca73;
  font-size: 12px;
}

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

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

.paragraph-hero {
  max-width: none;
  color: #3275a8;
  font-size: 2vw;
  line-height: 2;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);
}

.content-block-hero {
  position: relative;
  max-width: none;
  margin-bottom: 25px;
}

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

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.title-wrap.show {
  margin-bottom: 100px;
}

.section-statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f7ff;
}

.footer-text {
  max-width: 320px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.legal-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 2% 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-text {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 95.3%, 0.94);
  font-size: 12px;
  font-weight: 300;
}

.social-link-wrap {
  display: none;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fbdee3;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 7px 7px 150px 0 rgba(84, 102, 129, 0.08);
}

.statistic-circle-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-capped {
  color: #546681;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.counterup {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #484dff;
  font-size: 52px;
  line-height: 52px;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 13px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flowbase-title {
  margin-bottom: 4px;
  font-family: Circularstd;
  color: #5b3acc;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.25px;
}

.flowbase-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-card-wrap {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #7020ff;
}

.text-span-2 {
  color: #5b3acc;
}

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

.feature-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.biosection {
  min-height: 500px;
  padding: 75px 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3275a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 117, 168, 0.66)), to(rgba(50, 117, 168, 0.66))), url('../images/strange-bullseyes.png');
  background-image: linear-gradient(180deg, rgba(50, 117, 168, 0.66), rgba(50, 117, 168, 0.66)), url('../images/strange-bullseyes.png');
  background-position: 0px 0px, 0px 0px;
}

.blog-article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-card {
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  padding: 0px 0px 30px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-align: center;
}

.blog-card:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.blog-card.page {
  width: 30.3%;
  margin: 2% 1%;
  padding-bottom: 0px;
}

.blog-placeholder-image {
  width: 100%;
  min-height: 220px;
  border-radius: 0px;
  background-image: url('../images/unsplash_img_03.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9f9f0;
}

.category-title {
  color: #38cb89;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.blog-content {
  height: auto;
  margin-bottom: 15px;
}

.section-blog {
  min-height: 500px;
  padding: 75px 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.3%, 0.87)), to(hsla(0, 0%, 95.3%, 0.87))), url('../images/shademidbluea.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.3%, 0.87), hsla(0, 0%, 95.3%, 0.87)), url('../images/shademidbluea.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-blog.aboutshow {
  padding: 100px 9% 125px;
}

.section-testimoinals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f7ff;
}

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

.arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #133652;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 54, 82, 0.82)), to(rgba(19, 54, 82, 0.82))), url('../images/strange-bullseyes.png');
  background-image: linear-gradient(180deg, rgba(19, 54, 82, 0.82), rgba(19, 54, 82, 0.82)), url('../images/strange-bullseyes.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-right: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  margin-top: 7px;
  margin-bottom: 15px;
  color: #484dff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.blog-placeholder-image-03 {
  width: 100%;
  min-height: 220px;
  border-radius: 0px;
  background-image: url('../images/unsplash_img_02.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-placeholder-image-02 {
  width: 100%;
  min-height: 220px;
  border-radius: 0px;
  background-image: url('../images/unsplash_img.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.link-02 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

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

.clone-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-height: 50px;
  min-width: 150px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.clone-button:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.text-span-3 {
  color: #5b3acc;
}

.remove-before-use {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(46, 54, 66, 0.93);
}

.flowbase-card-delete {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navh1 {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.4);
}

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

.showpic {
  border-style: none;
  border-width: 6px;
  border-color: #133652;
  border-radius: 0px;
}

.showbox {
  position: relative;
  overflow: hidden;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/shadedarkbluea.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.shadow.flip {
  display: none;
  background-image: url('../images/shadedarkblue.png');
}

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

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chisholmdesigns {
  font-family: 'Abeatbykai ypxy', sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.chisholmdesigns:hover {
  color: #3275a8;
}

.image-2 {
  margin-bottom: 15px;
}

.socialicon {
  width: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.mask-2 {
  overflow: hidden;
  height: auto;
}

.quotename {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

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

.slider {
  position: static;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  width: 88%;
  height: 12vh;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slider.auto {
  height: auto;
}

.quotediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quotediv.autosize {
  height: auto;
}

.quote {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-style: italic;
  font-weight: 400;
}

.quote.c {
  font-size: 34px;
  font-style: normal;
  text-align: center;
}

.slide {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.vids {
  width: 38vw;
}

.vids._75 {
  width: 55vw;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 50px auto 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3.c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsdiv.swap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.newspic {
  width: 38%;
  margin-right: 20px;
  float: left;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.newspic.swap {
  margin-right: 0px;
  margin-left: 20px;
}

.newsdivbloc.swap {
  text-align: right;
}

.newsp {
  font-size: 18px;
  line-height: 22px;
}

.newbutton {
  display: inline-block;
  border-radius: 8px;
  background-color: #3e8249;
}

.div-block-4 {
  width: 90%;
}

.div-block-5 {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-5.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pic {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pic._45 {
  width: 45%;
}

.div-block-6 {
  margin-top: 50px;
}

.div-block-6._50bottom {
  margin-bottom: 50px;
}

.div-block-7 {
  display: block;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.spotify {
  text-align: center;
}

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

.div-block-8 {
  margin-bottom: 50px;
}

.webslink {
  color: #76c4ff;
  font-weight: 900;
  text-decoration: none;
}

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

.image-4 {
  display: block;
  width: 75%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.projectdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.section.blue {
  padding: 75px 10%;
  background-color: #3275a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 117, 168, 0.85)), to(rgba(50, 117, 168, 0.85))), url('../images/strange-bullseyes.png');
  background-image: linear-gradient(180deg, rgba(50, 117, 168, 0.85), rgba(50, 117, 168, 0.85)), url('../images/strange-bullseyes.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.contactdiv {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 22, 50, 0.92);
}

.div-block-10 {
  padding: 30px;
  background-color: #fff;
}

.text-field-2 {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #f6f7fb;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.text-field-2:focus {
  border: 1px solid #fff;
}

.text-field-2.message {
  display: block;
  min-height: 100px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.paragraph-3.center {
  font-family: Lato, sans-serif;
  text-align: center;
}

.link-3 {
  color: #000;
}

.link-3:hover {
  color: #e74c3c;
}

.exitimage {
  display: block;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.submit-button {
  width: 55%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px 2px 2px 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #3275a8;
  font-size: 16px;
  line-height: 16px;
}

.submit-button:hover {
  opacity: 0.7;
}

.submit-button:active {
  opacity: 0.7;
}

.error-message {
  background-color: #ff5252;
}

.section-intro {
  width: 570px;
  margin-right: auto;
  margin-left: auto;
}

.section-intro.left {
  display: block;
  width: 96%;
}

.section-intro.left.team.short {
  width: 100%;
  margin-left: 0px;
  text-align: center;
}

.success-message {
  background-color: #2c945b;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-2 {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.exit {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
}

.heading-6 {
  display: inline-block;
  margin-bottom: 25px;
  border-bottom: 3px solid #e74c3c;
  color: #516473;
  text-align: left;
  text-transform: uppercase;
}

.heading-6.a {
  display: inline-block;
  font-size: 34px;
  line-height: 44px;
  text-align: left;
}

.heading-6.a.short {
  border-bottom-color: #133652;
}

.biodiv {
  position: relative;
  overflow: scroll;
  width: 65%;
  height: 75vh;
  padding: 35px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.55);
}

.biodiv.auto {
  width: 50%;
  height: auto;
}

.bold-text {
  font-family: 'Abeatbykai ypxy', sans-serif;
}

.nav-link {
  height: auto;
  font-weight: 300;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: auto;
  padding-right: 3%;
  padding-left: 3%;
  background-color: hsla(0, 0%, 100%, 0.94);
}

.image-5 {
  display: block;
  width: 30%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-11 {
  margin-bottom: 60px;
}

.showlink {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-4 {
  color: #3275a8;
  font-weight: 400;
}

html.w-mod-js *[data-ix="initialcontact"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="onload"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    text-align: center;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 45%;
  }

  .hero-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

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

  .column-wrap-reversed {
    margin-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-link {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    color: #3b4c5b;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }

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

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0px;
  }

  .container-navigation {
    position: relative;
    z-index: 99;
  }

  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: rgba(84, 102, 129, 0.08);
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }

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

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .flowbase-card-wrap {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

  .blog-card.page {
    width: 31%;
    padding: 10px;
  }

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

  .arrow-image-mobile {
    position: relative;
    left: 55px;
    display: block;
  }

  .arrow-image-mobile-02 {
    position: relative;
    left: -55px;
    display: block;
  }

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

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quote {
    font-size: 20px;
    line-height: 26px;
  }

  .newsdiv {
    width: 90%;
  }

  .section-intro.left {
    width: 92%;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 40px;
  }

  .heading-6.a {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .section-content {
    padding-right: 3%;
    padding-left: 3%;
  }

  .section-logo {
    padding-top: 20px;
  }

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

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .phone-wrap {
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-right: 3%;
    padding-left: 3%;
  }

  .clone-button.w--current {
    text-align: center;
  }

  .flowbase-card-delete {
    display: none;
  }

  .section-intro {
    width: 100%;
  }

  .exit {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .header.projects {
    height: 30vh;
  }

  .container.space-below {
    margin-bottom: 30px;
  }

  .content-wrap {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .paragraph.white {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.show {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.credits {
    width: 96%;
    font-size: 14px;
    line-height: 20px;
  }

  .button {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .footer-column {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column-large {
    width: 100%;
  }

  .column {
    width: 100%;
  }

  .image-block {
    padding: 8px;
  }

  .image-block._32 {
    width: 100%;
  }

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

  .column-wrap-reversed {
    margin-bottom: 0px;
  }

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

  .title.role {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-primary {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .heading-primary.bio {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-primary.b {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-primary.b.w {
    font-size: 18px;
  }

  .heading-primary.foot {
    font-size: 25px;
    line-height: 20px;
  }

  .heading-primary.show {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-primary.w {
    font-size: 30px;
    text-align: center;
  }

  .heading-primary.nav {
    font-size: 20px;
    line-height: 22px;
  }

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

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

  .phone-wrap {
    display: none;
  }

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

  .title-wrap-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .content-block-right.bio {
    width: 100%;
    padding-left: 0px;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .title-wrap.show {
    margin-bottom: 35px;
  }

  .footer-text {
    font-size: 12px;
    line-height: 16px;
  }

  .legal-wrap {
    padding-bottom: 4%;
  }

  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .biosection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-card {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .blog-card.page {
    width: 95%;
  }

  .section-blog.aboutshow {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .flowbase-card-delete {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mask-2 {
    overflow: hidden;
  }

  .quotename {
    font-size: 10px;
    line-height: 16px;
  }

  .quotediv {
    width: auto;
  }

  .quote {
    font-size: 16px;
    line-height: 20px;
  }

  .slide {
    padding-bottom: 50px;
  }

  .vids {
    width: 100%;
    margin-bottom: 15px;
  }

  .div-block-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .newspic {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .newspic.swap {
    margin-left: 0px;
  }

  .newsp {
    font-size: 14px;
    line-height: 20px;
  }

  .newbutton {
    display: inline-block;
    width: auto;
    text-align: center;
  }

  .div-block-5 {
    width: 100%;
  }

  .pic {
    width: 46%;
  }

  .text-field-2 {
    width: 100%;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .section-intro.left.team.short {
    width: 100%;
  }

  .form-block-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-2 {
    width: 100%;
  }

  .exit {
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-6.a {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .biodiv.auto {
    width: 90%;
    padding: 10px 20px;
  }
}

@font-face {
  font-family: 'Abeatbykai 8gez';
  src: url('../fonts/Abeatbykai-8geZ.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abeatbykai 8gez';
  src: url('../fonts/Abeatbykai-8geZ.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abeatbykai ypxy';
  src: url('../fonts/Abeatbykai-YPXy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abeatbykai ypxy';
  src: url('../fonts/Abeatbykai-YPXy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}