/*
Page: Home
*/
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  height: auto !important;
}

@media (min-width: 992px) {
  body:not(.scrolled) #masthead {
    position: absolute;
  }

  body:not(.scrolled) #masthead .innr {
    box-shadow: none;
    background: transparent;
  }

  body.scrolled {
    margin-top: 0;
  }
}

.title55 {
  font-size: 55px;
  line-height: 1.3454em;
}

#hero {
  padding-top: 207px;
  position: relative;
}

#hero::before {
  content: '';
  z-index: -1;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 221px;
  position: absolute;
}

#hero .title {
  color: #fff;
  text-align: center;
}

#hero .title h1,
#hero .title h2,
#hero .title h3,
#hero .title h4,
#hero .title h5,
#hero .title h6 {
  font-size: 80px;
  line-height: 1em;
  font-family: "Benton Sans Bd";
}

#hero strong {
  text-transform: uppercase;
  font-family: "Benton Sans Bd";
  font-size: 24px;
  line-height: 28px;
  margin-top: 23px;
  display: block;
}

#hero .title img {
  vertical-align: top;
  position: relative;
  top: 24px;
  margin: 0 4px;
}

#hero .hero-swiper {
  padding-left: 101px;
  margin-top: 32px;
}

#hero .swiper-wrapper {
  transition-timing-function: linear;
}

#hero .hero-swiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  height: auto;
}

#hero .swiper-slide.offset img {
  transform: translateY(-34px);
}

#hero .hero-swiper img {
  display: block;
  border-radius: 10px;
}

#numbers {
  background-color: #fff;
  margin-top: 202px;
}

#numbers .container2 {
  margin: 0 auto;
  max-width: 1592px;
  display: block;
  padding: 0 20px;
  overflow: visible;
}

#numbers .smallt {
  font-size: 20px;
  margin-bottom: 19px;
}

#numbers .title {
  max-width: 660px;
  margin: 0 auto;
}

#numbers .boxes {
  margin-top: 28px;
  overflow: visible;
}

#numbers .swiper-wrapper .box-wrap:last-child {
  margin-right: 0 !important;
}

#numbers .box-wrap {
  display: flex;
  filter: drop-shadow(10px 10px 20px rgba(var(--boxColor), 0.15));
  width: auto;
}

#numbers .box {
  clip-path: polygon(-1% -1%, 101% -1%, 101% 91%, 89% 101%, -1% 101%, -1% 50%);
  position: relative;
  background-color: #fff;
  margin: 5px 2px;
  width: 346px;
  min-height: 400px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  padding: 53px 33px 26px 33px;
  display: flex;
  flex-direction: column;
}

#numbers .box * {
  position: relative;
  z-index: 3;
}

#numbers .box .decor {
  position: absolute;
  width: 46px;
  height: 2px;
  background-color: rgb(var(--boxColor));
  bottom: 16px;
  right: -5px;
  transform: rotate(136deg);
}

#numbers .box::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  z-index: 1;
  border-radius: 10px;
}

#numbers .box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--boxColor));
  z-index: 1;
  border-radius: 10px;
}

#numbers .box-number {
  font-size: 70px;
  line-height: 1em;
  margin: 0;
  color: rgb(var(--boxColor));
}

#numbers .box-title {
  font-size: 20px;
  margin-top: -5px;
}

#numbers .box-text {
  font-size: 18px;
  line-height: 30px;
  margin-top: auto;
}

#team {
  margin-top: 197px;
  margin-bottom: 76px;
}

#team .smallt {
  font-size: 20px;
  margin-bottom: 19px;
}

#team .title {
  margin-bottom: 32px;
}

#team .members {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  --imageWidth: min(305px, 19vw);
  --imageWidthSmall: min(260px, 16vw);
}

#team .el {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: fit-content;
  width: var(--imageWidth);
  height: var(--imageWidth);
}

#team .el .front img {
  width: 100%;
  height: 100%;
}

#team .el .hover {
  position: absolute;
  background-color: var(--hoverColor);
  opacity: 0;
  z-index: 2;
  transition: opacity 300ms ease-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  border-radius: 50%;
}

#team .el .hover strong {
  text-transform: uppercase;
  line-height: 8px;
  font-weight: 400;
}

#team .el:hover .hover {
  opacity: 1;
}

@media screen and (min-width: 992px) {

  #team .members .el:nth-child(1),
  #team .members .el:nth-child(4),
  #team .members .el:nth-child(5),
  #team .members .el:nth-child(7),
  #team .members .el:nth-child(9),
  #team .members .el:nth-child(11),
  #team .members .el:nth-child(12),
  #team .members .el:nth-child(13) {
    width: var(--imageWidthSmall);
    height: var(--imageWidthSmall);
  }

  #team .members .el:nth-child(2n) {
    margin-top: 153px;
  }

  #team .members .el:nth-child(2) {
    transform: translateX(-25px);
  }

  #team .members .el:nth-child(3) {
    transform: translate(16px, 80px);
    margin-left: 88px;
  }

  #team .members .el:nth-child(4) {
    transform: translate(137px, 20px);
  }

  #team .members .el:nth-child(5) {
    transform: translate(0px, -58px);
  }

  #team .members .el:nth-child(6) {
    transform: translate(-70px, 17px);
  }

  #team .members .el:nth-child(7) {
    transform: translate(-27px, 17px);
  }

  #team .members .el:nth-child(8) {
    transform: translate(-27px, 17px);
    transform: translate(56px, 0px);
    margin-top: 88px;
  }

  #team .members .el:nth-child(9) {
    margin-top: 36px;
  }

  #team .members .el:nth-child(10) {
    margin-left: 85px;
    transform: translate(0px, -12px);
  }

  #team .members .el:nth-child(11) {
    transform: translate(70px, -92px);
  }

  #team .members .el:nth-child(12) {
    transform: translate(137px, -119px);
  }

  #team .members .el:nth-child(13) {
    transform: translate(-175px, -164px);
    grid-column-start: 4;
  }
}

@media screen and (max-width: 1500px) {
  #team .members .el:nth-child(3) {
    margin-left: 44px;
  }

  #team .members .el:nth-child(4) {
    transform: translate(87px, 20px);
  }

  #team .members .el:nth-child(8) {
    transform: translate(6px, 0px);
  }

  #team .members .el:nth-child(12) {
    transform: translate(87px, -119px);
  }
}

@media screen and (max-width: 1200px) {
  #team .members .el:nth-child(3) {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  #hero {
    padding-top: 162px;
  }

  #hero .title h1,
  #hero .title h2,
  #hero .title h3,
  #hero .title h4,
  #hero .title h5,
  #hero .title h6 {
    font-size: 40px;
    line-height: 46px;
  }

  #hero strong {
    font-size: 20px;
    line-height: 23px;
    margin-top: 32px;
  }

  #hero .title img {
    margin: 0 2px;
    max-width: 18px;
  }

  #hero .hero-swiper img {
    max-height: 410px;
  }

  #hero .swiper-slide.offset img {
    max-width: 329px;
    max-height: 238px;
    transform: translateY(-18px);
  }

  #numbers {
    margin-top: 116px;
  }

  #numbers .smallt {
    font-size: 16px;
  }

  #numbers .title {
    font-size: 30px;
    line-height: 36px;
    max-width: 340px;
  }

  #numbers .boxes {
    margin-top: 23px;
  }

  #numbers .box {
    padding: 49px 33px 19px 27px;
    min-height: 353px;
    width: 304px;
  }

  #numbers .box-title {
    margin-top: -13px;
    max-width: 200px;
  }

  #numbers .box-text {
    font-size: 15px;
    line-height: 25px;
  }

  #numbers .box .decor {
    bottom: 12px;
  }

  #team {
    margin-top: 128px;
    margin-bottom: 50px;
  }

  #team .smallt {
    font-size: 16px;
  }

  #team .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
  }

  #team .members {
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    --imageWidth: min(187px, 48vw);
    --imageWidthSmall: min(144px, 40vw);
  }

  #team .members .el:nth-child(2n),
  #team .members .el:nth-child(3n),
  #team .members .el:nth-child(7n),
  #team .members .el:nth-child(11) {
    width: var(--imageWidthSmall);
    height: var(--imageWidthSmall);
    margin-top: 92px;
    transform: translateX(20px);
  }

  #team .members .el .hover {
    font-size: 18px;
    line-height: 22px;
  }

  #team .members .el:nth-child(2n) .hover,
  #team .members .el:nth-child(3n) .hover,
  #team .members .el:nth-child(7n) .hover,
  #team .members .el:nth-child(11) .hover {
    font-size: 14px;
    line-height: 18px;
  }

  #team .members .el:nth-child(3),
  #team .members .el:nth-child(7),
  #team .members .el:nth-child(9),
  #team .members .el:nth-child(11) {
    margin-top: 3px;
    transform: translateX(1px);
  }

  #team .members .el:nth-child(4n) {
    margin-top: 53px;
  }

  #team .members .el:nth-child(4n),
  #team .members .el:nth-child(9) {
    width: var(--imageWidth);
    height: var(--imageWidth);
  }
}

@media screen and (max-width: 350px) {
  #team .members {
    --imageWidth: min(187px, 45vw);
    --imageWidthSmall: min(144px, 35vw);
  }
}