/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/front/css/index.scss ***!
  \***************************************************************************************************************************************************************************/
body {
  margin: 0;
}

@font-face {
  font-family: "Tw Cen MT";
  /* src: local('Tw Cen MT'), url("./TwCenMT.ttf") format("truetype"); */
  src: url(7b67eec0cc9a1e3ba9cc.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Proxon";
  /* src: local('Tw Cen MT'), url("./TwCenMT.ttf") format("truetype"); */
  src: url(c2af1b0452c75714a48f.ttf) format("truetype");
  src: url(f1dca0fbd769460d6458.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
}
#forReact {
  background-color: black;
  /* background-color: white; */
}

.hoverPolygon {
  transition-property: stroke-opacity, fill-opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 0.6);
  stroke: white;
  /* stroke-opacity: 1;
  opacity: 1; */
  stroke-width: 5px;
  /* fill: black; */
  z-index: 10;
}

/* .underPolyline {
    fill: transparent;
    stroke: red;
    stroke-width: 5px;

    animation-name: go_down;
	animation-duration: 2000ms;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.underPolyline.delay {
	animation-delay: 1000ms;
}

@keyframes go_down
{
	0% { 
        transform: translateY(-40px);
        stroke-opacity: 0;
    }

    50% { 
        transform: translateY(0px);
        stroke-opacity: 1;
    }

    100% { 
        transform: translateY(40px);
        stroke-opacity: 0;
    }
} */
.underPolyline {
  fill: transparent;
  stroke: white;
  stroke-width: 5px;
  animation-name: go_down;
  animation-duration: 1500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.underPolyline.delay {
  animation-delay: 750ms;
}

@keyframes go_down {
  0% {
    transform: translateY(0px);
    stroke-opacity: 1;
  }
  100% {
    transform: translateY(40px);
    stroke-opacity: 0;
  }
}
.side {
  stroke: #65A2BA;
  stroke: white;
  transition-property: stroke-opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 0.6);
  stroke-opacity: 1;
  /* stroke: black; */
}

.pointer {
  stroke: white;
}

.text {
  stroke: white;
  fill: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  /* font-family: 'Tw Cen MT';
  font-family: 'Proxon'; */
}

.bigHeader {
  display: flex;
  height: 1100px;
}
.bigHeader #titleCont {
  width: 600px;
  padding-top: 200px;
  padding-left: 50px;
  background-color: black;
  color: white;
  /* float: left; */
}
.bigHeader #title {
  font-size: 96px;
  font-family: "Tw Cen MT", Verdana;
}
.bigHeader #subtitle {
  width: 600px;
  margin-top: 24px;
  font-size: 36px;
  font-family: "Tw Cen MT", Verdana;
}
.bigHeader #svgContainer {
  width: 100%;
  background-color: black;
}
.bigHeader #svgContainer svg {
  width: 100%;
  height: 100%;
}

#content {
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#content .sectorContainer {
  margin-bottom: 40px;
}
#content .sectorContainer .sectorTitle {
  font-size: 120%;
  margin-bottom: 20px;
}
#content .sectorContainer .sectorBody .problem,
#content .sectorContainer .sectorBody .solution {
  font-weight: bold;
}

/*# sourceMappingURL=index.css.map*/