.hover-zoom {
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
}
.hover-zoom :hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
}
.hover-zoom img {
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
}

/************ /
* Fade in
************/
.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.logged-in.et-bfb-distraction-free-mode .hero-banner-mosaic--divi-component {
  opacity: 1;
}

.hero-banner-mosaic--divi-component {
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.hero-banner-mosaic {
  display: flex;
  max-height: 600px;
  height: 40vw;
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic {
    min-width: 100%;
    max-width: 100%;
    height: 255px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.hero-banner-mosaic video {
  height: 100%;
}
.hero-banner-mosaic .hero-banner-mosaic__left {
  flex: 1 1 50%;
  background-color: #000;
  position: relative;
}
.hero-banner-mosaic .hero-banner-mosaic__left > .et_pb_module, .hero-banner-mosaic .hero-banner-mosaic__left > .et_pb_module > .et_pb_text_inner,
.hero-banner-mosaic .hero-banner-mosaic__left video {
  height: 100%;
}
.hero-banner-mosaic .hero-banner-mosaic__left .rll-youtube-player {
  height: 100%;
}

.only-mobile {
	display: none;
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__left {
    display: none;
  }
  .only-mobile {
  display: block !important;
  }
}
.hero-banner-mosaic .hero-banner-mosaic__left .fluid-width-video-wrapper {
  padding-top: 0px !important;
  height: 100%;
}
.hero-banner-mosaic .hero-banner-mosaic__left .hero-video {
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.hero-banner-mosaic .hero-banner-mosaic__left .et_pb_video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.hero-banner-mosaic .hero-banner-mosaic__left .et_pb_video .et_pb_video_box {
  height: 100%;
}
.hero-banner-mosaic .hero-banner-mosaic__left .et_pb_video .et_pb_video_overlay_hover .et_pb_video_play::before {
  font-size: 60px;
}
.hero-banner-mosaic .hero-banner-mosaic__left .et_pb_video video {
  height: 100% !important;
  width: 100%;
}
.hero-banner-mosaic .hero-banner-mosaic__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-right: 2px;
}
.hero-banner-mosaic .hero-banner-mosaic__left .hero-banner-mosaic__left__thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
}
.hero-banner-mosaic .hero-banner-mosaic__left .hero-banner-mosaic__left__thumbnail.is-transparent {
  background: unset !important;
}
.hero-banner-mosaic .hero-banner-mosaic__left .hero-banner-mosaic__left__thumbnail:hover {
  cursor: pointer;
}
.hero-banner-mosaic .hero-banner-mosaic__left .hero-banner-mosaic__left__thumbnail:hover .hero-banner-mosaic__play-icon {
  background-color: #272727;
}
.hero-banner-mosaic .hero-banner-mosaic__left .hero-banner-mosaic__left__thumbnail .hero-banner-mosaic__play-button {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-banner-mosaic .hero-banner-mosaic__left .hero-banner-mosaic__left__thumbnail .hero-banner-mosaic__play-button.is-hidden {
  display: none;
}
.hero-banner-mosaic .hero-banner-mosaic__left .hero-banner-mosaic__left__thumbnail .hero-banner-mosaic__play-button .hero-banner-mosaic__play-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #ffffff;
  z-index: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hero-banner-mosaic .hero-banner-mosaic__left .hero-banner-mosaic__left__thumbnail .hero-banner-mosaic__play-button .hero-banner-mosaic__play-icon .fa-play {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #F6C752;
  height: 21px;
  width: 200px;
  margin-left: 24px;
  margin-top: 21px;
  display: block;
}
.hero-banner-mosaic .hero-banner-mosaic__right {
  flex: 1 1 50%;
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 25px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 25px;
  }
}
.hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
.hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item {
  flex: 0 1 50%;
  height: 50%;
  overflow: hidden;
}
.hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(4n+2), .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(4n+3) {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(4n+2), .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(4n+3) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(even) {
    padding-right: 0;
  }
}
.hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(odd) {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(odd) {
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.swiper-slide {
    height: 100%;
    display: flex !important;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    flex-basis: auto;
    margin-right: 0 !important;
  }
}
.hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item .et_pb_video_overlay_hover .et_pb_video_play {
  left: 39%;
}
.hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item .et_pb_video_overlay_hover .et_pb_video_play::before {
  font-size: 60px;
}
.hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video {
  display: none;
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: relative;
  }
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video .hero-video {
    width: 100%;
  }
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video .hero-banner-mosaic__left__thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
  }
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video .hero-banner-mosaic__left__thumbnail.is-transparent {
    background: unset !important;
  }
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video .hero-banner-mosaic__left__thumbnail:hover {
    cursor: pointer;
  }
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video .hero-banner-mosaic__left__thumbnail:hover .hero-banner-mosaic__play-icon {
    background-color: #272727;
  }
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video .hero-banner-mosaic__left__thumbnail .hero-banner-mosaic__play-button {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video .hero-banner-mosaic__left__thumbnail .hero-banner-mosaic__play-button.is-hidden {
    display: none;
  }
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video .hero-banner-mosaic__left__thumbnail .hero-banner-mosaic__play-button .hero-banner-mosaic__play-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    z-index: 1;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item.hero-banner-mosaic__right__item--video .hero-banner-mosaic__left__thumbnail .hero-banner-mosaic__play-button .hero-banner-mosaic__play-icon .fa-play {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #F6C752;
    height: 21px;
    width: 200px;
    margin-left: 24px;
    margin-top: 21px;
    display: block;
  }
}
.hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item img {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(4n+2) img, .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(4n+3) img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .hero-banner-mosaic .hero-banner-mosaic__right .swiper-wrapper .hero-banner-mosaic__right__item:nth-child(even) img {
    padding-right: 0;
  }
}

.course-isotope .dp-dfg-level .dp-dfg-filter {
  margin: 0 10px;
}
.course-isotope .dp-dfg-items .dp-dfg-image {
  overflow: hidden;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
}
.course-isotope .dp-dfg-items .dp-dfg-image :hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
}

/************ /
* Generic .video-component
************/
.video-component__content,
.video-component__video-iframe__wrapper,
.video-component__btn-thumbnail,
.video-component .et_pb_text_inner {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.video-component__content picture, .video-component__content img,
.video-component__video-iframe__wrapper picture,
.video-component__video-iframe__wrapper img,
.video-component__btn-thumbnail picture,
.video-component__btn-thumbnail img,
.video-component .et_pb_text_inner picture,
.video-component .et_pb_text_inner img {
  height: 100%;
}

.video-component__video-iframe__wrapper {
  position: relative;
  width: 100%;
}

.video-component__video-iframe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 959px) {
  .video-component .video-component__video-iframe__play-icon {
    display: block;
  }
}

.video-component__video-iframe__play-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #ffffff;
  z-index: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 15px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video-component__video-iframe__play-icon .fa-play {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #F6C752;
  height: 21px;
  width: 200px;
  margin-left: 24px;
  margin-top: 21px;
  display: block;
}

.video-caption {
  pointer-events: none;
  z-index: 10 !important;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) !important;
  left: 50% !important;
}
.video-caption .video-component__video-iframe__play-icon {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #ffffff;
  z-index: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: auto;
  transform: translateX(-50%) translateY(10%);
}

body .top-big-rest-small-gallery .imagePreview {
  height: 250px;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
body .top-big-rest-small-gallery a {
  pointer-events: none;
}

.et_overlay {
  display: none !important;
}

.et_pb_gallery_item:hover {
  opacity: 0.9;
  cursor: pointer;
}
.image-preview-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  display: none;
  color: #fff;
  will-change: transform;
  user-select: none;
}

.image-preview-container.show {
  animation: show 0.5s forwards;
  -webkit-animation: show 0.5s forwards;
}

.image-preview-container.hiding .preview-header {
  animation: opacityAnimation 0.5s forwards reverse;
}

.image-preview-container img {
  transition: all 0.5s;
  transform: translateX(var(--offsetX)) translateY(var(--offsetY)) translateZ(0) scale(var(--scale), var(--scale)) rotate(var(--rotate));
}

.image-preview-container .image-container {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.image-preview-container .preview-header {
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw 0 1vw;
  position: relative;
  z-index: 90;
  animation: opacityAnimation 0.5s forwards;
}

.image-preview-container .preview-header .nums {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.image-preview-container .preview-header .nums p {
  font-weight: 300;
  padding: 4px 8px;
  font-size: 16px;
}

.image-preview-container .preview-header button {
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}

.image-preview-container .preview-header .tool-btn button {
  margin-left: 2vw;
}

.image-preview-container .preview-header button:hover::after,
.image-preview-container .preview-header button:hover::before {
  display: block;
}

.image-preview-container .preview-header button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(130% - 5px);
  transform: translateX(-50%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #000;
  display: none;
}

.image-preview-container .preview-header button::after {
  content: attr(data-tooltip);
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 130%;
  transform: translateX(-50%);
  background: #000;
  padding: 2px 5px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: none;
}

.image-preview-container .preview-header button:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#prev,
#next {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  color: #f6f6f6;
  padding: 20px 10px;
  cursor: pointer;
}

#prev i,
#next i {
  font-size: 24px;
}

#prev {
  left: 1%;
}

#next {
  right: 1%;
}

.zoom-in {
  cursor: zoom-in;
}

.moving {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@keyframes show {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.6);
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_2387568_7n96d4x0sva.eot?t=1614436212405");
  /* IE9 */
  src: url("//at.alicdn.com/t/font_2387568_7n96d4x0sva.eot?t=1614436212405#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAT4AAsAAAAACjAAAASqAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDXgqGXIUtATYCJAMcCxAABCAFhG0HgQEbpggRFaRXkP0ocPcUUIQJE35oLZsytsFlXASH/P8RD//tx7pvZr5g2iCR4Ee6SRMNieSNBom6Ftqmsknrnm272avZT+9ZL5kSyYL4OoAruFgmd66mB+uXQDZXayVUeGYizL6S8eBfX0r6fOmkWbj7n2OmS2uw/GubS2VStY2Ge+MBDSj7ovRADvhO7OjUTwN23crPBD1NoNe0MMTq2MmzoVUomwJxWlKUA23IouSQQ6uvU04WiPvA16YB8ixwz/75+CwmRCCpMijP2j4Zkw+L7+B5CdJxOkjPRtC154JwjowOKMRdqucWkJvpIL2f38mzj0GtpH7nOfl84rnP88DnJRxHuFMZDYNqI1lRSfP650UNjKYf2ONszTvQ+WTekXwK72g+Fe981PK0gTAJaEugtaroRjfYQ+4XiC1gO03ah+KQ5TFC3eUXpVJ4eStVbZRJRxfkGzdsYh2LrHqHQgtDtdFmHZVfQKaNTFilT3OzdF0G0kGdnyuv4KJps6gqMFSOWW9us9rXr6UkV1/Pvn498caNJPbaDAmzUbeJllq3OBKWzX6YguvX3+Rr1xLeW6dgjjqR+Ji/csMJV2Q/nm6iFBYHpLdKlayZzmngvuuzh1ntmxlqtgnTCWZ2i91h6I2EisXmdRuWpJmwqXJswnMjYfLQkUnViZa9TjZ6yPXZHewsMNNK1kogvUWiMFFkVoByzJnUHd29/jiBVpzQ1LmB3RWXlpSWWkWjXbHRiI3NBuNGVxuEP3KDAVcmGbfJMNfmuhEG34wYcdbnLOiqEUrsrPdZlRc66nNUFZSkSDNvhEFXse7f92aFE849J7fOIZajy6/QclVoCo1DyYvHD52t8HH3ubj5oY98sztTkT54wvaE4iPo188M5RFWiMesI9+99FgG1zjWCyvfDOGP7Ed7JhXnrGMXiN+UBD6r34Y8Jrr3HrnSH18T0ozGDoijnXFWvsXWn5Vqc9V+mTe1grLglsj1h50bB08xXwW46p6Z0gd7tm3Y3xRSEVzPl1ldfVxwTrLNpT87727g9KijCa2oNqQ36vB5X0a0TrQA8xJ4/yv8QbxAzKlJ2OuskoO7nvjjWfgPm6Ed/H+TnuYAlvolz0Ey6tN8CA3K3fIQ0j97L/M45NqZLOXgbyIpD+BtdnM9LNz/ch4jwAOkVVr6pJkKkYP4p/jKFWtT3n10UeklCDQWZUol9KpDPF+BUffb0070JjF9rQkfksYUZK0ZZMF2UOkzD7XWAvSaM+58nzG1sihiYFYPQRi2A5JBTyAbdg5ZsPegMukd1IaxgUAiMbQ3SgVEiRrFqAU/8P6HYKhazS7KKb2h27PmoNymvJB7iMMaERXNX7Eit7Gnf90mYsEyFbjQ8zBngsYU0cjkRdp5jixM+6TJUBmUURjSBPoAb/9AYJDKmuOFin3/DXJ2mcY5PT+CL4h1YXqwmiwlkFdNLdVzLPO7L2cjhGXXWYwU4AIXymqGgJa+LEKGmPgaqeZsZgbZspqpf105zhPQS/lgEylylKiijiZawuug/4PDY53X1bmzTtoY2quMjUm0XzfhmLF3qqPJ1PHQ6qk6oygcm3ddbREMynWvwwAA") format("woff2"), url("//at.alicdn.com/t/font_2387568_7n96d4x0sva.woff?t=1614436212405") format("woff"), url("//at.alicdn.com/t/font_2387568_7n96d4x0sva.ttf?t=1614436212405") format("truetype"), url("//at.alicdn.com/t/font_2387568_7n96d4x0sva.svg?t=1614436212405#iconfont") format("svg");
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiayige:before {
  content: "\e627";
}

.icon-shangyige:before {
  content: "\e622";
}

.icon-account-practice-lesson-close:before {
  content: "\e600";
}

.icon-zhongzhi:before {
  content: "\e602";
}

.icon-xuanzhuan:before {
  content: "\e615";
}

.icon-xuanzhuan1:before {
  content: "\e669";
}

@media screen and (max-width: 768px) {
  .preview-header .nums p,
.preview-header .iconfont {
    font-size: 12px !important;
  }
}

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


/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
  url('../fonts/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v15-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
  url('../fonts/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v15-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
  url('../fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
  url('../fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
~
