:root {
  --main-solid: #020D2C;
  --main: #020D2C;
  --main-trans: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  --accent: #6DB847;
  --accent-gradient: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  --accent-gradient-trans: linear-gradient(125deg, #a7d491, rgba(109, 184, 71, 0.6));
  --secondary: #efefef;
  --secondary-gradient: linear-gradient(125deg, #efefef, #bdbdbd);
  --secondary-gradient-trans: linear-gradient(125deg, rgba(240, 240, 240, 0.6), rgba(189, 189, 189, 0.6));
  --bg: #fff;
  --dark: #020D2C;
  --dark-gradient: linear-gradient(90deg, #020D2C, #072b8d);
  --dark-gradient-trans: linear-gradient(90deg, rgba(2, 13, 44, 0.6), rgba(7, 43, 141, 0.6));
  --defVal: 10px;
  --text-v1: #fff;
}

::-moz-selection {
  color: var(--bg);
  background: var(--secondary);
}

::selection {
  color: var(--bg);
  background: var(--secondary);
}

.flatlays {
  position: absolute;
  top: -120px;
  right: 0;
  width: 100%;
  height: calc(100% + 120px);
  z-index: -1;
}

.flatlays::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(35deg, var(--bg) 65%, rgba(0, 0, 0, 0));
}

.flatlays__img-cont {
  width: 100%;
  height: 100%;
}

.flatlays__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  height: 100%;
}

@supports (font-size: clamp(14px, 3vw, 48px)) {
  .about-site__caption {
    font-size: clamp(24px, 3vw, 42px);
  }
}

@supports (font-size: clamp(14px, 3vw, 48px)) {
  .about-site__p {
    font-size: clamp(16px, 3vw, 22px);
  }
}

.about-site__wrapper {
  padding-top: 80px;
}

.about-site__gallery {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .about-site__wrapper {
    gap: 60px;
    padding-top: 80px;
  }
  .about-site__header {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .about-site__gallery-cont {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .about-site__gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}

.about-hero {
  height: calc(100vh - (10px * 8));
}

.about-hero::before {
  background-color: #020D2C;
  background-image: none;
}

.about-intro {
  color: var(--dark);
  position: relative;
  margin-top: 20px;
}

@supports (font-size: clamp(14px, 3vw, 48px)) {
  .about-intro__caption {
    font-size: clamp(72px, 9vw, 120px);
  }
}

.about-intro__media {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  max-height: 400px;
}

.about-intro__header {
  max-width: 700px;
  margin-bottom: 80px;
}

.about-values {
  position: relative;
}

.about-values__wrapper {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.about-values__header {
  width: 65%;
  margin-top: 20px;
}

.about-values__content-wrapper {
  gap: 40px;
}

.about-values__media-cont {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.about-values__value {
  background: rgba(2, 13, 44, 0.1);
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .about-values__media-cont {
    margin-left: 80px;
    max-height: 400px;
  }
}

@media screen and (min-width: 768px) {
  .business-theme__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 3fr;
        grid-template-columns: 2fr 3fr;
    gap: 80px;
  }
}

.team-section {
  background: var(--secondary-gradient);
  color: var(--dark);
}

.team-gallery__social {
  margin-left: 0;
}

.team-gallery__social * {
  fill: var(--bg);
}

@media screen and (max-width: 767px) {
  .team-gallery__social {
    background: var(--main);
  }
}
