body {
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5b3880;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #2a455f;
  font-size: 18px;
  line-height: 35px;
}

.navigation-bar {
  display: inline-block;
  margin-top: 0px;
  float: right;
  line-height: 18px;
  text-align: center;
}

.fe-contet-wrapper {
  position: relative;
  padding-right: 2.5%;
  padding-left: 2.5%;
  background-color: #fff;
}

.header-section {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 20px 60px;
  font-size: 26px;
  text-align: left;
}

.social-icon-link {
  margin-right: 4px;
  margin-left: 4px;
  padding: 3px;
  opacity: 0.9;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-link:hover {
  opacity: 0.37;
}

.footer {
  padding-top: 41px;
  padding-bottom: 41px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  text-align: center;
}

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

.footer-text {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #a8a8a8;
  font-size: 13px;
  text-transform: uppercase;
}

.nav-link {
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Inter, sans-serif;
  color: #303030;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

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

.nav-link.w--current {
  border-bottom: 3px solid #5b3880;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #303030;
  font-size: 18px;
  letter-spacing: 0px;
}

.nav-link.last {
  margin-right: 0px;
}

.nav-link.fe-nav-title {
  color: #0068c0;
}

.content-wrapper {
  position: relative;
  width: 70%;
  margin-right: 40px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-image {
  margin-bottom: 39px;
  box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.19);
}

.byline-wrapper {
  margin-bottom: 25px;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.byline-link {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Libre Baskerville', sans-serif;
  color: #ccc;
  text-decoration: none;
  text-transform: none;
}

.byline-link:hover {
  color: #333;
}

.byline-text {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  text-transform: none;
}

.fe-blog-text {
  display: block;
  margin-bottom: 30px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #2a455f;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: -0.5px;
}

.fe-blog-text h1 {
  font-weight: 400;
}

.fe-blog-text h2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5b3880;
  font-weight: 700;
}

.fe-blog-text h3 {
  font-weight: 700;
}

.fe-blog-text h6 {
  text-transform: uppercase;
}

.about-content {
  display: block;
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 51px;
  margin-left: auto;
}

.about-photo {
  display: block;
  width: 42%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  border-radius: 50%;
}

.blog-home-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #303030;
  text-decoration: none;
}

.blog-home-link:hover {
  opacity: 0.82;
}

.blog-home-link.w--current {
  text-align: left;
}

.logo {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0px;
  direction: ltr;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 16px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.logo:hover {
  color: #6d6d6d;
}

.link-to-page {
  display: block;
  width: 60%;
  margin-left: 10%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Libre Baskerville', sans-serif;
  color: #303030;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.link-to-page:hover {
  color: #d4d4d4;
}

.fe-blog-headline {
  display: block;
  margin-bottom: 50px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5b3880;
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
}

.heading-wrapper {
  display: block;
  margin-right: auto;
  margin-left: 10%;
  text-align: left;
}

.category-heading {
  margin-bottom: 39px;
  text-align: center;
}

.blog-list {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
}

.blog-item {
  padding-top: 31px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

.profile-text p {
  margin-bottom: 10px;
}

.empty-state {
  margin-bottom: 54px;
  padding-top: 29px;
  background-color: #20ac99;
  color: #fff;
  text-align: center;
}

.inline-heading {
  display: inline-block;
}

.fe-sidebar {
  position: absolute;
  top: 100px;
  right: 0px;
  display: block;
  width: 30%;
  margin-top: 80px;
  margin-right: 40px;
  padding: 20px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff4f4;
  box-shadow: 0 0 33px 7px rgba(0, 0, 0, 0.06);
}

.sidebar-headline {
  margin-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5b3880;
  font-size: 20px;
  line-height: 20px;
}

.fe-body {
  padding-bottom: 100px;
  background-color: #fee;
  font-family: Inter, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-weight: 400;
}

.fe-body.fe-photocase {
  padding-bottom: 0px;
  background-color: #d9eef3;
}

.fe-body.fe-lnr {
  padding-bottom: 0px;
  background-color: #f5ebde;
}

.fe-body.fe-doozer {
  padding-bottom: 0px;
  background-color: #faf2e1;
}

.fe-body.fe-lc {
  padding-bottom: 0px;
  background-color: #e7f5de;
}

.fe-text-small {
  position: relative;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.fe-text-small.fe-text-sidenote-right {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 4px solid #5b3880;
}

.fe-text-small.fe-text-sidenote-right.fe-portfolio-text-bottom {
  padding-left: 0px;
  border-top: 4px solid #639;
  border-left-width: 0px;
}

.fe-text-small.fe-text-sidenote-left {
  padding-right: 10px;
  border-right: 4px solid #5b3880;
}

.blog-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  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;
}

.fe-content-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: 50px;
}

.feblog-image {
  width: 120%;
  max-width: 120%;
  margin-bottom: 50px;
  margin-left: -100px;
  box-shadow: 0 0 29px 3px rgba(0, 0, 0, 0.19);
}

.fe-blog-item {
  margin-top: 100px;
  margin-bottom: 100px;
}

.fe-blog-date {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 14px;
}

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

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

.fe-link {
  position: relative;
  display: inline-block;
  width: auto;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Inter, sans-serif;
  color: #fd7072;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
}

.fe-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #d22c2f;
}

.fe-link.fe-headline-big.fe-headline-footer {
  display: inline-block;
  margin-bottom: 10px;
  float: left;
  font-size: 30px;
}

.fe-link.link-home {
  margin-top: 10px;
}

.fe-link.coming-soon {
  color: #d39f9a;
}

.fe-link.fe-margin-bottom {
  margin-bottom: 30px;
  font-weight: 600;
}

.fe-wrap {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.fe-intro {
  position: relative;
  padding: 60px 40px 60px 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.fe-headline-small {
  display: block;
  margin-bottom: 20px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.fe-headline-small.fe-headline-intro {
  width: 60%;
  font-family: Inter, sans-serif;
  color: #2f134d;
  font-size: 50px;
  line-height: 49px;
  font-weight: 700;
  letter-spacing: -1px;
}

.fe-headline-small.fe-headline-intro.fe-pc-color {
  color: #20ac99;
}

.fe-headline-small.fe-headline-intro.fe-lnr-color {
  width: auto;
  float: none;
  color: #7ab2f8;
}

.fe-headline-small.fe-headline-intro.fe-doozer-color {
  color: #fff;
}

.fe-headline-small.fe-headline-cmpanies {
  display: block;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #2f134d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.fe-headline-small.fe-lnr-color {
  display: block;
  float: none;
  font-family: Inter, sans-serif;
  color: #2c1763;
  font-weight: 600;
}

.fe-headline-small.fe-link {
  display: inline-block;
  margin-bottom: 10px;
  float: none;
}

.fe-headline-small.fe-headline-cmpanies {
  display: inline-block;
  float: left;
}

.fe-headline-small.fe-lnr-color {
  display: block;
  float: none;
  color: #7ab2f8;
}

.fe-headline-small.fe-pc-color {
  position: relative;
  display: block;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Inter, sans-serif;
  color: #20ac99;
  font-weight: 600;
}

.fe-headline-small.fe-pc-color.fe-less-margin-bottom {
  margin-bottom: 10px;
}

.fe-headline-small.fe-pc-color {
  display: block;
  float: none;
  color: #20ac99;
}

.fe-headline-small.fe-pc-color {
  display: block;
  float: none;
  color: #20ac99;
}

.fe-headline-small.fe-doozer-color {
  float: none;
  font-family: Inter, sans-serif;
  color: #d00;
  font-weight: 600;
}

.fe-headline-small.fe-in-nav {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0px;
  float: none;
  color: #fd7072;
  font-size: 18px;
  line-height: 18px;
}

.fe-headline-small.fe-lc-color {
  position: relative;
  display: block;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Inter, sans-serif;
  color: #2045ac;
  font-weight: 600;
}

.fe-headline-small.fe-lc-color.fe-less-margin-bottom {
  margin-bottom: 10px;
}

.fe-headline-small.fe-lnr-color {
  display: block;
  float: none;
  font-family: Inter, sans-serif;
  color: #2c1763;
  font-weight: 600;
}

.fe-button {
  position: absolute;
  right: 428px;
  bottom: 65px;
  display: inline-block;
  border: 3px solid #639;
  background-color: transparent;
  color: #639;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.fe-companies {
  position: relative;
  margin-top: 100px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 60px;
}

.fe-logo-doozer {
  width: 200px;
  margin-top: 10px;
}

.fe-companies-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: right;
  -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;
}

.fe-logo-pc {
  width: 200px;
  margin-right: 50px;
}

.fe-logo-lnr {
  width: 150px;
  margin-top: 0px;
  margin-right: 50px;
}

.fe-portfolio {
  position: relative;
  margin-top: 100px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.fe-work {
  width: 100%;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fe-port-teaser.fe-port-pc {
  background-color: #009ec4;
}

.fe-port-teaser.fe-port-doozer {
  height: 200px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #c12742;
}

.fe-blend {
  position: absolute;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fcb47c), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fcb47c, hsla(0, 0%, 100%, 0));
  font-style: italic;
}

.button {
  position: absolute;
  top: 200px;
  right: 0px;
  background-color: #fd7072;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: none;
}

.button:hover {
  background-color: #d22c2f;
}

.fe-footer {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 40px 60px;
  background-color: #fee;
}

.image {
  position: static;
  top: 110px;
  right: 25px;
  width: 24px;
}

.text-span {
  display: inline-block;
  margin-top: 40px;
}

.fe-txt-intro {
  width: 60%;
}

.fe-section {
  padding-right: 60px;
  padding-left: 60px;
}

.fe-section.fe-portfolio-content {
  position: relative;
  font-weight: 400;
}

.fe-portfolio-image {
  display: block;
  max-width: 100%;
  margin-bottom: 100px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.12);
}

.fe-portfolio-image.fe-no-shade {
  box-shadow: none;
}

.fe-portfolio-image.fe-image-50 {
  width: 49%;
  float: left;
}

.fe-portfolio-image.fe-image-50.fe-right-margin {
  width: 48%;
  margin-right: 30px;
}

.fe-portfolio-image.fe-image-thrid {
  width: 30%;
  float: left;
}

.fe-portfolio-image.fe-image-thrid.fe-margin-right {
  width: 33%;
  margin-right: 20px;
  float: left;
}

.fe-portfolio-image.fe-image-thrid.fe-image-last {
  float: left;
  clear: none;
}

.fe-portfolio-image.fe-image-thrid.fe-image-newrow {
  float: left;
  clear: none;
}

.fe-portfolio-image.fe-portfolio-image-phone {
  max-height: 600px;
  margin-bottom: 50px;
  box-shadow: none;
}

.fe-portfolio-image.fe-portfolio-pad {
  max-width: 100%;
  clear: left;
  box-shadow: none;
}

.fe-portfolio-image.no-shadow {
  box-shadow: none;
}

.fe-portfolio-image.img-smaller {
  max-width: 70%;
  float: right;
}

.fe-portfolio-image.fe-image-half {
  max-width: 50%;
  float: left;
}

.fe-portfolio-image.fe-image-half.fe-no-shad {
  box-shadow: none;
}

.fe-portfolio-image.fe-image-half.fe-no-shad.fe-top-space {
  margin-top: 50px;
}

.fe-portfolio-text {
  width: 50%;
  float: left;
}

.fe-portfolio-text.fe-portfolio-text-small {
  position: relative;
  width: 35%;
  margin-top: 100px;
  margin-bottom: 100px;
  float: left;
}

.fe-portfolio-text.fe-portfolio-text-small.fe-port-tect {
  margin-top: 0px;
}

.fe-portfolio-text.fe-wider-right {
  clear: both;
}

.fe-portfolio-text.fe-wider-center {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  float: none;
  clear: both;
  text-align: left;
}

.fe-portfolio-text.fe-wider-center.fe-more-margin-top {
  margin-top: 50px;
  padding-top: 50px;
  clear: both;
}

.fe-portfolio-text.fe-wider-center.fe-bottom-space {
  margin-bottom: 100px;
}

.fe-portfolio-text.bottom-space {
  margin-bottom: 50px;
}

.fe-text-medium {
  font-size: 16px;
  line-height: 28px;
}

.fe-text-medium.bottom-spce {
  margin-bottom: 50px;
}

.fe-text-medium.bottom-space {
  margin-bottom: 50px;
}

.fe-portfolio-image-wrap {
  float: none;
  clear: both;
}

.fe-portfolio-image-wrap.fe-protfolio-image-small {
  width: auto;
  margin-top: 60px;
  margin-right: 40px;
  float: left;
  clear: none;
}

.fe-portfolio-image-wrap.fe-protfolio-image-small.left {
  width: 730px;
  float: right;
}

.fe-portfolio-image-wrap.fe-protfolio-image-small.listnride {
  width: auto;
  margin-left: 100px;
  float: left;
}

.fe-portfolio-image-wrap.fe-protfolio-image-small.right {
  width: 730px;
}

.fe-portfolio-image-wrap.fe-protfolio-image-small.right {
  width: 730px;
  float: left;
}

.fe-portfolio-image-wrap.fe-protfolio-image-small.left-copy {
  width: 730px;
  float: right;
}

.fe-portfolio-image-wrap.fe-protfolio-image-small.fe-bottom-space {
  margin-bottom: 100px;
}

.fe-portfolio-image-wrap.fe-more-margin-top {
  margin-top: 100px;
}

.fe-sidenote-arrow-left {
  position: absolute;
  left: -4px;
  top: 29px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #5b3880;
  border-left: 4px solid #5b3880;
  background-color: #d9eef3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fe-sidenote-arrow-left.fe-doozer-bg {
  background-color: #f3e7cf;
}

.fe-sidenote-arrow-left.fe-lnr-bg {
  background-color: #f5ebe7;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fe-sidenote-arrow-left.fe-lnr-bg.fe-arrow-up {
  left: 50px;
  top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fe-sidenote-arrow-right {
  position: absolute;
  top: 29px;
  right: -4px;
  width: 10px;
  height: 10px;
  border-right: 4px solid #639;
  border-bottom: 4px solid #639;
  background-color: #d9eef3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fe-sidenote-arrow-right.fe-doozer-bg {
  background-color: #f3e7cf;
}

.fe-portfolio-next-project {
  position: relative;
  display: inline-block;
}

.fe-social-icon {
  width: 24px;
  margin-right: 10px;
}

.fe-headline-big {
  display: block;
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 57px;
}

.fe-headline-big.fe-headline-intro {
  width: 60%;
  color: #2f134d;
  font-size: 57px;
  line-height: 58px;
  letter-spacing: -1px;
}

.fe-headline-big.fe-headline-intro.fe-pc-color {
  font-family: Inter, sans-serif;
  color: #20ac99;
}

.fe-headline-big.fe-headline-intro.fe-lnr-color {
  width: auto;
}

.fe-headline-big.fe-headline-intro.fe-lnr-color {
  color: #20ac99;
}

.fe-headline-big.fe-headline-intro.fe-lnr-color {
  color: #20ac99;
}

.fe-headline-big.fe-headline-cmpanies {
  display: block;
  margin-bottom: 22px;
  color: #2f134d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.fe-headline-big.fe-pc-color {
  display: block;
  float: none;
  color: #20ac99;
}

.fe-headline-big.fe-link {
  display: inline-block;
  float: left;
}

.fe-headline-big.fe-headline-cmpanies {
  float: none;
}

.fe-headline-big.fe-lnr-color {
  font-family: Inter, sans-serif;
  color: #7ab2f8;
}

.fe-headline-big.fe-doozer-color {
  font-family: Inter, sans-serif;
  color: #d00;
  font-weight: 600;
}

.fe-headline-big.fe-lc-color {
  color: #7ab2f8;
}

.fe-headline-big.fe-lc-color {
  font-family: Inter, sans-serif;
  color: #2c1763;
}

.fe-headline-small-copy {
  display: block;
  margin-bottom: 20px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.fe-headline-small-copy.fe-headline-intro {
  width: 60%;
  color: #2f134d;
  font-size: 57px;
  line-height: 58px;
  letter-spacing: -1px;
}

.fe-headline-small-copy.fe-headline-intro.fe-pc-color {
  color: #20ac99;
}

.fe-headline-small-copy.fe-headline-intro.fe-lnr-color {
  width: auto;
  color: #7ab2f8;
}

.fe-headline-small-copy.fe-headline-cmpanies {
  display: block;
  margin-bottom: 22px;
  color: #2f134d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.fe-headline-small-copy.fe-pc-color {
  display: block;
  float: none;
  color: #20ac99;
}

.fe-headline-small-copy.fe-link {
  display: inline-block;
  float: none;
}

.fe-headline-small-copy.fe-headline-cmpanies {
  float: none;
}

.fe-contact-footer {
  font-size: 20px;
}

.columns {
  width: 60%;
}

.fe-col {
  padding-left: 0px;
}

.fe-columns-table {
  margin-top: 40px;
}

.fe-columns-table.fe-more-margin-bottom {
  margin-bottom: 50px;
}

.fe-text-cols-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fe-text-cols-wrap.fe-bottom-space {
  margin-bottom: 100px;
}

.fe-text-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  position: relative;
  clear: both;
}

.div-block-2 {
  position: relative;
  clear: both;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

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

@media screen and (max-width: 991px) {
  .content-wrapper {
    max-width: 100%;
    float: left;
  }
  .main-image {
    margin-bottom: 35px;
  }
  .fe-blog-text {
    width: 100%;
  }
  .fe-sidebar {
    width: 100%;
  }
  .fe-text-small {
    font-family: 'Libre Baskerville', sans-serif;
  }
  .fe-text-small.fe-text-sidenote-right {
    width: 80%;
    margin-bottom: 0px;
    padding-left: 0px;
    float: left;
    border-top: 4px solid #639;
    border-left-style: none;
  }
  .fe-text-small.fe-text-sidenote-left {
    padding-top: 10px;
    border-top: 4px solid #639;
    border-right-style: none;
  }
  .fe-headline-small.fe-headline-intro {
    width: 100%;
  }
  .fe-companies {
    margin-top: 100px;
  }
  .fe-portfolio-image {
    margin-bottom: 40px;
  }
  .fe-portfolio-image.fe-image-thrid.fe-margin-right {
    width: 31%;
  }
  .fe-portfolio-image.fe-portfolio-image-phone {
    max-height: 500px;
    margin-bottom: 0px;
  }
  .fe-portfolio-image.img-smaller {
    max-width: 100%;
  }
  .fe-portfolio-text {
    width: 100%;
  }
  .fe-portfolio-text.fe-portfolio-text-small {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
    float: left;
  }
  .fe-portfolio-text.fe-portfolio-text-small.fe-port-tect {
    margin-top: 50px;
  }
  .fe-portfolio-text.fe-wider-right {
    width: 100%;
    margin-top: 40px;
    float: none;
  }
  .fe-portfolio-text.fe-wider-center {
    width: 100%;
    margin-top: 50px;
  }
  .fe-portfolio-image-wrap.fe-protfolio-image-small {
    width: 40%;
    margin-top: 30px;
    float: left;
    clear: none;
  }
  .fe-portfolio-image-wrap.fe-protfolio-image-small.left {
    width: 100%;
    float: none;
  }
  .fe-portfolio-image-wrap.fe-protfolio-image-small.right {
    width: 100%;
    float: none;
  }
  .fe-portfolio-image-wrap.fe-protfolio-image-small.right {
    width: 100%;
    float: none;
  }
  .fe-portfolio-image-wrap.fe-protfolio-image-small.left-copy {
    width: 100%;
    float: none;
  }
  .fe-sidenote-arrow-left {
    left: 44px;
    top: -3px;
    border-right: 4px solid #639;
    border-left-style: none;
  }
  .fe-sidenote-arrow-left.fe-lnr-bg.fe-arrow-up {
    top: -4px;
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
  }
  .fe-sidenote-arrow-right {
    top: -3px;
    right: 56px;
    border-top: 4px solid #639;
    border-bottom-style: none;
  }
  .fe-headline-big.fe-headline-intro {
    width: 100%;
  }
  .fe-headline-small-copy.fe-headline-intro {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    margin-top: 21px;
    float: none;
  }
  .header-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .main-image {
    margin-bottom: 34px;
  }
  .fe-blog-text {
    width: 80%;
  }
  .link-to-page {
    width: 80%;
  }
  .heading-wrapper {
    width: 80%;
  }
  .fe-headline-small.fe-in-nav {
    text-align: center;
  }
  .fe-portfolio-image.fe-image-thrid {
    width: 45%;
  }
  .fe-portfolio-image.fe-image-thrid.fe-margin-right {
    width: 45%;
  }
  .fe-portfolio-image-wrap.fe-protfolio-image-small {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .header-section {
    width: 100%;
    padding-right: 0px;
    padding-left: 20px;
  }
  .nav-link {
    margin-left: 0px;
  }
  .content-wrapper {
    width: 100%;
  }
  .fe-blog-text {
    width: 90%;
  }
  .link-to-page {
    width: 90%;
  }
  .heading-wrapper {
    width: 90%;
  }
  .fe-body {
    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: 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;
  }
  .fe-text-small.fe-text-sidenote-right {
    width: 100%;
  }
  .fe-text-small.fe-text-sidenote-right.fe-portfolio-text-bottom {
    width: 100%;
  }
  .fe-intro {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .fe-headline-small.fe-headline-intro {
    font-size: 35px;
    line-height: 41px;
  }
  .fe-headline-small.fe-headline-cmpanies {
    display: block;
    line-height: 20px;
    text-align: left;
  }
  .fe-headline-small.fe-lnr-color {
    margin-bottom: 10px;
  }
  .fe-headline-small.fe-pc-color {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .fe-headline-small.fe-doozer-color {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .fe-headline-small.fe-in-nav {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .fe-headline-small.fe-lc-color {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .fe-headline-small.fe-lnr-color {
    margin-bottom: 10px;
  }
  .fe-companies {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .fe-logo-doozer {
    width: 150px;
  }
  .fe-logo-pc {
    width: 150px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .fe-logo-lnr {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .button {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .fe-footer {
    position: static;
    bottom: 30px;
    padding-right: 0px;
    padding-left: 20px;
    text-align: center;
  }
  .fe-txt-intro {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .fe-section.fe-portfolio-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fe-portfolio-image.fe-image-50 {
    width: 100%;
  }
  .fe-portfolio-image.fe-image-50.fe-right-margin {
    width: 100%;
  }
  .fe-portfolio-image.fe-image-thrid {
    width: 100%;
  }
  .fe-portfolio-image.fe-image-thrid.fe-margin-right {
    width: 100%;
  }
  .fe-portfolio-image.fe-portfolio-image-phone {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .fe-portfolio-image.fe-image-half {
    max-width: 100%;
  }
  .fe-portfolio-text {
    width: 100%;
  }
  .fe-portfolio-text.fe-portfolio-text-small {
    margin-bottom: 50px;
  }
  .fe-portfolio-image-wrap.fe-protfolio-image-small {
    width: 100%;
    margin-top: 0px;
  }
  .fe-portfolio-image-wrap.fe-protfolio-image-small.listnride {
    margin-right: 0px;
    margin-left: 0px;
  }
  .fe-headline-big.fe-headline-intro {
    font-size: 35px;
    line-height: 41px;
  }
  .fe-headline-big.fe-headline-cmpanies {
    display: block;
    line-height: 20px;
    text-align: left;
  }
  .fe-headline-small-copy.fe-headline-intro {
    font-size: 35px;
    line-height: 41px;
  }
  .fe-headline-small-copy.fe-headline-cmpanies {
    display: block;
    line-height: 20px;
    text-align: left;
  }
  .column {
    margin-top: 30px;
    padding-left: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .column-3 {
    padding-left: 0px;
  }
  .column-4 {
    padding-left: 0px;
  }
  .fe-text-cols-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Inter roman';
  src: url('../fonts/Inter-roman.var.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.var.woff2') format('woff2'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-italic.var.woff2') format('woff2'), url('../fonts/Inter-Italic.woff2') format('woff2'), url('../fonts/Inter-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf') format('opentype'), url('../fonts/Radomir-Tinkov---Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Black.otf') format('opentype'), url('../fonts/Radomir-Tinkov---Gilroy-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}