:root {
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-radius-radius-round: 50%;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-color-luckyexpo-black: #333333ff;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-space-space-threeunits: 48px;
  --dl-color-luckyexpo-darkgrey: #1c202aff;
  --dl-color-theme-neutral-dark: #191818;
  --dl-radius-radius-cardradius: 8px;
  --dl-color-luckyexpo-lightgrey: #262a35ff;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-radius-radius-imageradius: 8px;
  --dl-radius-radius-inputradius: 24px;
  --dl-color-luckyexpo-carminered: #960018ff;
  --dl-color-luckyexpo-lightgrey2: #f4f4f8ff;
  --dl-radius-radius-buttonradius: 24px;
  --dl-space-space-oneandhalfunits: 24px;
  --dl-color-luckyexpo-vibrantorange: #ff6f00ff;
}
 
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-space-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-space-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-space-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-space-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-space-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-space-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-size-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-radius-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-radius-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-radius-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-radius-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-radius-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-space-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-space-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-inputradius);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-space-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-space-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-space-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-space-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-space-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-radius-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-radius-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-radius-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.header {
  left: 0;
  right: 0;
  z-index: 3;
  position: fixed;
  padding-top: 50px;
}
 
.main-layout {
  width: 100%;
  padding-left: var(--dl-space-space-sixunits);
  padding-right: var(--dl-space-space-sixunits);
}
 
.design-philosophy {
  width: 100%;
  display: flex;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: 200px;
  background-size: 1100px;
  background-color: #1c1f27;
  background-image: url("..img/design-to-impact.webp");
  background-repeat: no-repeat;
  background-position: -200px 400px;
}
 
.design-philosophy__text-wrap {
  padding-left: 40%;
}
 
.h2 {
  color: var(--dl-color-luckyexpo-lightgrey2);
  font-size: 70px;
  font-family: "Roboto";
  font-weight: 800;
  margin-bottom: 30px;
}
 
.p {
  color: var(--dl-color-luckyexpo-lightgrey2);
  font-size: 18px;
  max-width: 800px;
  line-height: 29px;
}
 
.design-philosophy__strong-points {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
  justify-content: space-between;
}
 
.design-philosophy__point {
  width: calc(50% - 20px);
  height: 210px;
  padding: 30px 20px 35px 20px;
  font-size: 15px;
  border-radius: 10px;
}
 
.hero {
  width: 100%;
  height: 900px;
  z-index: 2;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  background-size: cover;
  background-color: var(--dl-color-luckyexpo-lightgrey);
  background-image: url("../img/hero-21-1500w.webp");
  background-position: center;
}
 
.portfolio__item-arrow {
  top: calc(100%/2 - 80px);
  right: 0;
  width: 80px;
  height: 160px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  padding-top: 50px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.portfolio__item-arrow-img {
  width: 50px;
  margin: auto;
}
 
.potfolio__item {
  width: 100%;
  height: 900px;
  position: relative;
  margin-bottom: 80px;
}
 
.portfolio__list {
  margin-top: 80px;
}
 
.portfolio__item-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
 
.portfolio__item-text-wrap {
  color: var(--dl-color-luckyexpo-lightgrey2);
  right: -50px;
  bottom: -30px;
  padding: 20px 30px 30px 30px;
  position: absolute;
  min-width: 450px;
  box-shadow: 10px 10px 37px 0px rgba(20,19,20,1);
  text-align: left;
  border-left: 2px;
  border-radius: 5px;
  background-color: var(--dl-color-luckyexpo-carminered);
}
 
.portfolio__item-brand {
  display: block;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}
 
.portfolio__item-year {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
 
.portfolio__item-square {
  font-size: 20px;
}
 
.portfolio__item-text-wrap-2 {
  left: -50px;
  right: auto !important;
  background-image: linear-gradient(     40deg,     hsl(165deg 65% 15%) 0%,     hsl(174deg 98% 12%) 8%,     hsl(179deg 100% 12%) 17%,     hsl(185deg 100% 13%) 25%,     hsl(189deg 100% 13%) 33%,     hsl(193deg 100% 14%) 42%,     hsl(196deg 100% 15%) 50%,     hsl(200deg 82% 16%) 58%,     hsl(208deg 56% 19%) 67%,     hsl(217deg 41% 21%) 75%,     hsl(230deg 29% 23%) 83%,     hsl(251deg 24% 22%) 92%,     hsl(272deg 24% 21%) 100%   );
}
 
.portfolio__item-text-wrap-1 {
  background-color: #6f0214;
  background-image: linear-gradient(     40deg,     hsl(222deg 26% 17%) 0%,     hsl(236deg 22% 20%) 8%,     hsl(257deg 23% 21%) 17%,     hsl(280deg 24% 22%) 25%,     hsl(304deg 27% 22%) 33%,     hsl(322deg 35% 24%) 42%,     hsl(333deg 42% 26%) 50%,     hsl(343deg 46% 27%) 58%,     hsl(352deg 47% 29%) 67%,     hsl(2deg 49% 30%) 75%,     hsl(13deg 61% 28%) 83%,     hsl(23deg 75% 26%) 92%,     hsl(34deg 98% 22%) 100%   );
}
 
.btn {
  color: var(--dl-color-luckyexpo-lightgrey2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: inline-block;
  padding: 30px 40px;
  font-size: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  font-weight: 400;
  border-color: #ED1815;
  border-width: 2px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
 
.btn_load-more {
  padding: 15px 25px;
  font-size: 16px;
  min-width: 250px;
  text-align: center;
  font-weight: 300;
  margin-left: auto;
  border-color: #0E529B;
  margin-right: auto;
  text-transform: uppercase;
  background-color: #0E529B;
}
 
.work-process__step {
  color: var(--dl-color-luckyexpo-lightgrey2);
  width: 650px;
  padding: 30px;
  position: relative;
  padding-left: 90px;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: var(--dl-color-luckyexpo-lightgrey);
}
 
.work-process__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
 
.work-process__text {
  line-height: 26px;
}
 
.work-process__step-num {
  top: 40px;
  left: 10px;
  width: 60px;
  height: 60px;
  opacity: 0.05;
  position: absolute;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-round);
}
 
.footer__menu {
  list-style: none;
  text-align: center;
}
 
.footer__menu-item {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
 
.footer {
  color: #C0C0C0;
  display: flex;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--dl-color-theme-neutral-dark);
  border-top-color: #C0C0C0;
  border-top-width: 1px;
}
 
.footer__column {
  width: 33%;
}
 
.footer__column_center {
  text-align: center;
}
 
.footer__column_right {
  width: 33%;
  text-align: right;
}
 
.portfolio__circle {
  width: 180px;
  border: 1px solid #ED1815;
  height: 180px;
  text-align: center;
  margin-left: auto;
  padding-top: 45px;
  margin-right: auto;
  border-radius: var(--dl-radius-radius-round);
}
 
.contacts__column {
  width: 300px;
  text-align: center;
}
 
.h2_cta {
  background: radial-gradient(circle farthest-corner at center center, #FFFFFF 0%, #C0C0C0 35%)';
  margin-bottom: 0;
  background-image: radial-gradient(circle farthest-corner at center center, #FFFFFF 5%, #ED1815 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.header__menu-item {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
 
.header__menu-list {
  color: var(--dl-color-luckyexpo-lightgrey2);
  width: 100%;
  font-size: 18px;
  list-style: none;
  text-align: center;
  font-weight: 400;
  line-height: 40px;
}
 
.header__menu-wrap {
  display: flex;
  text-align: center;
}
 
.header__logo {
  top: -15px;
  float: left;
  width: 160px;
  position: relative;
}
 
.header__cta-wrap {
  flex: 0 0 auto;
  float: right;
  display: flex;
  align-items: flex-start;
}
 
.header__cta-btn {
  color: rgb(255, 255, 255);
  border: 1px solid #e41713;
  cursor: pointer;
  height: 40px;
  display: inline-block;
  opacity: 0.8;
  line-height: 40px;
  margin-left: 40px;
  padding-left: 20px;
  border-radius: 5px;
  padding-right: 20px;
}
 
.header__lang-chooser {
  color: rgb(255, 255, 255);
  border: 1px solid #777777;
  cursor: pointer;
  height: 40px;
  display: inline-block;
  opacity: 0.8;
  position: relative;
  line-height: 40px;
  margin-left: 10px;
  padding-left: 10px;
  border-radius: 5px;
  padding-right: 10px;
}
 
.hero__txt-wrap {
  margin-top: 250px;
}
 
.hearo__title-1 {
  color: transparent;
  display: block;
  font-size: 75px;
  font-family: "Roboto";
  font-weight: 800;
  text-stroke: 2px black;
  text-transform: uppercase;
  -webkit-text-stroke: 2px white;
}
 
.hero__title-2 {
  color: var(--dl-color-luckyexpo-lightgrey2);
  display: block;
  font-size: 130px;
  font-family: "Roboto";
  font-weight: 800;
  line-height: 130px;
  text-transform: uppercase;
}
 
.hero__cta {
  margin-top: 150px;
  backdrop-filter: blur(5px);
  background-attachment: rgba(255, 255, 255, 0.2);
}
 
.portfolio {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.portfolio__title-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
 
.portfolio__title {
  color: var(--dl-color-luckyexpo-darkgrey);
  max-width: 800px;
  background-image: linear-gradient(to right, #0E529B 0%, #ED1815 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.portfolio__stats-wrap {
  color: var(--dl-color-luckyexpo-lightgrey2);
  width: 500px;
  display: flex;
  margin-left: auto;
  padding-top: 20px;
  margin-right: auto;
  justify-content: space-around;
}
 
.portfolio__stats-col {
  width: 50%;
  text-align: center;
}
 
.portfolio__stats-number {
  display: block;
  font-size: 50px;
  font-family: "Roboto";
  font-weight: 700;
}
 
.portfolio__stats-name {
  font-size: 20px;
  font-weight: 500;
}
 
.portfolio__item-arrow-left {
  left: 0;
}
 
.portfolio__btn-more-wrap {
  text-align: center;
}
 
.customers__wrap {
  background: linear-gradient(0deg, rgba(28,32,42,1) 5%, rgba(13,13,13,1) 80%);
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top-color: var(--dl-color-luckyexpo-lightgrey);
  border-top-width: 1px;
  border-bottom-color: var(--dl-color-luckyexpo-lightgrey);
  border-bottom-width: 1px;
}
 
.customers__title {
  color: #C0C0C0;
  background: radial-gradient(circle farthest-corner at center center, #FFFFFF 0%, #C0C0C0 65%);
  background-image: radial-gradient(circle farthest-corner at center center, #c0c0c0 35%, #0E529B 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.customers__list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
 
.customers__item {
  flex: 0 0 200px;
  width: 200px;
}
 
.services-wrap {
  display: flex;
  overflow: hidden;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--dl-color-luckyexpo-darkgrey);
}
 
.services__left-col {
  width: 50%;
  padding-top: 200px;
}
 
.services__title-1 {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #0E529B 0%, #ED1815 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.services__title-2 {
  background: linear-gradient(to right, #0E529B 0%, #ED1815 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.services__subtitle {
  color: var(--dl-color-luckyexpo-lightgrey2);
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}
 
.services__right-col {
  width: 50%;
  z-index: 2;
  position: relative;
}
 
.contacts__wrap {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 80px;
  background-size: cover;
  background-color: var(--dl-color-luckyexpo-darkgrey);
  background-image: url("../img/cta-background-1.webp");
  background-position: center;
}
 
.contacts__content-wrap {
  color: var(--dl-color-luckyexpo-lightgrey2);
  display: flex;
  font-size: 22px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  justify-content: space-around;
}
 
.contacts__photo-wrap {
  width: 200px;
  height: 200px;
  padding: 4px;
  position: relative;
  margin-left: auto;
  border-color: #0E529B;
  border-width: 2px;
  margin-right: auto;
  border-radius: 50%;
}
 
.contacts__photo-grad {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  position: absolute;
  background: linear-gradient(176deg, rgba(60,59,59,0.8099614845938375) 0%, rgba(60,59,59,0) 60%);
  border-radius: 50%;
}
 
.contacts__photo {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-size: cover;
}
 
.contacts__name {
  color: rgb(192, 192, 192);
  display: block;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
 
.contacts__social-wrap {
  color: var(--dl-color-luckyexpo-lightgrey2);
  display: flex;
  font-size: 22px;
  max-width: 1000px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
}
 
.contacts__col_social {
  width: 160px;
  display: flex;
  justify-content: space-around;
}
 
.contacts__social-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}
 
.design-concepts__item {
  width: 750px;
  height: 480px;
  margin: 5px;
  background-size: cover;
  background-position: center;
}
 
.design-concepts__img {
  height: 400px;
  display: block;
  position: relative;
  object-fit: cover;
  background-size: cover;
}
 
.design-concepts__row {
  gap: 10px;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
 
.design-concepts__item-description {
  left: 0;
  color: var(--dl-color-luckyexpo-lightgrey2);
  right: 0;
  bottom: 0;
  opacity: 0.9;
  padding: 15px 20px;
  position: absolute;
  font-size: 15px;
  text-align: left;
  background-color: var(--dl-color-theme-neutral-dark);
  border-top-color: #ED1815;
  border-top-width: 2px;
}
 
.header__mob-icon-wrap {
  float: right;
  display: none;
}
 
.mob-menu__wrap {
  top: 0;
  left: -100%;
  right: 0;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  position: fixed;
  padding-top: var(--dl-space-space-oneandhalfunits);
  background-color: var(--dl-color-luckyexpo-lightgrey);
}
 
.mob-menu__list {
  list-style: none;
  margin-top: 140px;
}
 
.mob-menu__item {
  color: var(--dl-color-luckyexpo-lightgrey2);
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom-color: #777777;
  border-bottom-width: 1px;
}
 
.mob-menu__lang-item {
  padding-left: 20px;
  padding-right: 20px;
}
 
.mob-menu__lang-wrap {
  color: var(--dl-color-luckyexpo-lightgrey2);
  display: block;
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}
 
.mob-menu__cta-btn {
  width: 100%;
  height: 50px;
  font-size: 20px;
  max-width: 400px;
  text-align: center;
  font-weight: 400;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e41713;
}
 
.mob-menu__cta-wrap {
  left: 24px;
  right: 24px;
  bottom: 24px;
  position: absolute;
  text-align: center;
}
 
.design-philosophy__point-text {
  color: var(--dl-color-luckyexpo-lightgrey2);
  font-size: 16px;
  line-height: 26px;
}
 
.design-concepts {
  width: 100%;
  background: linear-gradient(176deg, rgba(25,24,24,1) 0%, rgba(28,31,39,1) 100%);
  margin-top: -155px;
  padding-top: 185px;
  padding-bottom: 80px;
}
 
.design-concepts__title-section {
  margin-bottom: 80px;
}
 
.concept_1 {
  width: 45%;
}
 
.concept_2 {
  width: 25%;
}
 
.design-concepts__title {
  max-width: none;
  margin-bottom: 0;
  background-image: linear-gradient(to right, #0E529B 0%, #ED1815 35%);
}
 
.services__decor-1 {
  top: 0;
  left: 50px;
  width: 394px;
  height: 176px;
  opacity: 0.25;
  position: absolute;
  transform: scaleX(-1);
  background-size: cover;
  background-image: url("../img/shapes-1-200h.png");
}
 
.services__decor-2 {
  left: 140px;
  width: 240px;
  bottom: 60px;
  height: 240px;
  opacity: 0.35;
  position: absolute;
  transform: rotate(70deg) scale(1.2);
  background-size: cover;
  background-image: url("../img/shapes-2-300h.png");
}
 
.services__decor-3 {
  top: 0;
  right: 0;
  width: 240px;
  height: 240px;
  opacity: 0.3;
  position: absolute;
  background-size: cover;
  background-image: url("../img/shapes-2-300h.png");
}
 
.services__decor-4 {
  right: -90px;
  width: 394px;
  bottom: 0px;
  height: 176px;
  rotate: -50deg;
  opacity: 0.4;
  position: absolute;
  transform: scaleY(-1);
  background-size: cover;
  background-image: url("../img/shapes-1-200h.png");
}
 
.header__lang-chooser-option {
  font-size: 14px;
}
 
.header__lang-chooser-link {
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
 
.Content {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.Title {
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
@media(max-width: 1600px) {
  .main-layout {
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
  .potfolio__item {
    height: 750px;
  }
  .portfolio__item-text-wrap {
    right: -30px;
  }
  .porfolio__item-text-wrap-2 {
    left: -30px;
  }
}
 
@media(max-width: 1366px) {
  .main-layout {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .design-philosophy {
    padding-bottom: 150px;
    background-size: 900px;
    background-position: -350px 500px;
  }
  .design-philosophy__text-wrap {
    padding-left: 30%;
  }
  .design-philosophy__strong-points {
    gap: 20px;
  }
  .design-philosophy__point {
    width: calc(50% - 10px);
  }
  .hero {
    height: 750px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }
  .portfolio__item-arrow {
    top: calc(100%/2 - 60px);
    width: 60px;
    height: 120px;
    padding-top: 35px;
  }
  .potfolio__item {
    height: 650px;
    margin-bottom: 40px;
  }
  .portfolio__list {
    margin-top: 50px;
  }
  .portfolio__item-text-wrap {
    right: -15px;
    min-width: 400px;
  }
  .portfolio__item-brand {
    font-size: 25px;
  }
  .portfolio__item-year {
    font-size: 16px;
  }
  .portfolio__item-square {
    font-size: 16px;
  }
  .porfolio__item-text-wrap-2 {
    left: -15px;
  }
  .portfolio__circle {
    width: 160px;
    height: 160px;
    padding-top: 40px;
  }
  .header__logo {
    width: 140px;
  }
  .hero__txt-wrap {
    margin-top: 200px;
  }
  .hearo__title-1 {
    font-size: 60px;
    -webkit-text-stroke: 1px white;
  }
  .hero__title-2 {
    font-size: 110px;
    line-height: 110px;
  }
  .hero__cta {
    padding: 25px 30px;
    font-size: 20px;
    margin-top: 120px;
  }
  .portfolio__title {
    width: calc(100% - 50px);
  }
  .portfolio__stats-wrap {
    width: 400px;
    margin-right: 0;
  }
  .portfolio__stats-number {
    font-size: 40px;
  }
  .design-concepts__img {
    height: 320px;
  }
  .design-concepts__row {
    gap: 5px;
    margin-bottom: 5px;
  }
  .design-concepts__item-description {
    padding: 12px 16px;
    font-size: 14px;
  }
  .design-concepts__title-section {
    margin-bottom: 50px;
  }
  .design-concepts__title {
    width: auto !important;
  }
}
 
@media(max-width: 1200px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .design-philosophy__text-wrap {
    padding-left: 200px;
  }
  .header__menu-list {
    font-size: 15px;
  }
  .header__logo {
    width: 120px;
  }
  .header__cta-wrap {
    font-size: 15px;
  }
  .services__left-col {
    width: 525px;
  }
}
 
@media(max-width: 768px) {
  .thq-section-padding {
    padding: var(--dl-space-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .header {
    padding-top: var(--dl-space-space-oneandhalfunits);
  }
  .design-philosophy {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
    margin-top: -250px;
    background-position: -350px bottom;
  }
  .design-philosophy__text-wrap {
    padding-left: 0;
  }
  .h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .p {
    font-size: 16px;
    line-height: 25px;
  }
  .design-philosophy__strong-points {
    text-align: right;
  }
  .design-philosophy__point {
    width: 100%;
    height: auto;
    max-width: 550px;
    text-align: left;
    margin-left: auto;
  }
  .hero {
    height: 650px;
  }
  .potfolio__item {
    height: 450px;
    padding-bottom: 100px;
  }
  .portfolio__item-text-wrap {
    left: 0;
    right: 0px;
    bottom: 0;
    padding: 15px 20px 20px 20px;
    min-width: 300px;
  }
  .portfolio__item-brand {
    font-size: 20px;
  }
  .porfolio__item-text-wrap-2 {
    right: 0 !important;
  }
  .btn {
    padding: 20px 30px;
    font-size: 18px;
  }
  .btn_load-more {
    padding: 12px 20px;
    font-size: 15px;
  }
  .work-process__step {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .work-process__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .work-process__text {
    font-size: 15px;
  }
  .work-process__step-num {
    top: 20px;
    font-size: 30px;
  }
  .footer {
    gap: 20px;
    text-align: center;
    flex-direction: column;
  }
  .footer__column {
    width: 100%;
    text-align: center;
  }
  .portfolio__circle {
    width: 110px;
    height: 110px;
    padding-top: 26px;
  }
  .h2_cta {
    text-align: left;
    background-image: radial-gradient(circle farthest-corner at center center, #FFFFFF 15%, #ED1815 100%);
  }
  .header__menu-wrap {
    display: none;
  }
  .header__logo {
    top: 5px;
    width: 100px;
  }
  .header__cta-wrap {
    display: none;
  }
  .hearo__title-1 {
    font-size: 30px;
    -webkit-text-stroke: 0.5px white;
  }
  .hero__title-2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hero__cta {
    padding: 20px 25px;
    font-size: 18px;
  }
  .portfolio__title-section {
    flex-direction: column;
  }
  .portfolio__title {
    width: 100%;
    text-align: left;
  }
  .portfolio__stats-wrap {
    width: 300px;
    padding-top: 0;
    margin-right: auto;
  }
  .portfolio__stats-number {
    font-size: 20px;
    font-weight: 400;
  }
  .portfolio__stats-name {
    font-size: 16px;
    font-weight: 300;
  }
  .customers__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .customers__title {
    text-align: left;
  }
  .services-wrap {
    padding-top: 80px;
    flex-direction: column;
    padding-bottom: 80px;
  }
  .services__left-col {
    width: 100%;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .services__title-1 {
    width: 100%;
    background-image: linear-gradient(to right, #0E529B 0%, #ED1815 60%);
  }
  .services__title-2 {
    background-image: linear-gradient(to right, #0E529B 0%, #ED1815 60%);
  }
  .services__subtitle {
    font-size: 20px;
  }
  .services__right-col {
    width: 100%;
  }
  .contacts__wrap {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .contacts__photo-wrap {
    width: 160px;
    height: 160px;
  }
  .contacts__name {
    font-size: 17px;
  }
  .contacts__social-wrap {
    margin-top: 50px;
  }
  .contacts__col_social {
    margin-bottom: 20px !important;
  }
  .design-concepts__img {
    width: 100% !important;
    height: auto;
    margin-left: auto;
    aspect-ratio: 16 / 9;
    margin-right: auto;
  }
  .design-concepts__row {
    gap: 10px;
    flex-flow: wrap;
    text-align: center;
  }
  .header__mob-icon-wrap {
    display: block;
  }
  .design-philosophy__point-text {
    color: var(--dl-color-luckyexpo-lightgrey2);
  }
  .concept_1 {
    width: 100%;
  }
  .design-concepts__title {
    background-image: linear-gradient(to right, #0E529B 0%, #ED1815 70%);
  }
  .services__decor-1 {
    display: none;
  }
  .services__decor-3 {
    top: -50px;
  }
}
 
@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-space-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-space-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-space-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-space-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-space-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-space-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-space-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .header {
    padding-top: var(--dl-space-space-unit);
  }
  .main-layout {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .contacts__column {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .contacts__content-wrap {
    flex-direction: column;
  }
  .contacts__photo-wrap {
    width: 200px;
    height: 200px;
  }
  .mob-menu__wrap {
    padding-top: var(--dl-space-space-unit);
  }
}
