 
:root {
--title_color:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_queen {
 background-color: rgb(255, 255, 255);
 padding: 133px 0px 60px;
 position: relative;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_queen {
 padding: 4rem 0px 3rem;
 }}
.about_queen .bg {
 position: absolute;
 top: 56px;
 left: -2%;
 width: 110%;
 transition: 1s;
 }
@media screen and (max-width: 768px){
.about_queen .bg {
 width: 100%;
 }}
.about_queen .bg img {
 display: block;
 width: 100%;
 height: 100%;
 aspect-ratio: 2144 / 1434;
 object-fit: cover;
 }
.content {
 max-width: 1585px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 1.25rem;
 }
@media screen and (max-width: 768px){
.about_queen .flex {
 flex-direction: column;
 gap: 2rem;
 }}
.about_queen .left {
 width: 48.3281%;
 }
@media screen and (max-width: 768px){
.about_queen .left {
 width: 100%;
 }}
.img.img_cv {
 overflow: hidden;
 }
.about_queen .left .img {
 aspect-ratio: 766 / 865;
 }
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.about_queen .left .img:hover img {
 transform: scale(1.03);
 }
.about_queen .head {
 flex: 1 1 0%;
 max-width: 669px;
 padding-bottom: 6.6%;
 }
@media screen and (max-width: 768px){
.about_queen .head {
 padding: 0px;
 }}
.head .subtitle {
 color: rgb(125, 108, 127);
 font-size: 20px;
 letter-spacing: 2px;
 margin-bottom: 8px;
 font-family: Allura, sans-serif;
 display: inline-block;
 }
.fadeIn {
 animation-name: fadeIn;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
h1, h2, h3, h4, h5, h6, .title {
 font-family: "Shippori Mincho", sans-serif;
 }
.head h2 {
 font-size: 42px;
 font-weight: 500;
 }
.head h2::after {
 content: "";
 display: inline-block;
 vertical-align: top;
 width: 12px;
 margin-left: 10px;
 aspect-ratio: 12 / 20;
 transform: translateY(6px);
 background: url("https://ugg.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/about_1/assets/img/icon-star.svg") center center / contain no-repeat;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.head h2 {
 font-size: 32px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.about_queen .head .desc {
 font-size: 16px;
 font-weight: 300;
 color: rgb(61, 61, 61);
 line-height: 28px;
 max-width: 648px;
 margin-top: 36px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.about_queen .head .desc {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-top: 0.5rem;
 }}
.about_queen .head .desc p + p {
 margin-top: 28px;
 }
@media screen and (max-width: 768px){
.about_queen .head .desc p + p {
 margin-top: 0.5rem;
 }}
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 gap: 8px;
 display: inline-flex;
 vertical-align: top;
 align-items: center;
 justify-content: center;
 text-align: center;
 transition: 0.3s;
 cursor: pointer;
 font-size: 1rem;
 font-weight: 500;
 padding: 15px 30px;
 border: 1px solid var(--title_color);
 background-color: transparent;
 }
.btn::after {
 content: "";
 display: block;
 width: 12px;
 aspect-ratio: 1 / 1;
 transition: 0.3s;
 transform: translateY(1px);
 filter: contrast(0) brightness(0);
 background: url("https://ugg.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/about_1/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 }
.btn:hover {
 color: rgb(255, 255, 255);
 background-color: var(--title_color);
 }
.btn:hover::after {
 transform: translate(5px, 1px);
 filter: contrast(0) brightness(2);
 }
.about_queen .head .btn {
 margin-top: 52px;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 1.5;
 padding: 0.6rem 1rem;
 min-width: 120px;
 text-align: center;
 }}
@media screen and (max-width: 768px){
.about_queen .head .btn {
 margin-top: 2rem;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}
 
.section-story-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0px;
}

.text-column {
  flex: 1 1 50%;
  min-width: 300px;
  box-sizing: border-box;
  padding-right: 20px;
}

.text-column h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
}

.text-column hr {
  width: 40px;
  border: none;
  border-top: 4px solid #ccc;
  margin: 20px 0;
}

.text-column p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 20px;
}

.image-column {
  flex: 1 1 50%;
  min-width: 300px;
  box-sizing: border-box;
  text-align: right;
}

.image-column img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
 
@media (max-width: 768px) {
    .section-story-container {
      flex-direction: column;
      text-align: left;
    }
  
    .image-column {
      order: -1;
      text-align: center;
      padding-bottom: 30px;
    }
  }
@media screen and (max-width: 768px){
.about_queen {
 padding: 4rem 0px 3rem;
 }}
@media screen and (max-width: 768px){
.about_queen .bg {
 width: 100%;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.about_queen .flex {
 flex-direction: column;
 gap: 2rem;
 }}
@media screen and (max-width: 768px){
.about_queen .left {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.about_queen .head {
 padding: 0px;
 }}
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.head h2 {
 font-size: 32px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.about_queen .head .desc {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-top: 0.5rem;
 }}
@media screen and (max-width: 768px){
.about_queen .head .desc p + p {
 margin-top: 0.5rem;
 }}
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 1.5;
 padding: 0.6rem 1rem;
 min-width: 120px;
 text-align: center;
 }}
@media screen and (max-width: 768px){
.about_queen .head .btn {
 margin-top: 2rem;
 }}
 
@media screen and (max-width: 786px){


}
.about_freedom {
 padding: 115px 0px 75px;
 }
@media screen and (max-width: 768px){
.about_freedom {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.center {
 text-align: center;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
.head h2::after {
 content: "";
 display: inline-block;
 vertical-align: top;
 width: 12px;
 margin-left: 10px;
 aspect-ratio: 12 / 20;
 transform: translateY(6px);
 background: url("https://ugg.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/about_2/assets/img/icon-star.svg") center center / contain no-repeat;
 }
.about_freedom h2 {
 margin-top: 5px;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.head h2 {
 font-size: 32px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.about_freedom .head h2 {
 margin-top: 0px;
 }}
.about_freedom .head .desc {
 font-size: 16px;
 line-height: 28px;
 color: rgb(61, 61, 61);
 font-weight: 300;
 max-width: 850px;
 margin: 37px auto 0px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.about_freedom .head .desc {
 font-size: 0.9rem;
 margin-top: 0.5rem;
 line-height: 1.5;
 }}
.about_freedom .list {
 margin-top: 161px;
 position: relative;
 z-index: 2;
 }
.about_freedom .list::after {
 content: "";
 display: block;
 width: 1px;
 height: 85px;
 position: absolute;
 top: -117px;
 left: 50%;
 transform: translateX(-50%);
 background: rgb(0, 0, 0);
 z-index: -1;
 pointer-events: none;
 }
@media screen and (max-width: 768px){
.about_freedom .list {
 margin-top: 2rem;
 }}
@media screen and (max-width: 768px){
.about_freedom .list::after {
 display: none;
 }}
ul {
 list-style: none;
 }
.about_freedom .list ul {
 display: flex;
 justify-content: space-between;
 gap: 5.9937%;
 }
@media screen and (max-width: 768px){
.about_freedom .list ul {
 overflow: auto;
 width: 100vw;
 margin-left: -1.2rem;
 padding: 0px 1.2rem;
 gap: 1rem;
 }}
.about_freedom .list li {
 flex: 1 1 0%;
 }
@media screen and (max-width: 768px){
.about_freedom .list li {
 min-width: 260px;
 }}
.about_freedom .list .img {
 aspect-ratio: 465 / 557;
 }
.about_freedom .list .img:hover img {
 transform: scale(1.03);
 }
.about_freedom .list strong {
 font-size: 22px;
 font-weight: 500;
 color: rgb(0, 0, 0);
 margin-top: 25px;
 display: block;
 }
@media screen and (max-width: 768px){
.about_freedom .list li strong {
 font-size: 18px;
 margin-top: 1.2rem;
 }}
.about_freedom .list p {
 font-size: 16px;
 font-weight: 300;
 line-height: 28px;
 color: rgb(61, 61, 61);
 margin-top: 13px;
 }
@media screen and (max-width: 768px){
.about_freedom .list li p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 0.5rem;
 }}
.about_freedom .list li:nth-child(2) {
 transform: translateY(-52px);
 }
@media screen and (max-width: 768px){
.about_freedom .list li:nth-child(2) {
 transform: unset;
 }}
 
@media screen and (max-width: 786px){


}
@media screen and (max-width: 768px){
.about_queen {
 padding: 4rem 0px 3rem;
 }}
@media screen and (max-width: 768px){
.about_queen .bg {
 width: 100%;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.about_queen .flex {
 flex-direction: column;
 gap: 2rem;
 }}
@media screen and (max-width: 768px){
.about_queen .left {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.about_queen .head {
 padding: 0px;
 }}
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.head h2 {
 font-size: 32px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.about_queen .head .desc {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-top: 0.5rem;
 }}
@media screen and (max-width: 768px){
.about_queen .head .desc p + p {
 margin-top: 0.5rem;
 }}
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 1.5;
 padding: 0.6rem 1rem;
 min-width: 120px;
 text-align: center;
 }}
@media screen and (max-width: 768px){
.about_queen .head .btn {
 margin-top: 2rem;
 }}
 
@media screen and (max-width: 786px){


}