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

.fx_section {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fcfcfc));
  background-image: linear-gradient(180deg, #fff, #fcfcfc);
  box-shadow: 0 -8px 13px -3px rgba(0, 0, 0, 0.1);
}

.fx_section._001 {
  position: relative;
  background-image: linear-gradient(219deg, #fff, #fff 56%, #eefcff);
  box-shadow: 0 -6px 13px -7px rgba(0, 0, 0, 0.08);
}

.fx_section._002 {
  background-image: linear-gradient(159deg, #fff, #fff 30%, #ffeaea);
  box-shadow: 0 -8px 13px -3px rgba(0, 0, 0, 0.05);
}

.fx_section._003 {
  background-image: linear-gradient(208deg, #fff, #fff 32%, #f1f3fd);
  box-shadow: 0 -8px 13px -3px rgba(0, 0, 0, 0.05);
}

.fx_section._004 {
  background-color: #fdfdf6;
  background-image: none;
  box-shadow: 0 -8px 13px -3px rgba(0, 0, 0, 0.05);
}

.fx_section._005 {
  background-color: #fdfdf6;
  background-image: linear-gradient(294deg, #2d2d2d 40%, #000);
  box-shadow: 0 -8px 13px -3px rgba(0, 0, 0, 0.05);
}

.fx_section.footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3b3b3d), to(#2b2d34));
  background-image: linear-gradient(180deg, #3b3b3d, #2b2d34);
}

.fx_section._007 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c6761), to(#3c6761));
  background-image: linear-gradient(180deg, #3c6761, #3c6761);
}

.fx_container {
  max-width: 90vw;
  padding-top: 200px;
  padding-bottom: 200px;
}

.fx_column {
  padding-right: 10px;
  padding-left: 10px;
}

.fx_column.extraspace_left {
  padding-left: 30px;
}

.fx_columns {
  margin-right: 0px;
  margin-left: 0px;
}

.fx_h1 {
  font-family: Bagerich, sans-serif;
  font-size: 6vw;
  line-height: 103px;
  letter-spacing: -0.4vw;
}

.fx_h1.blue {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d6082), to(#141f36));
  background-image: linear-gradient(180deg, #4d6082, #141f36);
  color: #d7725a;
  font-size: 7vw;
  line-height: 6vw;
  font-weight: 400;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fx_h1.orange {
  width: 100%;
  margin-top: 20px;
  color: #d7725a;
  font-size: 7vw;
  line-height: 6vw;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.fx_h1.red {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7171), to(#e63e3e));
  background-image: linear-gradient(180deg, #ff7171, #e63e3e);
  color: #d7725a;
  font-size: 7vw;
  line-height: 6vw;
  font-weight: 400;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fx_h1.blue2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0482a0), to(#005a8b));
  background-image: linear-gradient(180deg, #0482a0, #005a8b);
  color: #d7725a;
  font-size: 7vw;
  line-height: 6vw;
  font-weight: 400;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fx_h1.deep_red {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cf6e6e), to(#b64444));
  background-image: linear-gradient(180deg, #cf6e6e, #b64444);
  color: #d7725a;
  font-size: 7vw;
  line-height: 6vw;
  font-weight: 400;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fx_h1.white {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
  background-image: linear-gradient(180deg, #fff, #e5e5e5);
  color: #d7725a;
  font-size: 7vw;
  line-height: 6vw;
  font-weight: 400;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fx_h1.white.underlined {
  background-image: none;
  color: #fff;
  text-decoration: underline;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.fx_h1.white.footer_nospace {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 6vw;
  line-height: 5vw;
  font-weight: 400;
}

.fx_h1.white.footer_nospace.underlined {
  margin-top: 0px;
  float: left;
  text-decoration: none;
}

.fx_h1.white.footer_nospace.underlined.arrow {
  margin-left: 20px;
}

.fx_h1.yellow {
  color: #e8c36d;
}

.fx_text {
  font-family: Outfit, sans-serif;
  font-size: 1.4vw;
  line-height: 1.7vw;
  font-weight: 200;
  letter-spacing: -0.5px;
}

.fx_text.description {
  width: 90%;
  margin-top: 50px;
}

.fx_text.description.white {
  background-color: transparent;
  color: #fff;
}

.fx_text.description.white.copyright {
  width: 100%;
  margin-top: 70px;
  clear: left;
}

.fx_text.description.white.copyright.mobile {
  display: none;
}

.fx_text.unwide {
  width: 70%;
}

.fx_text.unwide.top {
  margin-top: 20px;
}

.fx_text.top {
  width: 80%;
}

.fx_image {
  width: 100%;
  height: 20vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  background-image: url('../images/FX_000.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 11px -10px rgba(0, 0, 0, 0.3);
}

.fx_logogrid {
  position: static;
  left: 0%;
  top: 97px;
  right: auto;
  bottom: 0%;
  width: 19vw;
  height: 12vw;
  margin-top: 4vw;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.fx_image_logo {
  max-height: 40px;
}

.div-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d6082), to(#141f36));
  background-image: linear-gradient(180deg, #4d6082, #141f36);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.fx_year {
  width: 180px;
  height: 60px;
  margin-top: 50px;
  padding-top: 24px;
  border-radius: 30px;
  background-color: #141f36;
  font-family: Bagerich, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.fx_year.red {
  background-color: #e63e3e;
  color: #fff;
}

.fx_year.orange {
  background-color: #dd763e;
  color: #fff;
}

.fx_year.white {
  background-color: #fff;
  color: #000;
}

.fx_year.blue3 {
  background-color: #00aeef;
}

.fx_year.green {
  background-color: #85b360;
}

.noline {
  font-style: normal;
  text-decoration: none;
}

.text-span {
  text-decoration: none;
}

.underlined {
  text-decoration: underline;
}

.fx_project_grid {
  width: 100%;
  height: 40vw;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}

.fx_project_grid._6 {
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.fx_project_grid._3 {
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.fx_showcase {
  border-radius: 12px;
  box-shadow: 0 12px 11px -10px rgba(0, 0, 0, 0.3);
}

.fx_showcase._001._01 {
  background-image: url('../images/FL_P001_4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._001._02 {
  background-image: url('../images/FL_P001_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._001._03 {
  background-image: url('../images/FL_P001_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._001._04 {
  background-image: url('../images/FL_P001_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._002._01 {
  background-image: url('../images/FL_P002_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._002._02 {
  background-image: url('../images/FL_P001_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._002._03 {
  background-image: url('../images/FL_P001_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._002._04 {
  background-image: url('../images/FL_P001_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._002._02 {
  background-image: url('../images/FL_P002_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._002._03 {
  background-image: url('../images/FL_P002_4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._002._04 {
  background-image: url('../images/FL_P002_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._002._05 {
  background-image: url('../images/FL_P002_5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._003._01 {
  background-image: url('../images/FL_P003_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._003._02 {
  background-image: url('../images/FL_P001_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._003._03 {
  background-image: url('../images/FL_P001_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._003._04 {
  background-image: url('../images/FL_P001_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._003._02 {
  background-image: url('../images/FL_P003_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._003._03 {
  background-image: url('../images/FL_P003_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._004._01 {
  background-image: url('../images/FL_P004_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._004._02 {
  background-image: url('../images/FL_P001_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._004._03 {
  background-image: url('../images/FL_P001_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._004._04 {
  background-image: url('../images/FL_P001_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._004._02 {
  background-image: url('../images/FL_P003_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._004._03 {
  background-image: url('../images/FL_P003_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._004._02 {
  background-image: url('../images/FL_P004_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._004._03 {
  background-image: url('../images/FL_P004_1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._01 {
  background-image: url('../images/FL_P005_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._02 {
  background-image: url('../images/FL_P001_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._03 {
  background-image: url('../images/FL_P001_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._04 {
  background-image: url('../images/FL_P001_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._02 {
  background-image: url('../images/FL_P003_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._03 {
  background-image: url('../images/FL_P003_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._02 {
  background-image: url('../images/FL_P004_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._03 {
  background-image: url('../images/FL_P004_1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._02 {
  background-image: url('../images/FL_P005_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._03 {
  background-image: url('../images/FL_P005_5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._04 {
  background-image: url('../images/FL_P005_4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._05 {
  background-image: url('../images/FL_P005_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._005._06 {
  background-image: url('../images/FL_P005_6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fx_showcase._007._01 {
  background-image: url('../images/FL_P007_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fx_showcase._007._02 {
  background-image: url('../images/FL_P007_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fx_showcase._007._03 {
  background-image: url('../images/FL_P007_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fx_showcase._008._01 {
  background-image: url('../images/FL_P008_01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.fx_showcase._008._02 {
  background-image: url('../images/FL_P008_02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.fx_showcase._008._03 {
  background-image: url('../images/FL_P008_03.png');
  background-position: 50% 50%;
  background-size: cover;
}

.fx_showcase._008._04 {
  background-image: url('../images/FL_P008_04.png');
  background-position: 50% 50%;
  background-size: cover;
}

.dash {
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
}

.body {
  overflow: scroll;
  height: auto;
  max-width: 100vw;
  background-color: transparent;
}

.fx_link_container {
  font-weight: 400;
  text-decoration: none;
}

.fx_loadscreen {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #2b2d34;
}

.fx_folder_tab {
  position: absolute;
  left: 5vw;
  top: -49px;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  box-shadow: 0 -5px 9px -3px rgba(0, 0, 0, 0.05);
}

.fx_folder_tab.yellow {
  background-color: #fdfdf6;
}

.fx_folder_tab.black {
  background-color: #000;
}

.fx_folder_tab.black_2 {
  background-color: #3b3b3d;
}

.fx_folder_tab._007 {
  background-color: #3c6761;
}

.fx_icon {
  position: absolute;
  left: 45px;
  top: 20px;
  right: auto;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-image: url('../images/FL_IC_2.png');
  background-position: 0px 0px;
  background-size: contain;
  box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.2);
}

.fx_icon._002 {
  background-image: url('../images/FL_IC_3.png');
}

.fx_icon._003 {
  background-image: url('../images/FL_IC_1.png');
}

.fx_icon._004 {
  background-image: url('../images/FL_IC_5.png');
}

.fx_icon._005 {
  background-image: url('../images/FL_IC_4.png');
  box-shadow: 0 4px 10px 3px hsla(0, 0%, 100%, 0.2);
}

.fx_icon._007 {
  background-image: url('../images/WeHeroes-Icon.png');
}

.fx_icon._008 {
  background-image: url('../images/FL_IC_8.png');
}

.fx_loadingscreen_load {
  width: 300px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  font-family: Bagerich, sans-serif;
  color: #fff;
  text-align: center;
}

.fx_loadingscreen_load.load_1 {
  display: block;
}

.fx_loadingscreen_load.load_2 {
  display: none;
}

.fx_loadingscreen_load.load_3 {
  display: none;
}

.fx_load_finish_image {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.fx_load_finish_image.load_1 {
  background-image: url('../images/FX_Intro_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fx_load_finish_image.load_2 {
  background-image: url('../images/FX_Intro_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fx_load_finish_image.load_3 {
  background-image: url('../images/FX_Intro_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fx_load_finish_image.load_4 {
  background-image: url('../images/FX_Intro_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .fx_container {
    max-width: 90%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .fx_column {
    display: block;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .fx_column.extraspace_left {
    padding-left: 20px;
  }

  .fx_h1.blue {
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .fx_h1.orange {
    width: 90%;
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .fx_h1.red {
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .fx_h1.blue2 {
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .fx_h1.deep_red {
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .fx_h1.white {
    margin-top: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .fx_h1.white.footer_nospace {
    font-size: 50px;
    line-height: 50px;
  }

  .fx_h1.white.footer_nospace.underlined {
    line-height: 50px;
  }

  .fx_h1.yellow {
    font-size: 50px;
    line-height: 50px;
  }

  .fx_text {
    font-size: 15px;
    line-height: 15px;
  }

  .fx_text.description {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
  }

  .fx_text.description.white.copyright {
    margin-top: 30px;
    font-size: 15px;
    line-height: 15px;
  }

  .fx_text.unwide.top {
    margin-top: 10px;
  }

  .fx_text.top {
    width: 225px;
    font-size: 20px;
    line-height: 20px;
  }

  .fx_image {
    width: 100%;
    height: 250px;
    background-size: cover;
  }

  .fx_logogrid {
    width: 200px;
    margin-top: 61px;
  }

  .fx_image_logo {
    max-height: 30px;
    max-width: 50px;
  }

  .fx_year {
    width: 120px;
    height: 40px;
    padding-top: 13px;
    font-size: 25px;
  }

  .fx_project_grid {
    height: 450px;
    grid-row-gap: 25px;
  }

  .fx_project_grid._6 {
    height: 450px;
  }

  .fx_project_grid._2 {
    height: 450px;
  }

  .fx_project_grid._3 {
    height: 400px;
  }

  .fx_folder_tab {
    left: 5vw;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .fx_container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .fx_column {
    padding: 20px 0px;
  }

  .fx_column.extraspace_left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .fx_h1.blue {
    width: 50%;
    margin-top: 0px;
    padding-top: 5px;
    padding-right: 20px;
    float: left;
    font-size: 50px;
    line-height: 40px;
  }

  .fx_h1.orange {
    width: 40%;
    margin-top: 0px;
    margin-right: 10%;
    float: left;
    font-size: 50px;
    line-height: 40px;
  }

  .fx_h1.red {
    width: 50%;
    margin-top: 0px;
    padding-top: 5px;
    float: left;
    font-size: 50px;
    line-height: 40px;
  }

  .fx_h1.blue2 {
    width: 50%;
    margin-top: 0px;
    padding-top: 5px;
    float: left;
    font-size: 50px;
    line-height: 40px;
  }

  .fx_h1.deep_red {
    width: 50%;
    margin-top: 0px;
    padding-top: 5px;
    float: left;
    font-size: 50px;
    line-height: 40px;
  }

  .fx_h1.white {
    width: 50%;
    margin-top: 0px;
    padding-top: 5px;
    float: left;
    font-size: 50px;
    line-height: 40px;
  }

  .fx_h1.white.footer_nospace {
    width: 100%;
    font-size: 40px;
    line-height: 30px;
  }

  .fx_h1.white.footer_nospace.underlined {
    width: auto;
    line-height: 40px;
  }

  .fx_h1.white.footer_nospace.underlined.arrow {
    width: auto;
    float: left;
    clear: none;
  }

  .fx_h1.yellow {
    width: 50%;
    margin-top: 0px;
    float: left;
  }

  .fx_text {
    float: none;
    font-size: 20px;
    line-height: 20px;
  }

  .fx_text.description {
    width: 50%;
    margin-top: 0px;
    float: left;
    font-size: 17px;
    line-height: 18px;
  }

  .fx_text.description.white {
    font-size: 17px;
    line-height: 18px;
  }

  .fx_text.description.white.copyright {
    margin-top: 30px;
  }

  .fx_text.unwide {
    width: 40%;
    margin-right: 10%;
    float: left;
  }

  .fx_text.unwide.top {
    width: 40%;
  }

  .fx_text.top {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 17px;
  }

  .fx_image {
    background-size: cover;
  }

  .fx_logogrid {
    width: 50%;
    height: 150px;
    margin-top: 0px;
    float: none;
    clear: none;
  }

  .fx_image_logo {
    max-height: none;
    max-width: 50px;
  }

  .fx_year {
    margin-top: 15px;
    float: left;
    clear: none;
  }

  .fx_year.red {
    margin-top: 15px;
    float: left;
    clear: none;
  }

  .fx_year.orange {
    margin-top: 15px;
    clear: none;
  }

  .fx_year.white {
    margin-top: 15px;
    float: left;
    clear: none;
  }

  .fx_year.blue3 {
    margin-top: 15px;
    clear: none;
  }

  .fx_project_grid {
    height: 400px;
  }

  .fx_project_grid._6 {
    height: 400px;
  }

  .fx_project_grid._2 {
    height: 400px;
  }

  .fx_project_grid._3 {
    height: 400px;
  }

  .fx_folder_tab {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .fx_container {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .fx_column {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .fx_h1.blue {
    width: 100%;
    float: none;
  }

  .fx_h1.orange {
    width: 100%;
    float: none;
    font-size: 20vw;
    line-height: 18vw;
    font-weight: 400;
  }

  .fx_h1.red {
    width: 100%;
    float: none;
  }

  .fx_h1.blue2 {
    width: 100%;
    float: none;
  }

  .fx_h1.deep_red {
    width: 100%;
    float: none;
  }

  .fx_h1.white {
    width: 100%;
    float: none;
  }

  .fx_h1.white.footer_nospace {
    font-size: 40px;
    line-height: 40px;
  }

  .fx_h1.white.footer_nospace.underlined {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-decoration: none;
  }

  .fx_h1.yellow {
    width: 100%;
    padding-bottom: 10px;
  }

  .fx_text {
    margin-top: 30px;
  }

  .fx_text.description {
    width: 100%;
    margin-top: 30px;
    float: none;
  }

  .fx_text.description.white.copyright {
    display: none;
  }

  .fx_text.description.white.copyright.mobile {
    display: block;
    margin-top: 30px;
  }

  .fx_text.unwide {
    width: 100%;
    margin-top: 0px;
    float: none;
  }

  .fx_text.unwide.top {
    width: 100%;
  }

  .fx_image {
    width: 100%;
  }

  .fx_logogrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: 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;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    opacity: 1;
    mix-blend-mode: normal;
  }

  .fx_image_logo {
    max-width: 30%;
  }

  .fx_year {
    margin-top: 30px;
    float: none;
    clear: none;
  }

  .fx_year.red {
    margin-top: 30px;
    float: none;
    clear: none;
  }

  .fx_year.orange {
    margin-top: 30px;
    float: none;
    clear: none;
  }

  .fx_year.white {
    margin-top: 30px;
    float: none;
    clear: none;
  }

  .fx_year.blue3 {
    margin-top: 30px;
    float: none;
    clear: none;
  }

  .fx_project_grid {
    height: 200vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }

  .fx_project_grid._6 {
    height: 300vw;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }

  .fx_project_grid._2 {
    height: 250vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .fx_project_grid._3 {
    height: 250vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .body {
    height: auto;
  }

  .fx_link_container {
    margin-bottom: 0px;
  }

  .fx_folder_tab {
    width: 100px;
  }

  .fx_icon {
    left: 20px;
  }
}

#w-node-_9ec671a3-b2a8-b4d7-dda5-6006ca169d84-1a974ba0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_07e64942-a92c-b9d2-ef78-3fba9d7fb487-1a974ba0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fcc47782-5990-fffc-a3d4-4e3e96079d16-1a974ba0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e9dbee6c-5f2e-b020-2c70-52d739f2107c-1a974ba0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_59c74171-0554-86f7-2adb-98c9e056ec17-1a974ba0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d26c8ea1-cb87-efdd-804a-f7a917e79e86-1a974ba0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_56143e34-ff5b-e44b-c9a9-aebe0521418e-1a974ba0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f5d3bd5b-015e-8b80-f1da-7d07cd6add42-1a974ba0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_01d911b6-9f9f-aec4-3f6e-1eca2fcd5968-1a974ba0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1a4e2a2f-c3fa-4885-68be-a14c5519bd68-1a974ba0 {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8dcd9657-c5f7-4980-67ed-a69dd0397bbb-1a974ba0 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffc41229-e526-fa17-fc63-db169098ea1f-1a974ba0 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_56ee107a-733f-e12d-b842-8848fb720e22-1a974ba0 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8b230d4d-4420-125b-3641-f4438d66788f-1a974ba0 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-de8bb2c6-5f1e-1d8a-413f-fda834125cff-1a974ba0 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_42975df8-407a-d12e-2525-90510211b5be-1a974ba0 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bb671991-32b0-9af5-68a8-6a66e3567a05-1a974ba0 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-_8d45b33d-9c97-e86d-4117-439ea4c4ec30-1a974ba0 {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-cfe84496-dcf0-76e2-b12d-05f1cd260e3d-1a974ba0 {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-_3db5224e-81c0-d6f1-15fd-120223750601-1a974ba0 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#w-node-_321da865-42c7-52f5-4663-0e0cde21e33a-1a974ba0 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7e1ebd86-f4e8-2c0a-d7f8-817bd41f3ce8-1a974ba0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4c314dae-7369-f92f-bde5-abaa4e83cb74-1a974ba0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b828f839-0c64-0554-2c68-dc6b9214cae1-1a974ba0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0dbe3bf-dc25-c9d8-4339-a945372a80a3-1a974ba0 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-_9851b2c4-1c16-b5bd-fade-4ea5db9fd86b-1a974ba0 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-c82ebd4c-d95c-b420-f552-2cf1cfc10195-1a974ba0 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-_9e3e1677-8976-59ce-a32c-bfdfc84fde42-1a974ba0 {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-_8d66a321-965b-716d-4c19-2c64dcb4b187-1a974ba0 {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}

#w-node-_9fa3be4a-e472-41b0-424a-c2d9eda6701a-1a974ba0 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_321da865-42c7-52f5-4663-0e0cde21e33a-1a974ba0 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9fa3be4a-e472-41b0-424a-c2d9eda6701a-1a974ba0 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a4e2a2f-c3fa-4885-68be-a14c5519bd68-1a974ba0 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8dcd9657-c5f7-4980-67ed-a69dd0397bbb-1a974ba0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ffc41229-e526-fa17-fc63-db169098ea1f-1a974ba0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_56ee107a-733f-e12d-b842-8848fb720e22-1a974ba0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8b230d4d-4420-125b-3641-f4438d66788f-1a974ba0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-de8bb2c6-5f1e-1d8a-413f-fda834125cff-1a974ba0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_42975df8-407a-d12e-2525-90510211b5be-1a974ba0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bb671991-32b0-9af5-68a8-6a66e3567a05-1a974ba0 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_8d45b33d-9c97-e86d-4117-439ea4c4ec30-1a974ba0 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-cfe84496-dcf0-76e2-b12d-05f1cd260e3d-1a974ba0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_3db5224e-81c0-d6f1-15fd-120223750601-1a974ba0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_321da865-42c7-52f5-4663-0e0cde21e33a-1a974ba0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4c314dae-7369-f92f-bde5-abaa4e83cb74-1a974ba0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b828f839-0c64-0554-2c68-dc6b9214cae1-1a974ba0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9e3e1677-8976-59ce-a32c-bfdfc84fde42-1a974ba0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_8d66a321-965b-716d-4c19-2c64dcb4b187-1a974ba0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_9fa3be4a-e472-41b0-424a-c2d9eda6701a-1a974ba0 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Bagerich';
  src: url('../fonts/Bagerich.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}