.banner {
  width: 100%;
}

.submit-btn {
  margin: 0 auto;
  margin-top: 60px;
  width: 156px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFFFFF;
  background: -moz-linear-gradient(left, rgb(52, 95, 217) 0%, rgb(76, 35, 164) 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(left, rgb(52, 95, 217) 0%, rgb(76, 35, 164) 100%); /* Chrome10-25, Safari5.1-6 */
  background: linear-gradient(to right, rgb(52, 95, 217) 0%, rgb(76, 35, 164) 100%); /* W3C, IE10+, Firefox16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(rgba(52,95,217,1) 0%,rgba(76,35,164,1) 100%, GradientType=1); /* IE6-9 */
}

section h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 0 30px;
}
section.section-bg:nth-child(3n) {
  background-color: #f3f7fd;
}
section.section-bg:nth-child(2n) {
  background-color: #fff;
}
section.section-bg.section-5 {
  background-color: #f3f7fd;
}
section.section-bg.section-6 {
  background-color: #fff;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.banner .container {
  max-width: 1176px;
}

.section-1 {
  overflow: hidden;
}
.section-1 .container {
  max-width: 1176px;
  padding: 0;
}

.section-2 .container {
  max-width: 1176px;
}

.section-3 {
  overflow: hidden;
}
.section-3 .container {
  max-width: 1176px;
}

.section-4 {
  overflow: hidden;
}
.section-4 .container {
  max-width: 1176px;
}

.section-5 {
  overflow: hidden;
}
.section-5 .container {
  max-width: 1376px;
}

.section-6 .container {
  max-width: 1376px;
}

.section-7 .container_ {
  width: 87.5%;
  margin: 0;
}

.section-footer {
  width: 100%;
  background-color: #25272e !important;
}

/* banner */
.banner {
  margin-top: 70px;
}
.banner .swiper-slide {
  position: relative;
  padding-top: 44.79%;
}
.banner .swiper-slide .bg-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
}
.banner .swiper-slide .slide-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.banner .swiper-slide .slide-text .title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.banner .swiper-slide .slide-text .sub-title {
  font-size: 14px;
  font-weight: 400;
  color: #6b6377;
  margin-top: 11px;
}
.banner .swiper-slide .slide-text .desc {
  margin-top: 38px;
  width: 720px;
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
}
.banner .swiper-slide .slide-text .tags {
  margin-top: 30px;
  display: flex;
}
.banner .swiper-slide .slide-text .tags .tag {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #271e35;
  padding: 15px 36px;
  border-radius: 6px;
  margin-left: 30px;
}
.banner .swiper-slide .slide-text .tags .tag:first-child {
  margin-left: 0;
}
.banner .swiper-slide .slide-text .submit-btn {
  margin: 0;
  margin-top: 40px;
  line-height: 44px;
  font-size: 20px;
}
.banner .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.section-1 {
  height: 650px;
}
.section-1 h2 {
  margin-top: 50px;
  margin-bottom: 40px;
}
.section-1 .container {
  display: flex;
  justify-content: space-between;
}
.section-1 .section-1-swiper {
  max-width: 1190px;
  height: 500px;
}
.section-1 .section-1-swiper .swiper-slide {
  position: relative;
}
.section-1 .section-1-swiper .swiper-slide .bg-img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.section-1 .side-bar {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 443px;
  flex-shrink: 0;
  padding-right: 30px;
}
.section-1 .side-bar .item {
  display: flex;
  height: 120px;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding-left: 110px;
}
.section-1 .side-bar .item::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #b2c2d8;
  border-radius: 50%;
  position: absolute;
  left: 35px;
  top: 15px;
}
.section-1 .side-bar .item::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #d7dfee;
  position: absolute;
  left: 42px;
  top: 30px;
}
.section-1 .side-bar .item .icon {
  width: 130px;
  height: 140px;
  z-index: 9999;
  border-radius: 50%;
  flex-shrink: 0;
  display: none;
  position: absolute;
  left: -16px;
  top: -50px;
}
.section-1 .side-bar .item .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.section-1 .side-bar .item .text {
  display: flex;
  flex-direction: column;
}
.section-1 .side-bar .item .text .title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.section-1 .side-bar .item .text .desc {
  font-size: 14px;
}
.section-1 .side-bar .item.active .text .title {
  background: -moz-linear-gradient(left, rgb(52, 95, 217) 0%, rgb(76, 35, 164) 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(left, rgb(52, 95, 217) 0%, rgb(76, 35, 164) 100%); /* Chrome10-25, Safari5.1-6 */
  background: linear-gradient(to right, rgb(52, 95, 217) 0%, rgb(76, 35, 164) 100%); /* W3C, IE10+, Firefox16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  color: transparent;
}
.section-1 .side-bar .item.active .text .desc {
  display: block;
}
.section-1 .side-bar .item.active .icon {
  display: block;
}

.section-2 {
  padding-bottom: 80px;
}
.section-2 h2 {
  margin-top: 50px;
  margin-bottom: 150px;
}
.section-2 .container {
  display: flex;
  justify-content: space-between;
}
.section-2 .container .part {
  width: 48.48%;
  height: 280px;
  background-color: #ece9ff;
  border-radius: 8px;
  position: relative;
  padding: 40px;
  border: 1px solid #e4e1fc;
}
.section-2 .container .part .title {
  display: flex;
  align-items: center;
}
.section-2 .container .part .title .icon {
  width: 64px;
  height: 48px;
  margin-right: 26px;
  display: inline-block;
}
.section-2 .container .part .title .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-2 .container .part .title .text {
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  color: #000000;
}
.section-2 .container .part .desc {
  font-size: 14px;
  color: #000000;
  line-height: 25px;
  margin-top: 19px;
  width: 54.17%;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
}
.section-2 .container .part .person-img {
  height: 178.57%;
  width: 53.57%;
  position: absolute;
  right: -30px;
  top: -150px;
  z-index: 999;
}

.section-3 {
  padding-bottom: 50px;
  background-color: #f3f7fd;
}
.section-3 h2 {
  margin-top: 50px;
  margin-bottom: 40px;
}
.section-3 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-3 .container .img-container {
  width: 46.78%;
}
.section-3 .container .img-container:nth-child(3) {
  margin-top: 50px;
}
.section-3 .container .img-container:nth-child(4) {
  margin-top: 50px;
}
.section-3 .container .img-wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.section-3 .container .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
}

.section-4 {
  padding-bottom: 50px;
}
.section-4 h2 {
  margin-top: 52px;
  margin-bottom: 60px;
}
.section-4 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-4 .container .img-container {
  width: 45.92%;
}
.section-4 .container .img-container:nth-child(3) {
  margin-top: 50px;
}
.section-4 .container .img-container:nth-child(4) {
  margin-top: 50px;
}
.section-4 .container .img-wrap {
  width: 100%;
  padding-top: 36.03%;
  position: relative;
}
.section-4 .container .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
}

.section-5 {
  height: 480px;
}
.section-5 .container {
  width: 1400px;
}
.section-5 h2 {
  margin-top: 50px;
  margin-bottom: 70px;
}
.section-5 .tool-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-5 .tool-list .item {
  display: flex;
  align-items: flex-start;
}
.section-5 .tool-list .item .icon {
  width: 109px;
  height: 101px;
  margin-top: -23px;
}
.section-5 .tool-list .item .text-list {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 1;
}
.section-5 .tool-list .item .text-list li {
  margin-top: 12px;
  list-style: disc;
}
.section-5 .tool-list .item .text-list .title {
  list-style: none;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: -20px;
  color: #161c2d;
  font-size: 30px;
  line-height: 1.1;
}

.section-6 {
  padding-bottom: 50px;
  overflow: hidden;
}
.section-6 h2 {
  margin: 50px auto;
}
.section-6 .pic-grid {
  display: flex;
  justify-content: space-evenly;
  max-height: 608px;
  overflow: hidden;
  gap: 10px;
}
.section-6 .pic-grid .col {
  display: flex;
  width: 33.33%;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}
.section-6 .pic-grid .col.col-1 {
  flex-shrink: 1;
  flex-basis: 463px;
  height: 100%;
}
.section-6 .pic-grid .col.col-1 .img-wrap {
  height: 100%;
  width: 100%;
}
.section-6 .pic-grid .col.col-2 {
  flex-basis: 447px;
  flex-shrink: 1;
  gap: 20px;
}
.section-6 .pic-grid .col.col-2 .img-wrap:nth-child(1) {
  width: 100%;
}
.section-6 .pic-grid .col.col-2 .img-wrap:nth-child(2) {
  width: 100%;
}
.section-6 .pic-grid .col.col-3 {
  flex-basis: 462px;
  gap: 20px;
  flex-shrink: 1;
}
.section-6 .pic-grid .col.col-3 .img-wrap:nth-child(1) {
  width: 100%;
}
.section-6 .pic-grid .col.col-3 .img-wrap:nth-child(2) {
  width: 100%;
}
.section-6 .pic-grid .col .img-wrap {
  width: 100%;
  position: relative;
}
.section-6 .pic-grid .col .img-wrap .text-wrap {
  position: absolute;
  left: 35px;
  top: 35px;
}
.section-6 .pic-grid .col .img-wrap .text-wrap .line {
  width: 67px;
  height: 3px;
  background-color: #fff;
}
.section-6 .pic-grid .col .img-wrap .text-wrap .text {
  font-size: 22px;
  margin-top: 17px;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
}
.section-6 .pic-grid .col .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-7 {
  width: 100%;
  height: 700px;
  background-color: #304055 !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-7 .container_ {
  padding: 0;
  padding-top: 106px;
  height: 100%;
}
.section-7 .container_ > .row {
  height: 100%;
  display: flex;
}
.section-7 .container_ .side-banner {
  color: #fff;
  width: 33.98%;
  flex: 1;
  padding: 0 40px;
  position: relative;
  line-height: 1;
}
.section-7 .container_ .side-banner .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 27px;
}
.section-7 .container_ .side-banner .sub-title {
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  color: #6b6377;
}
.section-7 .container_ .side-banner .logo-wrap {
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  width: 61.21%;
}
.section-7 .container_ .side-banner .logo-wrap .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-7 .container_ .right-content {
  flex-basis: 57.63%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.section-7 .container_ .right-content > .row {
  flex: 1;
}
.section-7 .container_ .right-content > .row .item {
  line-height: 1;
  border: 1px solid #353f4c;
  display: flex;
  flex-direction: column;
}
.section-7 .container_ .right-content > .row .item .title {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.section-7 .container_ .right-content > .row .item .sub-title {
  padding: 0 20px;
  margin-top: 34px;
  color: #f3f2f2;
  font-size: 16px;
  line-height: 35px;
}

.section-footer p {
  margin-bottom: 0;
}

.section-mobile {
  display: none;
}

.section-pc {
  display: block;
}

@media screen and (max-width: 776px) and (min-width: 100px) {
  .section-mobile {
    display: block;
  }
  .section-pc {
    display: none;
  }
  .banner .swiper-slide .slide-text .title {
    font-size: 20px;
    line-height: 1;
  }
  .banner .swiper-slide .slide-text .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #6b6377;
    margin-top: 0px;
  }
  .banner .swiper-slide .slide-text .desc {
    margin-top: 8px;
    width: 340px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
  }
  .banner .swiper-slide .slide-text .tags {
    margin-top: 20px;
    display: flex;
  }
  .banner .swiper-slide .slide-text .tags .tag {
    font-size: 12px;
    color: #fff;
    background-color: #271e35;
    padding: 6px 10px;
    border-radius: 6px;
    margin-left: 7px;
  }
  .banner .swiper-slide .slide-text .tags .tag:first-child {
    margin-left: 0;
  }
  .banner .swiper-slide .slide-text .submit-btn {
    margin: 0;
    margin-top: 15px;
    height: 28px;
    width: 100px;
    font-size: 16px;
  }
  .banner .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
  }
  .section-2 h2 {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .section-2 .container {
    display: flex;
    flex-direction: column;
  }
  .section-2 .container .part {
    width: 100%;
    height: 280px;
    background-color: #ece9ff;
    border-radius: 8px;
    position: relative;
    padding: 20px;
    border: 1px solid #e4e1fc;
  }
  .section-2 .container .part:first-child {
    margin-bottom: 30px;
  }
  .section-2 .container .part .title {
    display: flex;
    align-items: center;
  }
  .section-2 .container .part .title .icon {
    width: 25.6px;
    height: 19.2px;
    margin-right: 10px;
    display: inline-block;
  }
  .section-2 .container .part .title .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .section-2 .container .part .title .text {
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    color: #000000;
  }
  .section-2 .container .part .desc {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    margin-top: 20px;
    width: 54.17%;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
  }
  .section-2 .container .part .person-img {
    width: 30%;
    height: auto;
    max-height: 100%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
  }
  .section-3 {
    padding-bottom: 50px;
    background-color: #f3f7fd;
  }
  .section-3 h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .section-3 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-3 .container .img-container {
    width: 100%;
    margin-top: 30px;
  }
  .section-3 .container .img-container:first-child {
    margin-top: 0;
  }
  .section-3 .container .img-container:nth-child(3) {
    margin-top: 50px;
  }
  .section-3 .container .img-container:nth-child(4) {
    margin-top: 50px;
  }
  .section-3 .container .img-wrap {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }
  .section-3 .container .img-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
  }
  .section-4 {
    padding-bottom: 50px;
  }
  .section-4 h2 {
    margin-top: 52px;
    margin-bottom: 60px;
  }
  .section-4 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-4 .container .img-container {
    width: 100%;
    margin-top: 30px;
  }
  .section-4 .container .img-container:first-child {
    margin-top: 0;
  }
  .section-4 .container .img-container:nth-child(3) {
    margin-top: 50px;
  }
  .section-4 .container .img-container:nth-child(4) {
    margin-top: 50px;
  }
  .section-4 .container .img-wrap {
    width: 100%;
    padding-top: 36.03%;
    position: relative;
  }
  .section-4 .container .img-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
  }
  .section-5 {
    background-color: #f3f7fd;
    height: 480px;
  }
  .section-5 .container {
    width: 100%;
  }
  .section-5 h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .section-5 .tool-swiper .swiper-slide {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .section-5 .tool-swiper .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .section-5 .tool-swiper .item .icon {
    width: 109px;
    height: 101px;
    margin-top: -23px;
  }
  .section-5 .tool-swiper .item .text-list {
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 1;
  }
  .section-5 .tool-swiper .item .text-list li {
    margin-top: 12px;
    list-style: disc;
  }
  .section-5 .tool-swiper .item .text-list .title {
    list-style: none;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: -20px;
    color: #161c2d;
    font-size: 30px;
    line-height: 1.1;
  }
  .section-6 {
    padding-bottom: 50px;
  }
  .section-6 h2 {
    margin: 50px auto;
  }
  .section-6 .pic-grid {
    display: flex;
    justify-content: space-evenly;
    max-height: 608px;
    overflow: hidden;
    gap: 0px;
  }
  .section-6 .pic-grid .col {
    display: flex;
    width: 33.33%;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
    margin-left: 10px;
  }
  .section-6 .pic-grid .col:first-child {
    margin-left: 0;
  }
  .section-6 .pic-grid .col.col-1 {
    flex-shrink: 1;
    flex-basis: 463px;
    height: 100%;
  }
  .section-6 .pic-grid .col.col-1 .img-wrap {
    height: 100%;
    width: 100%;
  }
  .section-6 .pic-grid .col.col-2 {
    flex-basis: 447px;
    flex-shrink: 1;
    gap: 0;
  }
  .section-6 .pic-grid .col.col-2 .img-wrap:nth-child(1) {
    width: 100%;
  }
  .section-6 .pic-grid .col.col-2 .img-wrap:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
  .section-6 .pic-grid .col.col-3 {
    flex-basis: 462px;
    gap: 0px;
    flex-shrink: 1;
  }
  .section-6 .pic-grid .col.col-3 .img-wrap:nth-child(1) {
    width: 100%;
  }
  .section-6 .pic-grid .col.col-3 .img-wrap:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
  .section-6 .pic-grid .col .img-wrap {
    width: 100%;
    position: relative;
  }
  .section-6 .pic-grid .col .img-wrap .text-wrap {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .section-6 .pic-grid .col .img-wrap .text-wrap .line {
    width: 67px;
    height: 2px;
    background-color: #fff;
  }
  .section-6 .pic-grid .col .img-wrap .text-wrap .text {
    font-size: 12px;
    margin-top: 4px;
    display: inline-block;
    line-height: 1;
    color: #ffffff;
  }
  .section-6 .pic-grid .col .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-7 {
    display: none;
    width: 100%;
    height: 700px;
    background-color: #304055 !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-7 .container_ {
    padding: 0;
    padding-top: 106px;
    width: 100%;
    height: 100%;
  }
  .section-7 .container_ > .row {
    height: 100%;
    display: flex;
  }
  .section-7 .container_ .side-banner {
    color: #fff;
    width: 33.98%;
    flex: 1;
    padding: 0 40px;
    position: relative;
    line-height: 1;
  }
  .section-7 .container_ .side-banner .title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 27px;
  }
  .section-7 .container_ .side-banner .sub-title {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #6b6377;
  }
  .section-7 .container_ .side-banner .logo-wrap {
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    width: 61.21%;
  }
  .section-7 .container_ .side-banner .logo-wrap .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .section-7 .container_ .right-content {
    flex-basis: 57.63%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .section-7 .container_ .right-content > .row {
    flex: 1;
  }
  .section-7 .container_ .right-content > .row .item {
    line-height: 1;
    border: 1px solid #353f4c;
    display: flex;
    flex-direction: column;
  }
  .section-7 .container_ .right-content > .row .item .title {
    font-size: 22px;
    color: #fff;
    text-align: center;
  }
  .section-7 .container_ .right-content > .row .item .sub-title {
    padding: 0 20px;
    margin-top: 34px;
    color: #f3f2f2;
    font-size: 16px;
    line-height: 35px;
  }
}
@media screen and (max-width: 470px) and (min-width: 100px) {
  .banner .swiper-slide .slide-text {
    transform: scale(0.7) translateX(-20%);
  }
}
@media screen and (max-width: 998px) {
  .section-1 {
    display: none;
  }
}

/*# sourceMappingURL=vrbujin.css.map */
