/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style.scss ***!
  \****************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:100,200,300,400,500,600,700,800,900|Rubik&display=swap);
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style.scss (1) ***!
  \********************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Quattrocento+Sans:wght@400;700&family=Red+Hat+Display:wght@400;500;700;900&display=swap);
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style.scss (2) ***!
  \********************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
https://image.shutterstock.com/z/stock-vector-background-abstract-dynamic-linear-waves-purple-light-for-homepage-vector-illustration-eps-1190509180.jpg
https://image.shutterstock.com/z/stock-vector-programming-skills-concept-vector-illustration-of-line-website-design-banner-template-1087554224.jpg

<img src="https://image.shutterstock.com/z/stock-vector-flat-design-thin-line-concept-banner-for-contact-vector-illustration-309553175.jpg">

<img src="https://image.shutterstock.com/z/stock-vector-thin-line-flat-design-of-website-under-construction-web-page-building-process-modern-vector-321112190.jpg"

 */
@font-face {
  font-family: "fontello";
  src: url(/Dist/39f3e8265b9ed76e5051.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-email:before {
  content: "\e800";
} /* '' */
.icon-phone:before {
  content: "\e801";
} /* '' */
@font-face {
  font-family: "Green Code Studio";
}
html {
  padding: 0;
  margin: 0;
  font-family: "Rubik";
  background: #4f535c;
  color: #032b1e;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 36px 0 0 0;
}

header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  background: #071c00;
}
header .logoLink {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 30px;
  opacity: 0;
}
header .blogLink {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  padding: 5px 0px;
  line-height: 30px;
}
header .langLink {
  float: right;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
}
@media (max-width: 400px) {
  header .langLink span {
    display: none;
  }
}
header .mailLink, header .phoneLink {
  float: right;
  color: white;
  text-decoration: none;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
header .mailLink::before, header .phoneLink::before {
  font-size: 1.4em;
}
header .mailLink span, header .phoneLink span {
  color: transparent;
  transform: translateX(20px);
  filter: blur(5px);
  transition: all 300ms;
  order: -1;
  margin-right: 5px;
}
header .mailLink:hover span, header .phoneLink:hover span {
  color: white;
  filter: blur(0);
  transform: translateX(0);
}
@media (max-width: 700px) {
  header .mailLink span, header .phoneLink span {
    display: none;
  }
}
@media (max-width: 550px) {
  header .logoLink {
    font-size: 20px;
  }
}

h1 {
  font-family: "Barlow Condensed";
  font-weight: 300;
}

section {
  padding-top: 0;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
  background: #e9fff8;
}
@media (max-width: 600px) {
  section {
    padding-bottom: 50px;
  }
}
section > h1, section > article > h1 {
  text-align: center;
  font-size: 4em;
  margin-top: 0;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section > h1, section > article > h1 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  section > h1, section > article > h1 {
    font-size: 3em;
  }
}
@media (max-width: 650px) {
  section > h1, section > article > h1 {
    font-size: 1.8em;
  }
}
section > h2, section > article > h2 {
  text-align: center;
  font-size: 3em;
  margin-top: 0;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section > h2, section > article > h2 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  section > h2, section > article > h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 650px) {
  section > h2, section > article > h2 {
    font-size: 1.6em;
  }
}
section > h3, section > article > h3 {
  text-align: center;
  font-size: 1.8em;
  margin-top: 0;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section > h3, section > article > h3 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  section > h3, section > article > h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 650px) {
  section > h3, section > article > h3 {
    font-size: 1.3em;
  }
}
section > p {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section > p {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section > .sectionContent {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section > .sectionContent {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section > ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section > ul {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section > div {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section > div {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section a {
  font-weight: 700;
  color: #528273;
}
section ul li {
  list-style: square;
}
section.companyName {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  background: #071c00 url(/Dist/c3634c1db5e28a386181.svg) no-repeat 100% 100%;
  background-size: 100vh;
}
@media (max-aspect-ratio: 10/6) {
  section.companyName {
    background-position: 40vw 100%;
  }
}
@media (max-width: 800px) {
  section.companyName {
    min-height: 0;
    background-image: none;
  }
}
section.companyName h1 {
  text-align: left;
}
section.companyName h1 img {
  width: 600px;
}
@media (max-width: 800px) {
  section.companyName h1 {
    text-align: center;
  }
  section.companyName h1 img {
    width: 70%;
    margin-bottom: 20px;
  }
}
section.companyName::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #9fffe1;
}
@media (max-width: 600px) {
  section.companyName::before {
    border-top-width: 40px;
  }
}
section.companyName::before {
  border-left: 50vw solid #9fffe1;
  border-right: 50vw solid #9fffe1;
}
section.basicText-section:first-of-type {
  padding-top: 64px;
}
@media (max-width: 650px) {
  section.basicText-section:first-of-type {
    padding-top: 48px;
  }
}
section.whoWeAre {
  background: #9fffe1;
}
section.whoWeAre::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #e9fff8;
}
@media (max-width: 600px) {
  section.whoWeAre::before {
    border-top-width: 40px;
  }
}
section.whatWeCreate {
  position: relative;
}
section.whatWeCreate > h1 {
  text-align: center;
}
section.whatWeCreate > div {
  display: flex;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  section.whatWeCreate > div {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.whatWeCreate > div article {
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 10px;
  flex: 1 1 550px;
  height: 250px;
  position: relative;
  color: #222;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 600px) {
  section.whatWeCreate > div article {
    height: auto;
  }
}
section.whatWeCreate > div article h1 {
  font-family: inherit;
  font-size: 1.7em;
}
@media (max-width: 900px) {
  section.whatWeCreate > div article h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 650px) {
  section.whatWeCreate > div article h1 {
    font-size: 1.2em;
  }
}
section.whatWeCreate > div article a.more {
  display: block;
  text-align: right;
  color: #528273;
  font-weight: 700;
}
section.whatWeCreate::after {
  content: "";
  background-size: cover;
  height: 55vw;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: block;
}
section.whatWeCreate::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-left: 100vw solid #9fffe1;
}
@media (max-width: 600px) {
  section.whatWeCreate::before {
    border-top-width: 40px;
  }
}
section.quality {
  background: #9fffe1;
  text-align: left;
}
section.quality h1 {
  text-align: left;
}
section.quality::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #e9fff8;
}
@media (max-width: 600px) {
  section.quality::before {
    border-top-width: 40px;
  }
}
section.process {
  background: #9fffe1;
  text-align: left;
}
section.process h1 {
  text-align: left;
}
section.process::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 148px;
  height: 20px;
  background: #9fffe1;
}
section.process > div {
  display: flex;
  overflow-x: auto;
  width: auto;
  padding: 16px 0;
}
section.process > div article {
  width: 70vw;
  max-width: 500px;
  padding-right: 72px;
  position: relative;
  flex: 0 0 70vw;
}
section.process > div article:first-of-type {
  margin-left: calc(50vw - 600px);
}
section.process > div article:last-of-type {
  margin-right: calc(50vw - 600px);
}
section.process > div article:last-of-type::after {
  content: none;
}
section.process > div article h1 {
  margin-bottom: 16px;
  font-size: 2em;
}
section.process > div article::after {
  content: "";
  display: block;
  width: 128px;
  height: 128px;
  border: 8px solid transparent;
  border-top: 8px solid;
  border-right: 8px solid;
  border-radius: 8px;
  transform: translateY(-50%) scaleX(0.5) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.5;
}
section.process:hover::after {
  z-index: -1;
}
section.process::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #e9fff8;
}
@media (max-width: 600px) {
  section.process::before {
    border-top-width: 40px;
  }
}
section.portfolio > div {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  section.portfolio > div {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.portfolio > div a {
  flex: 0 1 50%;
  max-width: 580px;
  height: 340px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: inherit;
}
@media (max-width: 1260px) {
  section.portfolio > div a {
    flex: 0 0 100%;
  }
}
@media (max-width: 700px) {
  section.portfolio > div a {
    flex: 0 0 100%;
    height: 46vw;
  }
}
section.portfolio > div a article picture img {
  position: absolute;
  z-index: 1;
  left: -10%;
  top: 50%;
  width: 120%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
  transition: 300ms all ease-out;
  will-change: transform, filter;
}
section.portfolio > div a article div {
  position: absolute;
  z-index: 3;
  top: calc(100% - 60px);
  left: 0;
  width: 100%;
  transition: 300ms all ease-out;
  will-change: top;
  text-align: center;
}
section.portfolio > div a article div h1 {
  font-size: 50px;
  margin: 0;
}
section.portfolio > div a article::before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  backdrop-filter: grayscale(1) blur(10px);
  position: absolute;
  z-index: 2;
  transition: 200ms 100ms all ease-out;
  background: rgba(255, 255, 255, 0.5);
}
section.portfolio > div a article:hover picture img {
  transform: translateY(-50%) scale(1.2) rotate(10deg);
  filter: blur(10px) saturate(0.8);
  opacity: 0.6;
}
section.portfolio > div a article:hover div {
  top: 50%;
  transform: translateY(-50%);
}
section.portfolio > div a article:hover::before {
  opacity: 0;
  transition: 100ms all ease-out;
}
section.portfolio::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-left: 100vw solid #9fffe1;
}
@media (max-width: 600px) {
  section.portfolio::before {
    border-top-width: 40px;
  }
}
section.price {
  background: #9fffe1;
  text-align: right;
}
section.price h1 {
  text-align: right;
}
section.price a.more {
  display: block;
  text-align: right;
  color: #528273;
  font-weight: 700;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section.price a.more {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.price::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #e9fff8;
}
@media (max-width: 600px) {
  section.price::before {
    border-top-width: 40px;
  }
}
section.whyWe {
  background: #e9fff8;
}
section.whyWe article {
  display: block;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section.whyWe article {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.whyWe article h1 {
  margin-bottom: 16px;
  font-size: 2em;
}
section.whyWe::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #4f535c;
}
@media (max-width: 600px) {
  section.whyWe::before {
    border-top-width: 40px;
  }
}
section.contact {
  position: relative;
  color: #fff;
  background: #4f535c;
  padding-bottom: 50px;
}
section.contact > img {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 1250px) {
  section.contact > img {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.contact > a {
  text-decoration: none;
  color: white;
  text-align: center;
  display: block;
  font-size: 3em;
}
@media (max-width: 900px) {
  section.contact > a {
    font-size: 2em;
  }
}
@media (max-width: 650px) {
  section.contact > a {
    font-size: 1.2em;
  }
}
section.contact .mapbox {
  display: flex;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section.contact .mapbox {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.contact .mapbox div {
  flex: 0 0 70%;
}
section.contact .mapbox img {
  flex: 0 0 30%;
  width: 30%;
}
@media (max-width: 950px) {
  section.contact .mapbox {
    display: block;
  }
  section.contact .mapbox img {
    display: none;
  }
}
section.contact .contact-data {
  margin-top: 50px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section.contact .contact-data {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.contact .contact-data div {
  display: inline-block;
}
@media (max-width: 550px) {
  section.contact .contact-data div {
    display: block;
  }
  section.contact .contact-data div span {
    display: none;
  }
}
section.contact .contact-partOf {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section.contact .contact-partOf {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.contact .contact-partOf a {
  text-decoration: inherit;
  color: inherit;
}
section.contact form.contactForm {
  position: relative;
  perspective: 800px;
}
section.contact form.contactForm label {
  display: flex;
  align-items: baseline;
}
section.contact form.contactForm label span {
  flex: 0 0 250px;
  text-align: right;
}
section.contact form.contactForm label input, section.contact form.contactForm label textarea {
  flex: 1 1 auto;
  margin: 7px 10px;
  padding: 5px;
  font: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.2) 51%) 0 -2px;
  background-size: 100% 300%;
  transition: ease-out background 300ms, ease-out border 300ms;
  color: #fff;
  border: 2px solid transparent;
}
section.contact form.contactForm label input:focus, section.contact form.contactForm label textarea:focus {
  outline: none;
  background-position: 100% 100%;
}
section.contact form.contactForm label input:hover, section.contact form.contactForm label textarea:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
section.contact form.contactForm label textarea {
  min-height: 5em;
}
@media (max-width: 700px) {
  section.contact form.contactForm label {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  section.contact form.contactForm label span {
    text-align: left;
    flex: 0 0 100%;
    margin-left: 10px;
  }
  section.contact form.contactForm label input, section.contact form.contactForm label textarea {
    margin-top: 4px;
  }
}
section.contact form.contactForm button {
  padding: 10px;
  display: block;
  width: calc(100% - 20px);
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin: 7px 10px;
  box-sizing: border-box;
  font: inherit;
  font-size: 1.5em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.2) 51%) 0 -2px;
  background-size: 100% 300%;
  transition: ease-out background 300ms, ease-out border 300ms;
  color: #fff;
  border: 2px solid transparent;
}
section.contact form.contactForm button:focus {
  outline: none;
  background-position: 100% 100%;
}
section.contact form.contactForm button:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
section.contact form.contactForm .sent {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 200px);
  width: 400px;
  height: 100px;
  backdrop-filter: blur(10px);
  display: table;
  vertical-align: middle;
  border: 3px solid #61656d;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: rgba(97, 101, 109, 0.5);
  border-radius: 54px;
  transition: all 300ms ease-out;
  animation: appear 300ms ease-out;
}
@keyframes appear {
  0% {
    transform: rotateX(-20deg) translateZ(100px);
    opacity: 0;
  }
}
section.contact form.contactForm .sent.success {
  background: rgba(0, 175, 0, 0.5);
  border-color: #00af00;
}
section.contact form.contactForm .sent.error {
  background: rgba(175, 0, 0, 0.5);
  border-color: #af0000;
}
section.contact form.contactForm .sent.removing {
  animation: removing 600ms ease-in forwards;
}
@keyframes removing {
  100% {
    transform: rotateX(20deg) translateZ(100px);
    opacity: 0;
  }
}
section.contact form.contactForm .sent > div {
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2em;
}
section.realization-banner {
  padding-bottom: 0;
}
section.realization-banner img {
  width: 100%;
  display: block;
  height: 49.7vw;
  object-fit: cover;
  object-position: center;
}
section.realization-banner::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #9fffe1;
}
@media (max-width: 600px) {
  section.realization-banner::before {
    border-top-width: 40px;
  }
}
section.realization-banner::before {
  border-left: 50vw solid #9fffe1;
  border-right: 50vw solid #9fffe1;
}
section.realization-section:nth-child(2n+1), section.basicText-section:nth-child(2n+1), section.basicText-portfolio:nth-child(2n+1) {
  background: #9fffe1;
}
section.realization-section:nth-child(2n+1)::before, section.basicText-section:nth-child(2n+1)::before, section.basicText-portfolio:nth-child(2n+1)::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #e9fff8;
}
@media (max-width: 600px) {
  section.realization-section:nth-child(2n+1)::before, section.basicText-section:nth-child(2n+1)::before, section.basicText-portfolio:nth-child(2n+1)::before {
    border-top-width: 40px;
  }
}
section.realization-section:nth-child(2n+1).isLast::before, section.basicText-section:nth-child(2n+1).isLast::before, section.basicText-portfolio:nth-child(2n+1).isLast::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #4f535c;
}
@media (max-width: 600px) {
  section.realization-section:nth-child(2n+1).isLast::before, section.basicText-section:nth-child(2n+1).isLast::before, section.basicText-portfolio:nth-child(2n+1).isLast::before {
    border-top-width: 40px;
  }
}
section.realization-section:nth-child(2n), section.basicText-section:nth-child(2n), section.basicText-portfolio:nth-child(2n) {
  background: #e9fff8;
}
section.realization-section:nth-child(2n)::before, section.basicText-section:nth-child(2n)::before, section.basicText-portfolio:nth-child(2n)::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-left: 100vw solid #9fffe1;
}
@media (max-width: 600px) {
  section.realization-section:nth-child(2n)::before, section.basicText-section:nth-child(2n)::before, section.basicText-portfolio:nth-child(2n)::before {
    border-top-width: 40px;
  }
}
section.realization-section:nth-child(2n).isLast::before, section.basicText-section:nth-child(2n).isLast::before, section.basicText-portfolio:nth-child(2n).isLast::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-left: 100vw solid #4f535c;
}
@media (max-width: 600px) {
  section.realization-section:nth-child(2n).isLast::before, section.basicText-section:nth-child(2n).isLast::before, section.basicText-portfolio:nth-child(2n).isLast::before {
    border-top-width: 40px;
  }
}
section.basicText-portfolio {
  background: red;
}
section.basicText-portfolio > div {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  section.basicText-portfolio > div {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.basicText-portfolio > div a {
  flex: 0 1 50%;
  max-width: 580px;
  height: 340px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: inherit;
}
@media (max-width: 1260px) {
  section.basicText-portfolio > div a {
    flex: 0 0 100%;
  }
}
@media (max-width: 700px) {
  section.basicText-portfolio > div a {
    flex: 0 0 100%;
    height: 46vw;
  }
}
section.basicText-portfolio > div a article picture img {
  position: absolute;
  z-index: 1;
  left: -10%;
  top: 50%;
  width: 120%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
  transition: 300ms all ease-out;
  will-change: transform, filter;
}
section.basicText-portfolio > div a article div {
  position: absolute;
  z-index: 3;
  top: calc(100% - 60px);
  left: 0;
  width: 100%;
  transition: 300ms all ease-out;
  will-change: top;
  text-align: center;
}
section.basicText-portfolio > div a article div h1 {
  font-size: 50px;
  margin: 0;
}
section.basicText-portfolio > div a article::before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  backdrop-filter: grayscale(1) blur(10px);
  position: absolute;
  z-index: 2;
  transition: 200ms 100ms all ease-out;
  background: rgba(255, 255, 255, 0.5);
}
section.basicText-portfolio > div a article:hover picture img {
  transform: translateY(-50%) scale(1.2) rotate(10deg);
  filter: blur(10px) saturate(0.8);
  opacity: 0.6;
}
section.basicText-portfolio > div a article:hover div {
  top: 50%;
  transform: translateY(-50%);
}
section.basicText-portfolio > div a article:hover::before {
  opacity: 0;
  transition: 100ms all ease-out;
}
section .fast3d-button {
  max-width: 1200px;
  margin: 50px auto;
  display: block;
  text-align: center;
  background: #071c00;
  padding: 10px 20px;
  font-size: 2em;
  text-decoration: none;
  border: 2px solid transparent;
  transition: border 300ms;
  color: white;
}
section .fast3d-button:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
section.stories > div {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (max-width: 1250px) {
  section.stories > div {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.stories > div > div {
  flex: 0 0 50%;
}
section.stories > div .stories-before {
  flex: 0 0 50%;
  margin-bottom: 30px;
}
section.stories > div > hr {
  border: 2px solid;
  margin: 0 20px;
  transform: skewX(-4deg);
}
section.stories > div .stories-after {
  flex: 0 0 50%;
  align-self: flex-end;
  margin-top: 60px;
}
@media (max-width: 900px) {
  section.stories > div {
    display: block;
  }
  section.stories > div > hr {
    display: none;
  }
}
section.stories:nth-of-type(1) {
  background: #e9fff8;
}
section.stories:nth-of-type(1)::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #9fffe1;
}
@media (max-width: 600px) {
  section.stories:nth-of-type(1)::before {
    border-top-width: 40px;
  }
}
section.stories:nth-of-type(2) {
  background: #9fffe1;
}
section.stories:nth-of-type(2)::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-left: 100vw solid #e9fff8;
}
@media (max-width: 600px) {
  section.stories:nth-of-type(2)::before {
    border-top-width: 40px;
  }
}
section.stories:nth-of-type(3) {
  background: #e9fff8;
}
section.stories:nth-of-type(3)::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #4f535c;
}
@media (max-width: 600px) {
  section.stories:nth-of-type(3)::before {
    border-top-width: 40px;
  }
}
section.blog {
  padding-top: 50px;
}
section.blog article {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  section.blog article {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.blog article .author {
  text-align: center;
}
section.webpages-description {
  background: #9fffe1;
  padding-top: 50px;
}
section.webpages-description::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #e9fff8;
}
@media (max-width: 600px) {
  section.webpages-description::before {
    border-top-width: 40px;
  }
}
section.webpages-layouts {
  background: #e9fff8;
}
section.webpages-layouts::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-left: 100vw solid #9fffe1;
}
@media (max-width: 600px) {
  section.webpages-layouts::before {
    border-top-width: 40px;
  }
}
section.webpages-layouts img {
  width: 100%;
}
section.webpages-layouts > div {
  display: flex;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1250px) {
  section.webpages-layouts > div {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.webpages-layouts > div > div {
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  flex: 1 1 500px;
}
section.webpages-layouts > div > div h2 {
  position: absolute;
  margin: 10px;
}
section.webpages-layouts > div > div span {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
}
section.webpages-layouts > div > div a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 10px;
  background: #9fffe1;
}
section.webpages-layouts > div > div img {
  display: block;
}
section.webpages-whatYouNeed {
  background: #9fffe1;
}
section.webpages-whatYouNeed::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-right: 100vw solid #e9fff8;
}
@media (max-width: 600px) {
  section.webpages-whatYouNeed::before {
    border-top-width: 40px;
  }
}
section.webpages-whatYouGet {
  background: #e9fff8;
}
section.webpages-whatYouGet::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  box-sizing: border-box;
  border-left: 100vw solid #4f535c;
}
@media (max-width: 600px) {
  section.webpages-whatYouGet::before {
    border-top-width: 40px;
  }
}

img.intersection {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 1250px) {
  img.intersection {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
