.bgc0 {
  background-color: #424242;
}
.bgc1 {
  background-color: #034676;
}
.bgc2 {
  background-color: #7fb20c;
}
.bgc3 {
  background-color: #d93046;
}
.bgc4 {
  background-color: #1e5277;
}
.bgc5 {
  background-color: #f4f4f4;
}
.bgc6 {
  background-color: #dcdcdc;
}
.bgc7 {
  background-color: #cd4541;
}
.bgc8 {
  background-color: #290622;
}
.bgc9 {
  background-color: #820C30;
}
.bgc10 {
  background-color: #03003e;
}
.bgc11 {
  background-color: #290622;
}
.br0 {
  border-color: #424242;
}
.br1 {
  border-color: #034676;
}
.br2 {
  border-color: #7fb20c;
}
.br3 {
  border-color: #d93046;
}
.br4 {
  border-color: #1e5277;
}
.br5 {
  border-color: #f4f4f4;
}
.br6 {
  border-color: #dcdcdc;
}
.br7 {
  border-color: #cd4541;
}
.br8 {
  border-color: #290622;
}
.br9 {
  border-color: #820C30;
}
.br10 {
  border-color: #03003e;
}
.br11 {
  border-color: #290622;
}
.c0 {
  color: #424242;
}
.c1 {
  color: #034676;
}
.c2 {
  color: #7fb20c;
}
.c3 {
  color: #d93046;
}
.c4 {
  color: #1e5277;
}
.c5 {
  color: #f4f4f4;
}
.c6 {
  color: #dcdcdc;
}
.c7 {
  color: #cd4541;
}
.c8 {
  color: #290622;
}
.c9 {
  color: #820C30;
}
.c10 {
  color: #03003e;
}
.c11 {
  color: #290622;
}
.cwhite {
  color: #fff;
}
.cblack {
  color: #000;
}
.bgwhite {
  background-color: #fff;
}
.bgwhite20 {
  background-color: rgba(255,255,255,0.2);
}
.bgblack {
  background-color: #000;
}
@keyframes colorchange {
  20% {
    background: #000;
  }
  40% {
    background: #f8d90d;
  }
  50% {
    background: #d80072;
  }
  65% {
    background: #63b1e3;
  }
  100% {
    background: #000;
  }
}
.animate-in {
  animation: in 0.6s ease forwards;
}
@keyframes in {
  0% {
    opacity: 0.1;
    transform-origin: bottom;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes colorchange {
  20% {
    background: #000;
  }
  40% {
    background: #f8d90d;
  }
  50% {
    background: #d80072;
  }
  75% {
    background: #63b1e3;
  }
  100% {
    background: #000;
  }
}
.shadow2 {
  -webkit-box-shadow: 0 18px 17px -9px rgba(50,50,50,0.25);
  -moz-box-shadow: 0 18px 17px -9px rgba(50,50,50,0.25);
  box-shadow: 0 18px 17px -9px rgba(50,50,50,0.25);
  transition: all 0.3s;
}
.red {
  background: red;
}
.h70 {
  height: 70% !important;
}
.h70 text {
  position: absolute;
  bottom: /3 !important;
}
.h60 {
  height: 60% !important;
}
@media screen and (max-width: 37.5em) {
  .h60 {
    height: 70% !important;
  }
}
.h60 text {
  position: absolute;
  bottom: /3 !important;
}
.h50 {
  height: 50% !important;
}
.h50 text {
  position: absolute;
  bottom: /3 !important;
}
.h30 {
  height: 30% !important;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
  text-align-last: left;
}
.nobreak {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  white-space: nowrap;
}
.nobreak a {
  display: inline-block;
  margin: 0 7px;
  padding: 10.5px 21px;
}
.w100 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.w75 {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 64.063em) {
  .w75 {
    width: 75%;
  }
}
.w50 {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 68.75em) {
  .w50 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 68.75em) {
  .w50 {
    width: 50%;
    text-align: left;
  }
}
@media screen and (min-width: 90.063em) {
  .w50 {
    width: 50%;
  }
}
@media screen and (min-width: 120.063em) {
  .w50 {
    width: 50%;
  }
}
.w25 {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 64.063em) {
  .w25 {
    display: inline-block;
    width: 25%;
  }
}
.w33 {
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
}
@media screen and (max-width: 37.5em) {
  .w33 {
    width: 100%;
  }
}
.padRight {
  box-sizing: border-box;
  padding-right: 42px;
}
@media screen and (min-width: 68.75em) {
  .padRight {
    padding-right: 84px;
  }
}
@media screen and (min-width: 90.063em) {
  .padRight {
    padding-right: 168px;
  }
}
.padRight2 {
  box-sizing: border-box;
  padding-right: 21px;
}
@media screen and (min-width: 68.75em) {
  .padRight2 {
    padding-right: 42px;
  }
}
@media screen and (min-width: 90.063em) {
  .padRight2 {
    padding-right: 84px;
  }
}
.padFrame {
  box-sizing: border-box;
  padding: 0rem 21px;
}
@media screen and (min-width: 68.75em) {
  .padFrame {
    padding: 0rem 84px;
  }
}
@media screen and (min-width: 90.063em) {
  .padFrame {
    padding: 0rem 126px;
  }
}
.padFrameBig {
  box-sizing: border-box;
}
@media screen and (min-width: 68.75em) {
  .padFrameBig {
    padding: 0rem 84px;
  }
}
@media screen and (min-width: 90.063em) {
  .padFrameBig {
    padding: 0rem 168px;
  }
}
.padFrame1 {
  box-sizing: border-box;
  padding: 0.1rem 21px;
}
@media screen and (min-width: 42.063em) {
  .padFrame1Medium {
    box-sizing: border-box;
    padding: 0.1rem 21px;
  }
  .padFrame1Medium a:first-of-type {
    margin-left: 50px;
    background: red;
  }
  .padFrame1Medium a:last-of-type {
    margin-right: 50px;
    background: red;
  }
}
.padFrame1Medium:after {
  content: "";
  display: table;
  clear: both;
}
.padFrame2 {
  box-sizing: border-box;
  padding: 0.1rem 42px;
}
@media screen and (min-width: 37.5em) {
  .padFrame2 {
    padding: 0rem 42px;
  }
}
@media screen and (min-width: 90.063em) {
  .padFrame2 {
    padding: 0rem 42px;
  }
}
.padTop {
  box-sizing: border-box;
  padding-top: 21px;
}
@media screen and (min-width: 68.75em) {
  .padTop {
    padding-top: 42px;
  }
}
@media screen and (min-width: 68.75em) {
  .padTopBig {
    padding-top: 84px;
  }
}
.padBot {
  box-sizing: border-box;
  padding-bottom: 21px !important;
}
@media screen and (min-width: 68.75em) {
  .padBot {
    padding-bottom: 42px !important;
  }
}
.padTop2 {
  box-sizing: border-box;
  padding-top: 10.5px !important;
}
.padBot2 {
  box-sizing: border-box;
  padding-bottom: 10.5px !important;
}
@media screen and (max-width: 42.063em) {
  .padTopSmall {
    padding-top: 84px;
  }
}
.marBot {
  box-sizing: border-box;
  margin-bottom: 84px !important;
  display: inline-block;
}
.marAuto {
  margin: 0 auto;
}
.max50 {
  max-width: 50% !important;
}
.max25 {
  max-width: 25% !important;
}
.button2k.on,
.button2k:active {
  color: #000;
  border-color: #000;
}
.button {
  position: relative;
  text-align: center;
  font-size: 100%;
  line-height: 120%;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-appearance: none;
  border: 2px solid transparent;
  font-size: 90%;
  letter-spacing: 0.5px;
  font-weight: 600;
  box-sizing: border-box;
  padding: inherit 21px;
  padding: 0rem 21px;
  padding-top: 10.5px !important;
  padding-bottom: 10.5px !important;
  margin: 0;
}
@media screen and (min-width: 68.75em) {
  .button {
    padding: inherit 84px;
  }
}
@media screen and (min-width: 90.063em) {
  .button {
    padding: inherit 168px;
  }
}
@media screen and (min-width: 68.75em) {
  .button {
    padding: 0rem 84px;
  }
}
@media screen and (min-width: 90.063em) {
  .button {
    padding: 0rem 126px;
  }
}
.button:hover,
.button.mouseover {
  border-color: inherit !important;
  border-color: inherit;
}
.trans {
  background-color: transparent !important;
  border-color: #a6a6a6;
  color: #808080;
}
.trans:hover {
  color: #000000;
}
.arrow {
  position: absolute;
  display: block;
  top: 0px;
  left: calc(100%);
  width: 0px;
  height: 0px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 12px solid #034676;
}
.arrow2 {
  position: absolute;
  display: block;
  top: 0px;
  right: calc(100%);
  width: 0px;
  height: 0px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 12px solid #034676;
}
.pointerevents {
  pointer-events: all;
}
.nopointerevents {
  pointer-events: none;
}
.noPaddingH {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.noPaddingV {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.wAUTO {
  width: auto;
}
@media screen and (min-width: 68.75em) {
  .wAUTO {
    max-width: 50%;
  }
}
.hAUTO {
  height: auto;
}
.mAUTO {
  margin: 0 auto;
}
.nobrake {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
}
.upper {
  text-transform: uppercase;
}
.gw100 {
  grid-column: -1;
}
.gridbase {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.gridbase .item {
  box-sizing: border-box;
}
@media screen and (max-width: 42.063em) {
  .g6 .item {
    width: 100%;
  }
}
@media screen and (min-width: 42.063em) {
  .g6 .item {
    width: 50%;
  }
}
@media screen and (min-width: 64.063em) {
  .g6 .item {
    width: 25%;
  }
}
@media screen and (min-width: 90.063em) {
  .g6 .item {
    width: 16.6%;
  }
}
.g5 {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-column-gap: 42px;
  grid-template-columns: repeat(auto-fill,minmax(45%,1fr));
  grid-auto-rows: minmax(45w,auto);
}
@media screen and (min-width: 42.063em) {
  .g5 {
    grid-template-columns: repeat(auto-fill,minmax(20%,1fr));
    grid-auto-rows: minmax(20w,auto);
  }
}
@media screen and (min-width: 90.063em) {
  .g5 {
    grid-template-columns: repeat(auto-fill,minmax(17%,1fr));
    grid-template-rows: repeat(auto-fill,minmax(17w,auto));
  }
}
.g4 {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 42px;
  grid-template-columns: repeat(auto-fill,minmax(45%,1fr));
  grid-auto-rows: minmax(20vh,auto);
}
.g4:after {
  content: "";
  flex: 1 1 100%;
  max-width: 23%;
}
@media screen and (min-width: 42.063em) {
  .g4 {
    grid-template-columns: repeat(auto-fill,minmax(25%,1fr));
    grid-auto-rows: minmax(20vh,auto);
  }
}
@media screen and (min-width: 90.063em) {
  .g4 {
    grid-template-columns: repeat(auto-fill,minmax(20%,1fr));
    grid-auto-rows: minmax(20vh,auto);
  }
}
.g4 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.g4 .item {
  box-sizing: border-box;
  padding: 42px;
}
@media screen and (min-width: 42.063em) and (max-width: 64.063em) {
  .g4 .item {
    width: 50%;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 90.063em) {
  .g4 .item {
    width: 33.33%;
  }
}
@media screen and (min-width: 90.063em) {
  .g4 .item {
    width: 25%;
  }
}
content {
  position: relative;
  color: inherit;
  display: block;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.iconmenu {
  display: flex;
  width: auto;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iconmenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.6px;
  padding: 21px;
}
.iconmenu a svg,
.iconmenu a path {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.iconmenu a:hover svg,
.iconmenu a:hover path {
  fill: #d41b1b;
}
.iconmenu a svg {
  width: 33.6px;
}
.w75 {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 64.063em) {
  .w75 {
    width: 75%;
  }
}
.w50 {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 68.75em) {
  .w50 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 68.75em) {
  .w50 {
    width: 50%;
    text-align: left;
  }
}
@media screen and (min-width: 90.063em) {
  .w50 {
    width: 50%;
  }
}
@media screen and (min-width: 120.063em) {
  .w50 {
    width: 50%;
  }
}
.w25 {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 64.063em) {
  .w25 {
    display: inline-block;
    width: 25%;
  }
}
.w33 {
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
}
@media screen and (max-width: 37.5em) {
  .w33 {
    width: 100%;
  }
}
.padFrame {
  box-sizing: border-box;
  padding: inherit 21px;
}
@media screen and (min-width: 68.75em) {
  .padFrame {
    padding: inherit 84px;
  }
}
@media screen and (min-width: 90.063em) {
  .padFrame {
    padding: inherit 168px;
  }
}
.padFrame2 {
  box-sizing: border-box;
  padding: 0.1rem 42px;
}
@media screen and (min-width: 37.5em) {
  .padFrame2 {
    padding: inherit 42px;
  }
}
@media screen and (min-width: 90.063em) {
  .padFrame2 {
    padding: inherit 42px;
  }
}
.padFrameSmall {
  box-sizing: border-box;
  padding: 0 1rem;
}
@media screen and (min-width: 68.75em) {
  .padFrameSmall {
    padding: 0 0;
  }
}
@media screen and (min-width: 90.063em) {
  .padFrameSmall {
    padding: 0 0;
  }
}
.wx2_1 {
  box-sizing: border-box;
  width: 34%;
}
@media screen and (max-width: 42.063em) {
  .wx2_1 {
    display: block;
    width: 100%;
  }
}
.w34 {
  width: 34%;
}
@media screen and (max-width: 42.063em) {
  .w34 {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 64.063em) {
  .w34 h1 {
    font-size: 160%;
  }
}
@media screen and (max-width: 90.063em) {
  .orderleft .w34,
  .order0 .w34 {
    padding-top: 42px !important;
  }
}
.w66 {
  width: 66%;
}
@media screen and (max-width: 42.063em) {
  .w66 {
    display: block;
    width: 100%;
  }
}
.wx2_2 {
  box-sizing: border-box;
  width: 66%;
}
@media screen and (max-width: 42.063em) {
  .wx2_2 {
    width: 100%;
    display: block;
  }
}
.xScroll {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 64.063em) {
  .brmid {
    display: block;
    height: 21px;
  }
}
.filter {
  font-size: 90%;
}
.tinyButton {
  height: 28px !important;
  line-height: 30px !important;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  padding: 0;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 0px !important;
  background-color: #fff !important;
  border-bottom: 2px solid transparent;
}
.tinyButton.on,
.tinyButton:active {
  border-bottom: 2px solid #d93046;
}
.tinyButton:hover {
  background-color: #dcdcdc !important;
}
.flex-menu-fluid {
  line-height: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-content: center;
}
.flex-menu-fluid .tinyButton {
  box-sizing: border-box;
  font-size: 80%;
  padding: 10.5px 21px 10.5px 21px !important;
}
.flex-menu-fluid a {
  width: auto !important;
  line-height: 100% !important;
}
.flex-menu-fluid box {
  width: auto !important;
}
.posfix {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
@media screen and (max-width: 64.064em) {
  .posfix {
    min-height: 100vw;
  }
  .posfix .prev_project,
  .posfix .next_project {
    position: absolute !important;
    background-color: #fff;
    width: 50px;
    text-align: center;
  }
  .posfix .prev_project {
    bottom: 120px;
    left: 0 !important;
    padding-right: 20px;
  }
  .posfix .next_project {
    bottom: 120px;
    right: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 64.064em) {
  .posfix {
    position: fixed !important;
    top: 0;
    left: 0;
  }
}
.posrel {
  position: relative;
}
.posabs {
  position: absolute;
}
@media screen and (max-width: 1380px) {
  .prev_project {
    padding-left: 21px;
  }
}
@media screen and (max-width: 1380px) {
  .next_project {
    padding-right: 21px;
  }
}
.gallery img {
  box-sizing: border-box;
  padding-bottom: 21px !important;
}
@media screen and (min-width: 68.75em) {
  .gallery img {
    padding-bottom: 42px !important;
  }
}
::-webkit-scrollbar {
  width: 0px;
  height: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
::-webkit-scrollbar-track:horizontal {
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:horizontal {
  border-radius: 0px;
  background: #dcdcdc;
  height: 3px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #290622;
}
::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}
.description {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.description a {
  background: none !important;
}
.orderlist {
  display: flex;
  flex-direction: column;
}
.orderleft,
.order0 {
  align-items: flex-end;
}
.orderright,
.order1 {
  align-items: flex-start;
}
.orderright box,
.order1 box {
  float: right;
}
@media screen and (max-width: 64.063em) {
  .firstonmobile {
    order: -1;
  }
}
@media screen and (max-width: 42.063em) {
  .one {
    min-height: calc(83vh) !important;
    height: auto !important;
  }
}
.banana {
  background-size: auto 50% !important;
  background-position: center 140% !important;
}
@media screen and (max-width: 90.063em) {
  .banana {
    background-size: auto 30% !important;
    background-position: right bottom !important;
  }
}
#saving {
  position: fixed !important;
  width: 105px;
  z-index: 99999;
  padding: 0;
  margin: 0;
  background: transparent;
  user-select: none;
  overflow: hidden;
}
.overflowno {
  overflow: hidden;
}
.scrolldown,
.charts,
.bars,
.next {
  width: 63px;
  height: 63px;
  border-radius: 500px;
  border: 2px solid white;
  border-color: rgba(255,255,255,0.15);
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 10.5px !important;
  -webkit-transition: 0.12s ease;
  -moz-transition: 0.12s ease;
  -ms-transition: 0.12s ease;
  -o-transition: 0.12s ease;
  transition: 0.12s ease;
}
@media screen and (max-width: 42.062em) {
  .scrolldown,
  .charts,
  .bars,
  .next {
    width: 48.3px;
    height: 48.3px;
  }
}
.scrolldown svg,
.charts svg,
.bars svg,
.next svg {
  height: 32.307692307692px;
  max-width: 32.307692307692px;
  transform-style: preserve-3d;
}
.scrolldown:hover,
.charts:hover,
.bars:hover,
.next:hover {
  background-color: #424242;
}
.scrolldown:active,
.charts:active,
.bars:active,
.next:active {
  background-color: #034676;
}
.scrolldown {
  background: #000;
}
.charts,
.bars,
.next {
  backface-visibility: visible;
  transform-origin: center center;
  transform-style: preserve-3d;
  background-color: #d93046;
}
.charts:hover,
.bars:hover,
.next:hover {
  background-color: #1e5277;
}
.w1 {
  width: 126px;
}
.padLeft50 {
  padding-left: 0;
}
@media screen and (min-width: 42.063em) {
  .padLeft50 {
    padding-left: 40px;
  }
}
.flex-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-menu box {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.r90 {
  transform: rotate(90deg);
}
svg {
  height: 54.6px;
  transform-style: preserve-3d;
}
.topless {
  top: 0px;
}
.svg2black {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.svg2black rect {
  fill: #000;
}
.svg2black path {
  fill: #000;
  stroke-width: 0.23;
  stroke: #000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.svg2black:hover path {
  fill: #034676;
  stroke: #034676;
}
.svg2black:active path {
  fill: #dcdcdc;
  stroke: #dcdcdc;
}
.svg2white rect {
  fill: #fff;
}
.svg2white path {
  fill: #fff;
  stroke-width: 0.23;
  stroke: #000;
}
.bigicon {
  overflow: visible;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 360px !important;
}
.bigicon path,
.bigicon polygon {
  width: 360px !important;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.bigicon path:hover,
.bigicon polygon:hover {
  fill: #fff;
}
.bigicon:hover path,
.bigicon:hover polygon {
  transform-origin: left center;
}
.bigicon:hover path:nth-of-type(3),
.bigicon:hover polygon:nth-of-type(3) {
  transform: translateX(-25px);
}
.bigicon:hover path:nth-of-type(2),
.bigicon:hover polygon:nth-of-type(2) {
  transform: translateX(-40px);
  transition-delay: 40ms;
}
.menuicon {
  transition: 0.4s ease-in-out;
  fill: #000 !important;
  overflow: visible;
  transform-style: flat;
  transform-origin: center center;
  height: 84%;
}
.menuicon rect {
  transform-origin: center center;
  transition: 0.2s ease;
}
.menuicon:hover rect {
  fill: #034676;
}
.menuicon:hover rect:nth-of-type(1) {
  transform: translateX(-50px);
}
.menuicon:hover rect:nth-of-type(2) {
  transform: translateX(-25px);
  transition-delay: 40ms;
}
.menuicon:hover rect:nth-of-type(3) {
  transform: translateX(0px);
}
@media screen and (max-width: 90.062em) {
  .menuicon {
    height: 56%;
  }
}
.flex {
  display: flex;
}
.grow {
  display: flex;
  flex-grow: 2;
  align-items: center;
  justify-content: center;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-direction-row {
  flex-direction: row;
}
.flex-thumbs {
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.flex-thumbs .thumb {
  max-height: 500px;
}
.h_logo {
  height: 42px;
}
.inlinemenu {
  max-width: 1280px !important;
  margin: 0 auto;
  max-width: 1000px;
  margin: 0 auto !important;
  line-height: 40px;
}
.inlinemenu a {
  border-radius: calc(42px/5);
  overflow: hidden !important;
  display: inline-block;
  word-break: keep-all;
  white-space: normal;
  width: auto !important;
  padding: 7px 20px;
}
.inlinemenu a::after {
  width: 100%;
  content: "";
}
.posfix {
  position: relative;
}
@media screen and (min-width: 64.063em) {
  .posfix {
    position: fixed;
  }
}
.subtleborder {
  border: 2px solid rgba(0,0,0,0.3);
}
.bgboxleft {
  background-size: contain !important;
  padding: 0 !important;
  align-items: center !important;
  background-position: center 61vh !important;
}
@media screen and (min-width: 64.063em) {
  .bgboxleft {
    background-position: center 7vh !important;
  }
}
.grid-intro {
  display: flex;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.grid-intro .item {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (min-width: 42.062em) and (max-width: 80.063em) {
  .grid-intro .item p {
    margin: 0 auto;
  }
}
.text-center-left {
  text-align: center;
}
@media screen and (max-width: 42.062em) {
  .text-center-left {
    text-align: left !important;
  }
}
.h_icon {
  height: 54.6px !important;
}
.icons {
  fill: #000;
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -ms-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  transform-origin: center center;
}
a:hover .icons.facebook {
  fill: #4468b0;
}
a:hover .icons.instagram {
  fill: #da3472;
}
a:hover .icons.whatsapp {
  fill: #25e47a;
}
p a:hover {
  color: #d93046;
}
@media screen and (min-width: 42.063em) {
  .flextext {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
  }
}
.max1000 {
  max-width: 1280px !important;
  margin: 0 auto;
}
.max1200 {
  max-width: 1340px !important;
  margin: 0 auto;
}
.h_xScroll {
  height: 40vh;
}
.overflow_y {
  overflow: scroll;
  overflow-y: hidden;
}
.slidescontainer {
  overflow: scroll;
  overflow-y: hidden;
  height: 40vh;
}
.slides data-box {
  display: inline-block;
  display: flex;
  height: 40vh !important;
  flex: 0 0 auto;
}
.slides img {
  height: inherit !important;
  height: 40vh !important;
  width: auto !important;
  min-width: 40vh !important;
}
.font80 {
  font-size: 80%;
  font-weight: 500;
}
.item {
  border: 0;
  box-sizing: border-box;
}
.item .cover_title {
  width: 100%;
  text-align: center;
  left: 0px;
  display: inline-block !important;
  overflow: visible;
  font-size: 80%;
  font-weight: 500;
}
.footer {
  opacity: 0;
  display: none;
  overflow: visible;
  z-index: 10;
}
.labelOpen:hover .st0 {
  fill: #000;
}
.boxhover:hover {
  color: #7fb20c;
}
.boxhover:hover box {
  background: #1e5277;
  color: #7fb20c;
  fill: #7fb20c !important;
}
.boxhover:hover path,
.boxhover:hover svg {
  fill: #000;
  stroke: #000;
}
.cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 42.063em) {
  .ccsmall {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ce {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cs {
  display: flex;
  align-items: left;
  justify-content: flex-start;
}
.ct {
  display: flex;
  align-items: flex-start !important;
}
.ctbig {
  align-items: center !important;
  background-position: center bottom !important;
}
@media screen and (min-width: 42.063em) and (max-width: 64.063em) {
  .ctbig {
    align-items: center !important;
    background-position: center 20vh !important;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80.063em) and (min-height: 600px) {
  .ctbig {
    align-items: flex-start !important;
    background-position: center 30vh !important;
  }
}
@media screen and (min-width: 80.063em) and (min-height: 600px) {
  .ctbig {
    align-items: flex-start !important;
    background-position: center 14vh !important;
  }
}
.lt {
  display: flex;
  align-items: flex-start !important;
  justify-content: left;
}
.bc {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bl {
  display: flex;
  align-items: flex-end !important;
  justify-content: flex-start;
}
.bgfx {
  background-attachment: fixed;
}
.bgl {
  background-position: left;
}
.bgr {
  background-position: right;
}
.bgt {
  background-position: top !important;
}
.bgb {
  background-position: bottom !important;
}
.bgc {
  background-position: center;
}
.bgcontain {
  background-size: contain !important;
  background-repeat: no-repeat;
}
.bgcover {
  background-size: cover !important;
}
@media screen and (max-width: 42.062em) {
  .bgcover {
    background-size: 200% !important;
  }
}
.bgcc {
  background-position: center center !important;
}
@media screen and (max-width: 64.062em) {
  .bgcircle {
    background-size: 26.4vh !important;
  }
}
@media screen and (min-width: 64.062em) {
  .bgcircle {
    background-size: 48.3vh !important;
  }
}
.bgbc {
  background-position: center 140% !important;
  background-size: 500px !important;
  background-size: auto 50% !important;
}
.subtleBorder {
  border: 1px solid rgba(255,255,255,0.45);
}
.subtleBorder:hover {
  border: 1px solid #000;
  color: #000;
}
polyline {
  stroke-dasharray: 200;
}
polyline:nth-child(2) {
  animation-delay: 1.5s;
}
polyline:nth-child(3) {
  animation-delay: 3s;
}
@keyframes dash33 {
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes moveout2right {
  from {
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    transform: translateX(100vw);
    opacity: 1;
  }
}
@keyframes moveout2left {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(-100%);
    transform: translateX(-100vw);
  }
}
@keyframes movein2right {
  from {
    transform: translateX(-100%);
    transform: translateX(-100vw);
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes movein2left {
  from {
    opacity: 1;
    clip: rect(0,100vw,1000vh,100vw);
  }
  to {
    opacity: 1;
    clip: rect(0,100vw,1000vh,0);
  }
}
@keyframes movein2left2 {
  from {
    opacity: 0;
    transform: translateX(1000px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes movein2top {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes moveout2left2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes moveout2right2 {
  to {
    transform: translateX(1000px);
    opacity: 1;
  }
}
@keyframes movein2left2 {
  from {
    opacity: 1;
    transform: translateX(1000px);
  }
}
.contentitem {
  clip: rect(0,100vw,2000vh,0);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation-timing-function: linear;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.animatein-frombottom {
  transform: translateY(250px) scale(1);
  animation: animatein-frombottom 0.6s ease forwards;
  opacity: 0;
}
.animatein-fromright {
  transform: translateX(550px) scale(1);
  animation: animatein-fromright 0.6s 1 forwards;
  opacity: 0;
}
@keyframes animatein-frombottom {
  20% {
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes animatein-static {
  0% {
    transform-origin: center;
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animate-rrotate {
  from {
    transform-origin: center center;
    transform: rotate3d(0,0,0,180deg);
    opacity: 1;
  }
  to {
    transform: rotate3d(1,0,0,180deg);
    opacity: 1;
  }
}
@keyframes animate-lrotate {
  from {
    transform-origin: center center;
    transform: rotate3d(1,0,0,180deg);
    opacity: 1;
  }
  to {
    transform: rotate3d(0,0,0,180deg);
    opacity: 1;
  }
}
@keyframes animatein-frombottom2 {
  from {
    transform: translateY(200%);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes animatein-fromright2 {
  from {
    transform: translateX(200%);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes animatein-fromleft2 {
  from {
    opacity: 1;
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    opacity: 1;
    transform-origin: left;
    transform: scaleX(1);
  }
}
@keyframes animateout-toright2 {
  from {
    opacity: 1;
    transform-origin: right;
    transform: scaleX(1);
  }
  to {
    transform-origin: right;
    transform: scaleX(0);
    opacity: 1;
  }
}
@keyframes animateout-totop2 {
  from {
    opacity: 1;
    transform: translateY(0%);
  }
  to {
    transform: translateY(-200%);
    opacity: 1;
  }
}
@keyframes animatein-fromtop2 {
  from {
    transform: translateY(-200%);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes animatein-fromright {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.shift {
  position: absolute !important;
  top: calc(49vh);
  z-index: 100;
}
.hidden {
  visibility: hidden;
}
.next_slide,
.prev_slide {
  position: absolute !important;
  top: 0;
  bottom: 0px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.next_slide {
  right: 0px !important;
}
.prev_slide {
  left: 0px !important;
}
.scroll_next_tags,
.scroll_prev_tags {
  position: fixed !important;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll_next_tags {
  left: 0px !important;
}
.scroll_prev_tags {
  right: 0px !important;
}
.pointerevents {
  pointer-events: all;
}
.nopointerevents {
  pointer-events: none;
}
.overflow-scroll {
  overflow: scroll;
}
.h_square {
  height: 100px !important;
}
@media screen and (max-width: 64.063em) {
  .h_square {
    height: 105px;
    align-self: flex-start;
  }
}
.w_square {
  width: 100px !important;
}
@media screen and (max-width: 64.063em) {
  .w_square {
    width: 105px;
    align-self: flex-start;
  }
}
.h_slider {
  height: 600px;
  height: 60%;
  height: 100vh;
}
@media screen and (max-width: 64.063em) {
  .h_slider {
    height: 90%;
    height: 100vh;
  }
}
.h_arrow {
  width: 50px;
  height: 50px;
}
.h_arrow svg {
  height: 20px;
}
.h_arrow2 {
  width: 38px;
  height: 38px;
}
.h_arrow2 svg {
  height: 12px;
}
#hero .slideritem {
  position: absolute !important;
  left: 0;
  top: 0;
  visibility: visible;
  display: flex !important;
  width: 100%;
  width: 100vw;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#hero .sliderimg {
  height: 30%;
  height: 30vw;
  height: 600px;
  background-size: cover;
  background-position: center center;
}
#logos .sliderimg {
  height: 30%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
.slidertxt {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: space-between;
  flex-flow: column;
  top: 0;
}
@media screen and (min-width: 90.063em) {
  .slidertxt h2 {
    font-size: 280%;
    font-weight: 800 !important;
    line-height: 110%;
  }
  .slidertxt small {
    font-size: 40%;
  }
}
.check-stroke {
  stroke: #000;
  fill: none;
  stroke-width: 5;
  stroke-linecap: square;
}
.grid-layout {
  display: grid;
  grid-gap: 1px;
  grid-auto-flow: dense;
  counter-reset: section;
  padding: 100px 42px;
  background-size: cover;
  background-position: center;
  grid-template-columns: repeat(auto-fill,minmax(50vw,1fr));
  grid-auto-rows: 62px;
  overflow: hidden;
}
.grid-layout .item {
  border: 2px solid transparent;
  background-image: none;
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border-radius: 0;
  overflow: visible;
  padding: 10.5px 0 10.5px 0;
}
.grid-layout .item box {
  padding: 10.5px 0 10.5px 0;
  display: flex;
  align-items: stretch;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: visible;
  flex-wrap: wrap;
  flex-basis: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.9;
}
.grid-layout .item h3 {
  border: 3px solid transparent;
  line-height: 100%;
  padding-left: 21px;
  padding-right: 21px;
  width: auto !important;
  display: inline !important;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  box-sizing: border-box;
  padding-top: 10.5px !important;
  padding-bottom: 10.5px !important;
}
.grid-layout .item h3,
.grid-layout .item p {
  display: block;
  width: 100%;
}
.grid-layout .item p {
  font-size: 80%;
  display: block;
}
.grid-layout .item:hover h3 {
  opacity: 1;
  border-color: inherit;
}
@media screen and (max-width: 42.063em) {
  .grid-layout h3 {
    font-size: 120%;
  }
}
@media screen and (min-width: 42.063em) and (max-width: 64.063em) {
  .grid-layout h3 {
    font-size: 110%;
  }
}
@media screen and (min-width: 64.063em) {
  .grid-layout h3 {
    font-size: 130%;
  }
}
@media screen and (min-width: 42.063em) {
  .grid-layout {
    grid-template-columns: repeat(auto-fill,minmax(25vw,1fr));
    grid-auto-rows: minmax(20vh,auto);
  }
}
@media screen and (min-width: 90.063em) {
  .grid-layout h3 {
    font-size: 240%;
  }
}
@media screen and (min-width: 120.063em) {
  .grid-layout h3 {
    font-size: 310%;
  }
}
@media screen and (min-width: 42.063em) {
  .wx2 {
    grid-column-end: span 2;
    grid-row-end: span 1;
  }
}
@media screen and (min-width: 42.063em) {
  .hx2 {
    grid-column-end: span 1;
    grid-row-end: span 2;
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  width: 100%;
}
body {
  overflow-x: hidden;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: "futura-pt";
  font-size: 18px;
  line-height: 157%;
  line-height: 25px;
  font-weight: 500;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (min-width: 42.062em) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul,
li,
li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
strong {
  font-weight: bold;
}
a,
button {
  color: inherit;
}
a {
  text-decoration: none;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
  outline: none;
}
li a {
  padding: 5px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
li a:hover,
li a:focus {
  color: #000;
}
box,
data-box {
  color: inherit;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input[type=submit] {
  cursor: pointer;
}
input[type=text] {
  border: 1px solid rgba(0,0,0,0.2);
  cursor: text;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
h1 {
  font-size: 1em;
  line-height: 130%;
  font-family: "futura-pt";
  font-weight: 500;
  word-wrap: break-word;
}
.description h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 2.5em;
  line-height: 90%;
  font-family: "futura-pt";
  font-weight: 500;
}
@media screen and (max-width: 42.063em) {
  h2 {
    line-height: 100%;
    font-size: 1.8em;
  }
}
h3 {
  font-size: 2.2em;
  line-height: 130%;
  font-family: "futura-pt";
  font-weight: 500;
}
@media screen and (max-width: 42.063em) {
  h3 {
    font-size: 1.6em;
  }
}
h4 {
  font-size: 2em;
  line-height: 130%;
  font-family: "futura-pt";
  font-weight: 500;
}
@media screen and (max-width: 42.063em) {
  h4 {
    font-size: 1.4em;
  }
}
h5 {
  font-size: 1.5em;
  line-height: 130%;
  font-family: "futura-pt";
  font-weight: 500;
}
@media screen and (max-width: 42.063em) {
  h5 {
    font-size: 1.2em;
  }
}
wrap {
  display: block;
  background-color: #fff;
}
sidebar {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #000;
  right: -300px;
  width: 300px;
  width: 100%;
  width: 100vw;
  right: -100%;
  font-weight: 400;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
@media screen and (min-width: 42.063em) {
  sidebar {
    right: -272px;
    width: 272px;
  }
}
sidebar:after {
  content: "";
  display: table;
  clear: both;
}
sidebar .navigation {
  box-sizing: border-box;
  width: 100%;
}
sidebar a {
  display: block;
  padding-bottom: 10.5px;
  padding-top: 10.5px;
  font-family: "futura-pt";
  font-weight: 700;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
}
sidebar a:hover {
  color: #d93046;
}
content {
  position: relative;
  color: inherit;
  display: block;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  left: 0;
  z-index: 5;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
label[for="sidebartoggler"] {
  box-sizing: border-box !important;
  display: block !important;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: visible;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  line-height: 0;
}
#sidebartoggler {
  display: none;
}
#sidebartoggler:checked + wrap sidebar {
  transform: translateX(-100vw);
}
@media screen and (min-width: 42.063em) {
  #sidebartoggler:checked + wrap sidebar {
    transform: translateX(-272px);
  }
}
#sidebartoggler:checked + wrap content {
  opacity: 0.2;
  transform: translateX(-188px);
  pointer-events: none;
}
.max1000 {
  max-width: 1000px;
  margin: 0 auto !important;
}
.radial-progress {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: border-box;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  width: 100px;
  height: 100px;
  position: absolute;
  transform-origin: center center;
}
.radial-progress .circle .fill {
  border-radius: 50%;
}
.radial-progress .circle .shadow {
  box-shadow: 2px 2px 20px rgba(220,220,220,0.6) inset;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
}
.radial-progress .circle .mask {
  clip: rect(0px,100px,100px,50px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px,50px,100px,0px);
  background-color: #d93046;
}
.radial-progress .inset {
  width: 50px;
  height: 50px;
  position: absolute;
  margin-left: 25px;
  margin-top: 25px;
  background-color: #000;
  border-radius: 50%;
  box-shadow: 2px 2px 20px rgba(220,220,220,0.6);
}
.radial-progress .time {
  position: absolute;
  right: 55%;
  width: 100%;
  text-align: right !important;
}
.bar-progress {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0px;
  height: 5px;
  background-color: rgba(227,227,227,0.1);
}
.bar-progress .bar .mask,
.bar-progress .bar .fill,
.bar-progress .bar .shadow {
  width: 5px;
  height: 5px;
  position: absolute;
  transform-origin: left center;
}
.bar-progress .bar .shadow {
  box-shadow: 2px 2px 20px rgba(220,220,220,0.6) inset;
}
.bar-progress .bar .mask,
.bar-progress .bar .fill,
.bar-progress .bar .shadow {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
}
.bar-progress .inset {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -7.5px;
  margin-top: -7.5px;
  background-color: #fff;
  box-shadow: 2px 2px 20px rgba(220,220,220,0.6);
}
.data-values {
  top: 7px;
}
.cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hidden {
  visibility: none;
}
.displaynone {
  display: none;
}
@media screen and (max-width: 42.063em) {
  .noSmall {
    display: none !important;
  }
}
@media screen and (max-width: 64.063em) {
  .noMedium {
    display: none;
  }
}
@media screen and (min-width: 42.063em) {
  .onlySmall {
    display: none !important;
  }
}
@media screen and (min-width: 64.063em) {
  .onlyMedium {
    display: none;
  }
}
.fgColorText {
  color: #000;
}
.play {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.animate-in {
  animation: in 0.6s ease forwards;
}
@keyframes in {
  0% {
    opacity: 0.1;
    transform-origin: bottom;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1000;
    stroke-dashoffset: 200;
  }
  50% {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dasharray: 1000;
    stroke-dashoffset: 500;
  }
}
@keyframes done {
  to {
    stroke-dashoffset: 110;
    stroke-dasharray: 600;
  }
}
.vh100 {
  min-height: 100vh;
}
@media screen and (min-width: 64.063em) {
  .vh100medium {
    min-height: 100vh;
  }
}
@media screen and (max-width: 64.063em) {
  .vh100small {
    min-height: 100vh;
  }
}
@media screen and (max-width: 42.063em) {
  .nowrapsmall {
    white-space: nowrap;
  }
}
@media screen and (max-width: 64.063em) {
  .nowrapmedium {
    white-space: nowrap;
  }
}
.thumbs {
  display: flex;
  overflow: scroll;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: baseline;
  padding: 0;
  opacity: 0.42;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumbs:hover,
.thumbs:active {
  opacity: 1;
}
.thumbs img {
  width: 200px;
  padding-left: 0;
  cursor: pointer;
  opacity: 0.25;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  backface-visibility: hidden;
}
.thumbs img:hover,
.thumbs img:active {
  opacity: 1;
}
.thumbs img.current {
  opacity: 0.8;
}
.arrow svg {
  overflow: hidden;
  height: 15px;
  width: 15px;
  fill: #000;
  stroke: #ffffff;
  stroke-width: 0.12;
  stroke-linecap: round;
  box-sizing: border-box;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
.arrow {
  overflow: hidden;
}
.arrow-path {
  fill: #000;
  stroke: #ffffff;
  stroke-width: 0.12;
  stroke-linecap: round;
  box-sizing: border-box;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
.transparent {
  background: transparent !important;
}
.maxheight {
  max-width: 100%;
  max-height: 40%;
  max-height: 100vh;
  width: auto;
  height: auto;
}
.maxheightimg {
  max-height: 30%;
  max-height: 30vh;
  width: auto;
  height: auto;
}
.axloader {
  stroke: #000;
  stroke: #000000;
  fill: #000000;
  stroke-width: 5.8346;
  stroke-miterlimit: 10;
  animation: dash 2.2s infinite;
  -webkit-animation: dash 2.2s infinite;
  -o-animation: dash 2.2s infinite;
  -moz-animation: dash 2.2s infinite;
  opacity: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  stroke-dasharray: 1600;
  stroke-dashoffset: 3200;
}
.loaderbar {
  height: 2px !important;
  display: block;
  width: 10%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: #000;
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}
#LOGO {
  height: 70px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.bgColor {
  background-color: #fff !important;
}
.displayblock {
  display: block;
}
.pink {
  background: pink;
}
.padTop2simple {
  padding-top: 2.5em;
}
.padTop5 {
  padding-top: 5em;
}
.padBot5 {
  padding-bottom: 5em;
}
.padTop1 {
  padding-top: 42px !important;
}
.padBot1 {
  padding-bottom: 42px !important;
}
.padTop4 {
  padding-top: 10.5px !important;
}
.padBot4 {
  padding-bottom: 10.5px !important;
}
.padTop10 {
  padding-top: 126px;
}
@media screen and (min-width: 64.063em) {
  .padTop10 {
    padding-top: 210px;
  }
}
.padBot10 {
  padding-bottom: 126px;
}
@media screen and (min-width: 64.063em) {
  .padBot10 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 64.063em) {
  .padBotBig {
    padding-bottom: 84px;
  }
}
@media screen and (min-width: 64.063em) {
  .padTopBig {
    padding-top: 84px;
  }
}
@media screen and (min-width: 64.063em) {
  .padTopBig10 {
    padding-top: 134.4px;
  }
}
@media screen and (max-width: 42.063em) {
  .padTopSmall {
    padding-top: 84px !important;
  }
}
@media screen and (max-width: 42.063em) {
  .padBotSmall {
    padding-bottom: 84px !important;
  }
}
.h5em {
  height: 210px;
}
.h2em {
  height: 2em;
}
.h1em {
  height: 1em;
}
.bgColorMain {
  background-color: #000;
}
.bgColorFG {
  background-color: #000;
}
.text-white {
  color: #fff;
}
.text-white p {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-black p {
  color: #000;
}
.stickTop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.stickBottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.round100 {
  border-radius: calc(42px/5);
  overflow: hidden !important;
}
.perspective {
  perspective: 1000px;
}
.paddingbutton {
  padding: 10px 15px;
}
.inline {
  display: inline-block !important;
}
.z100 {
  z-index: 100 !important;
}
.z10 {
  z-index: 10 !important;
}
.z1 {
  z-index: 1 !important;
}
.line100 {
  line-height: 100% !important;
}
.line200 {
  line-height: 200% !important;
}
.line300 {
  line-height: 300% !important;
}
.arrow {
  width: 4rem;
  stroke-dasharray: 1, 20;
  stroke-dashoffset: -13.65;
  stroke-dasharray: 10;
  stroke-dashoffset: 11;
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform-origin: center center;
}
.arrow path {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  stroke-width: 1px;
  stroke-linecap: square;
  stroke: #000;
  fill: transparent;
}
.arrow:hover {
  stroke-dashoffset: 31;
}
.arrow:active path {
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  stroke: #000;
}
.navgallerygroup {
  position: fixed !important;
  z-index: -1 !important;
  background: transparent !important;
  top: 0px;
  left: 0px;
  width: 100%;
  top: 47vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.navgallery {
  width: 18px;
  border-color: #000;
  background-color: rgba(0,0,0,0);
}
.navgallery rect {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.navgallery rect.top {
  transform-origin: center center;
  opacity: 0;
}
.navgallery rect.bottom {
  transform-origin: center center;
  opacity: 0;
}
.navgallery:nth-last-of-type(2) {
  float: left;
}
.navgallery:nth-last-of-type(2):hover rect.middle,
.navgallery:nth-last-of-type(2).mouseover rect.middle {
  transform: translateX(-45px);
  width: 350px;
}
.navgallery:nth-last-of-type(2):hover rect.top,
.navgallery:nth-last-of-type(2).mouseover rect.top {
  transform: rotate(150deg) translateY(120px);
  transform-origin: center center;
  opacity: 1;
}
.navgallery:nth-last-of-type(2):hover rect.bottom,
.navgallery:nth-last-of-type(2).mouseover rect.bottom {
  transform-origin: center center;
  transform: rotate(-150deg) translateY(-120px);
  opacity: 1;
}
.navgallery:nth-last-of-type(1) {
  float: right;
  transform: rotate(180deg);
}
.navgallery:nth-last-of-type(1):hover rect.middle,
.navgallery:nth-last-of-type(1).mouseover rect.middle {
  transform: translateX(-45px);
  width: 350px;
}
.navgallery:nth-last-of-type(1):hover rect.top,
.navgallery:nth-last-of-type(1).mouseover rect.top {
  transform: rotate(150deg) translateY(120px);
  transform-origin: center center;
  opacity: 1;
}
.navgallery:nth-last-of-type(1):hover rect.bottom,
.navgallery:nth-last-of-type(1).mouseover rect.bottom {
  transform-origin: center center;
  transform: rotate(-150deg) translateY(-120px);
  opacity: 1;
}
.navgallery:active rect.middle {
  fill: #fff;
}
