:root {
  --pyp: #9b0125;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --white-smoke-4: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #333;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

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

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 2.2vh;
  font-weight: 700;
  line-height: 3.5vh;
}

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

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 2vh;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 1.8vh;
  font-weight: 300;
  line-height: 3vh;
}

a, a:hover {
  color: #bf3a30;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

strong {
  font-weight: 300;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.navigation-link {
  color: silver;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #333;
}

.navigation-bar {
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.navigation-menu {
  margin-top: 3px;
}

.brand-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 36px;
}

.social-icon-link {
  opacity: .87;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  transition: opacity .3s;
}

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

.footer {
  text-align: center;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.footer-image {
  width: 4vh;
  height: 4vh;
}

.image-5 {
  border-radius: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  z-index: 3;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 510px;
  margin: 0% auto auto;
  padding: 23px 13px;
  font-family: PT Serif, serif;
  font-size: 70px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 47% 0% auto;
}

.logo.mobile {
  max-width: 750px;
  display: inline-block;
}

.photo-box {
  background-color: #f5f5f5;
  background-image: url('../images/3-1.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 38vh;
}

.photo-box.p5 {
  min-height: 33vw;
  transform-style: preserve-3d;
  background-image: url('../images/7.3-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

.photo-box.p5:hover {
  transform: rotateX(-3deg)rotateY(0)rotateZ(-3deg)scale(1.2);
}

.photo-box.p12 {
  background-image: url('../images/7.5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  margin-bottom: 60px;
}

.photo-box.p12:hover {
  transform: scale(1.15)rotate(-2deg);
}

.photo-box.p13 {
  background-image: url('../images/5.3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  max-height: 60vh;
  margin-bottom: 60px;
}

.photo-box.p13:hover {
  transform: scale(1.05)rotate(2deg);
}

.photo-box.p10 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Gafis_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  min-height: 60vh;
  max-height: 65px;
  margin-bottom: 60px;
  display: block;
}

.photo-box.p10:hover {
  transform: scale(1.2)rotate(3deg);
}

.photo-box.p7 {
  background-image: url('../images/6.1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  margin-bottom: 60px;
}

.photo-box.p7:hover {
  transform: translate(-30px)scale(1.3)rotate(-2deg);
}

.photo-box.p11 {
  background-image: url('../images/5.6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
  max-height: 85vh;
  margin-bottom: 0;
  overflow: visible;
}

.photo-box.p11:hover {
  transform: scale(1.05)rotate(3deg);
}

.photo-box.ph8 {
  background-image: url('../images/5.5.jpg');
  min-height: 50vh;
}

.photo-box.ph8:hover {
  transform: scale(1.1)rotate(-1deg);
}

.photo-box.ph9 {
  background-image: url('../images/8.5.jpg');
  background-size: cover;
  min-height: 65vh;
  max-height: 65px;
}

.photo-box.ph9:hover {
  transform: rotate(-1deg)scale(1.2);
}

.photo-box.p15 {
  background-image: url('../images/5.1.JPG');
  min-height: 60vh;
  max-height: 65vh;
}

.photo-box.p15:hover {
  transform: scale(1.1)rotate(2deg);
}

.photo-box.ph2 {
  opacity: 1;
  outline-offset: 0px;
  background-image: url('../images/6.6.JPEG');
  background-position: 50%;
  background-size: cover;
  outline: 3px #bf3a30;
  min-height: 35vh;
  margin-bottom: 60px;
  overflow: visible;
}

.photo-box.ph2:hover {
  transform: scale(1.4);
}

.photo-box.ph14 {
  background-image: url('../images/Cent_1.webp');
  background-position: 100% 100%;
  min-height: 70vh;
  margin-bottom: 60px;
}

.photo-box.ph14:hover {
  transform: scale(1.2)rotate(-2deg);
}

.photo-box.ph16 {
  background-image: url('../images/Alos_4.webp');
  background-position: 50%;
  min-height: 50vh;
  max-height: 60vh;
  margin-bottom: 60px;
  transform: scale(1.1)rotate(-2deg);
}

.photo-box.ph17 {
  background-image: url('../images/2.1.jpg');
  background-position: 50% 0;
  min-height: 25vh;
  max-height: 35vh;
  margin-bottom: 60px;
}

.photo-box.ph17:hover {
  transform: scale(1.2)rotate(-2deg);
}

.photo-box.ph18 {
  background-image: url('../images/7.1.jpg');
  background-position: 100%;
  min-height: 55vh;
  max-height: 60vh;
  margin-bottom: 100px;
}

.photo-box.ph18:hover {
  transform: scale(1.2)rotate(2deg);
}

.photo-box.ph19 {
  object-fit: fill;
  background-image: url('../images/Cent_4.webp');
  background-position: 50% 75%;
  min-height: 65vh;
  max-height: 75vh;
  margin-top: -115px;
  margin-bottom: 15px;
}

.photo-box.ph19:hover {
  transform: scale(1.2)rotate(3deg);
}

.photo-box.ph20 {
  background-image: url('../images/6.5.jpg');
  min-height: 65vh;
  max-height: 75vh;
}

.photo-box.ph20:hover {
  transform: scale(1.1)rotate(2deg);
}

.photo-box.ph21 {
  background-image: url('../images/1.3.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 40vh;
  max-height: 45vh;
  margin-bottom: 0;
}

.photo-box.ph21:hover {
  transform: scale(1.2)rotate(-2deg);
}

.photo-box.ph22 {
  background-image: url('../images/3.4.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 40vh;
  max-height: 45vh;
  margin-bottom: 0;
}

.photo-box.ph22:hover {
  transform: scale(1.2)rotate(3deg);
}

.photo-box.ph6 {
  background-image: url('../images/5.7.jpeg');
  min-height: 35vh;
  margin-top: -30px;
  margin-bottom: 10px;
}

.photo-box.ph6:hover {
  transform: rotate(3deg)scale(1.1);
}

.photo-box.ph4 {
  background-image: url('../images/La-Llometa_2.webp');
  background-position: 50% 65%;
  min-height: 30vh;
  margin-bottom: 150px;
}

.photo-box.ph4:hover {
  transform: scale(1.15)rotate(-2deg);
}

.photo-box.ph3 {
  background-image: url('../images/Gafis_3.webp');
  min-height: 20vh;
  margin-bottom: 150px;
}

.photo-box.ph3:hover {
  transform: rotate(3deg)scale(1.2);
}

.photo-box.ph1 {
  background-image: url('../images/3.1.jpg');
  min-height: 30vh;
  margin-bottom: 150px;
}

.photo-box.ph1:hover {
  transform: scale(1.15)rotate(4deg);
}

.animation-container {
  z-index: 2;
  height: 100vh;
  min-height: auto;
  margin-top: 0;
  margin-left: 70px;
  padding-top: 0;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.page {
  width: 100%;
  height: auto;
  position: relative;
}

.photos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.menu-link-2 {
  color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  transform: rotate(-90deg);
}

.menu-link-2:hover {
  color: #9b0125;
}

.menu-link-2.mobile-off {
  font-size: 2.2vh;
  line-height: 2.5vh;
}

.menu-link-2.home {
  font-size: 2.3vh;
  line-height: 2.3vh;
}

.logo-t {
  max-width: 100%;
  max-height: 100%;
  font-family: Comfortaa, sans-serif;
  font-size: 7vw;
  line-height: 1.1em;
}

.logo-1 {
  color: #9b0125;
}

.desk-menu {
  z-index: 999;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 70px;
  max-width: none;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menu-link-s {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.up-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin-bottom: -100px;
  margin-left: auto;
  display: none;
}

.language {
  z-index: 90;
  color: #010101;
  background-color: #0000;
  padding: 8px 7px;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  position: fixed;
  inset: 30px 30px auto auto;
}

.mobile-menu {
  display: none;
}

.logo-2 {
  color: #000;
  overflow: hidden;
}

.box-headline {
  color: #000;
  margin-top: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.red-span {
  color: #9b0125;
}

.page-f {
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.work-group {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 2100px;
  margin: 64px auto 0;
  padding-bottom: 0;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.work-group.work_work_group {
  width: 1200px;
  height: auto;
  padding-bottom: 60px;
  padding-right: 0;
}

.work-container {
  z-index: 2;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  max-height: 1350px;
  margin: 0 70px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.work-container.new_word_container {
  height: auto;
  max-height: none;
  padding-bottom: 60px;
}

.work-container.new_work_container {
  flex-flow: column;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 70px;
  padding-left: 70px;
  padding-right: 0;
  display: flex;
}

.box-short-description {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.box-image {
  height: auto;
}

.box-type-1 {
  border: 4px solid #000;
  width: 27vw;
  max-width: 24.5%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  text-decoration: none;
  position: relative;
}

.box-type-1.q3 {
  color: #9b0125;
  background-color: #fff;
  border-color: #000;
  top: 3px;
  bottom: 0;
}

.box-type-1.q3:hover {
  color: #9b0125;
  border-color: #9b0125;
}

.box-type-1.q2 {
  color: #9b0125;
  background-color: #fff;
  margin-top: 60px;
  top: -24px;
}

.box-type-1.q2:hover {
  color: #9b0125;
  border-color: #9b0125;
}

.box-type-1.q4 {
  color: #9b0125;
  background-color: #fff;
  bottom: 33px;
}

.box-type-1.q4:hover {
  border-color: #9b0125;
}

.box-type-1.q1 {
  color: #9b0125;
  background-color: #fff;
  border-color: #000;
  top: 8px;
}

.box-type-1.q1:hover {
  color: #9b0125;
  border-color: #9b0125;
}

.box-type-1.q5 {
  margin-bottom: 0;
  top: -37px;
  bottom: 0;
}

.box-type-1.q5:hover {
  border-color: #9b0125;
}

.box-type-1.q6 {
  margin-top: -40px;
  top: 94px;
}

.box-type-1.q6:hover {
  border-color: #9b0125;
}

.box-type-1.q7 {
  top: 20px;
}

.box-type-1.q7:hover {
  border-color: #9b0125;
}

.box-type-1.q8 {
  top: 44px;
}

.box-type-1.q8:hover {
  border-color: #9b0125;
}

.box-type-1.q9 {
  top: 13px;
}

.box-type-1.q9:hover {
  border-color: #9b0125;
}

.box-type-1.q10 {
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: block;
  top: 54px;
}

.box-type-1.q10:hover {
  border-color: #9b0125;
}

.box-type-1.q11 {
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  top: 82px;
}

.box-type-1.q11:hover {
  border-color: #9b0125;
}

.box-type-1.q12 {
  top: 100px;
}

.box-type-1.q12:hover {
  border-color: #9b0125;
}

.description-paragraph {
  text-align: justify;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.animation-block-overflow {
  margin-top: 0;
  overflow: visible;
}

.language-link {
  color: #000;
  text-decoration: none;
}

.language-link:hover {
  color: #9b0125;
}

.project-container {
  background-color: #fff;
  border-radius: 30px;
  width: 90vw;
  max-width: 1500px;
  min-height: auto;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  box-shadow: 0 1px 26px #5e5e5e45;
}

.images-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  max-width: 90%;
  display: grid;
}

.project-description-column {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: block;
}

.project-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 40px;
  line-height: 1.3em;
}

.project-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.exit-button {
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: .5% 2.5% auto auto;
}

.exit-button._2 {
  position: absolute;
  inset: .5% 2.5% auto auto;
  overflow: visible;
}

.image-8 {
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 400px;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.image-8.nomargin {
  margin-top: 0;
}

.linkscontact {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 123px;
  font-family: Comfortaa, sans-serif;
  font-size: 1.8vh;
  font-weight: 300;
  display: flex;
}

.linkscontact:hover {
  color: #fff;
  text-decoration: underline;
}

.linkscontact.mob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.linkscontact.mob.text {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.hero-overlay-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 260vh;
  max-height: none;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 70px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Comfortaa, sans-serif;
  font-weight: 300;
  display: flex;
}

.hero-overlay-2.new_hero_overlay {
  height: auto;
}

.centered-container-4 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  height: 80%;
  max-height: 90%;
  margin-top: 60px;
  display: flex;
}

.paragraphcontact {
  color: #000;
  text-align: left;
  margin-top: 34px;
  margin-bottom: 40px;
  font-size: 3vh;
  font-weight: 400;
  line-height: 5vh;
}

.lightbox-link {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.linkcontact {
  color: #9b0125;
  margin: 20px 0;
  font-weight: 400;
  display: block;
}

.linkcontact:hover {
  color: #050505;
  font-weight: 400;
  text-decoration: underline;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.body-2 {
  margin-bottom: 0;
}

.body-projects {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-bold, .bold-text.bold {
  font-weight: 700;
}

.paragraph {
  color: #000;
}

.paragraph-2 {
  color: #000;
  margin-top: 175px;
  font-size: 3vh;
  font-weight: 300;
  line-height: 5vh;
}

.paragraph-3 {
  color: #000;
  font-size: 5vh;
  line-height: 7vh;
}

.paragraph-3.new_paragraph {
  text-align: justify;
  font-size: 3vh;
}

.paragraph-3.new_paragraph.subtitle {
  text-align: justify;
  font-size: 3.5vh;
}

.text-span {
  color: #bf3a30;
  font-weight: 700;
}

.text-span-2 {
  color: #bf3a30;
  font-size: 5vh;
  font-weight: 700;
  line-height: 5vh;
}

.text-span-3 {
  color: #000;
  font-size: 7vh;
  font-weight: 300;
  line-height: 9vh;
}

.text-span-4 {
  color: #000;
  font-size: 3vh;
  line-height: 5vh;
}

.heading {
  color: #000;
  font-size: 90px;
  line-height: 100px;
}

.text-block {
  color: #000;
  margin-top: 30px;
  font-size: 50px;
  line-height: 40px;
}

.heading-2 {
  color: #bf3a30;
  margin-top: 31px;
  font-size: 70px;
  line-height: 60px;
}

.paragraph-4 {
  color: #000;
}

.container {
  margin-top: 0;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 0 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 0;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #bf3a30;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.link, .text-block-2 {
  color: #000;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 30px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  text-align: left;
  margin-top: 84px;
  margin-bottom: 24px;
  font-size: 3vh;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.video {
  width: 100px;
}

.hero-heading-right-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 80px 30px 27px;
  display: grid;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  text-align: left;
  align-self: auto;
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-3 {
  color: #000;
}

.heading-4 {
  color: #000;
  text-align: left;
  font-size: 70px;
  line-height: 60px;
  display: block;
}

.text-span-5 {
  color: #9b0125;
  display: block;
}

.text-span-6 {
  font-size: 50px;
}

.text-block-3 {
  color: #000;
  text-align: left;
  margin-top: 124px;
  font-size: 3vh;
  line-height: 30px;
  display: flex;
}

.text-span-7 {
  font-size: 30px;
}

.subpage-header-image-wrapper {
  border-radius: 3rem;
  overflow: hidden;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 33px;
  margin-bottom: 33px;
  display: flex;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #171717;
  text-align: center;
  background-color: #0000;
  border: 1px solid #171717;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .3s, border-color .35s, background-color .35s;
  display: flex;
}

.button-secondary:hover {
  color: #bf3a30;
  background-color: #fff;
  border-color: #bf3a30;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.weight-medium {
  color: #000;
  margin-bottom: 131px;
  font-size: 5rem;
  font-weight: 500;
}

.heading-style-h1.weight-medium.contact_hero_heading {
  margin: 0 0 140px;
  font-size: 3.5rem;
}

.button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #171717;
  border: 1px solid #171717;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #bf3a30;
}

.button.w--current {
  border-radius: 100rem;
}

.button-text-item {
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.button-text-item:hover {
  color: #fff;
}

.tagline-pill {
  background-color: #bf3a30;
  border-radius: 100rem;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  font-size: .875rem;
  line-height: 1.3;
  display: inline-block;
}

.subpage-header-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.subpage-header-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}

.text-size-medium {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header-content {
  margin-left: 0;
  padding-right: 0;
}

.text-span-8 {
  color: #bf3a30;
}

.bold-text-2 {
  font-weight: 400;
}

.client-logo {
  vertical-align: baseline;
  height: 8rem;
}

.text-align-center {
  text-align: center;
  width: 100%;
}

.container-large {
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-2 {
  font-size: 1.25rem;
  font-weight: 400;
}

.max-width-large {
  width: 100%;
  max-width: 65rem;
}

.logo-component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.div-block-3 {
  border-radius: 9px;
}

.background-video {
  aspect-ratio: 2 / 3;
  border-radius: 20px;
  flex-flow: row;
  display: block;
  overflow: hidden;
}

.background-video.new_background_video {
  aspect-ratio: 9 / 16;
  height: 640px;
}

.text-span-1 {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  h6 {
    line-height: 20px;
  }

  p {
    font-size: 2vh;
    line-height: 3vh;
  }

  .social-icon-link {
    margin-left: 10px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .photo-box.p5, .photo-box.p12, .photo-box.p10, .photo-box.p7, .photo-box.p11 {
    margin-bottom: 150px;
  }

  .animation-container {
    overflow: visible;
  }

  .work-container.new_work_container {
    margin-right: 70px;
    padding-right: 0;
  }

  .animation-block-overflow {
    overflow: hidden;
  }

  .linkscontact.mob {
    margin-top: 100px;
  }

  .hero-overlay-2 {
    height: 100vh;
    margin-top: 60px;
  }

  .centered-container-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 80%;
    max-height: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .paragraphcontact {
    margin-top: -15px;
    margin-bottom: 80px;
  }

  .paragraph {
    color: #000;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-family: Comfortaa, sans-serif;
  }

  h6 {
    line-height: 25px;
  }

  p {
    font-size: 2vh;
    line-height: 3vh;
  }

  .social-icon-link {
    margin-left: 20px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo.mobile {
    max-width: 850px;
  }

  .photo-box.p13, .photo-box.ph9 {
    min-height: 70vh;
  }

  .photo-box.p15 {
    min-height: 55vh;
  }

  .photo-box.ph17 {
    min-height: 25vh;
    max-height: 30vh;
  }

  .photo-box.ph18 {
    min-height: 65vh;
  }

  .photo-box.ph19 {
    min-height: 70vh;
  }

  .photo-box.ph20 {
    min-height: 85vh;
  }

  .photo-box.ph21 {
    max-width: none;
    min-height: 40vh;
    max-height: 45vh;
  }

  .photo-box.ph22 {
    min-height: 40vh;
    max-height: 45vh;
  }

  .animation-container {
    overflow: visible;
  }

  .photos-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .work-container.new_work_container {
    margin-right: 70px;
    padding-right: 0;
  }

  .animation-block-overflow {
    overflow: hidden;
  }

  .language-link:hover {
    color: #9b0125;
  }

  .linkscontact.mob {
    margin-top: 100px;
  }

  .hero-overlay-2 {
    margin-top: 60px;
  }

  .centered-container-4 {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    height: 80%;
    max-height: 90%;
    display: flex;
  }

  .paragraphcontact {
    margin-top: -15px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1920px) {
  h6 {
    line-height: 30px;
  }

  p {
    font-family: Comfortaa, sans-serif;
    font-size: 20px;
    line-height: 3vh;
  }

  strong {
    font-size: 20px;
  }

  blockquote {
    font-size: 20px;
    font-weight: 300;
  }

  .social-icon-link {
    margin-left: 40px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo.mobile {
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 1120px;
    display: flex;
  }

  .photo-box.p12 {
    background-position: 50% 100%;
    min-height: 65vh;
  }

  .photo-box.p13 {
    background-position: 50% 0;
    min-height: 70vh;
    max-height: 75vh;
    margin-bottom: 60px;
  }

  .photo-box.p10 {
    min-height: 70vh;
    max-height: 70px;
  }

  .photo-box.p11 {
    background-position: 50% 0;
    min-height: 120vh;
    margin-bottom: 100px;
  }

  .photo-box.ph8 {
    background-image: url('../images/5.5.jpg');
    min-height: 70vh;
  }

  .photo-box.ph9 {
    min-height: 80vh;
    max-height: 80px;
  }

  .photo-box.p15 {
    background-image: url('../images/5.1.JPG');
    min-height: 65vh;
    max-height: 70vh;
  }

  .photo-box.ph2 {
    background-image: url('../images/6.6.JPEG');
    background-size: cover;
    min-height: 55vh;
  }

  .photo-box.ph14 {
    min-height: 90vh;
  }

  .photo-box.ph16 {
    background-position: 50% 0;
    min-height: 50vh;
    max-height: 60vh;
    margin-bottom: 60px;
  }

  .photo-box.ph17 {
    min-height: 40vh;
  }

  .photo-box.ph18 {
    min-height: 75vh;
  }

  .photo-box.ph19 {
    background-position: 50% 0;
    min-height: 50vh;
    max-height: 55vh;
    margin-bottom: 100px;
  }

  .photo-box.ph20 {
    background-image: url('../images/6.5.jpg');
    background-position: 50%;
    min-height: 85vh;
  }

  .photo-box.ph21, .photo-box.ph22 {
    min-height: 50vh;
    max-height: 50vh;
  }

  .photo-box.ph4 {
    background-image: url('../images/5.9.JPG');
  }

  .animation-container {
    overflow: visible;
  }

  .photos-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .menu-link-2 {
    font-size: 21px;
  }

  .menu-link-2.mobile-off {
    font-size: 22px;
  }

  .menu-link-2._1 {
    font-size: 21px;
    font-weight: 600;
  }

  .menu-link-2._1:hover {
    color: var(--pyp);
  }

  .desk-menu {
    font-size: 14px;
  }

  .language {
    color: #fff;
    padding-right: 31px;
  }

  .work-group {
    top: 72px;
  }

  .work-container {
    align-items: flex-start;
    min-height: 250vh;
  }

  .work-container.new_word_container {
    flex-flow: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .work-container.new_work_container {
    margin-right: 70px;
    padding-right: 0;
  }

  .box-type-1.q3 {
    margin-bottom: -120px;
    bottom: 0;
  }

  .box-type-1.q3:hover {
    border-color: #9b0125;
  }

  .box-type-1.q2 {
    top: 69px;
  }

  .box-type-1.q4:hover {
    border-color: #9b0125;
  }

  .box-type-1.q1 {
    top: 0;
  }

  .box-type-1.q5 {
    margin-bottom: -120px;
    bottom: 0;
  }

  .box-type-1.q5:hover {
    border-color: #9b0125;
  }

  .box-type-1.q6 {
    top: 104px;
  }

  .box-type-1.q7 {
    top: 8px;
  }

  .box-type-1.q8 {
    top: 72px;
  }

  .box-type-1.q9 {
    top: 140px;
  }

  .box-type-1.q10 {
    top: 160px;
  }

  .box-type-1.q11 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    top: 320px;
  }

  .box-type-1.q12 {
    margin-bottom: 0;
    top: 199px;
  }

  .description-paragraph {
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
  }

  .animation-block-overflow {
    overflow: hidden;
  }

  .language-link {
    font-size: 24px;
  }

  .project-container {
    margin-bottom: 100px;
  }

  .project-grid {
    object-fit: fill;
  }

  .exit-button, .exit-button._2 {
    top: 2%;
    right: 2%;
  }

  .exit-button._2.rome, .exit-button.rome {
    top: .5%;
  }

  .image-8 {
    object-fit: cover;
    min-width: 100%;
    height: 500px;
  }

  .linkscontact {
    margin-top: 140px;
    font-size: 19px;
  }

  .linkscontact.mob {
    color: var(--pyp);
    margin-top: 100px;
    font-size: 18px;
    font-weight: 300;
  }

  .hero-overlay-2 {
    height: auto;
    max-height: none;
    margin-top: 60px;
    overflow: scroll;
  }

  .centered-container-4 {
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: space-between;
    align-self: flex-start;
    align-items: stretch;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .paragraphcontact {
    opacity: 1;
    color: #000;
    white-space: normal;
    background-color: #0000;
    margin-top: -50px;
    margin-bottom: 100px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraphcontact._2 {
    margin-bottom: 60px;
  }

  .lightbox-link {
    margin-bottom: 20px;
  }

  .linkcontact {
    text-indent: 1px;
    justify-content: flex-start;
    width: 350px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 27px;
    display: block;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-bold {
    font-size: 18px;
    font-weight: 700;
  }

  .bold-text {
    font-size: 18px;
  }

  .bold-text.bold {
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    text-align: center;
  }

  .navigation-link {
    color: #ecf0f1;
    text-align: center;
    padding: 9px 0;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .navigation-menu {
    background-color: #000;
    margin-top: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .logo.mobile {
    display: block;
  }

  .photo-box.p5 {
    min-height: 25vh;
    margin-bottom: 30px;
  }

  .photo-box.p13 {
    min-height: 45vh;
    max-height: 55vh;
  }

  .photo-box.p10 {
    min-height: 60vh;
    max-height: 65vh;
    margin-bottom: 30px;
  }

  .photo-box.p7 {
    min-height: 25vh;
    max-height: 30vh;
    margin-bottom: 30px;
  }

  .photo-box.p11 {
    min-height: 60vh;
    max-height: 70vh;
  }

  .photo-box.ph8 {
    min-height: 30vh;
    max-height: 35vh;
  }

  .photo-box.ph9 {
    min-height: 55vh;
    max-height: 55vh;
  }

  .photo-box.p15 {
    min-height: 40vh;
    max-height: 45vh;
  }

  .photo-box.ph2 {
    background-image: url('../images/6.6.JPEG');
    min-height: 25vh;
    max-height: 40vh;
  }

  .photo-box.ph14 {
    min-height: 50vh;
    max-height: 55vh;
  }

  .photo-box.ph16 {
    min-height: 40vh;
    max-height: 40vh;
  }

  .photo-box.ph17 {
    min-height: 15vh;
    max-height: 20vh;
  }

  .photo-box.ph18 {
    min-height: 40vh;
    max-height: 45vh;
  }

  .photo-box.ph20 {
    min-height: 55vh;
    max-height: 60vh;
  }

  .photo-box.ph21 {
    min-height: 25vh;
    max-height: 35vh;
  }

  .photo-box.ph22 {
    min-height: 15vh;
    max-height: 25vh;
  }

  .photo-box.ph4 {
    background-position: 50%;
  }

  .animation-container {
    margin-left: 0;
  }

  .photos-grid {
    width: 100%;
  }

  .menu-link-2 {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0;
    display: none;
  }

  .menu-link-2.mobile-off {
    display: flex;
  }

  .menu-link-2.mob.work, .menu-link-2.home, .menu-link-2.work {
    display: flex;
    transform: none;
  }

  .menu-link-2._1 {
    display: none;
    overflow: visible;
  }

  .desk-menu {
    justify-content: space-between;
    align-items: stretch;
    width: 70px;
    max-width: none;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .language {
    top: 10px;
  }

  .mobile-menu {
    z-index: 2;
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    padding: 26px 30px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-menu.header {
    z-index: 9;
    background-color: #fff;
    inset: 0% 0% auto;
  }

  .mobile-menu.footer {
    background-color: #0000;
    inset: auto 0% 0%;
  }

  .mobile-menu.static {
    z-index: 999;
    position: static;
    inset: 0% 0% auto;
  }

  .mobile-menu.new_mobile_menu {
    background-color: #fff;
  }

  .work-group {
    height: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-group.work_work_group {
    width: 100%;
    margin-bottom: 165px;
    padding-left: 0;
  }

  .work-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 100%;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    overflow: visible;
  }

  .work-container.new_work_container {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-type-1 {
    width: 45vw;
    max-width: 45%;
  }

  .box-type-1.q3 {
    margin-top: 23px;
    margin-bottom: 23px;
    top: -42px;
    bottom: auto;
  }

  .box-type-1.q2 {
    top: 112px;
  }

  .box-type-1.q4 {
    margin-top: 23px;
    margin-bottom: 23px;
    top: 50px;
    bottom: auto;
  }

  .box-type-1.q1 {
    margin-top: 23px;
    margin-bottom: 0;
    top: auto;
  }

  .box-type-1.q5 {
    margin-top: 23px;
    margin-bottom: 23px;
    top: -35px;
    bottom: auto;
  }

  .box-type-1.q6 {
    top: 52px;
  }

  .box-type-1.q7 {
    top: 13px;
  }

  .box-type-1.q8 {
    top: -39px;
  }

  .animation-block-overflow {
    overflow: hidden;
  }

  .project-title {
    font-size: 30px;
  }

  .exit-button {
    width: 40px;
    top: 0%;
  }

  .linkscontact.mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: flex;
  }

  .linkscontact.mob.text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-overlay-2 {
    height: 160vh;
    max-height: none;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .paragraphcontact {
    text-align: center;
  }

  .contact-icon-mob {
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer-subscribe {
    margin-bottom: 89px;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-bottom {
    margin-bottom: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .subpage-header-image-wrapper {
    border-radius: 2rem;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .heading-style-h1.weight-medium {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .heading-style-h1.weight-medium.contact_hero_heading {
    margin-bottom: 16px;
    font-size: 4rem;
  }

  .subpage-header-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .subpage-header-image {
    border-radius: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-component {
    grid-row-gap: 2rem;
    display: flex;
  }

  .section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .body {
    flex-direction: column;
    align-items: center;
  }

  .logo {
    justify-content: center;
  }

  .photo-box.p7 {
    background-position: 50%;
  }

  .photo-box.ph9 {
    background-position: 0%;
  }

  .photo-box.ph2 {
    background-image: url('../images/6.6.JPEG');
  }

  .photo-box.ph4, .photo-box.ph3 {
    min-height: 10vh;
    max-height: 25vh;
    margin-bottom: 100px;
  }

  .animation-container {
    overflow: visible;
  }

  .photos-grid {
    grid-column-gap: 30px;
    width: 100%;
  }

  .menu-link-2 {
    display: block;
    transform: none;
  }

  .menu-link-2.mobile-off {
    display: none;
  }

  .menu-link-2.mob {
    flex: 0 auto;
    font-size: 16px;
  }

  .menu-link-2.home {
    text-align: center;
  }

  .menu-link-2.work {
    display: block;
    overflow: visible;
  }

  .menu-link-2.work.w--current {
    display: flex;
  }

  .menu-link-2.work.center {
    text-align: center;
  }

  .logo-t {
    font-size: 30px;
  }

  .desk-menu {
    align-items: center;
    width: 100%;
    display: none;
    position: static;
  }

  .mobile-menu {
    z-index: 2;
    background-color: #fff;
    width: 100%;
    padding: 15px 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-menu.header {
    z-index: 999;
    background-color: #fff;
    inset: 0% 0% auto;
  }

  .mobile-menu.footer {
    background-color: #fff0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-menu.static {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
  }

  .work-container.new_word_container {
    padding-bottom: 0;
  }

  .work-container.new_work_container {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-type-1.q3 {
    top: 21px;
  }

  .box-type-1.q2 {
    top: 10px;
  }

  .box-type-1.q4 {
    top: -39px;
  }

  .box-type-1.q1 {
    margin-bottom: 23px;
  }

  .box-type-1.q5 {
    top: -25px;
  }

  .box-type-1.q6 {
    top: 20px;
  }

  .box-type-1.q7 {
    top: 64px;
  }

  .animation-block-overflow {
    overflow: hidden;
  }

  .images-container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .image-8 {
    height: auto;
  }

  .linkscontact.mob {
    margin-bottom: 0;
    display: flex;
  }

  .linkscontact.mob.text {
    margin-top: 10px;
    display: flex;
  }

  .hero-overlay-2 {
    margin-left: 0;
    padding: 40px 20px;
  }

  .contact-icon-mob {
    width: 10%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .heading-style-h1.weight-medium.contact_hero_heading {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 3.4rem;
  }

  .button {
    padding: .25rem 1rem;
  }

  .subpage-header-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .client-logo {
    max-height: 3rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .logo-component {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .photo-box {
    height: 400px;
    min-height: auto;
  }

  .photo-box.p5 {
    height: auto;
    min-height: 20vh;
    max-height: 25vh;
  }

  .photo-box.p12 {
    height: auto;
    min-height: 30vh;
    max-height: 35vh;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .photo-box.p13 {
    height: auto;
    min-height: 30vh;
    max-height: 35vh;
  }

  .photo-box.p10 {
    height: auto;
    min-height: 10vh;
    max-height: 15vh;
  }

  .photo-box.p7 {
    background-position: 50%;
    height: auto;
    min-height: auto;
    max-height: 20vh;
  }

  .photo-box.p11 {
    height: auto;
    min-height: 35vh;
    max-height: 35vh;
  }

  .photo-box.ph8 {
    height: auto;
    min-height: 20vh;
    max-height: 20vh;
  }

  .photo-box.ph9 {
    background-position: 50%;
    height: auto;
    min-height: 10vh;
    max-height: 15vh;
  }

  .photo-box.p15 {
    background-position: 50% 0;
    height: auto;
    min-height: 20vh;
    max-height: 25vh;
    margin-bottom: 40px;
  }

  .photo-box.ph2 {
    background-image: url('../images/6.6.JPEG');
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: 21vh;
  }

  .photo-box.ph14 {
    background-position: 50% 0;
    height: auto;
    min-height: 25vh;
    max-height: 30vh;
  }

  .photo-box.ph16 {
    height: auto;
    min-height: 20vh;
    max-height: 25vh;
  }

  .photo-box.ph17 {
    height: auto;
    min-height: 15vh;
    max-height: 15vh;
    margin-top: 40px;
  }

  .photo-box.ph18 {
    height: auto;
    min-height: 20vh;
    max-height: 20vh;
    margin-top: 40px;
  }

  .photo-box.ph19 {
    background-position: 50%;
    height: auto;
    min-height: 25vh;
    max-height: 25vh;
  }

  .photo-box.ph20 {
    background-position: 50% 0;
    height: auto;
    min-height: 40vh;
    max-height: 50vh;
    margin-bottom: 0;
  }

  .photo-box.ph21 {
    height: auto;
    min-height: 15vh;
    max-height: 15vh;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .photo-box.ph22 {
    height: auto;
    min-height: 15vh;
    max-height: 15vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .photo-box.ph6 {
    background-position: 0%;
    height: auto;
    min-height: 20vh;
    max-height: 25vh;
  }

  .photo-box.ph4 {
    background-position: 100%;
    height: auto;
    min-height: 10vh;
    margin-bottom: 100px;
  }

  .photo-box.ph3 {
    height: auto;
    min-height: 10vh;
    max-height: none;
    margin-bottom: 100px;
  }

  .photo-box.ph1 {
    height: auto;
    max-height: 35vh;
  }

  .animation-container, .page {
    overflow: visible;
  }

  .photos-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .menu-link-2, .menu-link-2.mobile-off {
    display: none;
  }

  .menu-link-2.mob {
    font-size: 3.3vw;
  }

  .menu-link-2.mob.work {
    display: block;
  }

  .menu-link-2.home {
    text-align: center;
    display: block;
  }

  .menu-link-2.work {
    display: block;
    overflow: hidden;
  }

  .menu-link-2.work.center {
    text-align: center;
  }

  .desk-menu {
    z-index: 3;
    height: 50px;
    display: none;
    position: static;
    overflow: hidden;
  }

  .up-menu {
    background-color: #0000;
    display: none;
    position: static;
  }

  .language {
    z-index: 1001;
    font-size: 16px;
    position: absolute;
    right: 17px;
  }

  .mobile-menu {
    clear: none;
    background-color: #0000;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Comfortaa, sans-serif;
    display: flex;
    position: static;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .mobile-menu.header {
    z-index: 1000;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 0;
    position: fixed;
  }

  .mobile-menu.footer {
    z-index: 1000;
    position: fixed;
  }

  .mobile-menu.static {
    z-index: 1000;
    background-color: #fff;
    position: static;
    inset: 0% 0% auto;
  }

  .mobile-menu.fixed {
    z-index: 999;
    background-color: #fff;
    position: fixed;
    inset: 0% 0% auto;
  }

  .red-span {
    overflow: hidden;
  }

  .page-f {
    margin-bottom: 0;
  }

  .work-group {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .work-group.work_work_group {
    margin-bottom: 0;
  }

  .work-container {
    max-width: 350px;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-container.new_word_container {
    max-width: 100%;
    margin-left: 0;
    padding-top: 24px;
  }

  .work-container.new_work_container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-type-1 {
    width: 100%;
    max-width: 100%;
  }

  .box-type-1.q3 {
    margin-top: 38px;
    margin-bottom: 0;
    top: auto;
  }

  .box-type-1.q3:hover {
    border-color: #9b0125;
  }

  .box-type-1.q2 {
    margin-top: 38px;
    margin-bottom: 0;
    top: auto;
  }

  .box-type-1.q4 {
    margin-top: 38px;
    margin-bottom: 0;
    top: 4px;
  }

  .box-type-1.q4:hover {
    border-color: #9b0125;
  }

  .box-type-1.q1 {
    margin-top: 38px;
    margin-bottom: 0;
    padding-top: 15px;
    top: auto;
  }

  .box-type-1.q5 {
    margin-top: 38px;
    margin-bottom: 0;
    top: auto;
    bottom: auto;
  }

  .box-type-1.q5:hover {
    border-color: #9b0125;
  }

  .box-type-1.q6, .box-type-1.q7, .box-type-1.q8, .box-type-1.q9, .box-type-1.q10, .box-type-1.q11, .box-type-1.q12 {
    margin-top: 38px;
    top: auto;
  }

  .animation-block-overflow {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .project-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .images-container {
    width: 100%;
    max-width: 100%;
  }

  .project-description-column {
    margin-top: -33px;
    margin-bottom: 30px;
  }

  .project-title {
    margin-bottom: 40px;
  }

  .project-grid {
    flex-direction: column;
    display: flex;
  }

  .exit-button {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }

  .exit-button._2 {
    inset: auto 10px 10px auto;
  }

  .image-8 {
    object-fit: cover;
    min-height: 25vh;
    max-height: 25vh;
  }

  .linkscontact.mob {
    text-align: center;
    flex-flow: row;
    place-content: space-between space-around;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .linkscontact.mob.text {
    margin-top: 0;
    margin-bottom: -18px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-overlay-2 {
    flex-direction: column;
    height: auto;
    max-height: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .centered-container-4 {
    text-align: left;
    margin-top: 0;
  }

  .paragraphcontact {
    text-align: center;
    letter-spacing: 1px;
    text-indent: 0;
    margin-top: 120px;
    margin-bottom: 10px;
    line-height: 4vh;
  }

  .paragraphcontact._2 {
    margin-top: 40px;
  }

  .linkcontact {
    text-align: left;
    margin: 50px 10px;
    font-size: 17px;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-icon-mob {
    margin: 10px;
  }

  .contact-icon-mob.big {
    width: 16%;
  }

  .body-2 {
    height: 100vh;
    display: block;
  }

  .div-block-2 {
    background-color: #fff;
    position: fixed;
  }

  .paragraph-2 {
    color: #000;
    flex-flow: column;
    width: 360px;
    display: flex;
  }

  .paragraph-3.new_paragraph {
    text-align: justify;
    font-size: 3.8vh;
    line-height: 5vh;
  }

  .heading {
    font-size: 50px;
  }

  .text-block {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .footer-subscribe {
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: none;
    margin-bottom: 34px;
    padding-bottom: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-link-three {
    font-size: 13px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-2 {
    margin-top: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
  }

  .container-4 {
    max-width: none;
  }

  .subpage-header-image-wrapper {
    border-radius: 1rem;
  }

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .button-secondary {
    padding: .5rem 1rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .heading-style-h1.weight-medium {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .heading-style-h1.weight-medium.contact_hero_heading {
    margin-top: 16px;
    margin-bottom: 60px;
    font-size: 3.2rem;
    line-height: 1;
  }

  .button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .subpage-header-component {
    grid-template-columns: 1fr;
  }

  .subpage-header-image {
    border-radius: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .client-logo {
    height: 2rem;
    max-height: 2rem;
  }

  .logo-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .section.footer_last_section {
    margin-bottom: 80px;
  }
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af83f-fb9f08cd {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-be6cd9b4-35b0-7d57-10ba-74207d386747-fb9f08cd {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af841-fb9f08cd, #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af842-fb9f08cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af843-fb9f08cd {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af844-fb9f08cd {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af845-fb9f08cd {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af846-fb9f08cd {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af847-fb9f08cd, #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af848-fb9f08cd {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af849-fb9f08cd {
  grid-area: span 8 / span 5 / span 8 / span 5;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af84a-fb9f08cd {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af84b-fb9f08cd {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_8cf92782-66e3-7793-9c41-7af5ad5af84c-fb9f08cd {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_28f7138a-1f74-63cf-4ed6-f5bfd383e449-fb9f08cd {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_90a7140b-1c02-c64c-9733-4ed4ef616909-fb9f08cd {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-b75a98fe-ae05-7e2e-883a-a166613db910-fb9f08cd {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-fd975ecd-ef0b-a90e-3555-24eb0df4b16b-fb9f08cd {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-c3cf0e7e-fb70-9aed-c3b7-8141269a03d5-fb9f08cd {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_293d0f58-39f6-9386-88e9-9e9979e6d1bc-fb9f08cd {
  grid-area: span 7 / span 5 / span 7 / span 5;
}

#w-node-_29f73b77-fc5a-2a38-e95f-8ce50c981a32-fb9f08cd {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_925edf85-9082-3861-2d6d-aea91e6f6b03-fb9f08cd {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08d0, #w-node-_5eb3d2a6-ebec-59d7-3078-3d20354d276a-fb9f08d1, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08d2, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d23101b7-792f-6e9b-c53f-d54a5646a462-fb9f08d4 {
  place-self: center;
}

#w-node-_06fe0d05-f9b0-0e1b-ad14-e46331c57c37-31c57c32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c03-fb9f08d6 {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c04-fb9f08d6 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c05-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c06-fb9f08d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c07-fb9f08d6 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c08-fb9f08d6 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c09-fb9f08d6 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0a-fb9f08d6 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0b-fb9f08d6 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0c-fb9f08d6 {
  grid-area: span 8 / span 3 / span 8 / span 3;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0d-fb9f08d6 {
  grid-area: span 8 / span 5 / span 8 / span 5;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0e-fb9f08d6 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0f-fb9f08d6 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c10-fb9f08d6 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c11-fb9f08d6 {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c12-fb9f08d6 {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c13-fb9f08d6 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c14-fb9f08d6 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c15-fb9f08d6 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c16-fb9f08d6 {
  grid-area: span 7 / span 5 / span 7 / span 5;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c17-fb9f08d6 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-ea8e3a03-db69-f275-6ffe-47a94a197c18-fb9f08d6 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_5c897f6f-4765-5f9b-3cb6-a16c9f983cb8-fb9f08d7, #w-node-_5c897f6f-4765-5f9b-3cb6-a16c9f983cb8-fb9f08d8, #w-node-_5c897f6f-4765-5f9b-3cb6-a16c9f983cc7-fb9f08d8, #w-node-_293c37a3-0d07-3fe8-7faa-2b283bd6a78f-fb9f08d9, #w-node-_293c37a3-0d07-3fe8-7faa-2b283bd6a78f-fb9f08da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79e886a4-e877-ee54-e1e8-f8f342e891a8-42e891a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08de, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08df, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08e2, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08e3, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08e4, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08e5, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08e6, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08e7, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08e8, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08e9, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08ea, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08eb, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08ec, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08ed, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08ee, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08ef, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08f0, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08f1, #w-node-_75efb745-4287-7c71-a1d4-b2c46c5cf762-fb9f08f2, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08f3, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08f4, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08f5, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08f6, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08f7, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f08f8, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f0924, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f0947, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f0948, #w-node-a2864d98-d98c-518d-ab77-ed0f23ab676f-fb9f0949 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d23101b7-792f-6e9b-c53f-d54a5646a462-3e47efc6 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-be6cd9b4-35b0-7d57-10ba-74207d386747-fb9f08cd {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af841-fb9f08cd, #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af842-fb9f08cd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af846-fb9f08cd {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af847-fb9f08cd, #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af848-fb9f08cd {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }

  #w-node-_28f7138a-1f74-63cf-4ed6-f5bfd383e449-fb9f08cd, #w-node-_90a7140b-1c02-c64c-9733-4ed4ef616909-fb9f08cd {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-b75a98fe-ae05-7e2e-883a-a166613db910-fb9f08cd, #w-node-fd975ecd-ef0b-a90e-3555-24eb0df4b16b-fb9f08cd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-c3cf0e7e-fb70-9aed-c3b7-8141269a03d5-fb9f08cd {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_293d0f58-39f6-9386-88e9-9e9979e6d1bc-fb9f08cd {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_29f73b77-fc5a-2a38-e95f-8ce50c981a32-fb9f08cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_925edf85-9082-3861-2d6d-aea91e6f6b03-fb9f08cd {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c04-fb9f08d6 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c06-fb9f08d6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c07-fb9f08d6 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0a-fb9f08d6 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c12-fb9f08d6 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c13-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c14-fb9f08d6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c16-fb9f08d6 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c17-fb9f08d6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c18-fb9f08d6 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af83f-fb9f08cd {
    grid-row: span 5 / span 5;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af841-fb9f08cd, #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af842-fb9f08cd {
    grid-row: span 2 / span 2;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af849-fb9f08cd {
    grid-row: span 5 / span 5;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af84a-fb9f08cd {
    grid-row: span 1 / span 1;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af84b-fb9f08cd, #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af84c-fb9f08cd, #w-node-_28f7138a-1f74-63cf-4ed6-f5bfd383e449-fb9f08cd, #w-node-_90a7140b-1c02-c64c-9733-4ed4ef616909-fb9f08cd, #w-node-b75a98fe-ae05-7e2e-883a-a166613db910-fb9f08cd, #w-node-fd975ecd-ef0b-a90e-3555-24eb0df4b16b-fb9f08cd, #w-node-c3cf0e7e-fb70-9aed-c3b7-8141269a03d5-fb9f08cd, #w-node-_293d0f58-39f6-9386-88e9-9e9979e6d1bc-fb9f08cd {
    grid-row: span 2 / span 2;
  }

  #w-node-_29f73b77-fc5a-2a38-e95f-8ce50c981a32-fb9f08cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_925edf85-9082-3861-2d6d-aea91e6f6b03-fb9f08cd {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c03-fb9f08d6 {
    grid-row: span 5 / span 5;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c05-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c06-fb9f08d6 {
    grid-row: span 2 / span 2;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0d-fb9f08d6 {
    grid-row: span 5 / span 5;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0e-fb9f08d6 {
    grid-row: span 1 / span 1;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0f-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c10-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c11-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c12-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c13-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c14-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c15-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c16-fb9f08d6 {
    grid-row: span 2 / span 2;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c17-fb9f08d6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c18-fb9f08d6 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d23101b7-792f-6e9b-c53f-d54a5646a462-fb9f08d4, #w-node-d23101b7-792f-6e9b-c53f-d54a5646a462-3e47efc6 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af83f-fb9f08cd {
    grid-area: span 5 / span 4 / span 5 / span 4;
  }

  #w-node-be6cd9b4-35b0-7d57-10ba-74207d386747-fb9f08cd {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af841-fb9f08cd, #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af842-fb9f08cd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af843-fb9f08cd {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af844-fb9f08cd {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af845-fb9f08cd {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af846-fb9f08cd {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af847-fb9f08cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af848-fb9f08cd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af849-fb9f08cd {
    grid-area: span 5 / span 5 / span 5 / span 5;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af84a-fb9f08cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af84b-fb9f08cd {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_8cf92782-66e3-7793-9c41-7af5ad5af84c-fb9f08cd {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_28f7138a-1f74-63cf-4ed6-f5bfd383e449-fb9f08cd, #w-node-_90a7140b-1c02-c64c-9733-4ed4ef616909-fb9f08cd {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-b75a98fe-ae05-7e2e-883a-a166613db910-fb9f08cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fd975ecd-ef0b-a90e-3555-24eb0df4b16b-fb9f08cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c3cf0e7e-fb70-9aed-c3b7-8141269a03d5-fb9f08cd {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_293d0f58-39f6-9386-88e9-9e9979e6d1bc-fb9f08cd {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_29f73b77-fc5a-2a38-e95f-8ce50c981a32-fb9f08cd, #w-node-_925edf85-9082-3861-2d6d-aea91e6f6b03-fb9f08cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c03-fb9f08d6 {
    grid-area: span 5 / span 4 / span 5 / span 4;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c04-fb9f08d6 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c05-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c06-fb9f08d6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c07-fb9f08d6 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c08-fb9f08d6 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c09-fb9f08d6 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0a-fb9f08d6 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0b-fb9f08d6 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0c-fb9f08d6 {
    grid-area: span 8 / span 3 / span 8 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0d-fb9f08d6 {
    grid-area: span 5 / span 5 / span 5 / span 5;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0e-fb9f08d6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c0f-fb9f08d6 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c10-fb9f08d6 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c11-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c12-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c13-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c14-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c15-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c16-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c17-fb9f08d6, #w-node-ea8e3a03-db69-f275-6ffe-47a94a197c18-fb9f08d6 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }
}


