.archive-content-wrapper {
  padding: 8.38rem 0 17rem;
}
@media screen and (max-width: 960px) {
  .archive-content-wrapper {
    padding: 90px 0 0;
  }
}
.archive-content-wrapper .categories-carousel {
  margin: 6.14rem auto 6.75rem;
}
@media screen and (max-width: 1280px) {
  .archive-content-wrapper .categories-carousel {
    margin: 0 auto 120px;
  }
}
.archive-content-wrapper .categories-carousel .category-wrapper .category-image {
  aspect-ratio: 294/196;
  margin-bottom: 2.25rem;
}
.archive-content-wrapper .categories-carousel .category-wrapper .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-content-wrapper .categories-carousel .category-wrapper h3 {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 0.93rem;
}
.archive-content-wrapper .category-posts-wrapper {
  margin-bottom: 6.63rem;
}
@media screen and (max-width: 1280px) {
  .archive-content-wrapper .category-posts-wrapper {
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.archive-content-wrapper .category-posts-wrapper .category-posts-header {
  margin-bottom: 5.01rem;
}
@media screen and (max-width: 1280px) {
  .archive-content-wrapper .category-posts-wrapper .category-posts-header {
    gap: 1rem;
    flex-direction: column;
    margin-bottom: 45px;
  }
}
.archive-content-wrapper .category-posts-wrapper .category-posts-header .category-heading {
  gap: 7rem;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .archive-content-wrapper .category-posts-wrapper .category-posts-header .category-heading {
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .archive-content-wrapper .category-posts-wrapper .category-posts-header .category-heading h2 {
    font-size: 28px;
  }
}
.archive-content-wrapper .category-posts-wrapper .category-icon {
  margin-bottom: 1.78rem;
}
.archive-content-wrapper .category-posts-carousel {
  overflow: visible !important;
}
.archive-content-wrapper .category-posts-carousel .category-post .category-post-image {
  position: relative;
  aspect-ratio: 608/280;
  margin-bottom: 1.63rem;
}
.archive-content-wrapper .category-posts-carousel .category-post .category-post-image img {
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
}
.archive-content-wrapper .category-posts-carousel .category-post .category-post-image .video-icon {
  background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M27.7861 18L13.1071 26.1818V9.81818L27.7861 18ZM16.3691 20.6198V15.3802L21.0692 18L16.3691 20.6198Z" fill="%23F5F200"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.7861 18L13.1071 26.1818V9.81818L27.7861 18ZM16.3691 20.6198V15.3802L21.0692 18L16.3691 20.6198Z" fill="%23333333"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.0001 0C8.09153 0 0.059082 8.05887 0.059082 18C0.059082 27.9411 8.09153 36 18.0001 36C27.9086 36 35.941 27.9411 35.941 18C35.941 8.05887 27.9086 0 18.0001 0ZM3.32108 18C3.32108 9.86635 9.89308 3.27273 18.0001 3.27273C26.107 3.27273 32.6791 9.86635 32.6791 18C32.6791 26.1336 26.107 32.7273 18.0001 32.7273C9.89308 32.7273 3.32108 26.1336 3.32108 18Z" fill="%23F5F200"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.0001 0C8.09153 0 0.059082 8.05887 0.059082 18C0.059082 27.9411 8.09153 36 18.0001 36C27.9086 36 35.941 27.9411 35.941 18C35.941 8.05887 27.9086 0 18.0001 0ZM3.32108 18C3.32108 9.86635 9.89308 3.27273 18.0001 3.27273C26.107 3.27273 32.6791 9.86635 32.6791 18C32.6791 26.1336 26.107 32.7273 18.0001 32.7273C9.89308 32.7273 3.32108 26.1336 3.32108 18Z" fill="%23333333"/></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-size: contain;
}
.archive-content-wrapper .category-posts-carousel .category-post .category-post-image .custom-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .archive-content-wrapper .category-posts-carousel .category-post .category-post-image .custom-label {
    font-size: 21px;
    text-align: center;
    line-height: 1.1;
  }
}
.archive-content-wrapper .category-posts-carousel .category-post .video-wrapper {
  position: relative;
  aspect-ratio: 608/280;
  margin-bottom: 1.63rem;
}
.archive-content-wrapper .category-posts-carousel .category-post .video-wrapper video {
  height: 100%;
  object-fit: cover;
}
.archive-content-wrapper .category-posts-carousel .category-post .embed-container {
  position: relative;
  aspect-ratio: 608/280;
  margin-bottom: 1.63rem;
}
.archive-content-wrapper .category-posts-carousel .category-post .category-post-content h3 {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.archive-content-wrapper .category-posts-carousel .category-post .category-post-content h3.mb-small {
  margin-bottom: 0.14rem;
}
.archive-content-wrapper .category-posts-carousel .category-post .category-post-content .category-post-excerpt {
  margin-bottom: 0.44rem;
}

.category-wrapper {
  padding: 8.38rem 0 9rem;
}
@media screen and (max-width: 960px) {
  .category-wrapper {
    padding: 90px 0 45px 0;
  }
}
.category-wrapper h1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 100%;
  /* 3.75rem */
  width: fit-content;
  margin-bottom: 2.58rem;
}
@media screen and (max-width: 960px) {
  .category-wrapper h1 {
    font-size: 28px;
  }
}
.category-wrapper .breadcrumbs {
  margin-bottom: 4.32rem;
}
.category-wrapper .category-layout {
  gap: 8.13rem;
}
.category-wrapper .category-layout .category-content > .flex {
  gap: 4.25rem;
  align-items: center;
}
.category-wrapper .category-layout .category-content .category-description {
  margin-bottom: 3rem;
}
.category-wrapper .category-layout .category-content .all-categories-cta {
  display: flex;
  flex-direction: column;
  gap: 0.31rem;
}
@media screen and (max-width: 960px) {
  .category-wrapper .category-layout .category-content .all-categories-cta {
    display: none;
  }
}
.category-wrapper .category-layout .category-content .all-categories-cta a {
  display: block;
  width: fit-content;
}

.category-posts .category-post {
  margin-bottom: 4.19rem;
}
.category-posts .category-post .category-post-image {
  position: relative;
  aspect-ratio: 2.14;
  margin-bottom: 1.63rem;
  border: 1px solid #E5E5E5;
}
.category-posts .category-post .category-post-image img {
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
}
.category-posts .category-post .category-post-image .video-icon {
  background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M27.7861 18L13.1071 26.1818V9.81818L27.7861 18ZM16.3691 20.6198V15.3802L21.0692 18L16.3691 20.6198Z" fill="%23F5F200"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.7861 18L13.1071 26.1818V9.81818L27.7861 18ZM16.3691 20.6198V15.3802L21.0692 18L16.3691 20.6198Z" fill="%23333333"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.0001 0C8.09153 0 0.059082 8.05887 0.059082 18C0.059082 27.9411 8.09153 36 18.0001 36C27.9086 36 35.941 27.9411 35.941 18C35.941 8.05887 27.9086 0 18.0001 0ZM3.32108 18C3.32108 9.86635 9.89308 3.27273 18.0001 3.27273C26.107 3.27273 32.6791 9.86635 32.6791 18C32.6791 26.1336 26.107 32.7273 18.0001 32.7273C9.89308 32.7273 3.32108 26.1336 3.32108 18Z" fill="%23F5F200"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.0001 0C8.09153 0 0.059082 8.05887 0.059082 18C0.059082 27.9411 8.09153 36 18.0001 36C27.9086 36 35.941 27.9411 35.941 18C35.941 8.05887 27.9086 0 18.0001 0ZM3.32108 18C3.32108 9.86635 9.89308 3.27273 18.0001 3.27273C26.107 3.27273 32.6791 9.86635 32.6791 18C32.6791 26.1336 26.107 32.7273 18.0001 32.7273C9.89308 32.7273 3.32108 26.1336 3.32108 18Z" fill="%23333333"/></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-size: contain;
}
.category-posts .category-post .category-post-image .custom-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .category-posts .category-post .category-post-image .custom-label {
    font-size: 21px;
    text-align: center;
    line-height: 1.1;
  }
}
.category-posts .category-post .video-wrapper {
  position: relative;
  aspect-ratio: 2.14;
  margin-bottom: 1.63rem;
}
.category-posts .category-post .video-wrapper video {
  height: 100%;
  object-fit: cover;
}
.category-posts .category-post .embed-container {
  position: relative;
  aspect-ratio: 2.14;
  margin-bottom: 1.63rem;
}
.category-posts .category-post .category-post-content h3 {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.category-posts .category-post .category-post-content h3.mb-small {
  margin-bottom: 0.14rem;
}
.category-posts .category-post .category-post-content .category-post-excerpt {
  margin-bottom: 0.44rem;
}
.category-posts .load-more-wrapper {
  margin-top: 4.19rem;
  justify-content: center;
}
.category-posts.three-cols-wrapper {
  --gap: 3rem;
  gap: var(--gap);
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .category-posts.three-cols-wrapper {
    --gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .category-posts.three-cols-wrapper {
    flex-direction: column;
  }
}
.category-posts.three-cols-wrapper > * {
  flex: 1 0 calc(100%/3 - var(--gap));
}
@media screen and (max-width: 1660px) {
  .category-posts.three-cols-wrapper > * {
    flex: 0 0 calc(100%/2 - var(--gap)/2);
  }
}
@media screen and (max-width: 960px) {
  .category-posts.three-cols-wrapper > * {
    flex: 0 0 100%;
  }
}
.category-posts.three-cols-wrapper .category-post .category-post-image .custom-label {
  font-size: 100%;
  text-align: center;
}

/* Single Post */
.icon-text-wrapper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 600;
}

.single-post-wrapper {
  padding: 4.19rem 0;
}
.single-post-wrapper .hero-wrapper {
  position: relative;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.single-post-wrapper .hero-wrapper .heading {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .hero-wrapper .heading {
    font-size: 32px;
  }
}
.single-post-wrapper .hero-wrapper .heading .yellow-label {
  color: #000;
}
.single-post-wrapper .hero-wrapper .event-status .heading {
  font-size: 1.75rem;
  font-weight: 700;
}
.single-post-wrapper .hero-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.single-post-wrapper .post-meta {
  padding: 1.5rem 1.54rem 1.5rem 0;
  background: #F5F5F5;
}
.single-post-wrapper .post-meta .post-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 7.12rem;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .post-meta .post-meta-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-direction: column;
  }
}
.single-post-wrapper .post-meta .offset-left {
  --offsetLeft: 0;
  margin-left: var(--offsetLeft);
  width: calc( 100% - var(--offsetLeft) );
}
.single-post-wrapper .post-meta .meta-date-wrapper {
  display: flex;
  gap: 1.88rem;
  align-items: center;
}
.single-post-wrapper .post-meta .action-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 1.19rem;
  flex: 1;
}
.single-post-wrapper .post-meta .action-buttons-wrapper a {
  white-space: nowrap;
}
.single-post-wrapper .post-meta .action-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 1.24rem;
  justify-self: flex-end;
}
.single-post-wrapper .buttons-wrapper {
  margin-bottom: 8.37rem;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .buttons-wrapper {
    margin-bottom: 45px;
  }
}
.single-post-wrapper .hosts-wrapper {
  gap: 3rem;
  padding: 8.37rem 0 10.65rem 0;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .hosts-wrapper {
    padding: 25px 0 45px 0;
    gap: 1rem;
  }
}
.single-post-wrapper .hosts-wrapper > .flex-column {
  flex: 0 0 25%;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .hosts-wrapper > .flex-column {
    flex: 0 0 100%;
    align-items: flex-start;
  }
}
.single-post-wrapper .hosts-wrapper .image-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 1.37rem;
  background: url(img/image-yellow-background.png);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 12rem;
  width: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .hosts-wrapper .image-wrapper {
    width: 150px;
    height: 150px;
    padding: 22px;
    margin-bottom: 0;
  }
}
.single-post-wrapper .hosts-wrapper .image-wrapper img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  padding: 1.7rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post-wrapper .hosts-wrapper .info-wrapper {
  margin-left: 2rem;
}
.single-post-wrapper .hosts-wrapper .info-wrapper .name-position {
  margin-bottom: 1.25rem;
}
.single-post-wrapper .event-location-wrapper {
  padding: 9.77rem 0 4.31rem 0;
  gap: 11.25rem;
  align-items: center;
}
.single-post-wrapper .event-location-wrapper h3 {
  color: #333;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .event-location-wrapper h3 {
    font-size: 21px;
    text-align: center;
    line-height: 1.1;
  }
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .event-location-wrapper {
    padding: 45px 0;
    gap: 45px;
  }
}
.single-post-wrapper .event-location-wrapper .image-wrapper,
.single-post-wrapper .event-location-wrapper .location-details {
  flex: 1;
}
.single-post-wrapper .event-location-wrapper .location-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}
.single-post-wrapper .event-navigation-wrapper {
  padding: 6rem 0 6rem 0;
  gap: 11.25rem;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .event-navigation-wrapper {
    padding: 0 0 45px 0;
    gap: 45px;
  }
}
.single-post-wrapper .event-navigation-wrapper h3 {
  color: #333;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .event-navigation-wrapper h3 {
    font-size: 21px;
    text-align: center;
    line-height: 1.1;
  }
}
.single-post-wrapper .event-navigation-wrapper .map-wrapper,
.single-post-wrapper .event-navigation-wrapper .location-details {
  flex: 1;
}
.single-post-wrapper .event-navigation-wrapper .location-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}
.single-post-wrapper .event-navigation-wrapper .location-details a {
  text-decoration: underline;
}
.single-post-wrapper .event-contact-wrapper {
  padding-top: 4.5rem;
  gap: 1.25rem;
  align-items: center;
}
.single-post-wrapper .event-contact-wrapper .image-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 1.37rem;
  background: url(img/image-yellow-background.png);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 12rem;
  width: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .event-contact-wrapper .image-wrapper {
    width: 150px;
    height: 150px;
    padding: 22px;
    margin-bottom: 0;
  }
}
.single-post-wrapper .event-contact-wrapper .image-wrapper img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  padding: 1.7rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post-wrapper .event-programs-wrapper {
  padding: 9.77rem 0 8.75rem 0;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(197, 197, 197, 0.2) inset;
  margin-bottom: 8.06rem;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .event-programs-wrapper {
    padding: 45px 0;
    margin-bottom: 45px;
  }
}
.single-post-wrapper .event-programs-wrapper > .small-container > .flex {
  gap: 9.85rem;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .event-programs-wrapper > .small-container > .flex {
    gap: 25px;
  }
}
.single-post-wrapper .event-programs-wrapper .program-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.single-post-wrapper .video-wrapper {
  margin-bottom: 1.81rem;
}
.single-post-wrapper .related-posts-wrapper {
  padding: 10rem 0;
  --gap-x: 11rem;
  --gap-y: 4rem;
}
@media screen and (max-width: 1280px) {
  .single-post-wrapper .related-posts-wrapper {
    --gap-x: 4rem;
    --gap-y: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .related-posts-wrapper {
    padding: 45px 0;
  }
}
.single-post-wrapper .related-posts-wrapper .category-post-image {
  aspect-ratio: 608/280;
  margin-bottom: 1.56rem;
}
.single-post-wrapper .related-posts-wrapper .category-post-image img {
  width: 100%;
  height: 100%;
  object-position: 0% 50%;
  object-fit: cover;
}
.single-post-wrapper .related-posts-wrapper .video-wrapper {
  aspect-ratio: 608/280;
  margin-bottom: 1.56rem;
}
.single-post-wrapper .related-posts-wrapper .video-wrapper video {
  height: 100%;
  object-fit: cover;
}
.single-post-wrapper .related-posts-wrapper .embed-container {
  aspect-ratio: 608/280;
  margin-bottom: 1.56rem;
}
.single-post-wrapper .related-posts-wrapper h3 {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1.53rem;
}
.single-post-wrapper .related-posts-wrapper .load-more-wrapper {
  align-items: center;
  justify-content: center;
  margin-top: 4.19rem;
}
.single-post-wrapper .post-content {
  --gap-x: 11rem;
  --gap-y: 4rem;
  margin-bottom: 5rem;
}
.single-post-wrapper .thumb-wrapper img {
  width: 100%;
  height: 456px;
  aspect-ratio: 607/456;
  object-fit: contain;
  object-position: left center;
}
@media screen and (max-width: 960px) {
  .single-post-wrapper .thumb-wrapper img {
    height: 100%;
  }
}
.single-post-wrapper .post-meta-inner {
  padding: 1rem 0;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}
.single-post-wrapper .custom-section-wrapper {
  padding: 9.72rem 0 10.25rem 0;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(197, 197, 197, 0.2) inset;
  margin: 10.22rem 0 9.25rem;
  --gap-x: 11rem;
  --gap-y: 4rem;
}
@media screen and (max-width: 1280px) {
  .single-post-wrapper .custom-section-wrapper {
    --gap-x: 25px;
    --gap-y: 25px;
    padding: 45px 0 45px 0;
    margin: 25px 0 45px;
  }
}
.single-post-wrapper .breadcrumbs {
  margin-top: 1.88rem;
  margin-bottom: 5rem;
}

.popup-social-share {
  display: none;
  background: #fffefe;
  padding: 25px;
  border-radius: 15px;
  top: 10%;
  max-width: 545px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}
@media screen and (max-width: 960px) {
  .popup-social-share {
    width: 90%;
  }
}
.popup-social-share.show {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
  z-index: 100;
}
.popup-social-share :is(header, .icons, .field) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-social-share header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.popup-social-share header span {
  font-size: 21px;
  font-weight: 600;
}
.popup-social-share header .close-popup,
.popup-social-share header .icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.popup-social-share header .close-popup {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.popup-social-share .content {
  margin: 20px 0;
}
.popup-social-share .icons {
  margin: 15px 0 20px 0;
}
.popup-social-share .icons a {
  height: 48px;
  width: 48px;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .popup-social-share .icons a {
    height: 32px;
    width: 32px;
  }
}
.popup-social-share .icons a:hover img {
  filter: invert(82%) sepia(89%) saturate(5919%) hue-rotate(13deg) brightness(117%) contrast(115%);
}