<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header .nav-item&gt;a, a.nav-item {
  /* line-height: 130px; */
  font-size: 20px;
  padding: 0 16px;
  width: 155px;
}

.header-container {
  height: 130px;
}

.icon {
  font-size: 30px;
  /* margin-left: 14px; */
}

.off-menu-icon {
  cursor: pointer;
  position: absolute;
}

.off-menu-icon .line {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 5px;
  margin: 5px 0;
}

.sidenav .side-drop {
  display: none;
}

.sidenav .side-drop a {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-right: 40px;
}

.sidenav .side-drop.open {
  display: block;
}

.sidenav .side-drop {
  border-right-width: 0;
}

.sidenav .arrow {
  margin-top: -3px;
  border-style: solid;
  border-width: 0 5px 7px 5px;
}

.sidenav .side-text.active .arrow {
  border-width: 7px 5px 0 5px;
}

.sidenav .icon {
  margin-left: 16px;
}

body {
  text-align: right;
}

.dropdown-menu {
  right: 0;
}

.dropdown-menu a {
  line-height: 69px;
}

.dropdown-menu .icon {
  margin-left: 16px;
}

.dropdown-item {
  border-right-width: 3px;
  border-right-style: solid;
  display: flex;
  align-items: center;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}

.arrow {
  position: absolute;
  top: 50%;
  margin-top: 20px;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
}

.nav-item {
  width: 155px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nav-item&gt;.icon {
  font-size: 32px;
  margin-bottom: 13px;
}

header .nav-item, .nav-item a:hover {
  text-decoration: none;
}

header .nav-item:hover .arrow {
  border-width: 0 5px 7px 5px;
}

.dropdown:hover&gt;.dropdown-menu {
  display: block;
  width: 288px;
  top: 99%;
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  border-width: 0;
}

.dropdown-item {
  text-align: right;
}

.dropdown&gt;.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-item:hover {
  font-weight: bold;
}

.btn {
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 288px;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 56px;
}

.video-card .img-container {
  position: relative;
  display: block;
  height: 274px;
  overflow: hidden;
}

.video-card a:hover {
  text-decoration: none;
}

.video-card .icon-play-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 80px;
  margin-right: -40px;
  margin-top: -40px;
}

.video-card .video-duration {
  position: absolute;
  bottom: 20px;
  left: 23px;
  padding: 0 20px;
  line-height: 26px;
}

.title {
  font-size: 24px;
  line-height: 1.5;
  margin: 8px 0;
}

.video-card .brief {
  line-height: 30px;
}

.container-pad {
  padding-top: 60px;
  padding-bottom: 70px;
}

footer a {
  font-size: 16px;
  line-height: 30px;
}

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

.white-blk {
  min-height: 376px;
  padding: 32px 67px;
}

/* Start SideNav */

/* Start Side Nav */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  padding: 0;
}

.sidenav .side-links&gt;a, .side-drop a {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  display: flex;
  align-items: center;
}

.sidenav .side-links&gt;a .icon {
  font-size: 20px;
  display: inline-block;
}

.sidenav .side-links&gt;a span::before {
  width: 25px;
  display: block;
  text-align: center;
}

.sidenav .side-links&gt;a:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.sidenav a {
  padding: 10px 25px;
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 33px;
}

.sidenav a.active {
  border-right-width: 3px;
  border-right-style: solid;
  font-weight: bold;
}

.sidenav a.active .icon::before {
  font-weight: bold;
}

.side-drop a:hover {
  font-weight: bold;
}

.sidenav .side-links .arrow {
  left: 25px;
}

.sidenav .closebtn {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 36px;
}

.sidenav .side-links a.order-offer {
  position: static;
  display: inline-block;
  margin-top: 24px;
  padding: 0 24px;
  height: 36px;
  line-height: 30px;
  border-radius: 4px;
}

/* .sidenav {
  z-index: 9999999;
} */

/* End SideNav */

.breadcrumbs a {
  line-height: 24px;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.video-info .title {
  height: 75px;
  overflow-y: hidden;
}

.video-info .brief {
  height: 60px;
  overflow-y: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1220px) {
  header .nav-item&gt;a, a.nav-item {
    font-size: 18px;
    width: auto;
  }
}

@media (max-width: 1200px) {
  header {
    height: 95px;
    display: flex;
    align-items: center;
  }
  .header-container {
    height: 95px;
  }
  h3.title {
    font-size: 18px;
    line-height: 40px;
  }
  footer {
    padding: 0 15px;
  }
  footer .footer-links li {
    text-align: right;
  }
  footer .logos-container {
    width: 100%;
  }
  footer .logos-container img {
    width: 90px;
  }
  .header-container .off-menu-icon {
    left: 15px;
    top: 50%;
    margin-top: -16px;
  }
  .container-pad {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .video-info .title {
    height: unset;
  }
  .footer-links li:nth-child(odd) {
    width: 60%;
  }
  .footer-links li:nth-child(even) {
    width: 40%;
  }
  .footer-links {
    max-width: 300px;
    margin: auto;
  }
  footer .logos-container {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .footer-links li:nth-child(even), .footer-links li:nth-child(odd) {
    width: 50%;
  }
}</pre></body></html>