header {
  max-width: 1800px !important;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px !important;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 660px) {
  header {
    overflow: hidden;
  }
}
header.products {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 660px) {
  header.products img {
    width: 270%;
  }
}
@media screen and (max-width: 550px) {
  header.products img {
    width: 320%;
  }
}
@media screen and (max-width: 400px) {
  header.products img {
    width: 350%;
  }
}
header.products .headerContent .logo {
  max-width: 160px;
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.products .headerContent .logo img {
  width: 100%;
  visibility: visible;
  margin-right: 10px;
}
header.products .headerContent .logo p {
  color: white;
  font-size: 16px;
  transform: translateY(-8%);
}
header.products .headerContent .logo.product {
  top: unset;
  bottom: 55px;
  width: 230px;
  max-width: 160px;
  flex-direction: column;
  align-items: flex-start;
}
header.products .headerContent .logo.product p {
  font-size: 26px;
}
@media screen and (max-width: 950px) {
  header.products .headerContent .logo.product {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 740px) {
  header.products .headerContent .logo.product {
    bottom: unset;
    top: 60px;
  }
}
header img {
  position: relative;
  visibility: hidden;
  z-index: 1;
}
@media screen and (max-width: 660px) {
  header img {
    width: 170%;
  }
}
@media screen and (max-width: 560px) {
  header img {
    width: 320%;
  }
}
header .headerContent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
header .headerContent .logo {
  max-width: 100px;
  position: absolute;
  top: 25px;
  left: 25px;
}
header .headerContent .logo img {
  width: 100%;
  visibility: visible;
}
header .headerContent h1 {
  color: #be1622;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 1000px) {
  header .headerContent h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 660px) {
  header .headerContent h1 {
    padding-top: 100px;
  }
}
header .headerContent .description {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  line-height: 120%;
  color: #706f6f;
  max-width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  header .headerContent .description {
    max-width: 60%;
  }
}
@media screen and (max-width: 660px) {
  header .headerContent .description {
    max-width: 85%;
  }
}
header .headerContent ul {
  list-style: none;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: 25px;
  right: 25px;
}
header .headerContent ul li {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  header .headerContent ul li {
    color: white;
  }
}
header .headerContent ul li:last-of-type:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: transparent url("../img/login-logout.svg") no-repeat center;
  background-size: 99%;
  margin-left: 10px;
}
header .headerContent ul li:hover ul {
  display: block;
}
header .headerContent ul li ul {
  background: #be1622;
  padding: 0.25rem 1rem;
  top: 10px;
  right: 10px;
  display: none;
  transition: all 0.3s ease;
  transform: scale(1);
  cursor: pointer;
}
header .headerContent ul li ul li {
  text-align: center;
}
header .headerContent ul li ul li a {
  text-align: center;
  color: white;
  text-decoration: none;
}
header .headerContent ul li ul li:after {
  display: none !important;
}
header .headerContent ul li ul:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}

footer {
  /*	max-width:1800px!important;*/
  width: 100% !important;
  max-width: 1550px !important;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 660px) {
  footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
footer .innerWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1800px !important;
  margin: 0 auto !important;
  background: transparent url("../img/top-shadow.svg") no-repeat center top;
  background-size: 100%;
  z-index: 2;
  position: relative;
  align-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-top: 30px;
}
footer .innerWrap .disclaimer {
  font-size: 14px;
  color: #000;
  max-width: 70%;
}
footer .innerWrap .footer-logo {
  width: 7%;
}
footer .innerWrap .footer-logo img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  footer .innerWrap .footer-logo {
    width: 30%;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
footer:before {
  display: none !important;
}
footer:after {
  display: none !important;
}
@media screen and (min-width: 1801px) {
  footer {
    /*		padding-left:0px;*/
    /*		padding-right:0px;*/
  }
}

body {
  background-color: #fbfcfc !important;
  font-family: arboria, sans-serif;
  /* POP UP DISCLAIMER STYLES START HERE */
  /* POP UP DISCLAIMER STYLES END HERE */
  /* HOME PAGE */
  /* PRODUCTS PAGE */
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: arboria, sans-serif;
}
body h1 {
  font-size: 35px;
}
body h2 {
  font-size: 30px;
}
body h3 {
  font-size: 25px;
}
body h4 {
  font-size: 20px;
}
body h5 {
  font-size: 15px;
}
body .disclaimerWrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  body .disclaimerWrap {
    overflow-y: auto;
  }
}
body .disclaimerWrap.hidden {
  display: none;
}
body .disclaimerWrap .disclaimerCopy {
  max-width: 700px;
  width: 70%;
  padding: 2rem;
  position: absolute;
  left: 50%;
  top: 3rem;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media screen and (max-width: 640px) {
  body .disclaimerWrap .disclaimerCopy {
    width: 90%;
  }
}
body .disclaimerWrap .disclaimerCopy .enterSite {
  padding: 0.5rem 1.5rem;
  background: #000;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 1.6rem;
  margin: 0 auto;
  display: inline-block;
  margin-top: 2rem;
  opacity: 0.3;
  cursor: not-allowed;
}
body .disclaimerWrap .disclaimerCopy .enterSite.active {
  opacity: 1;
  cursor: pointer;
}
body .disclaimerWrap .disclaimerCopy .enterSite:focus {
  background: #000 !important;
  outline: none !important;
  text-decoration: none !important;
}
body .disclaimerWrap .disclaimerCopy p {
  font-size: 16px;
  line-height: 18px;
}
body .disclaimerWrap .disclaimerCopy p a {
  text-decoration: underline;
  font-weight: 600;
}
body .disclaimerWrap .disclaimerCopy p span {
  font-weight: 600;
}
body .disclaimerWrap .disclaimerCopy p.input {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
body .disclaimerWrap .disclaimerCopy p.input .checkbox {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  margin-right: 0.5rem;
}
body .disclaimerWrap .disclaimerCopy p.input .checkbox:after {
  transform: scale(2) rotate(40deg) translateX(3px) translateY(-1px);
  border-width: 2px;
}
body .disclaimerWrap .disclaimerCopy p.input .checkbox:active, body .disclaimerWrap .disclaimerCopy p.input .checkbox:focus {
  outline: none;
}
body .disclaimerWrap .disclaimerCopy p.input span {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  body .disclaimerWrap .disclaimerCopy p.input span {
    width: 80%;
  }
}
body .disclaimerWrap .disclaimerCopy p.terms {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  background: white;
  padding: 6rem;
  border: 1px solid #000;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  body .disclaimerWrap .disclaimerCopy p.terms {
    padding: 2rem;
  }
}
body .disclaimerWrap .disclaimerCopy p.terms.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .disclaimerWrap .disclaimerCopy p.terms .close {
  content: "X";
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid black;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%) translateX(50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  font-size: 14px;
  line-height: 13px;
  text-decoration: none;
}
@media screen and (max-width: 660px) {
  body .content-area {
    overflow: hidden;
  }
}
body .site-main {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1550px) {
  body .site-main {
    max-width: 1550px;
  }
}
@media screen and (max-width: 660px) {
  body .site-main {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body .site-footer {
  position: relative !important;
  z-index: 1;
}
body .downloadListWrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(219, 219, 219, 0.8);
  z-index: 100;
  margin: 0;
  display: none;
}
body .downloadListWrapper.active {
  display: block;
}
body .downloadListWrapper .downloadlist {
  background: white;
  border: 1px solid #000000;
  padding: 2rem;
  max-width: 60%;
  margin: 0 auto;
  margin-top: 6rem;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  body .downloadListWrapper .downloadlist {
    max-width: 90%;
  }
}
body .downloadListWrapper .downloadlist .close {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 30px;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 35px;
}
@media screen and (max-width: 600px) {
  body .downloadListWrapper .downloadlist .close {
    top: 5px;
    right: 5px;
  }
}
body .downloadListWrapper .downloadlist .title {
  font-size: 25px;
  font-weight: 700;
  color: #2cbbdd;
  padding-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  body .downloadListWrapper .downloadlist .title {
    font-size: 18px;
  }
}
body .downloadListWrapper .downloadlist .downloads {
  max-height: 350px;
  overflow-y: auto;
  display: block;
  margin-bottom: 1rem;
}
body .downloadListWrapper .downloadlist .downloads .downloadWrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e0e0e0;
}
body .downloadListWrapper .downloadlist .downloads .downloadWrapper .left {
  width: 27%;
  margin-right: 3%;
}
@media screen and (max-width: 600px) {
  body .downloadListWrapper .downloadlist .downloads .downloadWrapper .left {
    width: 0;
    overflow: hidden;
  }
}
body .downloadListWrapper .downloadlist .downloads .downloadWrapper .right {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  body .downloadListWrapper .downloadlist .downloads .downloadWrapper .right {
    flex: 1 1;
  }
}
body .downloadListWrapper .downloadlist .downloads .downloadWrapper .right .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
}
body .downloadListWrapper .downloadlist .downloads .downloadWrapper .right .content h4 {
  color: #000000;
  font-size: 16px;
  width: 100%;
}
body .downloadListWrapper .downloadlist .downloads .downloadWrapper .right .content p {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
body .downloadListWrapper .downloadlist .downloads .downloadWrapper .right .content p.description {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
body .downloadListWrapper .downloadlist .downloads .downloadWrapper .right .remove {
  width: 27%;
  background: transparent url("../img/trash-icon.svg") no-repeat center 40%;
  background-size: 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 14px;
  padding-bottom: 1rem;
  text-align: center;
  color: #000000;
  border-left: 1px solid #888688;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  body .downloadListWrapper .downloadlist .downloads .downloadWrapper .right .remove {
    background-size: 60%;
  }
}
body .downloadListWrapper .downloadlist .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
body .downloadListWrapper .downloadlist .footer .total {
  font-weight: 700;
  color: #000000;
}
body .downloadListWrapper .downloadlist .footer .total span {
  color: #2cbbdd;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  body .downloadListWrapper .downloadlist .footer .total {
    font-size: 16px;
    flex-direction: column;
    display: flex;
  }
}
body .downloadListWrapper .downloadlist .footer a {
  background: #000000 !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  transform: scale(1);
  text-decoration: none;
  outline: none;
  border: 0;
}
body .downloadListWrapper .downloadlist .footer a:focus {
  outline: none;
  border: 0;
}
body .downloadListWrapper .downloadlist .footer a:after {
  content: "";
  width: 18px;
  height: 14px;
  background: transparent url("../img/download-icon-white.svg") no-repeat center;
  background-size: 99.75%;
  display: block;
  margin-left: 0.5rem;
}
body .downloadListWrapper .downloadlist .footer a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
body .therapy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  background: transparent url("../img/top-shadow.svg") no-repeat center top;
  background-size: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 5rem;
}
body .therapy .product_area {
  width: 100%;
  text-align: center;
  z-index: 2;
  margin-top: 145px;
}
@media screen and (max-width: 660px) {
  body .therapy .product_area {
    margin-top: 2rem;
  }
}
body .therapy .product_area.notActive {
  opacity: 0.2;
  position: absolute;
  z-index: 3;
}
body .therapy .product_area.notActive .products {
  display: none;
}
@media screen and (max-width: 660px) {
  body .therapy .product_area.notActive {
    position: relative;
  }
}
body .therapy .product_area.active .panel {
  transform: scale(1.1);
}
@media screen and (max-width: 660px) {
  body .therapy .product_area.active .panel {
    transform: scale(1);
  }
}
body .therapy .product_area:nth-child(1) .panel {
  transform: scale(1) translateX(-110%) translateY(0%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 660px) {
  body .therapy .product_area:nth-child(1) .panel {
    transform: scale(1) translateX(0%) translateY(0%);
  }
}
body .therapy .product_area:nth-child(1).active .panel {
  transform: scale(1.1) translateX(-105%) translateY(0%);
}
@media screen and (max-width: 660px) {
  body .therapy .product_area:nth-child(1).active .panel {
    transform: scale(1) translateX(0%) translateY(0%);
  }
}
body .therapy .product_area:nth-child(3) .panel {
  transform: translateX(110%) translateY(0%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 660px) {
  body .therapy .product_area:nth-child(3) .panel {
    transform: translateX(0%) translateY(0%);
  }
}
body .therapy .product_area:nth-child(3).active .panel {
  transform: scale(1.1) translateX(105%) translateY(0%);
}
@media screen and (max-width: 660px) {
  body .therapy .product_area:nth-child(3).active .panel {
    transform: scale(1) translateX(0%) translateY(0%);
  }
}
body .therapy .product_area .panel {
  max-width: 200px;
  width: 100%;
  height: 300px;
  /*				border:1px solid black;*/
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  margin: 0 auto;
  /*				margin-top:-135px;*/
  transition: all 0.3s ease;
  background: white;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.6);
  transform: translateX(0%) translateY(0%);
  margin-top: -285px;
}
@media screen and (max-width: 800px) {
  body .therapy .product_area .panel {
    max-width: 27%;
  }
}
@media screen and (max-width: 660px) {
  body .therapy .product_area .panel {
    margin-top: 0;
    max-width: 100%;
    height: auto;
    flex-direction: row;
  }
}
body .therapy .product_area .panel .title {
  text-align: center;
  color: #000000;
  font-weight: 600;
  padding: 1rem 0;
}
@media screen and (max-width: 660px) {
  body .therapy .product_area .panel .title {
    order: 2;
    width: 80%;
    text-align: left;
    padding-left: 2rem;
  }
}
body .therapy .product_area .panel .image {
  min-height: 130px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 660px) {
  body .therapy .product_area .panel .image {
    order: 1;
    width: 20%;
    background-size: cover !important;
    min-height: 70px;
  }
}
body .therapy .product_area.respiratory .panel .image {
  background: transparent url("../img/respiratory_img.jpg") no-repeat center;
  background-size: 100%;
}
body .therapy .product_area.dermatology .panel .image {
  background: transparent url("../img/derma_img.jpg") no-repeat center;
  background-size: 100%;
}
body .therapy .product_area.oncology .panel .image {
  background: transparent url("../img/oncology_img.jpg") no-repeat center;
  background-size: 100%;
}
body .therapy .product_area .products {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 660px) {
  body .therapy .product_area .products {
    margin-top: 25px;
  }
}
body .therapy .product_area .products .product {
  width: 23.5%;
  margin-right: 1.5%;
}
@media screen and (max-width: 660px) {
  body .therapy .product_area .products .product {
    width: 45%;
  }
}
body .therapy .product_area .products .product:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 660px) {
  body .therapy .product_area .products .product:nth-child(2n) {
    margin-right: 0;
  }
}
body .therapy .product_area .products .product a {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  border: 2px solid #c9c6c7;
  text-decoration: none;
  width: 100%;
  position: relative;
}
body .therapy .product_area .products .product a .productName {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0rem;
}
body .therapy .product_area .products .product a img {
  width: 50%;
}
body .therapy .product_area .products .product a:after {
  content: "";
  background: transparent url("../img/home-product-arrow.svg") no-repeat center;
  background-size: 99%;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(50%) translateY(50%);
}
body .productPage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
body .productPage .assetLists {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
body .productPage .assetLists .panelHolder {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder {
    flex-direction: column;
  }
}
body .productPage .assetLists .panelHolder.intro {
  display: none;
  padding-top: 5rem;
}
body .productPage .assetLists .panelHolder.intro.active {
  display: block;
}
body .productPage .assetLists .panelHolder.intro .container {
  display: flex;
  flex-direction: column;
  /*						padding-top:1rem;*/
}
body .productPage .assetLists .panelHolder.intro .container h2 {
  max-width: 65%;
  margin: 0 auto;
  color: #941b80;
  font-weight: 600;
}
body .productPage .assetLists .panelHolder.intro .container h2.light {
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  body .productPage .assetLists .panelHolder.intro .container h2 {
    max-width: 90%;
  }
}
body .productPage .assetLists .panelHolder.intro .container h3 {
  max-width: 65%;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  body .productPage .assetLists .panelHolder.intro .container h3 {
    max-width: 90%;
  }
}
body .productPage .assetLists .panelHolder.intro .container p {
  font-size: 18px;
  line-height: 20px;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body .productPage .assetLists .panelHolder.intro .container p {
    max-width: 90%;
  }
}
body .productPage .assetLists .panelHolder.intro .container.purple {
  background: #f3f4f5;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .productPage .assetLists .panelHolder.intro .container.purple h3 {
  color: #1d1d1b;
  text-align: left;
  width: 65%;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.intro .container.purple h3 {
    text-align: center;
  }
}
body .productPage .assetLists .panelHolder.intro .container.purple .sections {
  max-width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1024px) {
  body .productPage .assetLists .panelHolder.intro .container.purple .sections {
    max-width: 90%;
  }
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.intro .container.purple .sections {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
body .productPage .assetLists .panelHolder.intro .container.purple .sections img {
  max-width: 100px;
  height: auto;
  align-self: flex-start;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.intro .container.purple .sections img {
    margin: 0 auto;
  }
}
body .productPage .assetLists .panelHolder.intro .container.purple .sections .title {
  color: #941b80;
  font-weight: 600;
  text-align: left;
  max-width: 150px;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.intro .container.purple .sections .title {
    max-width: 100%;
    margin-top: 1rem;
  }
}
body .productPage .assetLists .panelHolder.intro .container.purple .sections .description {
  color: #1d1d1b;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 0;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.intro .container.purple .sections .description {
    width: 100%;
    text-align: center;
  }
}
body .productPage .assetLists .panelHolder.intro .container.cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 65%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  body .productPage .assetLists .panelHolder.intro .container.cta {
    max-width: 90%;
    flex-direction: column;
  }
}
body .productPage .assetLists .panelHolder.intro .container.cta .left {
  width: 98%;
}
@media screen and (max-width: 1024px) {
  body .productPage .assetLists .panelHolder.intro .container.cta .left {
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  body .productPage .assetLists .panelHolder.intro .container.cta .left {
    width: 100%;
  }
}
body .productPage .assetLists .panelHolder.intro .container.cta .left h3 {
  text-align: left;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.intro .container.cta .left h3 {
    text-align: center;
  }
}
body .productPage .assetLists .panelHolder.intro .container.cta .left p {
  max-width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.intro .container.cta .left p {
    text-align: center;
  }
}
body .productPage .assetLists .panelHolder.intro .container.cta .right {
  width: 1%;
  background: transparent url("../img/intro-cta-right.jpg") no-repeat center;
  background-size: cover;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  body .productPage .assetLists .panelHolder.intro .container.cta .right {
    margin: 0 auto;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 650px) {
  body .productPage .assetLists .panelHolder.intro .container.cta .right {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  body .productPage .assetLists .panelHolder.intro .container.cta .right {
    width: 90%;
  }
}
body .productPage .assetLists .panelHolder.intro .container.cta .right h2 {
  color: white;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding-bottom: 1rem;
}
body .productPage .assetLists .panelHolder.intro .container.cta .right p {
  max-width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  color: white;
  text-align: center;
}
body .productPage .assetLists .panelHolder.medical .panel {
  left: 42.5%;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.medical .panel {
    left: 21%;
  }
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder.medical .panel {
    left: 35%;
  }
}
body .productPage .assetLists .panelHolder.promotional .panel {
  left: 56.5%;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.promotional .panel {
    left: 41%;
  }
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder.promotional .panel {
    left: 66.75%;
  }
}
body .productPage .assetLists .panelHolder.strategy .panel {
  left: 84.5%;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.strategy .panel {
    left: 61%;
  }
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder.strategy .panel {
    left: 19.5%;
    transform: translateY(-72%);
  }
}
body .productPage .assetLists .panelHolder.training .panel {
  left: 70.5%;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.training .panel {
    left: 81%;
  }
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder.training .panel {
    left: 51.5%;
    transform: translateY(-72%);
  }
}
body .productPage .assetLists .panelHolder.active {
  position: relative;
}
body .productPage .assetLists .panelHolder.active .filters {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.active .filters {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder.active.strategy .panel {
    transform: translateY(-72%);
  }
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder.active.training .panel {
    transform: translateY(-72%);
  }
}
body .productPage .assetLists .panelHolder.active .panel {
  min-height: 265px;
  transform: translateY(-78%);
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder.active .panel {
    transform: translateY(-72%);
    width: 18%;
    min-height: auto;
  }
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder.active .panel {
    width: 30%;
    transform: translateY(-182%);
  }
}
@media screen and (max-width: 400px) {
  body .productPage .assetLists .panelHolder.active .panel {
    max-height: 62px;
    min-height: 62px;
    height: 100%;
  }
}
body .productPage .assetLists .panelHolder.active .panel h2 {
  color: black;
}
body .productPage .assetLists .panelHolder.active .panel .panelImage {
  width: 120%;
  transform: translateX(-10%);
}
body .productPage .assetLists .panelHolder.active .assets {
  display: flex;
  flex-wrap: wrap;
  z-index: 4;
}
body .productPage .assetLists .panelHolder .panel {
  position: absolute;
  top: 0;
  left: 28.5%;
  transform: translateY(-82%);
  min-height: 235px;
  background: white;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  width: 12%;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .panel {
    transform: translateY(-72%);
    width: 18%;
    left: 1%;
    min-height: auto;
  }
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder .panel {
    width: 30%;
    left: 3.3%;
    transform: translateY(-182%);
  }
}
@media screen and (max-width: 400px) {
  body .productPage .assetLists .panelHolder .panel {
    max-height: 62px;
    min-height: 62px;
    height: 100%;
  }
}
body .productPage .assetLists .panelHolder .panel h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 1.5rem 0;
  color: #000000;
  min-height: 75px;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 660px) {
  body .productPage .assetLists .panelHolder .panel h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  body .productPage .assetLists .panelHolder .panel h2 {
    font-size: 12px;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
body .productPage .assetLists .panelHolder .panel .panelImage {
  width: 100%;
}
body .productPage .assetLists .panelHolder .panel .panelImage img {
  width: 100%;
  visibility: hidden;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .panel .panelImage {
    display: none;
  }
}
body .productPage .assetLists .panelHolder .filters {
  width: 20%;
  display: none;
  background: transparent url("../img/sidebar-shadow.svg") repeat-y right top;
  padding-top: 2rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .filters {
    width: 100%;
    flex-direction: row;
    z-index: 6;
  }
}
@media screen and (max-width: 480px) {
  body .productPage .assetLists .panelHolder .filters {
    flex-wrap: wrap;
  }
}
body .productPage .assetLists .panelHolder .filters .filtersWrap {
  z-index: 2;
}
body .productPage .assetLists .panelHolder .filters .mobileTags {
  display: none;
  background: #000000 !important;
  background: black !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  text-decoration: none;
  transition: all 0.3s ease;
  transform: scale(1);
  width: 30%;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .filters .mobileTags {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  body .productPage .assetLists .panelHolder .filters .mobileTags {
    width: 100%;
    margin-top: 1rem;
  }
}
body .productPage .assetLists .panelHolder .filters .tagsWrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .filters .tagsWrap {
    width: 30%;
    display: none;
  }
  body .productPage .assetLists .panelHolder .filters .tagsWrap.active {
    display: flex;
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
  }
  body .productPage .assetLists .panelHolder .filters .tagsWrap.active > p {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding-top: 3rem;
  }
  body .productPage .assetLists .panelHolder .filters .tagsWrap.active p {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  body .productPage .assetLists .panelHolder .filters .tagsWrap.active label {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  body .productPage .assetLists .panelHolder .filters .tagsWrap.active a.update {
    background: black !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: scale(1);
    border-radius: 6px;
    margin-top: 2rem;
  }
}
body .productPage .assetLists .panelHolder .filters .tagsWrap a.update {
  display: none;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .filters .tagsWrap a.update {
    display: flex;
  }
}
body .productPage .assetLists .panelHolder .filters .tagsWrap > p {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .filters .tagsWrap > p {
    padding-top: 0;
  }
}
body .productPage .assetLists .panelHolder .filters .tagsWrap > p.allFiles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.45rem 0.3rem 0.65rem;
  margin-bottom: 0.75rem;
  border-radius: 4px;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap > p.allFiles:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #605e5d !important;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap > p.allFiles.active {
  background: #000000;
  color: white;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap > p.allFiles.active:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff !important;
  background: #605e5d url("../img/select-checked.svg") no-repeat center;
  background-size: 50%;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap p {
  color: #000000;
  font-size: 14px;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap label {
  color: #000000;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.45rem 0.2rem 0.65rem;
  border-radius: 4px;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap label input {
  order: 2;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #605e5d !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap label input:after {
  display: none !important;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap label input:focus {
  outline: none;
  border: 0;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap label.active {
  background: #000000;
  color: white;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap label.active input {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff !important;
  background: #605e5d url("../img/select-checked.svg") no-repeat center;
  background-size: 50%;
  appearance: none;
}
body .productPage .assetLists .panelHolder .filters .tagsWrap div {
  color: #000000;
  font-size: 14px;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap p {
  color: #000000;
  font-size: 14px;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap div {
  color: #000000;
  font-size: 14px;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .filters .filtersWrap {
    display: flex;
    align-items: flex-start;
    width: 66%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  body .productPage .assetLists .panelHolder .filters .filtersWrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
  }
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .filter-regions {
  z-index: 2;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .filter-regions > p {
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .filters .filtersWrap .filter-regions {
    width: 48.5%;
  }
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .filterCountries {
  z-index: 1;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .filterCountries > p {
  padding-bottom: 0.75rem;
  padding-top: 1rem;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .filters .filtersWrap .filterCountries > p {
    padding-top: 0;
  }
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .filters .filtersWrap .filterCountries {
    width: 48.5%;
    margin-left: 1rem;
  }
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .regions {
  position: relative;
  z-index: 2;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .regions .first {
  padding: 0.2rem 0.5rem;
  border: 1px solid #605e5d;
  border-radius: 6px;
  cursor: pointer;
  background: transparent url("../img/select-down-arrow.svg") no-repeat 94% center;
  background-size: 20px 10px;
  cursor: pointer;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .regions .region-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 0;
  margin-left: 1%;
  margin-top: 5px;
  /*								border:1px solid #605e5d;*/
  border-radius: 6px;
  background: white;
  transition: all 0.3s ease;
  overflow: hidden;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .regions .region-holder .filter-region {
  padding: 0.2rem 0.45rem;
  cursor: pointer;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .regions .region-holder .filter-region:hover {
  background: #000000;
  color: white;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .regions .region-holder.active {
  height: auto;
  transition: all 0.3s ease;
  border: 1px solid #605e5d;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries {
  position: relative;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .first {
  padding: 0.2rem 0.5rem;
  border: 1px solid #605e5d;
  border-radius: 6px;
  cursor: pointer;
  background: transparent url("../img/select-down-arrow.svg") no-repeat 94% center;
  background-size: 20px 10px;
  cursor: pointer;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 0;
  margin-left: 1%;
  margin-top: 5px;
  border-radius: 6px;
  background: white;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder .allCountries {
  order: 1;
  padding: 0.2rem 0.45rem;
  cursor: pointer;
  /*									display:none;*/
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder .allCountries:hover {
  background: #000000;
  color: white !important;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder .allCountries.active {
  display: block;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder.active {
  height: auto;
  border: 1px solid #605e5d;
  transition: all 0.3 ease;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder .region-folder {
  display: none;
  cursor: pointer;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder .region-folder.active {
  height: auto;
  transition: all 0.3s ease;
  /*										border:1px solid #605e5d;*/
  order: 2;
  display: block;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder .region-folder .filterCountry,
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder .region-folder .allCountries {
  padding: 0.2rem 0.45rem;
  cursor: pointer;
}
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder .region-folder .filterCountry:hover,
body .productPage .assetLists .panelHolder .filters .filtersWrap .countries .countryHolder .region-folder .allCountries:hover {
  background: #000000;
  color: white !important;
}
body .productPage .assetLists .panelHolder .assets {
  width: 80%;
  display: none;
  position: relative;
  margin-top: 6rem;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .assets {
    width: 100%;
    margin-top: 2rem;
  }
}
body .productPage .assetLists .panelHolder .assets.global .countries {
  display: none;
}
body .productPage .assetLists .panelHolder .assets.medical .universal {
  display: none;
}
body .productPage .assetLists .panelHolder .assets.promotional .universal {
  display: none;
}
body .productPage .assetLists .panelHolder .assets.strategy .universal {
  display: none;
}
body .productPage .assetLists .panelHolder .assets.training .universal {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .controls {
  display: flex;
  justify-content: flex-end;
  width: 95%;
  padding-left: 7rem;
  max-height: 40px;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .assets .controls {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder .assets .controls {
    padding-right: 1.9rem;
    padding-left: 1.9rem;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body .productPage .assetLists .panelHolder .assets .controls {
    flex-wrap: wrap;
  }
}
body .productPage .assetLists .panelHolder .assets .controls .searchBar {
  display: flex;
  justify-content: flex-start;
  max-height: 40px;
}
@media screen and (max-width: 480px) {
  body .productPage .assetLists .panelHolder .assets .controls .searchBar {
    width: 100%;
  }
}
body .productPage .assetLists .panelHolder .assets .controls .searchInput {
  outline: none;
  border-top: 1px solid #afaeae;
  border-left: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
  border-right: 0;
  margin-right: 0;
  max-height: 40px;
  min-width: 250px;
  font-size: 16px;
  border-radius: 6px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
body .productPage .assetLists .panelHolder .assets .controls .searchInput:focus {
  outline: none;
  border: 1px solid #afaeae;
  border-right: 0;
}
@media screen and (max-width: 550px) {
  body .productPage .assetLists .panelHolder .assets .controls .searchInput {
    min-width: 0px;
    flex: 1 1;
  }
}
body .productPage .assetLists .panelHolder .assets .controls .searchButton {
  max-height: 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px solid #afaeae;
  border-right: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
  margin-right: 1rem;
  text-indent: -9999px;
  display: block;
  background: #efefef;
  background: #efefef url("../img/icon-glass.svg") no-repeat center;
  background-size: auto 65%;
}
body .productPage .assetLists .panelHolder .assets .controls .bulkSelect {
  background: #000000 !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  text-decoration: none;
  transition: all 0.3s ease;
  transform: scale(1);
}
body .productPage .assetLists .panelHolder .assets .controls .bulkSelect:after {
  content: "";
  width: 18px;
  height: 14px;
  background: transparent url("../img/download-icon-white.svg") no-repeat center;
  background-size: 99.75%;
  display: block;
  margin-left: 0.5rem;
}
body .productPage .assetLists .panelHolder .assets .controls .bulkSelect:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
@media screen and (max-width: 740px) {
  body .productPage .assetLists .panelHolder .assets .controls .bulkSelect {
    align-self: flex-end;
  }
}
@media screen and (max-width: 480px) {
  body .productPage .assetLists .panelHolder .assets .controls .bulkSelect {
    line-height: 14px;
    width: 100%;
    margin-top: 1rem;
  }
}
body .productPage .assetLists .panelHolder .assets .universal {
  width: 95%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 7rem;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .assets .universal {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  body .productPage .assetLists .panelHolder .assets .universal {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .title {
  width: 100%;
  background: transparent url("../img/title-bottom-shadow.svg") no-repeat center bottom;
  width: 100%;
  padding-left: 30px;
  border-top: 1px solid #c9c6c7;
  margin-top: 10px;
}
body .productPage .assetLists .panelHolder .assets .universal .title h3 {
  color: #494444;
  font-size: 16px;
  padding: 1.5rem 0;
}
body .productPage .assetLists .panelHolder .assets .universal .sorry {
  padding: 30px;
}
body .productPage .assetLists .panelHolder .assets .universal .global {
  order: 1;
  width: 16%;
  /*							opacity:0;*/
  transition: all 1s 0.6s ease;
  width: 90%;
  margin-right: 3%;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  /*							min-height:210px;*/
  margin-top: 15px;
  display: flex;
  max-height: 40px;
}
body .productPage .assetLists .panelHolder .assets .universal .global.inActive {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .universal .global.selected {
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global {
    max-height: 90px;
    width: 99%;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global .asset {
    flex-wrap: wrap;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset.overlay {
  z-index: 2;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset.overlay .assetOverlay {
  display: block;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset.fourth .assetOverlay {
  left: unset;
  right: 15%;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset.fourth .assetOverlay:after {
  left: unset;
  right: 0;
  transform: translateY(-50%) translateX(45%) rotate(90deg);
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset.fifth .assetOverlay {
  left: unset;
  right: 15%;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset.fifth .assetOverlay:after {
  left: unset;
  right: 0;
  transform: translateY(-50%) translateX(45%) rotate(90deg);
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay {
  position: fixed;
  top: 0%;
  left: 0%;
  min-width: 350px;
  max-width: 350px;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 200;
  overflow-y: auto;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay:after {
  content: "";
  width: 17px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%) translateX(-45%);
  background: transparent url("../img/overlay-corner.svg") no-repeat left top;
  background-size: 99.5%;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid black;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  font-family: Arial, sans-serif;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay .pdfemb-viewer {
  /*										max-width:40%;*/
  margin: 0 auto;
  margin-top: 3rem;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay object.iframe {
  max-width: 70%;
  height: 80%;
  margin: 0 auto;
  margin-top: 3rem;
  display: block;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay .ead-preview {
  max-width: 60%;
  margin: 0 auto;
  margin-top: 3rem;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay .ead-preview .ead-document {
  padding-top: 60% !important;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay .ead-preview .ead-document:after {
  content: "";
  width: 150px;
  height: 22px;
  background: #444444;
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay .previewHolder {
  max-width: 45%;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  background: #efefef;
  border-radius: 12px;
  overflow: hidden;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay .previewHolder.video {
  position: relative;
  height: 0;
  padding-top: 24.25%;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay .previewHolder .previewImage {
  width: 100%;
  display: block;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay .previewHolder video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay h4 {
  color: white;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .assetOverlay p {
  color: white;
  font-size: 14px;
  padding-left: 0;
  line-height: 16px;
  text-align: left;
  margin-top: 5px;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .select {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 0 4px;
  order: 4;
  position: absolute;
  right: 4px;
  top: 2px;
  display: flex;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global .asset .select {
    top: unset;
    bottom: 2px;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .select p {
  font-weight: 700;
  font-size: 12px;
  color: #dbdbd9;
  position: relative;
  margin-top: 0;
  display: block;
  width: auto;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .select a {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 2px solid #dbdbd9 !important;
  display: block;
  vertical-align: middle;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .select.selected p {
  color: #9d9d9c;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .select.selected a {
  border: 2px solid #89c37c !important;
  background: #89c37c url(../img/select-checked.svg) no-repeat center;
  background-size: 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset h3 {
  color: #000000;
  text-align: center;
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  min-height: 50px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5rem;
  /*									word-break: break-all;*/
  order: 2;
  width: 70%;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset h3 .hidden {
  display: none;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global .asset h3 {
    width: 90%;
    align-self: flex-start;
    min-height: 40px;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .image {
  width: 100%;
  position: relative;
  order: 1;
  width: 40px;
  height: 40px;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .image img {
  width: 100%;
  width: 40px;
  visibility: hidden;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .image .fileType {
  display: none;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global .asset .image {
    width: 10%;
    height: 90px;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset p {
  color: #000000;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  padding: 0 0.5rem;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset p.tags.hidden {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset p.filesize {
  order: 3;
  position: absolute;
  right: 4px;
  bottom: 1px;
  width: auto;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global .asset p.filesize {
    position: relative;
    order: 5;
    margin-left: 0.5rem;
    margin-top: -40px;
    transform: translateY(33%);
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset p .filesizeHidden {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .preview {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin: 0;
  margin-top: 10px;
  margin-top: 13px;
  order: 4;
  margin-right: 15px;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .preview img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global .asset .preview {
    position: relative;
    order: 3;
    margin-left: 11%;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -40px;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .downloadButton {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin: 0;
  margin-top: 13px;
  order: 5;
}
body .productPage .assetLists .panelHolder .assets .universal .global .asset .downloadButton img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global .asset .downloadButton {
    position: relative;
    order: 4;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -40px;
    margin-left: 11%;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global.Zip .asset .image {
  background: #f7941d;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Zip .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-zip.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.PDF .asset .image {
  background: #c8a3e5;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.PDF .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-pdf.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Word.Doc .asset .image {
  background: #103f91;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Word.Doc .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-word.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Powerpoint .asset .image {
  background: #c33d1c;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Powerpoint .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-powerpoint.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Excel .asset .image {
  background: #3e6348;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Excel .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-excel.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Jpeg .asset .image {
  background: #c3d564;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Jpeg .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-jpg.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.PNG .asset .image {
  background: #a4d5e8;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.PNG .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-png.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Photoshop .asset .image {
  background: #c2b59b;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Photoshop .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-psd.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Video .asset .image {
  background: #e7a3a3;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Video .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-video.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Audio .asset .image {
  background: #e7a3a3;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Audio .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-audio.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Vector .asset .image {
  background: #a34272;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global.Vector .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-vector.svg") no-repeat center;
  background-size: auto 40%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder {
  order: 2;
  width: 16%;
  margin-right: 3%;
  transition: all 0.3s ease;
  background: #f2f2f2;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  align-self: flex-start;
  margin-top: 30px;
  padding: 10px 0;
  cursor: pointer;
  /*							min-height:115px;*/
  min-height: 78px;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.hasNoChildren {
  display: none;
}
@media screen and (max-width: 480px) {
  body .productPage .assetLists .panelHolder .assets .universal .global-subfolder {
    width: 27%;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder .title {
  padding-left: 0;
  border-top: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: none;
  margin-top: 0;
  /*								min-height:100px;*/
  min-height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder .title .catImage {
  order: 2;
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder .title .catImage img {
  width: 50%;
  margin: 0 auto;
  display: none;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder .title .name {
  order: 1;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder .title::after {
  content: "";
  width: 25px;
  height: 25px;
  background: transparent url("../img/subfolder-arrow.svg") no-repeat center;
  background-size: 99%;
  transform: rotate(0deg);
  margin-left: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(80%) translateX(50%);
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder .global {
  /*								display:none;*/
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active {
  order: 2;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f2f2f2;
  padding: 2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active.hasNoChildren {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 0;
  min-height: auto;
  border: 0;
  background-image: none;
  padding-left: 0;
  min-height: auto;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .title .catImage {
  order: 1;
  display: none;
  max-width: 50px;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .title .catImage img {
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .title .name {
  /*										margin-left:30px;*/
  margin-left: 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  order: 2;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .title::after {
  content: "";
  width: 25px;
  height: 25px;
  background: transparent url("../img/subfolder-arrow.svg") no-repeat center;
  background-size: 99%;
  transform: rotate(-180deg);
  margin-left: 30px;
  order: 3;
  position: relative;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global {
  width: 17.15%;
  width: 95%;
  position: relative;
  opacity: 1;
  transition: all 1s 0.6s ease;
  margin-right: 2.5%;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  /*									min-height:210px;*/
  display: flex;
  max-height: 40px;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.inActive {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.selected {
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global {
    max-height: 90px;
    width: 99%;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset {
    flex-wrap: wrap;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset.overlay {
  z-index: 2;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset.overlay .assetOverlay {
  display: block;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset.fourth .assetOverlay {
  left: unset;
  right: 15%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset.fourth .assetOverlay:after {
  left: unset;
  right: 0;
  transform: translateY(-50%) translateX(45%) rotate(90deg);
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset.fifth .assetOverlay {
  left: unset;
  right: 15%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset.fifth .assetOverlay:after {
  left: unset;
  right: 0;
  transform: translateY(-50%) translateX(45%) rotate(90deg);
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay {
  position: fixed;
  z-index: 200;
  top: 15%;
  top: 0;
  left: 95%;
  left: 0%;
  min-width: 350px;
  max-width: 350px;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  display: none;
  overflow-y: auto;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay:after {
  content: "";
  width: 17px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%) translateX(-45%);
  background: transparent url("../img/overlay-corner.svg") no-repeat left top;
  background-size: 99.5%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid black;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  font-family: Arial, sans-serif;
  border-radius: 30px;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay .pdfemb-viewer {
  /*												max-width:40%;*/
  margin: 0 auto;
  margin-top: 3rem;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay object.iframe {
  max-width: 70%;
  height: 80%;
  margin: 0 auto;
  margin-top: 3rem;
  display: block;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay audio {
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 3rem;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay .ead-preview {
  max-width: 60%;
  margin: 0 auto;
  margin-top: 3rem;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay .ead-preview .ead-document {
  padding-top: 60% !important;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay .ead-preview .ead-document:after {
  content: "";
  width: 150px;
  height: 22px;
  background: #444444;
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay .previewHolder {
  max-width: 45%;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  background: #efefef;
  border-radius: 12px;
  overflow: hidden;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay .previewHolder.video {
  position: relative;
  height: 0;
  padding-top: 24.25%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay .previewHolder .previewImage {
  width: 100%;
  display: block;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay .previewHolder video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay h4 {
  color: white;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .assetOverlay p {
  color: white;
  font-size: 14px;
  padding-left: 0;
  line-height: 16px;
  text-align: left;
  margin-top: 5px;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .select {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 0 4px;
  order: 4;
  position: absolute;
  right: 4px;
  top: 2px;
  display: flex;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .select {
    top: unset;
    bottom: 2px;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .select p {
  font-weight: 700;
  font-size: 12px;
  color: #dbdbd9;
  position: relative;
  margin-top: 0;
  display: inline-block;
  display: block;
  width: auto;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .select a {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 2px solid #dbdbd9 !important;
  display: block;
  vertical-align: middle;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .select.selected p {
  color: #9d9d9c;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .select.selected a {
  border: 2px solid #89c37c !important;
  background: #89c37c url(../img/select-checked.svg) no-repeat center;
  background-size: 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset h3 {
  color: #000000;
  text-align: center;
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  min-height: 50px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5rem;
  /*											word-break: break-all;*/
  width: 70%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset h3 .hidden {
  display: none;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset h3 {
    width: 90%;
    align-self: flex-start;
    min-height: 40px;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .image {
  width: 100%;
  position: relative;
  width: 40px;
  height: 40px;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .image img {
  width: 100%;
  width: 40px;
  visibility: hidden;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .image .fileType {
  display: none;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .image {
    width: 10%;
    height: 90px;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset p {
  color: #000000;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  padding: 0 0.5rem;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset p.tags.hidden {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset p.filesize {
  order: 3;
  position: absolute;
  right: 4px;
  bottom: 1px;
  width: auto;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset p.filesize {
    position: relative;
    order: 5;
    margin-left: 0.5rem;
    margin-top: -40px;
    transform: translateY(33%);
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset p .filesizeHidden {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .preview {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin: 0;
  margin-top: 10px;
  margin-top: 13px;
  order: 4;
  margin-right: 15px;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .preview img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .preview {
    position: relative;
    order: 3;
    margin-left: 11%;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -40px;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .downloadButton {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin: 0;
  margin-top: 10px;
  margin-top: 13px;
  order: 5;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .downloadButton img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global .asset .downloadButton {
    position: relative;
    order: 4;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -40px;
    margin-left: 11%;
  }
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Zip .asset .image {
  background: #f7941d;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Zip .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-zip.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.PDF .asset .image {
  background: #c8a3e5;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.PDF .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-pdf.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Word.Doc .asset .image {
  background: #103f91;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Word.Doc .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-word.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Powerpoint .asset .image {
  background: #c33d1c;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Powerpoint .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-powerpoint.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Excel .asset .image {
  background: #3e6348;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Excel .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-excel.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Jpeg .asset .image {
  background: #c3d564;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Jpeg .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-jpg.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.PNG .asset .image {
  background: #a4d5e8;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.PNG .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-png.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Photoshop .asset .image {
  background: #c2b59b;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Photoshop .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-psd.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Video .asset .image {
  background: #e7a3a3;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Video .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-video.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Audio .asset .image {
  background: #e7a3a3;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Audio .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-audio.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Vector .asset .image {
  background: #a34272;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .universal .global-subfolder.active .global.Vector .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-vector.svg") no-repeat center;
  background-size: auto 40%;
}
body .productPage .assetLists .panelHolder .assets .countries {
  width: 95%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 7rem;
}
@media screen and (max-width: 950px) {
  body .productPage .assetLists .panelHolder .assets .countries {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  body .productPage .assetLists .panelHolder .assets .countries {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .title {
  width: 100%;
  background: transparent url("../img/title-bottom-shadow.svg") no-repeat center bottom;
  width: 100%;
  padding-left: 30px;
  border-top: 1px solid #c9c6c7;
  margin-top: 30px;
}
body .productPage .assetLists .panelHolder .assets .countries .title h3 {
  color: #494444;
  font-size: 16px;
  padding: 1.5rem 0;
}
body .productPage .assetLists .panelHolder .assets .countries .sorry {
  padding: 30px;
}
body .productPage .assetLists .panelHolder .assets .countries .country {
  width: 16%;
  width: 90%;
  opacity: 0;
  margin-right: 3%;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  /*							min-height:210px;*/
  margin-top: 30px;
  margin-top: 15px;
  display: flex;
  max-height: 40px;
  order: 1;
}
body .productPage .assetLists .panelHolder .assets .countries .country.inActive {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country.selected {
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
}
body .productPage .assetLists .panelHolder .assets .countries .country.regionInActive {
  display: none;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country {
    max-height: 90px;
    width: 99%;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset.overlay {
  z-index: 2;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset.overlay .assetOverlay {
  display: block;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset.fourth .assetOverlay {
  left: unset;
  right: 15%;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset.fourth .assetOverlay:after {
  left: unset;
  right: 0;
  transform: translateY(-50%) translateX(45%) rotate(90deg);
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset.fifth .assetOverlay {
  left: unset;
  right: 15%;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset.fifth .assetOverlay:after {
  left: unset;
  right: 0;
  transform: translateY(-50%) translateX(45%) rotate(90deg);
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country .asset {
    flex-wrap: wrap;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay {
  position: absolute;
  top: 15%;
  top: 0;
  left: 95%;
  left: 0%;
  min-width: 350px;
  max-width: 350px;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 200;
  overflow-y: auto;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay:after {
  content: "";
  width: 17px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%) translateX(-45%);
  background: transparent url("../img/overlay-corner.svg") no-repeat left top;
  background-size: 99.5%;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid black;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  font-family: Arial, sans-serif;
  border-radius: 30px;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay .pdfemb-viewer {
  /*										max-width:40%;*/
  margin: 0 auto;
  margin-top: 3rem;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay object.iframe {
  max-width: 70%;
  height: 80%;
  margin: 0 auto;
  margin-top: 3rem;
  display: block;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay .ead-preview {
  max-width: 60%;
  margin: 0 auto;
  margin-top: 3rem;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay .ead-preview .ead-document {
  padding-top: 60% !important;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay .ead-preview .ead-document:after {
  content: "";
  width: 150px;
  height: 22px;
  background: #444444;
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay .previewHolder {
  max-width: 45%;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  background: #efefef;
  border-radius: 12px;
  overflow: hidden;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay .previewHolder.video {
  position: relative;
  height: 0;
  padding-top: 24.25%;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay .previewHolder .previewImage {
  width: 100%;
  display: block;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay .previewHolder video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay h4 {
  color: white;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .assetOverlay p {
  color: white;
  font-size: 14px;
  padding-left: 0;
  line-height: 16px;
  text-align: left;
  margin-top: 5px;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .select {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 0 4px;
  order: 4;
  position: absolute;
  right: 4px;
  top: 2px;
  display: flex;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country .asset .select {
    top: unset;
    bottom: 2px;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .select p {
  font-weight: 700;
  font-size: 12px;
  color: #dbdbd9;
  position: relative;
  margin-top: 0;
  display: inline-block;
  display: block;
  width: auto;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .select a {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 2px solid #dbdbd9 !important;
  display: inline-block;
  display: block;
  vertical-align: middle;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .select.selected p {
  color: #9d9d9c;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .select.selected a {
  border: 2px solid #89c37c !important;
  background: #89c37c url(../img/select-checked.svg) no-repeat center;
  background-size: 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset h3 {
  color: #000000;
  text-align: center;
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  min-height: 50px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5rem;
  /*									word-break: break-all;*/
  order: 2;
  width: 70%;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset h3 .hidden {
  display: none;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country .asset h3 {
    width: 90%;
    align-self: flex-start;
    min-height: 40px;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .image {
  width: 100%;
  position: relative;
  order: 1;
  width: 40px;
  height: 40px;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .image img {
  width: 100%;
  width: 40px;
  visibility: hidden;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .image .fileType {
  display: none;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country .asset .image {
    width: 10%;
    height: 90px;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset p {
  color: #000000;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  padding: 0 0.5rem;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset p.tags.hidden {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset p.filesize {
  order: 3;
  position: absolute;
  right: 4px;
  bottom: 1px;
  width: auto;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country .asset p.filesize {
    position: relative;
    order: 5;
    margin-left: 0.5rem;
    margin-top: -40px;
    transform: translateY(33%);
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset p .filesizeHidden {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .preview {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin: 0;
  margin-top: 10px;
  margin-top: 13px;
  order: 4;
  margin-right: 15px;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .preview img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country .asset .preview {
    position: relative;
    order: 3;
    margin-left: 11%;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -40px;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .downloadButton {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin: 0;
  margin-top: 10px;
  margin-top: 13px;
  order: 5;
}
body .productPage .assetLists .panelHolder .assets .countries .country .asset .downloadButton img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country .asset .downloadButton {
    position: relative;
    order: 4;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -40px;
    margin-left: 11%;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country.Zip .asset .image {
  background: #f7941d;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Zip .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-zip.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.PDF .asset .image {
  background: #c8a3e5;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.PDF .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-pdf.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Word.Doc .asset .image {
  background: #103f91;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Word.Doc .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-word.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Powerpoint .asset .image {
  background: #c33d1c;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Powerpoint .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-powerpoint.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Excel .asset .image {
  background: #3e6348;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Excel .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-excel.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Jpeg .asset .image {
  background: #c3d564;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Jpeg .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-jpg.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.PNG .asset .image {
  background: #a4d5e8;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.PNG .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-png.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Photoshop .asset .image {
  background: #c2b59b;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Photoshop .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-psd.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Video .asset .image {
  background: #e7a3a3;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Video .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-video.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Audio .asset .image {
  background: #e7a3a3;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Audio .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-audio.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Vector .asset .image {
  background: #a34272;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country.Vector .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-vector.svg") no-repeat center;
  background-size: auto 40%;
}
body .productPage .assetLists .panelHolder .assets .countries .region-folder {
  /*							min-height:122px;*/
  min-height: 58px;
}
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active {
  min-height: auto;
}
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .title {
  min-height: auto;
}
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .title .name {
  margin-left: 0 !important;
}
body .productPage .assetLists .panelHolder .assets .countries .region-folder .title {
  /*								min-height: 102px;*/
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .productPage .assetLists .panelHolder .assets .countries .region-folder .title .name {
  line-height: 15px;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder,
body .productPage .assetLists .panelHolder .assets .countries .region-folder {
  order: 2;
  width: 16%;
  margin-right: 3%;
  transition: all 0.3s ease;
  background: #f2f2f2;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  align-self: flex-start;
  margin-top: 30px;
  padding: 10px 0;
  cursor: pointer;
  min-height: 78px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (max-width: 480px) {
  body .productPage .assetLists .panelHolder .assets .countries .country-folder,
  body .productPage .assetLists .panelHolder .assets .countries .region-folder {
    width: 27%;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.regionInActive,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.regionInActive {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.inActive,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.inActive {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.hasNoChildren,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.hasNoChildren {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder .title,
body .productPage .assetLists .panelHolder .assets .countries .region-folder .title {
  padding-left: 0;
  border-top: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: none;
  margin-top: 0;
  min-height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder .title .catImage,
body .productPage .assetLists .panelHolder .assets .countries .region-folder .title .catImage {
  order: 2;
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder .title .catImage img,
body .productPage .assetLists .panelHolder .assets .countries .region-folder .title .catImage img {
  width: 50%;
  margin: 0 auto;
  display: block;
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder .title .name,
body .productPage .assetLists .panelHolder .assets .countries .region-folder .title .name {
  order: 1;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder .title::after,
body .productPage .assetLists .panelHolder .assets .countries .region-folder .title::after {
  content: "";
  width: 25px;
  height: 25px;
  background: transparent url("../img/subfolder-arrow.svg") no-repeat center;
  background-size: 99%;
  transform: rotate(0deg);
  margin-left: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(80%) translateX(50%);
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder .country,
body .productPage .assetLists .panelHolder .assets .countries .region-folder .country {
  /*								display:none;*/
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active {
  width: 100%;
  padding: 1rem;
  background: #f2f2f2;
  padding: 2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  order: 2;
  transition: all 0.3s ease;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active.regionInActive,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active.regionInActive {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active.hasNoChildren,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active.hasNoChildren {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .title,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  min-height: auto;
  margin-top: 0;
  border: 0;
  background-image: none;
  padding-left: 0;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .title .catImage,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .title .catImage {
  max-width: 50px;
  order: 1;
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .title .catImage img,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .title .catImage img {
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .title .name,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .title .name {
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  order: 2;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .title::after,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .title::after {
  content: "";
  width: 25px;
  height: 25px;
  background: transparent url("../img/subfolder-arrow.svg") no-repeat center;
  background-size: 99%;
  transform: rotate(-180deg);
  margin-left: 30px;
  position: relative;
  order: 3;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country {
  width: 17.15%;
  width: 95%;
  opacity: 1;
  position: relative;
  transition: all 1s 0.6s ease;
  margin-right: 2.5%;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  /*									min-height:210px;*/
  display: block;
  margin-top: 15px;
  display: flex;
  max-height: 40px;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.inActive,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.inActive {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.selected,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.selected {
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country,
  body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country {
    max-height: 90px;
    width: 99%;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset.overlay,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset.overlay {
  z-index: 2;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset.overlay .assetOverlay,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset.overlay .assetOverlay {
  display: block;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset.fourth .assetOverlay,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset.fourth .assetOverlay {
  left: unset;
  right: 15%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset.fourth .assetOverlay:after,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset.fourth .assetOverlay:after {
  left: unset;
  right: 0;
  transform: translateY(-50%) translateX(45%) rotate(90deg);
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset.fifth .assetOverlay,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset.fifth .assetOverlay {
  left: unset;
  right: 15%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset.fifth .assetOverlay:after,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset.fifth .assetOverlay:after {
  left: unset;
  right: 0;
  transform: translateY(-50%) translateX(45%) rotate(90deg);
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset,
  body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset {
    flex-wrap: wrap;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay {
  position: fixed;
  top: 15%;
  top: 0;
  left: 95%;
  left: 0;
  min-width: 350px;
  max-width: 350px;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 200;
  overflow-y: auto;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .embed_download,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .embed_download {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay:after,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay:after {
  content: "";
  width: 17px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%) translateX(-45%);
  background: transparent url("../img/overlay-corner.svg") no-repeat left top;
  background-size: 99.5%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .close,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid black;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  font-family: Arial, sans-serif;
  border-radius: 30px;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .pdfemb-viewer,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .pdfemb-viewer {
  /*												max-width:40%;*/
  margin: 0 auto;
  margin-top: 3rem;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay object.iframe,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay object.iframe {
  max-width: 70%;
  height: 80%;
  margin: 0 auto;
  margin-top: 3rem;
  display: block;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .ead-preview,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .ead-preview {
  max-width: 60%;
  margin: 0 auto;
  margin-top: 3rem;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .ead-preview .ead-document,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .ead-preview .ead-document {
  padding-top: 60% !important;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .ead-preview .ead-document:after,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .ead-preview .ead-document:after {
  content: "";
  width: 150px;
  height: 22px;
  background: #444444;
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .previewHolder,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .previewHolder {
  max-width: 45%;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  background: #efefef;
  border-radius: 12px;
  overflow: hidden;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .previewHolder.video,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .previewHolder.video {
  position: relative;
  height: 0;
  padding-top: 24.25%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .previewHolder .previewImage,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .previewHolder .previewImage {
  width: 100%;
  display: block;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay .previewHolder video,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay .previewHolder video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay h4,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay h4 {
  color: white;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .assetOverlay p,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .assetOverlay p {
  color: white;
  font-size: 14px;
  padding-left: 0;
  line-height: 16px;
  text-align: left;
  margin-top: 5px;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .select,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .select {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 0 4px;
  order: 4;
  position: absolute;
  right: 4px;
  top: 2px;
  display: flex;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .select,
  body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .select {
    top: unset;
    bottom: 2px;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .select p,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .select p {
  font-weight: 700;
  font-size: 12px;
  color: #dbdbd9;
  position: relative;
  margin-top: 0;
  display: inline-block;
  display: block;
  width: auto;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .select a,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .select a {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 2px solid #dbdbd9 !important;
  display: inline-block;
  display: block;
  vertical-align: middle;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .select.selected p,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .select.selected p {
  color: #9d9d9c;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .select.selected a,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .select.selected a {
  border: 2px solid #89c37c !important;
  background: #89c37c url(../img/select-checked.svg) no-repeat center;
  background-size: 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset h3,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset h3 {
  color: #000000;
  text-align: center;
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  min-height: 50px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5rem;
  /*											word-break: break-all;*/
  order: 2;
  width: 70%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset h3 .hidden,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset h3 .hidden {
  display: none;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset h3,
  body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset h3 {
    width: 90%;
    align-self: flex-start;
    min-height: 40px;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .image {
  width: 100%;
  position: relative;
  order: 1;
  width: 40px;
  height: 40px;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .image img,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .image img {
  width: 100%;
  width: 40px;
  visibility: hidden;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .image .fileType,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .image .fileType {
  display: none;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .image,
  body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .image {
    width: 10%;
    height: 90px;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset p,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset p {
  color: #000000;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  padding: 0 0.5rem;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset p.tags.hidden,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset p.tags.hidden {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset p.filesize,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset p.filesize {
  order: 3;
  position: absolute;
  right: 4px;
  bottom: 1px;
  width: auto;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset p.filesize,
  body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset p.filesize {
    position: relative;
    order: 5;
    margin-left: 0.5rem;
    margin-top: -40px;
    transform: translateY(33%);
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset p .filesizeHidden,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset p .filesizeHidden {
  display: none;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .preview,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .preview {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin: 0;
  margin-top: 10px;
  margin-top: 13px;
  order: 4;
  margin-right: 15px;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .preview img,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .preview img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .preview,
  body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .preview {
    position: relative;
    order: 3;
    margin-left: 11%;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -40px;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .downloadButton,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .downloadButton {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin: 0;
  margin-top: 10px;
  margin-top: 13px;
  order: 5;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .downloadButton img,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .downloadButton img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1185px) {
  body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country .asset .downloadButton,
  body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country .asset .downloadButton {
    position: relative;
    order: 4;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    margin-top: -40px;
    margin-left: 11%;
  }
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Zip .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Zip .asset .image {
  background: #f7941d;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Zip .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Zip .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-zip.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.PDF .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.PDF .asset .image {
  background: #c8a3e5;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.PDF .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.PDF .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-pdf.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Word.Doc .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Word.Doc .asset .image {
  background: #103f91;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Word.Doc .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Word.Doc .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-word.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Powerpoint .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Powerpoint .asset .image {
  background: #c33d1c;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Powerpoint .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Powerpoint .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-powerpoint.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Excel .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Excel .asset .image {
  background: #3e6348;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Excel .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Excel .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-excel.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Jpeg .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Jpeg .asset .image {
  background: #c3d564;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Jpeg .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Jpeg .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-jpg.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.PNG .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.PNG .asset .image {
  background: #a4d5e8;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.PNG .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.PNG .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-png.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Photoshop .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Photoshop .asset .image {
  background: #c2b59b;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Photoshop .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Photoshop .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-psd.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Video .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Video .asset .image {
  background: #e7a3a3;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Video .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Video .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-video.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Audio .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Audio .asset .image {
  background: #e7a3a3;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Audio .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Audio .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-audio.svg") no-repeat center;
  background-size: auto 50%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Vector .asset .image,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Vector .asset .image {
  background: #a34272;
  background: #666666;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active .country.Vector .asset .image:before,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active .country.Vector .asset .image:before {
  content: "";
  width: 100%;
  height: 45px;
  background: transparent url("../img/icon-vector.svg") no-repeat center;
  background-size: auto 40%;
}
body .productPage .assetLists .panelHolder .assets .countries .country-folder.active.inActive,
body .productPage .assetLists .panelHolder .assets .countries .region-folder.active.inActive {
  display: none;
}