@keyframes scaleSmall {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes scaleBig {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes LRsides {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*.header-nav-mobile {
  display: block;
  &.nav-placeholder {
    display: none;
  }
}*/
.nav-placeholder {
  display: none;
}

.is-top .header-nav-mobile .navbar {
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}

.banner__container .video-container {
  display: none;
}

.home-mobile-swiper .swiper {
  width: 100%;
}
.home-mobile-swiper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.home-mobile-swiper .swiper .swiper-pagination-bullet {
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  border: 3px solid #E6E6E6;
}
.home-mobile-swiper .swiper .swiper-pagination-bullet-active {
  border-color: var(--pro-main-color);
}

.l__about {
  color: #050505;
  padding: 19.333333vw 8vw 17.333333vw;
  display: flex;
  flex-direction: column;
}
.l__about-summary {
  order: 2;
  width: 100%;
}
.l__about-summary h4 {
  font-size: 4.8vw;
  font-weight: bold;
  margin: 0 0 7.066667vw;
}
.l__about-summary p {
  font-size: 3.3vw;
  margin: 0;
  line-height: 4.8vw;
  white-space: pre-line;
}
.l__about-title {
  order: 1;
  flex: 1;
}
.l__about-title h1 {
  margin: 0 0 14.933333vw;
  font-size: 12vw;
  font-weight: bold;
}

.l__divisions {
  padding: 13.333333vw 0 13.333333vw 8vw;
  background: #EBEBEB;
  display: flex;
  align-items: center;
}
.l__divisions .swiper-preview {
  display: none;
}
.l__divisions .swiper {
  flex: 1;
}
.l__divisions .swiper-slide {
  width: 66.666667vw;
  user-select: none;
}
.l__divisions .swiper-slide .thumbs {
  display: none;
}
.l__divisions .swiper-slide .photos {
  width: 100%;
  height: 80.933333vw;
  background: var(--box-bg) no-repeat;
  background-size: cover;
}
.l__divisions .swiper-slide .photos .mask {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 2.4vw;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 8vw;
}
.l__divisions .swiper-slide .photos .mask img {
  height: 11.733333vw;
  filter: invert(1);
}
.l__divisions .swiper-slide .photos .mask h3 {
  margin: 6.666667vw 0 4.266667vw;
  font-size: 4vw;
}
.l__divisions .swiper-slide .photos .mask p {
  line-height: 4vw;
  white-space: pre-line;
}
.l__divisions .swiper-slide .photos .mask a {
  --link-color: #FFFFFF;
  margin-top: 10.4vw;
}
.l__divisions .swiper-slide .photos .mask a i::before {
  display: inline-block;
}

.l__contact {
  padding: 12.666667vw 8vw 13.333333vw;
}
.l__contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10.4vw;
  border-bottom: 1px #A8A8A8 solid;
}
.l__contact-box .summary h4 {
  margin: 0 0 6.266667vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #000000;
}
.l__contact-box .summary p {
  margin: 0;
  font-size: 3.2vw;
  font-weight: 400;
  color: #EA8A1C;
}
.l__contact-box .button {
  width: 21.333333vw;
  height: 21.333333vw;
  flex-shrink: 0;
}
.l__contact-box .button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l__contact-box .button a img {
  display: block;
  width: 100%;
  height: 100%;
  animation: rotateForward 10s linear infinite;
}
.l__contact-box .button a i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 6vw;
  transform: translate(-50%, -40%);
  color: var(--pro-main-color);
}

.l__history {
  width: 100%;
  background: #F8F8F8;
}
.l__history-header {
  font-size: 6.4vw;
  font-weight: bold;
  color: #000000;
  padding: 10.666667vw 0 8.666667vw 8vw;
}
.l__history .histories {
  display: flex;
  flex-direction: column;
  padding: 0 8vw;
}
.l__history .histories .history-title {
  order: 1;
}
.l__history .histories .history-title h5 {
  font-size: 4vw;
  letter-spacing: 0.4em;
  font-weight: bold;
}
.l__history .histories .history-title p {
  margin-top: 2.933333vw;
  font-size: 4vw;
  font-weight: 400;
}
.l__history .histories .swiper {
  width: 100%;
  margin-top: 13.333333vw;
  order: 2;
}
.l__history .histories .swiper .swiper-wrapper .swiper-slide {
  color: #000000;
}
.l__history .histories .swiper .swiper-wrapper .swiper-slide .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l__history .histories .swiper .swiper-wrapper .swiper-slide .title .text {
  font-size: 5.6vw;
  font-weight: bold;
  flex-shrink: 0;
}
.l__history .histories .swiper .swiper-wrapper .swiper-slide .title .line {
  flex: 1;
  margin-left: 8vw;
  height: 1px;
  background: #EDEDED;
}
.l__history .histories .swiper .swiper-wrapper .swiper-slide .subtext {
  font-size: 2.8vw;
  font-weight: bold;
}
.l__history .histories .swiper .swiper-wrapper .swiper-slide .summary {
  min-height: 126px;
  white-space: pre-line;
  font-size: 16px;
  line-height: 30px;
}
.l__history .histories .swiper-progress {
  position: relative;
  width: 100%;
  height: 10px;
  margin: 16vw 0 13.333333vw 0;
  background: #DFDFDF;
  border-radius: 5px;
  overflow: hidden;
}
.l__history .histories .swiper-progress:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--progress, 0);
  height: 100%;
  content: "";
  background-color: var(--pro-main-color);
  border-radius: 5px;
  transition: width 0.3s;
}
.l__history .panels {
  width: 100%;
  background: var(--bg-img) no-repeat center center;
  background-size: cover;
}
.l__history .panels-box .mask {
  width: 100%;
  padding: 0 8vw 15.066667vw 8vw;
  background-color: rgba(0, 0, 0, 0.6);
}
.l__history .panels-box .mask .items {
  padding-top: 14vw;
  width: 100%;
}
.l__history .panels-box .mask .items:first-child {
  padding-top: 12vw;
}
.l__history .panels-box .mask .items .numeric {
  font-size: 9.6vw;
  font-weight: bold;
  color: #EA8A1C;
}
.l__history .panels-box .mask .items .title {
  font-size: 3.4vw;
  font-weight: 400;
  color: #EA8A1C;
  margin: 3.466667vw 0 5.066667vw 0;
}
.l__history .panels-box .mask .items .summary {
  font-size: 3vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.333333vw;
}

.l__videos {
  padding: 12.666667vw 8vw 13.333333vw;
}
.l__videos-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10.4vw;
  border-bottom: 1px #A8A8A8 solid;
}
.l__videos-box .summary h4 {
  margin: 0 0 6.266667vw;
  font-size: 8vw;
  font-weight: bold;
  color: #000000;
}
.l__videos-box .summary p {
  margin: 0;
  font-size: 3.2vw;
  font-weight: 400;
  color: var(--pro-main-color);
}
.l__videos-box .button {
  width: 21.333333vw;
  height: 21.333333vw;
  flex-shrink: 0;
  margin-left: 8.533333vw;
}
.l__videos-box .button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l__videos-box .button a img {
  display: block;
  width: 100%;
  height: 100%;
  animation: rotateForward 10s linear infinite;
}
.l__videos-box .button a i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 6vw;
  transform: translate(-50%, -40%);
  color: var(--pro-main-color);
}
.l__videos-player {
  width: 100%;
  height: 56.266667vw;
  overflow: hidden;
  position: relative;
}
.l__videos-player img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.l__videos-player video {
  display: block;
  width: 100%;
  height: 100%;
}
.l__videos-player .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s;
}
.l__videos-player .poster a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 21.6vw;
  height: 18.266667vw;
  border-radius: 6px;
  --link-color: #FFFFFF;
  border: 1px #FFFFFF solid;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  text-align: center;
  line-height: 18vw;
  background-color: rgba(255, 255, 255, 0.2);
}
.l__videos-player .poster a:hover {
  border-color: var(--pro-main-color);
}
.l__videos-player:hover .poster {
  background-color: rgba(0, 0, 0, 0.25);
}
.l__videos-player:hover img {
  transform: scale(1.02);
}

.l__informations {
  padding: 14.266667vw 8vw 18.4vw;
}
.l__informations-header .title {
  font-size: 24px;
  font-weight: bold;
  color: #040404;
}
.l__informations-header .content {
  margin-top: 3.733333vw;
}
.l__informations-header .content .summary {
  font-size: 3vw;
  font-weight: 400;
  color: #1D2A35;
  line-height: 2.4vw;
}
.l__informations-header .content .colums {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8.533333vw;
}
.l__informations-header .content .colums a {
  --link-color: #6C6D70;
  font-size: 4vw;
  font-weight: 400;
}
.l__informations-header .content .colums a.actived {
  color: var(--pro-main-color);
}
.l__informations-items {
  width: 100%;
}
.l__informations-items .items {
  width: 100%;
  margin-top: 9.333333vw;
}
.l__informations-items .items .cover {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.l__informations-items .items .cover img {
  width: 100%;
}
.l__informations-items .items .videos {
  position: relative;
}
.l__informations-items .items .videos .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.l__informations-items .items .videos .mask span {
  display: block;
  width: 24vw;
  height: 13vw;
  border-radius: 5px;
  text-align: center;
  line-height: 13vw;
  color: #FFFFFF;
  font-size: 6vw;
  border: 1px #FFFFFF solid;
  transition: all 0.3s;
}
.l__informations-items .items .params {
  font-size: 3vw;
  font-weight: 400;
  color: #545454;
  margin: 3.6vw 0;
}
.l__informations-items .items .title {
  --link-color: #333333;
  font-size: 4vw;
}
.l__informations-footer {
  margin-top: 7.333333vw;
  text-align: center;
}
.l__informations-footer a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  padding: 3.466667vw 7.333333vw;
  border-radius: 1.333333vw;
  background-color: var(--pro-main-color);
}
.l__informations-footer a i {
  display: inline-block;
}

@media screen and (min-width: 996px) {
  .is-top .header-nav-pc {
    display: none;
  }
  .is-top .header-nav-mobile {
    display: block;
  }
  .header-nav-mobile {
    top: 0 !important;
  }
  .header-nav-mobile .navbar__menus {
    top: 0;
    z-index: -1;
  }
  .header-nav-mobile .navbar__menus.actived {
    height: 100vh;
  }
  .banner__container {
    position: relative;
  }
  .banner__container .video-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner__container .video-container .vicursors {
    position: absolute;
    top: var(--pos-top);
    left: var(--pos-left);
    display: block;
    z-index: 1;
  }
  .banner__container .video-container .vicursors .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 0 0 10px var(--pro-main-color);
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .banner__container .video-container .vicursors .icon i {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 50%;
    font-size: 22px;
    line-height: 30px;
    color: var(--pro-main-color);
  }
  .banner__container .video-container .vicursors .icon i::before {
    position: absolute;
    top: 0;
    left: -2px;
  }
  .banner__container .video-container .vicursors .icon::before, .banner__container .video-container .vicursors .icon::after {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: var(--pro-main-color);
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: normal;
  }
  .banner__container .video-container .vicursors .icon::before {
    animation-name: scaleSmall;
  }
  .banner__container .video-container .vicursors .icon::after {
    animation-name: scaleBig;
  }
  .banner__container .video-container .vicursors .info {
    position: absolute;
    top: 0;
    left: 39px;
    display: flex;
    align-items: center;
    transform: translateY(-25%);
    background-color: rgba(234, 138, 28, 0.9);
    border-radius: 10px;
    padding: 16px 0;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: all 0.6s;
  }
  .banner__container .video-container .vicursors .info img {
    display: inline-block;
    height: 24px;
    filter: invert(1);
  }
  .banner__container .video-container .vicursors .info .cover, .banner__container .video-container .vicursors .info .title, .banner__container .video-container .vicursors .info .arrow {
    flex-shrink: 0;
  }
  .banner__container .video-container .vicursors .info .title, .banner__container .video-container .vicursors .info .arrow {
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
  }
  .banner__container .video-container .vicursors .info .title {
    width: 9.375vw;
    text-align: center;
  }
  .banner__container .video-container .vicursors .info .arrow i {
    display: inline-block;
    font-size: 16px;
    transform: rotate(-90deg);
  }
  .banner__container .video-container .vicursors .info .arrow i::before {
    display: inline-block;
  }
  .banner__container .video-container .vicursors .info:hover .arrow i::before {
    animation: LRsides 1.5s infinite;
  }
  .banner__container .video-container .vicursors:hover .info {
    padding-left: 22px;
    padding-right: 36px;
    max-width: 20vw;
    opacity: 1;
  }
  .banner__container .video-container video {
    width: 100%;
    height: 100%;
  }
  .l__about {
    padding: 9.896vw 10.417vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .l__about-summary {
    order: 1;
    width: 36.458vw;
  }
  .l__about-summary h4 {
    font-size: 30px;
    margin: 0 0 2.083vw;
  }
  .l__about-summary p {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .l__about-title {
    order: 2;
    white-space: pre-line;
  }
  .l__about-title h1 {
    margin: 0;
    text-align: right;
    font-size: 120px;
    line-height: 92px;
  }
  .l__divisions {
    padding: 0 10.417vw 0 0;
  }
  .l__divisions .swiper-preview {
    display: block;
    width: 40.625vw;
    height: 50vw;
    flex-shrink: 0;
  }
  .l__divisions .swiper-preview .thumbs {
    display: none;
  }
  .l__divisions .swiper-preview .photos {
    width: 100%;
    height: 100%;
    background: var(--box-bg) no-repeat;
    background-size: cover;
  }
  .l__divisions .swiper-preview .photos .mask {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 10.417vw;
  }
  .l__divisions .swiper-preview .photos .mask img {
    height: 80px;
    filter: invert(1);
  }
  .l__divisions .swiper-preview .photos .mask h3 {
    margin: 2.604vw 0 1.771vw;
    font-size: 30px;
  }
  .l__divisions .swiper-preview .photos .mask p {
    width: 16.71875vw;
    line-height: 24px;
    white-space: pre-line;
    letter-spacing: 1px;
  }
  .l__divisions .swiper-preview .photos .mask a {
    --link-color: #FFFFFF;
    margin-top: 3.958vw;
  }
  .l__divisions .swiper-preview .photos .mask a i::before {
    display: inline-block;
    transition: all 0.3s;
  }
  .l__divisions .swiper {
    flex: 1;
    margin-left: 6.771vw;
  }
  .l__divisions .swiper-slide {
    width: 15.625vw;
    user-select: none;
  }
  .l__divisions .swiper-slide .thumbs {
    display: block;
    cursor: pointer;
  }
  .l__divisions .swiper-slide .thumbs img {
    width: 100%;
    height: 30.365vw;
    object-fit: cover;
  }
  .l__divisions .swiper-slide .thumbs h3 {
    margin: 2.083vw 0 0;
    font-size: 18px;
    color: #000000;
    padding-left: 30px;
  }
  .l__divisions .swiper-slide .photos {
    display: none;
  }
  .l__contact {
    padding: 6.25vw 10.417vw;
  }
  .l__contact-box {
    padding-bottom: 4.323vw;
  }
  .l__contact-box .summary h4 {
    margin: 0 0 2.448vw;
    font-size: 36px;
  }
  .l__contact-box .summary p {
    margin: 0;
    font-size: 24px;
  }
  .l__contact-box .button {
    width: 185px;
    height: 185px;
    flex-shrink: 0;
  }
  .l__contact-box .button a i {
    font-size: 45px;
  }
  .l__history {
    background: var(--bg-img) no-repeat center center;
    background-size: cover;
  }
  .l__history-header {
    color: #FFFFFF;
    font-size: 60px;
    padding: 6.25vw 0 7.8125vw 10.417vw;
  }
  .l__history .histories {
    flex-direction: row;
    background: #FFFFFF;
    height: 27.34375vw;
    margin-right: 25.26vw;
    padding: 7.8125vw 5.46875vw 0 14.0625vw;
  }
  .l__history .histories .history-title {
    order: 2;
    writing-mode: vertical-rl;
  }
  .l__history .histories .history-title h5 {
    font-size: 22px;
    letter-spacing: 0.4em;
  }
  .l__history .histories .history-title p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.146vw;
  }
  .l__history .histories .swiper {
    order: 1;
    margin-top: 0;
    margin-right: 6.40625vw;
    flex: 1;
    width: 0;
  }
  .l__history .histories .swiper .swiper-wrapper .swiper-slide {
    color: #000000;
  }
  .l__history .histories .swiper .swiper-wrapper .swiper-slide .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l__history .histories .swiper .swiper-wrapper .swiper-slide .title .text {
    font-size: 30px;
  }
  .l__history .histories .swiper .swiper-wrapper .swiper-slide .title .line {
    flex: 1;
    margin-left: 2.604vw;
  }
  .l__history .histories .swiper .swiper-wrapper .swiper-slide .subtext {
    margin-top: 16px;
    font-size: 18px;
  }
  .l__history .histories .swiper .swiper-wrapper .swiper-slide .summary {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-right: 1.146vw;
  }
  .l__history .histories .swiper-progress {
    display: none;
  }
  .l__history .panels {
    display: flex;
    align-items: center;
    width: 100%;
    height: 37vw;
    background: rgba(0, 0, 0, 0.8);
  }
  .l__history .panels-box {
    width: 100%;
  }
  .l__history .panels-box .mask {
    width: 100%;
    padding: 0 10.417vw;
    background: none;
    display: flex;
    justify-content: space-between;
  }
  .l__history .panels-box .mask .items {
    padding-top: 0;
    width: 20.677vw;
    background-image: none;
  }
  .l__history .panels-box .mask .items:first-child {
    padding-top: 0;
  }
  .l__history .panels-box .mask .items .numeric {
    font-size: 72px;
  }
  .l__history .panels-box .mask .items .title {
    font-size: 18px;
    margin: 1.615vw 0 4.21875vw 0;
  }
  .l__history .panels-box .mask .items .summary {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .l__videos {
    padding: 6.25vw 10.417vw;
  }
  .l__videos-box {
    padding-bottom: 0;
    border: 0;
  }
  .l__videos-box .summary h4 {
    margin: 0 0 2.448vw;
    font-size: 60px;
  }
  .l__videos-box .summary p {
    font-size: 24px;
  }
  .l__videos-box .button {
    width: 185px;
    height: 185px;
  }
  .l__videos-box .button a i {
    font-size: 45px;
  }
  .l__videos-player {
    width: 100%;
    height: 39.0625vw;
  }
  .l__videos-player .poster a {
    display: block;
    width: 8.4375vw;
    height: 7.135vw;
    border-radius: 6px;
    font-size: 3.125vw;
    line-height: 7.03125vw;
  }
  .l__informations {
    padding: 6.25vw 10.417vw;
  }
  .l__informations-header .title {
    font-size: 24px;
  }
  .l__informations-header .content {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
  }
  .l__informations-header .content .summary {
    font-size: 14px;
    line-height: 18px;
  }
  .l__informations-header .content .colums {
    display: block;
    margin-top: 0;
  }
  .l__informations-header .content .colums a {
    margin-left: 1.458vw;
    font-size: 16px;
  }
  .l__informations-header .content .colums a:first-child {
    margin-left: 0;
  }
  .l__informations-items {
    display: flex;
    margin-top: 3.90625vw;
  }
  .l__informations-items .items {
    width: 23.958vw;
    margin-top: 0;
    margin-left: 3.646vw;
  }
  .l__informations-items .items .videos img, .l__informations-items .items .videos .mask {
    transition: all 0.3s;
  }
  .l__informations-items .items .videos .mask {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .l__informations-items .items .videos .mask span {
    display: block;
    width: 5.208vw;
    height: 3.5vw;
    border-radius: 10px;
    line-height: 3.385vw;
    font-size: 30px;
  }
  .l__informations-items .items .videos .mask span:hover {
    border-color: var(--pro-main-color);
    color: var(--pro-main-color);
  }
  .l__informations-items .items .videos:hover img {
    transform: scale(1.08);
  }
  .l__informations-items .items .params {
    font-size: 14px;
    margin: 1.458vw 0 0.9375vw;
  }
  .l__informations-items .items .title {
    font-size: 18px;
  }
  .l__informations-items .items:first-child {
    margin-left: 0;
  }
  .l__informations-footer {
    margin-top: 46px;
    text-align: right;
  }
  .l__informations-footer a {
    color: #6C6D70;
    font-size: 16px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .l__informations-footer a:hover {
    color: var(--pro-main-color);
  }
}
@media screen and (min-width: 1920px) {
  .banner__container .video-container .vicursors .icon {
    width: 1.458vw;
    height: 1.458vw;
  }
  .banner__container .video-container .vicursors .icon i {
    font-size: 1.146vw;
    line-height: 1.5625vw;
  }
  .banner__container .video-container .vicursors .icon i::before {
    left: -0.104vw;
  }
  .banner__container .video-container .vicursors .icon::before, .banner__container .video-container .vicursors .icon::after {
    width: 1.458vw;
    height: 1.458vw;
  }
  .banner__container .video-container .vicursors .info {
    left: 2.03125vw;
    padding: 0.833vw 0;
  }
  .banner__container .video-container .vicursors .info img {
    height: 1.25vw;
  }
  .banner__container .video-container .vicursors .info .title {
    font-size: 0.9375vw;
  }
  .banner__container .video-container .vicursors .info .arrow {
    font-size: 0.833vw;
  }
  .banner__container .video-container .vicursors:hover .info {
    padding-left: 1.146vw;
    padding-right: 1.875vw;
  }
  .l__about-summary h4 {
    font-size: 1.5625vw;
  }
  .l__about-summary p {
    font-size: 0.833vw;
    line-height: 1.5625vw;
  }
  .l__about-title h1 {
    font-size: 6.25vw;
    line-height: 4.792vw;
  }
  .l__divisions .swiper-preview .photos .mask {
    font-size: 0.833vw;
  }
  .l__divisions .swiper-preview .photos .mask img {
    height: 4.583vw;
  }
  .l__divisions .swiper-preview .photos .mask p {
    line-height: 1.25vw;
  }
  .l__divisions .swiper-slide .thumbs h3 {
    font-size: 0.9375vw;
    padding-left: 1.5625vw;
  }
  .l__contact-box .summary h4 {
    font-size: 1.875vw;
  }
  .l__contact-box .summary p {
    font-size: 1.25vw;
  }
  .l__contact-box .button {
    width: 9.635vw;
    height: 9.635vw;
  }
  .l__contact-box .button a i {
    font-size: 2.34375vw;
  }
  .l__history-header {
    font-size: 3.125vw;
  }
  .l__history .histories .history-title h5 {
    font-size: 1.146vw;
  }
  .l__history .histories .history-title p {
    font-size: 0.729vw;
  }
  .l__history .histories .swiper .swiper-wrapper .swiper-slide .title .text {
    font-size: 1.5625vw;
  }
  .l__history .histories .swiper .swiper-wrapper .swiper-slide .subtext {
    font-size: 0.9375vw;
  }
  .l__history .histories .swiper .swiper-wrapper .swiper-slide .summary {
    font-size: 0.833vw;
    line-height: 1.5625vw;
  }
  .l__history .panels-box .mask .items .numeric {
    font-size: 3.75vw;
  }
  .l__history .panels-box .mask .items .title {
    font-size: 0.9375vw;
  }
  .l__history .panels-box .mask .items .summary {
    font-size: 0.833vw;
    line-height: 1.354vw;
  }
  .l__videos-box .summary h4 {
    font-size: 3.125vw;
  }
  .l__videos-box .summary p {
    font-size: 1.25vw;
  }
  .l__videos-box .button {
    width: 9.635vw;
    height: 9.635vw;
  }
  .l__videos-box .button a i {
    font-size: 2.34375vw;
  }
  .l__informations-header .title {
    font-size: 1.25vw;
  }
  .l__informations-header .content .summary {
    font-size: 0.729vw;
    line-height: 0.9375vw;
  }
  .l__informations-header .content .colums {
    display: block;
    margin-top: 0;
  }
  .l__informations-header .content .colums a {
    margin-left: 1.458vw;
    font-size: 0.833vw;
  }
  .l__informations-items .items .params {
    font-size: 0.729vw;
  }
  .l__informations-items .items .title {
    font-size: 0.9375vw;
  }
}
