/* ENS community: isolated scene ownership, native Mighti gallery envelopes. */
.ens-community .cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner { background-color:#555; background-blend-mode:multiply; gap:32px; }
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner:focus-within .inner-content { opacity:1; bottom:90px; }
@media (hover:none) {
  body.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner .inner-content { opacity:1; left:15px; right:15px; bottom:40px; }
}
.ens-community {
  --ens-ink: #161616;
  --ens-paper: #fff;
  --ens-accent: #d9f178;
  margin: 0;
  overflow: visible;
  background: var(--ens-paper);
  color: var(--ens-ink);
  font-family: var(--font-primary, "Hanken Grotesk", sans-serif);
  font-size: 17px;
  line-height: 1.6;
}
.ens-community *, .ens-community *::before, .ens-community *::after { box-sizing: border-box; letter-spacing: 0; }
.ens-community h1, .ens-community h2, .ens-community h3, .ens-community h4, .ens-community p { margin: 0; color: inherit; font-family: inherit; }
.ens-community h1, .ens-community h2, .ens-community h3 { line-height: 1.04; font-weight: 500; }
.ens-community a { color: inherit; text-decoration: none; }
.ens-community button { font: inherit; color: inherit; cursor: pointer; }
.ens-community img { display: block; max-width: 100%; }
.ens-community main { display: block; width: 100%; max-width: none; margin: 0; padding: 0; overflow: visible; }
.ens-community :focus-visible { outline: 3px solid #80b524; outline-offset: 6px; }
.ens-community [id] { scroll-margin-top: 94px; }
.ens-community .ens-skip { position: fixed; z-index: 110; top: -100px; left: 20px; padding: 10px 20px; background: white; color: black; }
.ens-community .ens-skip:focus { top: 12px; }
.ens-community .ens-topbar { position: fixed; inset: 0 0 auto; z-index: 80; display: grid; grid-template-columns: minmax(0,1fr) 216px minmax(0,1fr); align-items: center; height: 80px; padding: 0 36px; background: #161616; color: white; border-bottom: 1px solid #ffffff29; }
.ens-community .ens-brand { width: 216px; height: 54px; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.ens-community .ens-brand img { width: 432px; height: 108px; max-width: none; flex: none; object-fit: contain; filter: brightness(0) invert(1); }
.ens-community .ens-back { display: flex; align-items: center; gap: 12px; width: fit-content; font-size: 13px; }
.ens-community .ens-top-actions { display: flex; align-items: center; justify-content: end; gap: 28px; font-size: 13px; }
.ens-community .ens-icon { width: 44px; height: 44px; display: inline-grid; place-items: center; flex: none; border: 1px solid currentColor; background: transparent; border-radius: 50%; padding: 0; font-size: 16px; }
.ens-community .ens-icon:hover { background: #ffffff20; }
.ens-community .ens-icon:disabled { opacity: .3; cursor: default; background: transparent; }
.ens-community .ens-menu { width: min(760px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 32px; border: 0; color: white; background: #171717; }
.ens-community .ens-menu::backdrop { background: #000b; }
.ens-community .ens-menu:not([open]) { display: none; }
.ens-community .ens-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.ens-community .ens-menu nav { display: grid; }
.ens-community .ens-menu nav a { display: flex; align-items: center; justify-content: space-between; min-height: 64px; border-top: 1px solid #ffffff35; font-size: 25px; gap: 16px; }
.ens-community .ens-menu small { font-size: 12px; color: #c4c4c4; }
.ens-community .ens-scene { position: relative; min-height: 800px; background: #242424; color: white; isolation: isolate; }
.ens-community .ens-stage { position: relative; min-height: 800px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 170px max(6%, calc((100% - 1440px)/2)) 130px; }
.ens-community.has-motion .ens-scene { height: 170svh; min-height: 1080px; }
.ens-community.has-motion .ens-stage { position: sticky; top: 0; height: 100svh; min-height: 660px; }
.ens-community .ens-scene-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--photo-position, 50% 50%); z-index: -3; }
.ens-community .ens-stage::after { content: ''; position: absolute; inset: 0; background: #00000038; pointer-events: none; z-index: -1; }
.ens-community .ens-scene[data-chapter="sessions"] .ens-stage::after { background: #00000062; }
.ens-community .ens-scene-photo.ens-portrait-backdrop { object-position: 50% 66%; }
.ens-community .ens-stage-copy { position: relative; max-width: 730px; z-index: 3; }
.ens-community .ens-kicker { display: block; text-transform: uppercase; font-size: 12px; line-height: 1.6; margin-bottom: 22px; font-weight: 600; }
.ens-community .ens-stage h1, .ens-community .ens-stage h2 { font-size: 100px; margin-bottom: 26px; }
.ens-community .ens-stage h1 em, .ens-community .ens-stage h2 em { font-weight: 400; }
.ens-community .ens-stage-copy > p { max-width: 450px; font-size: 19px; line-height: 1.55; text-wrap: pretty; }
.ens-community .ens-link { display: inline-flex; align-items: center; gap: 22px; padding: 17px 0 10px; border-bottom: 1px solid currentColor; font-size: 15px; line-height: 1.4; width: fit-content; }
.ens-community .ens-link i { transition: transform .25s; }
.ens-community .ens-link:hover i { transform: translate(4px,-3px); }
.ens-community .ens-scene-status { position: absolute; top: 112px; left: 6%; right: 6%; display: flex; justify-content: space-between; gap: 22px; font-size: 12px; z-index: 4; }
.ens-community .ens-status-label { display: inline-block; border-bottom: 1px solid currentColor; line-height: 1.5; padding-bottom: 4px; }
.ens-community .ens-photo-layer { position: absolute; z-index: 1; width: 21%; right: 7%; top: 24%; aspect-ratio: 4/5; margin: 0; transform: rotate(7deg); overflow: hidden; box-shadow: 0 10px 35px #0003; }
.ens-community .ens-photo-layer img { width: 100%; height: 100%; object-fit: cover; }
.ens-community .ens-photo-layer.ens-layer-two { width: 15%; top: 17%; right: 24%; transform: rotate(-9deg); }
.ens-community .ens-photo-caption { position: absolute; bottom: 85px; right: 6%; max-width: 320px; text-align: right; font-size: 11px; line-height: 1.5; z-index: 4; }
.ens-community .ens-symbol { width: 65px; height: 65px; object-fit: contain; }
.ens-community .ens-chapter-nav { position: fixed; bottom: 0; left: 0; right: 0; background: #161616; color: white; z-index: 70; padding: 0 36px env(safe-area-inset-bottom); }
.ens-community .ens-chapter-nav::before { content: ''; position: absolute; height: 3px; background: var(--ens-accent); left: 0; top: 0; width: calc(var(--ens-progress, 0) * 100%); }
.ens-community .ens-chapter-inner { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 22px; max-width: 1200px; margin: auto; min-height: 72px; }
.ens-community .ens-chapter-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.ens-community .ens-chapter-links a { display: flex; gap: 12px; justify-content: center; align-items: center; min-height: 44px; font-size: 13px; color: #bababa; }
.ens-community .ens-chapter-links a span { font-size: 10px; }
.ens-community .ens-chapter-links a[aria-current] { color: var(--ens-accent); }
.ens-community .ens-chapter-nav .ens-icon { border-color: #ffffff42; }
.ens-community .ens-section { padding: 110px 0; }
.ens-community .ens-section .container { max-width: 1320px; }
.ens-community .ens-section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 65px; align-items: end; }
.ens-community .ens-section-heading h2 { font-size: 60px; }
.ens-community .ens-section-heading p { max-width: 490px; }
.ens-community .ens-section .container-140 { max-width: 1640px; }
.ens-community .ens-section .signle-portfolio-style-four-inner { padding: 20px 0 !important; overflow: visible; }
.ens-community .ens-section .signle-portfolio-style-four-inner .thumbnail { max-width: none; width: 100%; aspect-ratio: 780/700; }
.ens-community .ens-section .signle-portfolio-style-four-inner .thumbnail img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.ens-community .ens-section .signle-portfolio-style-four-inner:hover .thumbnail img { transform: scale(1.06); }
.ens-community .ens-section .signle-portfolio-style-four-inner .thumbnail::before { display: none; }
.ens-community .ens-section .signle-portfolio-style-four-inner .inner-content { position: static; opacity: 1; padding: 20px 0 28px; }
.ens-community .ens-section .signle-portfolio-style-four-inner .inner-content span { background: transparent; color: #555; padding: 0; margin-bottom: 9px; font-size: 12px; }
.ens-community .ens-section .signle-portfolio-style-four-inner .inner-content a { background: transparent; padding: 0; }
.ens-community .ens-section .signle-portfolio-style-four-inner .inner-content .name { font-size: 30px; line-height: 1.14; }
.ens-community .ens-section .signle-portfolio-style-four-inner .inner-content p { font-size: 15px; max-width: 480px; margin-top: 14px; }
.ens-community .ens-brief { background: #fff; }
.ens-community .ens-brief .row { row-gap: 40px; }
.ens-community .ens-brief h2 { font-size: 54px; margin-bottom: 30px; }
.ens-community .ens-brief h3 { font-size: 24px; margin: 28px 0 12px; }
.ens-community .ens-brief p + p { margin-top: 18px; }
.ens-community .ens-facts { margin: 0; border-top: 1px solid #aab3ac; }
.ens-community .ens-facts div { padding: 20px 0; border-bottom: 1px solid #aab3ac; }
.ens-community .ens-facts dt { font-size: 12px; text-transform: uppercase; color: #4c5b50; margin-bottom: 6px; }
.ens-community .ens-facts dd { font-size: 20px; margin: 0; }
.ens-community .ens-note { font-size: 13px; color: #526055; margin-top: 22px; }
.ens-community .ens-detail-hero { position: relative; isolation: isolate; min-height: min(900px, 90svh); padding: 180px 6% 80px; display: flex; flex-direction: column; justify-content: end; background: #242424; color: white; overflow: hidden; }
.ens-community .ens-detail-hero::after { position: absolute; inset: 0; background: #0005; content: ''; z-index: -1; }
.ens-community .ens-detail-hero h1 { font-size: 88px; max-width: 930px; margin-bottom: 28px; }
.ens-community .ens-detail-hero p { max-width: 570px; font-size: 21px; }
.ens-community .ens-detail-hero .ens-kicker { margin-bottom: 24px; }
.ens-community .ens-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; font-size: 12px; margin-bottom: 34px; }
.ens-community .ens-breadcrumb a { text-decoration: underline; text-underline-offset: 5px; }
.ens-community .ens-sequence { list-style: none; padding: 0; margin: 0; counter-reset: ens-moment; }
.ens-community .ens-sequence li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; border-top: 1px solid #c4c4c4; padding: 32px 0; counter-increment: ens-moment; }
.ens-community .ens-sequence li::before { content: '0' counter(ens-moment); font-size: 14px; }
.ens-community .ens-sequence h3 { font-size: 28px; margin-bottom: 12px; }
.ens-community .ens-sequence p { max-width: 690px; }
.ens-community .ens-wide-photo { margin: 0; }
.ens-community .ens-wide-photo img { width: 100%; aspect-ratio: 1672/941; object-fit: cover; }
.ens-community .ens-wide-photo figcaption { font-size: 12px; padding: 18px 6%; }
.ens-community .ens-footer { color: white; background: #171717; padding: 90px 6% 110px; }
.ens-community .ens-footer-top { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 35px; }
.ens-community .ens-footer h2 { font-size: 64px; max-width: 780px; }
.ens-community .ens-footer p { margin-top: 22px; max-width: 560px; color: #c8c8c8; }
.ens-community .ens-footer-links { display: flex; flex-wrap: wrap; gap: 14px 36px; padding: 40px 0; margin-top: 35px; border-bottom: 1px solid #ffffff38; }
.ens-community .ens-footer-credit { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; margin-top: 26px; }
.ens-community .ens-no-motion-note { display: none; }
@media (min-width: 1800px) {
  .ens-community .ens-stage h1, .ens-community .ens-stage h2 { font-size: 112px; }
}
@media (max-width: 1199px) {
  .ens-community .ens-stage h1, .ens-community .ens-stage h2 { font-size: 80px; }
  .ens-community .ens-stage-copy { max-width: 580px; }
  .ens-community .ens-photo-layer { right: 4%; width: 24%; }
  .ens-community .ens-photo-layer.ens-layer-two { right: 24%; width: 18%; }
  .ens-community .ens-section { padding: 80px 0; }
  .ens-community .ens-section-heading h2 { font-size: 48px; }
}
@media (max-width: 767px) {
  .ens-community .ens-topbar { height: 72px; grid-template-columns: minmax(0,1fr) 164px minmax(0,1fr); padding: 0 14px; }
  .ens-community .ens-brand { width: 164px; height: 41px; }
  .ens-community .ens-brand img { width: 328px; height: 82px; }
  .ens-community .ens-back { height: 44px; width: 44px; justify-content: center; }
  .ens-community .ens-back span, .ens-community .ens-top-contact { display: none; }
  .ens-community .ens-top-actions { gap: 0; }
  .ens-community .ens-scene, .ens-community .ens-stage { min-height: 760px; }
  .ens-community.has-motion .ens-scene { height: 155svh; min-height: 950px; }
  .ens-community.has-motion .ens-stage { min-height: 650px; }
  .ens-community .ens-stage { padding: 120px 24px 145px; }
  .ens-community .ens-stage h1, .ens-community .ens-stage h2 { font-size: 52px; margin-bottom: 20px; }
  .ens-community .ens-stage-copy { max-width: 420px; }
  .ens-community .ens-stage-copy > p { font-size: 16px; max-width: 320px; }
  .ens-community .ens-kicker { font-size: 11px; margin-bottom: 14px; }
  .ens-community .ens-scene-status { top: 92px; left: 24px; right: 24px; font-size: 10px; }
  .ens-community .ens-scene-status > span:last-child { text-align: right; max-width: 170px; }
  .ens-community .ens-photo-layer { width: 31%; top: 20%; right: 8%; max-height: 165px; }
  .ens-community .ens-photo-layer.ens-layer-two { width: 27%; top: 16%; right: 34%; max-height: 142px; }
  .ens-community .ens-photo-caption { bottom: 86px; left: 24px; right: auto; text-align: left; font-size: 10px; max-width: 280px; }
  .ens-community .ens-chapter-nav { padding-left: 12px; padding-right: 12px; }
  .ens-community .ens-chapter-inner { grid-template-columns: 36px 1fr 36px; gap: 5px; min-height: 68px; }
  .ens-community .ens-chapter-links { gap: 3px; }
  .ens-community .ens-chapter-links a { flex-direction: column; gap: 3px; font-size: 10px; line-height: 1.2; text-align: center; }
  .ens-community .ens-chapter-links a span { font-size: 9px; }
  .ens-community .ens-chapter-nav .ens-icon { width: 34px; height: 44px; border: 0; }
  .ens-community .ens-section { padding: 64px 0; }
  .ens-community .ens-section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 30px; }
  .ens-community .ens-section-heading h2, .ens-community .ens-brief h2 { font-size: 39px; }
  .ens-community .ens-section .signle-portfolio-style-four-inner .inner-content .name { font-size: 27px; }
  .ens-community .ens-section .signle-portfolio-style-four-inner .thumbnail { aspect-ratio: 780/700; }
  .ens-community .ens-detail-hero { min-height: 720px; padding: 135px 24px 58px; }
  .ens-community .ens-detail-hero h1 { font-size: 51px; }
  .ens-community .ens-detail-hero p { font-size: 18px; }
  .ens-community .ens-breadcrumb { font-size: 11px; }
  .ens-community .ens-menu { padding: 24px; }
  .ens-community .ens-menu nav a { font-size: 22px; }
  .ens-community .ens-footer { padding: 65px 24px 110px; }
  .ens-community .ens-footer h2 { font-size: 43px; }
  .ens-community .ens-footer-top { grid-template-columns: 1fr; }
  .ens-community .ens-footer .ens-symbol { width: 54px; height: 54px; }
  .ens-community .ens-footer-credit { flex-direction: column; gap: 10px; }
}
@media (max-width: 380px) {
  .ens-community .ens-stage h1, .ens-community .ens-stage h2, .ens-community .ens-detail-hero h1 { font-size: 46px; }
  .ens-community .ens-stage { padding-left: 20px; padding-right: 20px; }
}
@media (max-height: 720px) and (min-width: 768px) {
  .ens-community .ens-stage h1, .ens-community .ens-stage h2 { font-size: 64px; }
  .ens-community .ens-stage-copy > p { font-size: 17px; }
  .ens-community .ens-stage { padding-bottom: 110px; }
}
@media (max-height: 740px) and (max-width: 767px) {
  .ens-community .ens-stage h1, .ens-community .ens-stage h2 { font-size: 40px; }
  .ens-community .ens-stage-copy > p { font-size: 15px; line-height: 1.5; }
  .ens-community .ens-photo-layer { width: 18%; top: 21%; right: 9%; max-height: none; }
  .ens-community .ens-photo-layer.ens-layer-two { width: 16%; top: 21%; right: 30%; max-height: none; }
}
@media (prefers-reduced-motion: reduce) {
  .ens-community *, .ens-community *::before, .ens-community *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .ens-community .ens-photo-layer { transform: none; }
}

/* Native family contract: generated from Mighty style.css. */


.ens-community .cta-main-wrapper-three[data-ens-family-native], .ens-community.cta-main-wrapper-three[data-ens-family-native] {
  background: #0E0E0E;
}
.ens-community .cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner, .ens-community.cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner {
  background-image: url(../images/cta/03.jpg);
  padding: 55px 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .ens-community .cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner, .ens-community.cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner {
    padding: 25px 60px;
  }
}
@media only screen and (max-width: 575px) {
  .ens-community .cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner, .ens-community.cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .ens-community .cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner, .ens-community.cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner {
    padding: 15px;
  }
}
.ens-community .cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner .left .title, .ens-community.cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner .left .title {
  color: #FFF;
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 575px) {
  .ens-community .cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner .left .title, .ens-community.cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner .left .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .ens-community .cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner .left .title, .ens-community.cta-main-wrapper-three[data-ens-family-native] .cta-main-wrapper-inner .left .title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ens-community [data-ens-family-native] .signle-portfolio-style-four-inner, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner {
  position: relative;
  overflow: hidden;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner.last, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner.last {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner.last::after, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner.last::after {
  display: none;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner.last .inner-content, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner.last .inner-content {
  left: 110px;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner .thumbnail, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: max-content;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner .thumbnail img, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner .thumbnail img {
  transition: 0.8s;
  transform: scale(1.1) skew(-3deg);
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner .thumbnail::before, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner .thumbnail::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: 0.5s;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner:hover .thumbnail img, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner:hover .thumbnail img {
  transform: scale(1.2) skew(0deg);
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner:hover .thumbnail::before, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner:hover .thumbnail::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner:hover .inner-content, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner:hover .inner-content {
  left: 40px;
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ens-community [data-ens-family-native] .signle-portfolio-style-four-inner:hover .inner-content, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner:hover .inner-content {
    bottom: 50px;
  }
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner:hover.last .inner-content, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner:hover.last .inner-content {
  left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ens-community [data-ens-family-native] .signle-portfolio-style-four-inner:hover.last .inner-content, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner:hover.last .inner-content {
    left: 40px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .ens-community [data-ens-family-native] .signle-portfolio-style-four-inner:hover.last .inner-content, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner:hover.last .inner-content {
    left: 40px;
    bottom: 50px;
  }
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner .inner-content, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner .inner-content {
  position: absolute;
  bottom: 120px;
  opacity: 0;
  left: 30px;
  transition: 0.8s;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner .inner-content span, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner .inner-content span {
  display: block;
  padding: 11px 20px;
  max-width: max-content;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner .inner-content a, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner .inner-content a {
  padding: 18px 25px;
  background: #fff;
  display: block;
}
.ens-community [data-ens-family-native] .signle-portfolio-style-four-inner .inner-content a .name, .ens-community[data-ens-family-native] .signle-portfolio-style-four-inner .inner-content a .name {
  color: #141414;
  color: #141414;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.ens-community [data-ens-family-native] .left-pd-image-bt-content.small-cn .stratagy-wrapper, .ens-community[data-ens-family-native] .left-pd-image-bt-content.small-cn .stratagy-wrapper {
  gap: 50px !important;
}
.ens-community [data-ens-family-native] .left-pd-image-bt-content .title, .ens-community[data-ens-family-native] .left-pd-image-bt-content .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
.ens-community [data-ens-family-native] .left-pd-image-bt-content p.dsic, .ens-community[data-ens-family-native] .left-pd-image-bt-content p.dsic {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.ens-community [data-ens-family-native] .left-pd-image-bt-content .bottom-content .title, .ens-community[data-ens-family-native] .left-pd-image-bt-content .bottom-content .title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  max-width: max-content;
}
.ens-community [data-ens-family-native] .left-pd-image-bt-content .bottom-content .title::after, .ens-community[data-ens-family-native] .left-pd-image-bt-content .bottom-content .title::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  width: 124px;
  background: #323232;
  bottom: -13px;
}
.ens-community [data-ens-family-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper, .ens-community[data-ens-family-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ens-community [data-ens-family-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper, .ens-community[data-ens-family-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .ens-community [data-ens-family-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper, .ens-community[data-ens-family-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.ens-community [data-ens-family-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper .title, .ens-community[data-ens-family-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper .title {
  margin-bottom: 35px;
}
.ens-community [data-ens-family-native] .accordion-style-pd-1 .accordion, .ens-community[data-ens-family-native] .accordion-style-pd-1 .accordion {
  background: transparent;
  background-color: transparent;
}
.ens-community [data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item, .ens-community[data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item {
  background-color: transparent;
}
.ens-community [data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header, .ens-community[data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.ens-community [data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button, .ens-community[data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #FFF;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  padding-left: 30px;
}
.ens-community [data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button::after, .ens-community[data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "+";
  transform: none;
  left: 0;
  right: auto;
  top: 10px;
  position: absolute;
  font-family: var(--font-3);
}
.ens-community [data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button:focus, .ens-community[data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.ens-community [data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after, .ens-community[data-ens-family-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f068";
}
.ens-community .cta-main-wrapper-three[data-ens-family-native] .rts-btn.btn-primary, .ens-community.cta-main-wrapper-three[data-ens-family-native] .rts-btn.btn-primary {
  border: 1px solid #FFF;
  min-width: 204px;
  height: 65px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s;
}
.ens-community .cta-main-wrapper-three[data-ens-family-native] .rts-btn.btn-primary:hover, .ens-community.cta-main-wrapper-three[data-ens-family-native] .rts-btn.btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: #141414;
}
.ens-community [data-ens-family-native] { background-color:#141414; color:#fff; }
.ens-community [data-ens-family-native] :is(h2,h3,h5,p) { color:inherit; }
.ens-community [data-ens-family-native] .accordion-body { color:#d0d0d0; }
.ens-community [data-ens-family-native] .left-pd-image-bt-content p + p { margin-top:24px; }
.ens-community .cta-main-wrapper-three[data-ens-family-native] .left { max-width:700px; }
.ens-community .cta-main-wrapper-three[data-ens-family-native] .left .title { color:#fff !important; }
.ens-community [data-ens-family-native] .rts-btn { white-space:normal; text-align:center; }
.ens-community [data-ens-family-native] :is(h2,h3,h5) { overflow-wrap:break-word; }




/* Completed native section contracts: source extraction, scoped ownership. */


body [data-ens-owned-native] .rts-section-gap, body .rts-section-gap[data-ens-owned-native] {
  padding: 150px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .rts-section-gap, body .rts-section-gap[data-ens-owned-native] {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .rts-section-gap, body .rts-section-gap[data-ens-owned-native] {
    padding: 60px 0;
  }
}
body [data-ens-owned-native] .rts-section-gapBottom, body .rts-section-gapBottom[data-ens-owned-native] {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .rts-section-gapBottom, body .rts-section-gapBottom[data-ens-owned-native] {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .rts-section-gapBottom, body .rts-section-gapBottom[data-ens-owned-native] {
    padding-bottom: 60px;
  }
}
body [data-ens-owned-native] .rts-section-gapTop, body .rts-section-gapTop[data-ens-owned-native] {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .rts-section-gapTop, body .rts-section-gapTop[data-ens-owned-native] {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .rts-section-gapTop, body .rts-section-gapTop[data-ens-owned-native] {
    padding-top: 60px;
  }
}
body [data-ens-owned-native] .container, body .container[data-ens-owned-native] {
  max-width: 1290px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  body [data-ens-owned-native] .container, body .container[data-ens-owned-native] {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .container, body .container[data-ens-owned-native] {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .container, body .container[data-ens-owned-native] {
    padding: 0 20px;
  }
}
body [data-ens-owned-native] [data-ens-owned-hook~="grow"], body [data-ens-owned-hook~="grow"][data-ens-owned-native] {
  transform: scale(0.8);
}
body [data-ens-owned-native] .large-video-playing video, body .large-video-playing[data-ens-owned-native] video {
  max-width: 100%;
  width: 100%;
}
body [data-ens-owned-native] .title-area-left-three-large .left-m-para, body .title-area-left-three-large[data-ens-owned-native] .left-m-para {
  margin-left: 250px;
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 80px;
  position: relative;
}
body [data-ens-owned-native] .title-area-left-three-large .left-m-para::after, body .title-area-left-three-large[data-ens-owned-native] .left-m-para::after {
  position: absolute;
  content: "";
  left: -50px;
  height: 120%;
  background: #141414;
  width: 1px;
  top: -10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .title-area-left-three-large .left-m-para, body .title-area-left-three-large[data-ens-owned-native] .left-m-para {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .title-area-left-three-large .left-m-para, body .title-area-left-three-large[data-ens-owned-native] .left-m-para {
    margin-top: 0;
    margin-left: 0;
  }
}
body [data-ens-owned-native] .rts-breadcrumb-area, body .rts-breadcrumb-area[data-ens-owned-native] {
  background-image: url(../images/banner/18.png);
  height: 540px;
  border-bottom: 1px solid #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  body [data-ens-owned-native] .rts-breadcrumb-area, body .rts-breadcrumb-area[data-ens-owned-native] {
    height: 400px;
  }
}
@media (max-width: 768px) {
  body [data-ens-owned-native] .rts-breadcrumb-area, body .rts-breadcrumb-area[data-ens-owned-native] {
    height: auto;
    padding-top: 120px;
  }
}
body [data-ens-owned-native] .rts-breadcrumb-area .inner .works, body .rts-breadcrumb-area[data-ens-owned-native] .inner .works {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 576px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .works, body .rts-breadcrumb-area[data-ens-owned-native] .inner .works {
    font-size: 16px;
  }
}
body [data-ens-owned-native] .rts-breadcrumb-area .inner .title, body .rts-breadcrumb-area[data-ens-owned-native] .inner .title {
  color: #FFF;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1400px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .title, body .rts-breadcrumb-area[data-ens-owned-native] .inner .title {
    font-size: 94px;
  }
}
@media (max-width: 1200px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .title, body .rts-breadcrumb-area[data-ens-owned-native] .inner .title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .title, body .rts-breadcrumb-area[data-ens-owned-native] .inner .title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .title, body .rts-breadcrumb-area[data-ens-owned-native] .inner .title {
    font-size: 36px;
  }
}
body [data-ens-owned-native] .rts-breadcrumb-area .inner .bg-text, body .rts-breadcrumb-area[data-ens-owned-native] .inner .bg-text {
  color: rgba(255, 255, 255, 0.03);
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 46%;
  transform: translate(-50%, -50%);
  min-width: max-content;
}
@media (max-width: 1400px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .bg-text, body .rts-breadcrumb-area[data-ens-owned-native] .inner .bg-text {
    font-size: 180px;
    top: 55%;
  }
}
@media (max-width: 1200px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .bg-text, body .rts-breadcrumb-area[data-ens-owned-native] .inner .bg-text {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .bg-text, body .rts-breadcrumb-area[data-ens-owned-native] .inner .bg-text {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .bg-text, body .rts-breadcrumb-area[data-ens-owned-native] .inner .bg-text {
    font-size: 90px;
    top: 60%;
  }
}
@media (max-width: 576px) {
  body [data-ens-owned-native] .rts-breadcrumb-area .inner .bg-text, body .rts-breadcrumb-area[data-ens-owned-native] .inner .bg-text {
    font-size: 55px;
  }
}
body [data-ens-owned-native] .title-area-left-three span, body .title-area-left-three[data-ens-owned-native] span {
  color: #74787C;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
}
body [data-ens-owned-native] .title-area-left-three .title, body .title-area-left-three[data-ens-owned-native] .title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  body [data-ens-owned-native] .title-area-left-three .title br, body .title-area-left-three[data-ens-owned-native] .title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  body [data-ens-owned-native] .title-area-left-three .title, body .title-area-left-three[data-ens-owned-native] .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  body [data-ens-owned-native] .title-area-left-three .title, body .title-area-left-three[data-ens-owned-native] .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
  }
}
@media only screen and (max-width: 1199px) {
  body [data-ens-owned-native] .title-area-left-three p br, body .title-area-left-three[data-ens-owned-native] p br {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .title-area-left-three p br, body .title-area-left-three[data-ens-owned-native] p br {
    display: none;
  }
}
body [data-ens-owned-native] .title-area-left-three-large span, body .title-area-left-three-large[data-ens-owned-native] span {
  color: #74787C;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
}
body [data-ens-owned-native] .title-area-left-three-large .title, body .title-area-left-three-large[data-ens-owned-native] .title {
  color: #FFF;
  font-size: 80px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 58px !important;
  letter-spacing: 0;
  text-transform: uppercase !important;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .title-area-left-three-large .title, body .title-area-left-three-large[data-ens-owned-native] .title {
    font-size: 50px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 61px !important;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .title-area-left-three-large .title, body .title-area-left-three-large[data-ens-owned-native] .title {
    font-size: 36px !important;
    line-height: 50px !important;
  }
}
body [data-ens-owned-native] .skill-area-h3, body .skill-area-h3[data-ens-owned-native] {
  display: flex;
  align-items: center;
  gap: 60px;
}
body [data-ens-owned-native] .skill-area-h3 .single, body .skill-area-h3[data-ens-owned-native] .single {
  display: flex;
  align-items: center;
  gap: 20px;
}
body [data-ens-owned-native] .skill-area-h3 .single i, body .skill-area-h3[data-ens-owned-native] .single i {
  color: #fff;
}
body [data-ens-owned-native] .skill-area-h3 .single p, body .skill-area-h3[data-ens-owned-native] .single p {
  color: #fff;
}
body [data-ens-owned-native] .about-three-right-content .learn-more-btn, body .about-three-right-content[data-ens-owned-native] .learn-more-btn {
  color: #fff;
  margin-top: 50px;
  max-width: max-content;
}
body [data-ens-owned-native] .about-three-right-content .learn-more-btn i, body .about-three-right-content[data-ens-owned-native] .learn-more-btn i {
  border-color: #fff;
}
body [data-ens-owned-native] .parallax-about figure, body .parallax-about[data-ens-owned-native] figure {
  position: relative;
  margin: 0;
}
body [data-ens-owned-native] .parallax-about .pli-image-hover-zoom, body .parallax-about[data-ens-owned-native] .pli-image-hover-zoom {
  transition: all 1s cubic-bezier(0.07, 0.72, 0.29, 0.96);
}
body [data-ens-owned-native] .parallax-about img, body .parallax-about[data-ens-owned-native] img {
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.2);
  transform-origin: 50% 100%;
  width: 100%;
  height: auto;
  height: auto;
}
body [data-ens-owned-native] .cta-main-wrapper-three, body .cta-main-wrapper-three[data-ens-owned-native] {
  background: #0E0E0E;
}
body [data-ens-owned-native] .cta-main-wrapper-three .cta-main-wrapper-inner, body .cta-main-wrapper-three[data-ens-owned-native] .cta-main-wrapper-inner {
  background-image: url(../images/cta/03.jpg);
  padding: 55px 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .cta-main-wrapper-three .cta-main-wrapper-inner, body .cta-main-wrapper-three[data-ens-owned-native] .cta-main-wrapper-inner {
    padding: 25px 60px;
  }
}
@media only screen and (max-width: 575px) {
  body [data-ens-owned-native] .cta-main-wrapper-three .cta-main-wrapper-inner, body .cta-main-wrapper-three[data-ens-owned-native] .cta-main-wrapper-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  body [data-ens-owned-native] .cta-main-wrapper-three .cta-main-wrapper-inner, body .cta-main-wrapper-three[data-ens-owned-native] .cta-main-wrapper-inner {
    padding: 15px;
  }
}
body [data-ens-owned-native] .cta-main-wrapper-three .cta-main-wrapper-inner .left .title, body .cta-main-wrapper-three[data-ens-owned-native] .cta-main-wrapper-inner .left .title {
  color: #FFF;
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 0;
}
@media only screen and (max-width: 575px) {
  body [data-ens-owned-native] .cta-main-wrapper-three .cta-main-wrapper-inner .left .title, body .cta-main-wrapper-three[data-ens-owned-native] .cta-main-wrapper-inner .left .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  body [data-ens-owned-native] .cta-main-wrapper-three .cta-main-wrapper-inner .left .title, body .cta-main-wrapper-three[data-ens-owned-native] .cta-main-wrapper-inner .left .title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  body [data-ens-owned-native] .signle-portfolio-style-four-inner, body .signle-portfolio-style-four-inner[data-ens-owned-native] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner, body .signle-portfolio-style-four-inner[data-ens-owned-native] {
  position: relative;
  overflow: hidden;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner.last, body .signle-portfolio-style-four-inner.last[data-ens-owned-native] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner.last::after, body .signle-portfolio-style-four-inner.last::after[data-ens-owned-native] {
  display: none;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner.last .inner-content, body .signle-portfolio-style-four-inner.last[data-ens-owned-native] .inner-content {
  left: 110px;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner .thumbnail, body .signle-portfolio-style-four-inner[data-ens-owned-native] .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: max-content;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner .thumbnail img, body .signle-portfolio-style-four-inner[data-ens-owned-native] .thumbnail img {
  transition: 0.8s;
  transform: scale(1.1) skew(-3deg);
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner .thumbnail::before, body .signle-portfolio-style-four-inner[data-ens-owned-native] .thumbnail::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: 0.5s;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner:hover .thumbnail img, body .signle-portfolio-style-four-inner:hover[data-ens-owned-native] .thumbnail img {
  transform: scale(1.2) skew(0deg);
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner:hover .thumbnail::before, body .signle-portfolio-style-four-inner:hover[data-ens-owned-native] .thumbnail::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner:hover .inner-content, body .signle-portfolio-style-four-inner:hover[data-ens-owned-native] .inner-content {
  left: 40px;
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  body [data-ens-owned-native] .signle-portfolio-style-four-inner:hover .inner-content, body .signle-portfolio-style-four-inner:hover[data-ens-owned-native] .inner-content {
    bottom: 50px;
  }
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner:hover.last .inner-content, body .signle-portfolio-style-four-inner:hover.last[data-ens-owned-native] .inner-content {
  left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  body [data-ens-owned-native] .signle-portfolio-style-four-inner:hover.last .inner-content, body .signle-portfolio-style-four-inner:hover.last[data-ens-owned-native] .inner-content {
    left: 40px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  body [data-ens-owned-native] .signle-portfolio-style-four-inner:hover.last .inner-content, body .signle-portfolio-style-four-inner:hover.last[data-ens-owned-native] .inner-content {
    left: 40px;
    bottom: 50px;
  }
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner .inner-content, body .signle-portfolio-style-four-inner[data-ens-owned-native] .inner-content {
  position: absolute;
  bottom: 120px;
  opacity: 0;
  left: 30px;
  transition: 0.8s;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner .inner-content span, body .signle-portfolio-style-four-inner[data-ens-owned-native] .inner-content span {
  display: block;
  padding: 11px 20px;
  max-width: max-content;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner .inner-content a, body .signle-portfolio-style-four-inner[data-ens-owned-native] .inner-content a {
  padding: 18px 25px;
  background: #fff;
  display: block;
}
body [data-ens-owned-native] .signle-portfolio-style-four-inner .inner-content a .name, body .signle-portfolio-style-four-inner[data-ens-owned-native] .inner-content a .name {
  color: #141414;
  color: #141414;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
body [data-ens-owned-native] .single-portfolio-style-five, body .single-portfolio-style-five[data-ens-owned-native] {
  position: relative;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide {
  opacity: 1;
  transition: all 0.4s;
  cursor: url(../images/product/03.webp), auto;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five a, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five a {
  pointer-events: none;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five a img, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five a img {
  transform: scale(90%);
  width: 100%;
  transition: all 0.3s;
  height: 60vh;
}
@media only screen and (max-width: 1199px) {
  body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five a img, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five a img {
    height: 40vh;
    width: 100%;
  }
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five .inner-content, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five .inner-content {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  left: 30px;
  transition: 0.8s;
  transform: scale(1);
  mix-blend-mode: exclusion;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five .inner-content span, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five .inner-content span {
  display: block;
  padding: 11px 20px;
  max-width: max-content;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five .inner-content a, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five .inner-content a {
  padding: 18px 25px;
  display: block;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five .inner-content a .name, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five .inner-content a .name {
  color: #141414;
  font-size: calc(0px + 2.2vw);
  font-style: normal;
  margin-bottom: 0;
  color: var(--color-white);
  width: 100%;
  text-align: center;
  bottom: -70px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: font-variation-settings;
  font-stretch: 120%;
  font-variation-settings: "wght" 300;
  opacity: 0;
  transition-delay: 2s;
  -webkit-transition: font-variation-settings 520ms, text-shadow 1.4s ease, opacity 1s;
  transition: font-variation-settings 520ms, text-shadow 1.4s ease, opacity 1s;
}
@media (max-width: 1600px) {
  body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five .inner-content a .name, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five .inner-content a .name {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five .inner-content a .name, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five .inner-content a .name {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five .inner-content a .name, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide .single-portfolio-style-five .inner-content a .name {
    font-size: 26px;
  }
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide.swiper-slide-active .single-portfolio-style-five, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide.swiper-slide-active .single-portfolio-style-five {
  cursor: url(../images/product/03.webp), auto;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content {
  left: 40px;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
@media (max-width: 768px) {
  body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content {
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
  }
}
@media (max-width: 450px) {
  body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content {
    width: 100%;
  }
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content a .name, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content a .name {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: font-variation-settings;
  font-variation-settings: "wght" 900;
  transition-delay: 2s;
  opacity: 1;
  font-stretch: 80%;
  -webkit-transition: font-variation-settings 1s 0.2s, text-shadow 0.5s ease, opacity 1s 0.2s;
  transition: font-variation-settings 1s 0.2s, text-shadow 0.5s ease, opacity 1s 0.2s;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-next, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-next, body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-prev, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-prev {
  position: absolute;
  bottom: 10%;
  top: auto;
  display: block !important;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-image: none;
  transition: 0.3s;
  transform: scale(0.8);
  content: "" !important;
  background: #1D1D1D;
}
@media only screen and (max-width: 1199px) {
  body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-next, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-next, body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-prev, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-prev {
    bottom: 20%;
  }
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-next::after, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-next::after, body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-prev::after, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-prev::after {
  width: 38px !important;
  height: 13.692px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-next:hover, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-next:hover, body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-prev:hover, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-prev:hover {
  border: 1px solid #ffffff4d;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-next, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-next {
  right: 40px;
  bottom: 20px;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-next::after, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-next::after {
  background-image: url(../images/product/icons/01.png);
  background-size: contain;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-next:hover, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-next:hover {
  border: 1px solid #ffffff4d;
  transform: translateX(20px) scale(1);
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-prev, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-prev {
  right: unset;
  width: 38px !important;
  left: 40px;
  top: auto;
  bottom: 20px;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-prev::after, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-prev::after {
  position: absolute;
  background-image: url(../images/product/icons/02.png);
  background-size: contain;
}
body [data-ens-owned-native] .mySwiper_portfolio-5-scale-none .swiper-button-prev:hover, body .mySwiper_portfolio-5-scale-none[data-ens-owned-native] .swiper-button-prev:hover {
  border: 1px solid #ffffff4d;
  transform: translateX(-20px) scale(1);
}
body [data-ens-owned-native] .portfolio-center-scale-swiper-area .container-full, body .portfolio-center-scale-swiper-area[data-ens-owned-native] .container-full {
  padding-top: 0;
}
@media (max-width: 1299px) {
  body [data-ens-owned-native] .portfolio-center-scale-swiper-area .container-full, body .portfolio-center-scale-swiper-area[data-ens-owned-native] .container-full {
    padding-top: 0;
  }
}
body [data-ens-owned-native] .portfolio-large-img-and-top-title, body .portfolio-large-img-and-top-title[data-ens-owned-native] {
  background-image: url(../images/banner/19.png);
  background-repeat: no-repeat;
  background-position: top center;
}
body [data-ens-owned-native] .title-areas-wrapper-pd, body .title-areas-wrapper-pd[data-ens-owned-native] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .title, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .title {
  color: #FFF;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .title, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .title {
    font-size: 46px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .title, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .title {
    font-size: 46px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .title, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .title {
    font-size: 32px;
    line-height: 46px;
  }
}
body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .bottom-area, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .bottom-area {
  display: flex;
  align-items: center;
  gap: 85px;
  margin-top: 40px;
  padding-top: 37px;
  border-top: 1px solid #232323;
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .bottom-area, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .bottom-area {
    flex-wrap: wrap;
    gap: 50px;
  }
}
body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .bottom-area .single-categoiry {
  position: relative;
}
body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry:last-child::after, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .bottom-area .single-categoiry:last-child::after {
  display: none;
}
body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry::after, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .bottom-area .single-categoiry::after {
  position: absolute;
  right: -35px;
  height: 45px;
  width: 1px;
  background: #232323;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry::after, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .bottom-area .single-categoiry::after {
    display: none;
  }
}
body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry .light, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .bottom-area .single-categoiry .light {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
body [data-ens-owned-native] .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry span, body .title-areas-wrapper-pd[data-ens-owned-native] .left-area .bottom-area .single-categoiry span {
  color: #74787C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body [data-ens-owned-native] .title-areas-wrapper-pd .right .speen-shape, body .title-areas-wrapper-pd[data-ens-owned-native] .right .speen-shape {
  border-radius: 50%;
  border: 1px solid #5e5e5e2d;
  padding: 8px;
  margin-top: 50px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .title-areas-wrapper-pd .right .speen-shape, body .title-areas-wrapper-pd[data-ens-owned-native] .right .speen-shape {
    display: none;
  }
}
body [data-ens-owned-native] .title-areas-wrapper-pd .right .speen-shape::before, body .title-areas-wrapper-pd[data-ens-owned-native] .right .speen-shape::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}
body [data-ens-owned-native] .title-areas-wrapper-pd .right .speen-shape .uni-circle-text-path, body .title-areas-wrapper-pd[data-ens-owned-native] .right .speen-shape .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body [data-ens-owned-native] .title-areas-wrapper-pd .right .speen-shape .uni-circle-text-path textPath, body .title-areas-wrapper-pd[data-ens-owned-native] .right .speen-shape .uni-circle-text-path textPath {
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
}
body [data-ens-owned-native] .title-areas-wrapper-pd .right .speen-shape .uni-animation-spin, body .title-areas-wrapper-pd[data-ens-owned-native] .right .speen-shape .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
body [data-ens-owned-native] .title-areas-wrapper-pd .right .speen-shape i, body .title-areas-wrapper-pd[data-ens-owned-native] .right .speen-shape i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #919090;
}
body [data-ens-owned-native] .left-pd-image-bt-content.small-cn .stratagy-wrapper, body .left-pd-image-bt-content.small-cn[data-ens-owned-native] .stratagy-wrapper {
  gap: 50px !important;
}
body [data-ens-owned-native] .left-pd-image-bt-content .title, body .left-pd-image-bt-content[data-ens-owned-native] .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
body [data-ens-owned-native] .left-pd-image-bt-content p.dsic, body .left-pd-image-bt-content[data-ens-owned-native] p.dsic {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body [data-ens-owned-native] .left-pd-image-bt-content .bottom-content .title, body .left-pd-image-bt-content[data-ens-owned-native] .bottom-content .title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  max-width: max-content;
}
body [data-ens-owned-native] .left-pd-image-bt-content .bottom-content .title::after, body .left-pd-image-bt-content[data-ens-owned-native] .bottom-content .title::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  width: 124px;
  background: #323232;
  bottom: -13px;
}
body [data-ens-owned-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper, body .left-pd-image-bt-content[data-ens-owned-native] .bottom-content .stratagy-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper, body .left-pd-image-bt-content[data-ens-owned-native] .bottom-content .stratagy-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper, body .left-pd-image-bt-content[data-ens-owned-native] .bottom-content .stratagy-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
body [data-ens-owned-native] .left-pd-image-bt-content .bottom-content .stratagy-wrapper .title, body .left-pd-image-bt-content[data-ens-owned-native] .bottom-content .stratagy-wrapper .title {
  margin-bottom: 35px;
}
body [data-ens-owned-native] .single-product-pd-full img, body .single-product-pd-full[data-ens-owned-native] img {
  width: 100%;
}
body [data-ens-owned-native] .accordion-style-pd-1 .accordion, body .accordion-style-pd-1[data-ens-owned-native] .accordion {
  background: transparent;
  background-color: transparent;
}
body [data-ens-owned-native] .accordion-style-pd-1 .accordion .accordion-item, body .accordion-style-pd-1[data-ens-owned-native] .accordion .accordion-item {
  background-color: transparent;
}
body [data-ens-owned-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header, body .accordion-style-pd-1[data-ens-owned-native] .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
body [data-ens-owned-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button, body .accordion-style-pd-1[data-ens-owned-native] .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #FFF;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  padding-left: 30px;
}
body [data-ens-owned-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button::after, body .accordion-style-pd-1[data-ens-owned-native] .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "+";
  transform: none;
  left: 0;
  right: auto;
  top: 10px;
  position: absolute;
  font-family: var(--font-3);
}
body [data-ens-owned-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button:focus, body .accordion-style-pd-1[data-ens-owned-native] .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
body [data-ens-owned-native] .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after, body .accordion-style-pd-1[data-ens-owned-native] .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f068";
}
body [data-ens-owned-native] .container-140, body .container-140[data-ens-owned-native] {
  max-width: 1640px;
  margin: auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  body [data-ens-owned-native] .container-140, body .container-140[data-ens-owned-native] {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  body [data-ens-owned-native] .container-140, body .container-140[data-ens-owned-native] {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  body [data-ens-owned-native] .container-140, body .container-140[data-ens-owned-native] {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .container-140, body .container-140[data-ens-owned-native] {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .container-140, body .container-140[data-ens-owned-native] {
    padding: 0 15px;
  }
}
body [data-ens-owned-native] .blog-details-main-wrapper .main-wrapper, body .blog-details-main-wrapper[data-ens-owned-native] .main-wrapper {
  height: 665px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .blog-details-main-wrapper .main-wrapper, body .blog-details-main-wrapper[data-ens-owned-native] .main-wrapper {
    height: 350px;
  }
}
body [data-ens-owned-native] .blog-details-main-wrapper .thumbnail-banner-large-iamge, body .blog-details-main-wrapper[data-ens-owned-native] .thumbnail-banner-large-iamge {
  background-image: url(../images/blog/15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100%;
  transform: scaleX(1.4);
}
body [data-ens-owned-native] .blog-details-main-wrapper .quote-area, body .blog-details-main-wrapper[data-ens-owned-native] .quote-area {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 12px 0;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
@media (max-width: 576px) {
  body [data-ens-owned-native] .blog-details-main-wrapper .quote-area, body .blog-details-main-wrapper[data-ens-owned-native] .quote-area {
    display: block;
    text-align: center;
  }
}
body [data-ens-owned-native] .blog-details-main-wrapper .quote-area h6, body .blog-details-main-wrapper[data-ens-owned-native] .quote-area h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
  margin-bottom: 0;
}
@media (max-width: 576px) {
  body [data-ens-owned-native] .blog-details-main-wrapper .quote-area h6, body .blog-details-main-wrapper[data-ens-owned-native] .quote-area h6 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  body [data-ens-owned-native] .blog-details-main-wrapper .quote-area h6, body .blog-details-main-wrapper[data-ens-owned-native] .quote-area h6 {
    font-size: 18px;
  }
}
body [data-ens-owned-native] .rts-single-wized, body .rts-single-wized[data-ens-owned-native] {
  background: transparent;
  border-radius: 0;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #1E1E1E;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body [data-ens-owned-native] .rts-single-wized, body .rts-single-wized[data-ens-owned-native] {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  body [data-ens-owned-native] .rts-single-wized, body .rts-single-wized[data-ens-owned-native] {
    padding: 20px;
  }
}
body [data-ens-owned-native] .rts-single-wized:last-child, body .rts-single-wized:last-child[data-ens-owned-native] {
  margin-bottom: 0 !important;
}
body [data-ens-owned-native] .rts-single-wized .wized-header .title, body .rts-single-wized[data-ens-owned-native] .wized-header .title {
  margin-bottom: 10px;
}
body [data-ens-owned-native] .rts-single-wized .wized-body, body .rts-single-wized[data-ens-owned-native] .wized-body {
  margin-top: 30px;
}
body [data-ens-owned-native] .rts-single-wized .wized-body .rts-search-wrapper, body .rts-single-wized[data-ens-owned-native] .wized-body .rts-search-wrapper {
  position: relative;
}
body [data-ens-owned-native] .rts-single-wized .wized-body .rts-search-wrapper input, body .rts-single-wized[data-ens-owned-native] .wized-body .rts-search-wrapper input {
  background: transparent;
  height: 55px;
  border-radius: 0;
  padding-right: 70px;
  padding-left: 25px;
  border: 1px solid #1E1E1E;
}
body [data-ens-owned-native] .rts-single-wized .wized-body .rts-search-wrapper button, body .rts-single-wized[data-ens-owned-native] .wized-body .rts-search-wrapper button {
  position: absolute;
  max-width: max-content;
  height: 55px;
  width: 55px;
  border-radius: 0;
  background: var(--color-primary);
  display: inline-block;
  padding: 0 19px;
  right: 0;
}
body [data-ens-owned-native] .rts-single-wized .wized-body .rts-search-wrapper button i, body .rts-single-wized[data-ens-owned-native] .wized-body .rts-search-wrapper button i {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
body [data-ens-owned-native] .rts-single-wized .single-categories, body .rts-single-wized[data-ens-owned-native] .single-categories {
  margin-bottom: 15px;
  padding: 0;
}
body [data-ens-owned-native] .rts-single-wized .single-categories a, body .rts-single-wized[data-ens-owned-native] .single-categories a {
  transition: 0.3s;
}
body [data-ens-owned-native] .rts-single-wized .single-categories:hover a, body .rts-single-wized[data-ens-owned-native] .single-categories:hover a {
  background: #fff;
  color: #141414;
  transform: translateY(-3px);
}
body [data-ens-owned-native] .rts-single-wized .single-categories li, body .rts-single-wized[data-ens-owned-native] .single-categories li {
  list-style: none;
}
body [data-ens-owned-native] .rts-single-wized .single-categories li a, body .rts-single-wized[data-ens-owned-native] .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 25px;
  background: transparent;
  color: #bbbbbb;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 0;
  border: 1px solid #1e1e1e;
}
body [data-ens-owned-native] .rts-single-wized .single-categories li a i, body .rts-single-wized[data-ens-owned-native] .single-categories li a i {
  color: #383838;
  transition: 0.3s;
}
body [data-ens-owned-native] .rts-single-wized .recent-post-single, body .rts-single-wized[data-ens-owned-native] .recent-post-single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body [data-ens-owned-native] .rts-single-wized .recent-post-single .thumbnail, body .rts-single-wized[data-ens-owned-native] .recent-post-single .thumbnail {
  margin-right: 20px;
  overflow: hidden;
  max-width: max-content;
  width: 100%;
  border-radius: 0;
}
body [data-ens-owned-native] .rts-single-wized .recent-post-single .thumbnail:hover a img, body .rts-single-wized[data-ens-owned-native] .recent-post-single .thumbnail:hover a img {
  transform: scale(1.2);
}
body [data-ens-owned-native] .rts-single-wized .recent-post-single .thumbnail img, body .rts-single-wized[data-ens-owned-native] .recent-post-single .thumbnail img {
  min-width: 85px;
  height: auto;
  transition: 0.3s;
}
body [data-ens-owned-native] .rts-single-wized .recent-post-single .user, body .rts-single-wized[data-ens-owned-native] .recent-post-single .user {
  display: flex;
  align-items: center;
}
body [data-ens-owned-native] .rts-single-wized .recent-post-single .user span, body .rts-single-wized[data-ens-owned-native] .recent-post-single .user span {
  margin-left: 9px;
}
body [data-ens-owned-native] .rts-single-wized .recent-post-single .post-title .title, body .rts-single-wized[data-ens-owned-native] .recent-post-single .post-title .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #b4b4b4;
  line-height: 26px;
  margin-top: 5px;
  transition: 0.3s;
}
body [data-ens-owned-native] .rts-single-wized .recent-post-single .post-title:hover .title, body .rts-single-wized[data-ens-owned-native] .recent-post-single .post-title:hover .title {
  color: #fff;
}
body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row.row-1, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row.row-1 {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row.row-1, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row.row-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row.row-1, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row.row-1 {
    margin-bottom: 10px;
  }
}
body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row {
    gap: 10px;
  }
}
body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row a, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row a {
  overflow: hidden;
  border-radius: 0;
}
@media (max-width: 1200px) {
  body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row a, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row a {
    width: 100%;
  }
}
body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row a img, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row a img {
  max-width: 97px;
  height: auto;
  transition: 0.6s;
}
@media (max-width: 1200px) {
  body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row a img, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row a img {
    width: 100%;
    max-width: 100%;
  }
}
body [data-ens-owned-native] .rts-single-wized .gallery-inner .single-row a:hover img, body .rts-single-wized[data-ens-owned-native] .gallery-inner .single-row a:hover img {
  transform: scale(1.2);
}
body [data-ens-owned-native] .rts-single-wized .tags-wrapper, body .rts-single-wized[data-ens-owned-native] .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
body [data-ens-owned-native] .rts-single-wized .tags-wrapper a, body .rts-single-wized[data-ens-owned-native] .tags-wrapper a {
  padding: 5px 16px;
  background: transparent;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #bbbbbb;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s;
  transition: 0.3s;
  border: 1px solid #1e1e1e;
}
body [data-ens-owned-native] .rts-single-wized .tags-wrapper a:hover, body .rts-single-wized[data-ens-owned-native] .tags-wrapper a:hover {
  color: #fff;
}
body [data-ens-owned-native] .cta-main-wrapper-three .rts-btn.btn-primary, body .cta-main-wrapper-three[data-ens-owned-native] .rts-btn.btn-primary {
  border: 1px solid #FFF;
  min-width: 204px;
  height: 65px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s;
}
body [data-ens-owned-native] .cta-main-wrapper-three .rts-btn.btn-primary:hover, body .cta-main-wrapper-three[data-ens-owned-native] .rts-btn.btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: #141414;
}
body [data-ens-owned-native] .split-line, body .split-line[data-ens-owned-native] {
  overflow: hidden;
}
body [data-ens-owned-native] .split-parent, body .split-parent[data-ens-owned-native] {
  overflow: hidden;
}
