@font-face {
  font-family: Roboto-Regular;
  src: url("../font/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: Roboto-Bold;
  src: url("../font/Roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: SFUDinLight;
  src: url("../font/SFUDin/SFUDinLight.woff");
}

@font-face {
  font-family: SFUDinEngAlt;
  src: url("../font/SFUDin/SFUDinEngAlt.woff");
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  color: #000;
  font-size: 14px;
  font-family: Roboto-Regular, sans-serif;
}

body a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

body a:hover {
  text-decoration: none;
}

body .container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

.owl-nav {
  width: 100%;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-prev,
.owl-next {
  position: absolute;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #d5d5d5;
  font-size: 20px;
  font-weight: bold;
}

.owl-prev:hover,
.owl-next:hover {
  color: #000;
}

.form-control {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.breadcrumb {
  background: #fff;
  padding: 15px 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumb .breadcrumb-item i {
  padding-left: 5px;
}

.msgmodal .msgmodal-content .msgmodal-body {
  background: #fff;
  width: 390px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  font-size: 16px;
  margin-top: 5%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
}

.msgmodal .msgmodal-content .msgmodal-body svg:not(:root) {
  width: 30px;
}

.msgmodal .msgmodal-content .msgmodal-body p {
  margin: 20px 0;
}

.msgmodal .msgmodal-content .msgmodal-body p a {
  width: auto;
  background: none;
  color: #000;
  height: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.msgmodal .msgmodal-content .msgmodal-body p a:hover {
  color: #fcd433;
}

.msgmodal .msgmodal-content .msgmodal-body a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fcd433;
  color: #fff;
  font-family: Monstserrat-SemiBold, sans-serif;
  width: 60px;
  margin: auto;
  border-radius: 5px;
  height: 30px;
}

.collapse.in {
  display: block;
}

.pagination {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination b {
  display: none;
}

.pagination .current,
.pagination .other-page,
.pagination .next-page,
.pagination .pre-page,
.pagination .first-page,
.pagination .last-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  color: #737373;
  border: 1px solid #737373;
  margin: 0 5px;
}

.pagination .current {
  background: red;
  font-family: Monstserrat-Bold, sans-serif;
  color: #fff;
  border: none;
}

.label_error {
  color: #d33333;
  margin-top: 10px;
  text-shadow: 0px 0px 1px rgba(255, 0, 0, 0.3);
}

.scrollToTop {
  display: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: -60px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: #ef7598;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.scrollToTop.active {
  bottom: 111px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.modal.in {
  opacity: 1;
}

.toggle-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 60px;
}

.toggle-menu-side-bar {
  display: none;
}

@media (max-width: 960px) {
  .toggle-menu-side-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .toggle-menu-side-bar .line-bar {
    background: #2e3192;
    border-radius: 4px;
    height: 4px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
  }
  .toggle-menu-side-bar .line-bar:last-child {
    margin-bottom: 0;
  }
}

.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #eee;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.autocomplete-suggestions .autocomplete-group {
  padding: 8px 3%;
  width: 100%;
  background: #f1f1f1;
}

.autocomplete-suggestions .autocomplete-group strong {
  font-weight: bold;
  color: #ce0021;
}

.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  width: 100%;
}

.autocomplete-suggestions .autocomplete-suggestion a {
  display: table;
  width: 100%;
  padding: 10px 5px 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.autocomplete-suggestions .autocomplete-suggestion a span {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  text-align: center;
}

.autocomplete-suggestions .autocomplete-suggestion a span img {
  width: 40px;
}

.autocomplete-suggestions .autocomplete-suggestion a div {
  display: table-cell;
  vertical-align: middle;
}

.autocomplete-suggestions .autocomplete-suggestion a div h3 {
  font-size: 14px;
  font-weight: normal;
}

.autocomplete-suggestions .autocomplete-suggestion a div p {
  font-weight: 500;
}

.autocomplete-suggestions .autocomplete-suggestion a img {
  display: inline-block;
  width: 15%;
}

.autocomplete-suggestions .autocomplete-suggestion a:hover {
  color: #fcd433;
}

.autocomplete-suggestions::-webkit-scrollbar {
  width: 3px;
}

.autocomplete-suggestions::-webkit-scrollbar-track {
  background: #737373;
  border-radius: 5px;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: #fcd433;
  border-radius: 5px;
}

header {
  position: relative;
}

header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 489px);
  background: linear-gradient(-121deg, #f2f2f2 calc(100% - 75px), transparent 50px);
  z-index: 0;
  height: 50px;
}

header::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: calc(50% + 455px);
  background: linear-gradient(-120deg, #ff0000 0%, #0000ff calc(100% - 75px), transparent 50px);
  z-index: 0;
}

header .main-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
      grid-template-columns: 120px auto;
  grid-gap: 0 5px;
}

header .main-header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main-header .header-logo a {
  display: inline-block;
  width: 120px;
  height: 78px;
}

header .main-header .header-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .menu-side {
  position: relative;
}

header .menu-side:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-125deg, #ff0000 calc(100% - 75px), transparent 50px);
  z-index: -1;
}

header .menu-side .side-top .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 50px;
}

header .menu-side .side-top .header-title p {
  margin-bottom: 0;
  padding-right: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .menu-side .side-top .header-title p::after {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #bbd5ff;
  position: absolute;
  right: 0;
}

header .menu-side .side-top .header-title .title-site-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  color: #0d0d0d;
  font-family: Roboto-Bold, sans-serif;
}

header .menu-side .side-top .header-title .header-hotline {
  padding-left: 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  color: #0d0d0d;
}

header .menu-side .side-top .header-title .header-hotline svg {
  margin-right: 10px;
}

header .menu-side .side-top .header-title .header-lang {
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 16px;
}

header .menu-side .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .menu-side .main-menu .ul-header {
  list-style: none;
  padding: 4px 0 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
}

header .menu-side .main-menu .ul-header .li_header {
  margin-left: 30px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .menu-side .main-menu .ul-header .li_header:first-child {
  margin-left: 0;
}

header .menu-side .main-menu .ul-header .li_header a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
}

header .menu-side .main-menu .ul-header .li_header:hover .dropdown-menu {
  display: block;
}

header .menu-side .main-menu .ul-header .dropdown-menu {
  padding: 0;
  background: #fff;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: -20px;
  z-index: 99;
}

header .menu-side .main-menu .ul-header .dropdown-menu a {
  padding: 13px 0;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

header .menu-side .main-menu .ul-header .dropdown-menu li {
  padding: 0 15px;
  margin-left: 0 !important;
  gap: 10px;
  border-bottom: 1px solid #eeeeee;
}

header .menu-side .main-menu .ul-header .dropdown-menu li:hover a {
  background: none;
  color: red;
}

header .menu-side .main-menu .ul-header .dropdown-menu li:hover svg path {
  fill: red;
}

header .menu-side .main-menu form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .menu-side .main-menu form input {
  width: 270px;
  height: 36px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 5px 40px 5px 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

header .menu-side .main-menu form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .menu-side .main-menu form input::-webkit-input-placeholder {
  color: #fff;
}

header .menu-side .main-menu form input:-ms-input-placeholder {
  color: #fff;
}

header .menu-side .main-menu form input::-ms-input-placeholder {
  color: #fff;
}

header .menu-side .main-menu form input::placeholder {
  color: #fff;
}

header .menu-side .main-menu form .submit-btn {
  position: absolute;
  right: 0;
  height: 32px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  outline: none;
}

footer p {
  margin-bottom: 0;
}

footer .copryright-footer {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#ed1c24), to(#2e3192));
  background: linear-gradient(to left, #ed1c24 0%, #2e3192 100%);
}

footer .main-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
  margin-bottom: 80px;
}

footer .main-footer .item-footer {
  height: 300px;
}

footer .main-footer .item-footer table p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

footer .main-footer iframe {
  height: 300px;
  width: 100%;
  max-width: 100%;
}

footer .main-footer .item-footer:nth-child(2) {
  background: #f5f5f5;
  padding: 25px 30px;
}

footer .main-footer .item-footer:nth-child(2) h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}

footer .main-footer .item-footer:nth-child(2) .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
  margin-top: 20px;
}

footer .main-footer .item-footer:nth-child(2) .d-flex .icon {
  width: 40px;
}

footer .main-footer .item-footer:nth-child(2) .d-flex .content {
  width: calc(100% - 40px);
}

footer .grid-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  padding-top: 15px;
}

footer .grid-footer p {
  line-height: normal;
}

footer .grid-footer .question {
  width: 120px;
  height: 32px;
  background: #eee;
  font-weight: bold;
  color: #ed1c24;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

footer .grid-footer .question i {
  margin-left: 10px;
  font-weight: bold;
}

footer .grid-footer .conect {
  font-weight: bold;
  margin-bottom: 10px;
}

footer .grid-footer .grid-item:last-child {
  text-align: center;
}

main {
  padding: 40px 0;
}

.block {
  padding: 60px 0;
}

.block p {
  margin-bottom: 0;
}

.breadcrumbs-container {
  background: #f5f5f5;
}

.breadcrumbs-container .breadcrumbs {
  background: none;
}

.breadcrumbs-container .breadcrumb {
  background: none;
}

.breadcrumbs-container .breadcrumbs li.active span {
  color: #333;
}

.breadcrumbs-container .breadcrumbs a:hover {
  color: #ed1c24;
}

.img-responsive {
  height: auto;
  max-width: 100%;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block_title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.block_title span {
  font-family: Roboto-Bold, sans-serif;
  position: relative;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 16px;
  color: blue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block_title span::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: red;
  bottom: 0;
}

.block-partner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.block-partner .container {
  border-top: 1px solid #e5e5e5;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.block-partner #PartnerSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-partner .item {
  padding: 5px;
}

.block-partner .item-partner {
  border-radius: 0px 20px;
  background: #fff;
  -webkit-box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.08);
  padding: 20px;
  height: 100px;
}

.block-partner .item-partner img {
  max-width: 100%;
  width: auto;
}

.block-partner .owl-prev,
.block-partner .owl-next {
  left: -56px;
  width: 36px;
  height: 36px;
}

.block-partner .owl-next {
  right: -56px;
  left: unset;
}

.custom-li a {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: unset;
      flex-grow: unset;
  -webkit-box-flex: unset;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-right: 20px;
}

.item-news img {
  border-radius: 5px;
  margin-bottom: 15px;
}

.item-news .news-info {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-news .news-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #666666;
}

.item-news .news-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: red;
}

.item-news .news-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 19px;
  color: #0d0d0d;
}

@media (max-width: 1280px) {
  body .container {
    padding: 0 15px !important;
  }
}

@media (max-width: 960px) {
  body .container {
    padding: 0 10px !important;
  }
  header {
    padding: 10px 0;
  }
  header:before {
    display: none;
  }
  header:after {
    display: none;
  }
  header .main-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
  .block {
    padding: 30px 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  header .menu-side .header-title .header-hotline {
    display: none !important;
  }
  header .menu-side .header-title .header-email {
    display: none !important;
  }
  header .menu-side .header-lang {
    display: none !important;
  }
  header .menu-side .main-menu {
    display: none !important;
  }
  header .header-logo img {
    max-height: 60px;
  }
  header .menu-side .side-top {
    height: auto;
  }
  header .menu-side:before {
    display: none;
  }
  header .menu-side .side-top .header-title .title-site-name {
    padding-right: 0;
  }
  header .menu-side .side-top .header-title p::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .block_title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  footer .main-footer {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .block-partner .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  footer .main-footer .item-footer {
    height: auto;
  }
  footer .main-footer .item-footer:nth-child(2) {
    padding: 20px;
  }
  footer .main-footer .item-footer:nth-child(2) p:first-child br {
    display: none;
  }
  .block-partner .owl-prev,
  .block-partner .owl-next {
    left: 0;
  }
  .block-partner .owl-next {
    right: 0;
    left: unset;
  }
  footer .main-footer .item-footer:nth-child(1) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}

@media (max-width: 568px) {
  header .menu-side .side-top .header-title .title-site-name {
    font-size: 14px;
  }
  .block_title {
    font-size: 30px;
    overflow: hidden;
  }
  footer .main-footer .item-footer:nth-child(1) {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  footer .main-footer .item-footer:nth-child(1) > img {
    width: 100%;
  }
  footer .main-footer .item-footer:nth-child(2) p:first-child span {
    font-size: 16px !important;
  }
  footer .main-footer .item-footer:nth-child(2) table td {
    padding: 0 !important;
  }
  footer .main-footer iframe {
    height: 260px;
  }
  footer .copryright-footer {
    height: auto;
    font-size: 12px;
    padding: 10px 0;
  }
  footer .grid-footer {
    grid-gap: 10px;
  }
}

@media (max-width: 320px) {
  header .menu-side .header-title .title-site-name {
    font-size: 11px;
  }
  .toggle-menu {
    width: auto;
  }
  footer .main-footer iframe {
    height: 200px;
  }
}
/*# sourceMappingURL=style.css.map */