* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 6.4rem;
  gap: 1.6rem;
  padding: 0px 3.5rem;
  font-weight: 500;
  letter-spacing: 0.012rem;
}
.btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  border-radius: 0.8rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: 0.3s;
}
.btn::after {
  display: inline-block;
  content: "";
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/application1-page_banner-img_bg/assets/img/arrow-tr.svg") center center / contain no-repeat;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
}
.btn:hover::before {
  background-color: var(--secondary);
  transform: skewX(0deg);
}
.btn:hover::after {
  transform: rotate(45deg);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head.sm_lh p {
  line-height: 2.8rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  letter-spacing: 0.018rem;
}
.head h1 {
  font-size: 6.6rem;
  line-height: 1.16667;
  font-weight: 700;
  letter-spacing: 0.14rem;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.page_banner {
  overflow: hidden;
}
.page_banner::before {
  width: 61.6146%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-image: linear-gradient(
    to right,
    rgb(0, 15, 51) -4.3111%,
    transparent
  );
  opacity: 0.61;
  pointer-events: none;
  z-index: -1;
}
.page_banner .flex {
  height: 100vh;
  max-height: 91rem;
  min-height: max-content;
  padding: 16rem 0px 10.1rem;
}
.page_banner .head {
  width: 66.159%;
  max-width: 76.8rem;
}
.page_banner p {
  max-width: 64.8rem;
  margin-top: 1.8rem;
}
.page_banner .btn {
  margin-top: 3.7rem;
}
.page_banner .head {
  padding-bottom: 1.7%;
}
.page_banner h1 {
  max-width: 68rem;
}
.page_banner p {
  max-width: 52.5rem;
  margin-top: 1.7rem;
}
.page_banner .btn {
  margin-top: 2.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    letter-spacing: unset;
  }
  .btn::after,
  .btn_line::after {
    width: 10px;
    height: 10px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.sm_lh p {
    line-height: 1.5;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    margin-top: 20px;
  }
  .page_banner::before {
    width: 100%;
  }
  .page_banner .flex {
    height: auto;
    min-height: unset;
    padding: 50px 0px;
  }
  .page_banner .flex .head {
    padding: 0px;
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_banner::before {
    background-color: rgb(0, 15, 51);
    opacity: 0.4;
  }
  .page_banner .flex .head {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 6.4rem;
  gap: 1.6rem;
  padding: 0px 3.5rem;
  font-weight: 500;
  letter-spacing: 0.012rem;
}
.btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  border-radius: 0.8rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: 0.3s;
}
.btn::after {
  display: inline-block;
  content: "";
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/application2-application_intro/assets/img/arrow-tr.svg") center center / contain no-repeat;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
}
.btn:hover::before {
  background-color: var(--secondary);
  transform: skewX(0deg);
}
.btn:hover::after {
  transform: rotate(45deg);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  font-size: 1.6rem;
  color: rgb(100, 108, 109);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.09rem;
}
.head .subtitle::before {
  display: block;
  padding-bottom: 55%;
  content: "";
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/application2-application_intro/assets/img/icon-subtitle.svg") center center / contain no-repeat;
  margin-top: 1px;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.application_intro {
  padding: 10rem 0px 13.5rem;
}
.application_intro .head .syedittext {
  max-width: 87.2rem;
}
.application_intro .head .syedittext p {
  hyphens: auto;
}
.application_intro .subtitle {
  margin-bottom: 1.2rem;
}
.application_intro p {
  margin-top: 3.3rem;
}
.application_intro .btn {
  margin-bottom: 0.3rem;
}
.application_intro .grid {
  display: grid;
  grid-template-columns: 65.6911% 1fr;
  gap: 2rem 2.15603%;
  margin-top: 6.7rem;
}
.application_intro .img {
  border-radius: 2rem;
  padding-bottom: 55.788%;
}
.application_intro .img:hover img {
  transform: scale(1.02);
}
.application_intro .item {
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  background-color: var(--bg2);
  padding: 7.2rem 5.2rem 4.7rem;
}
.application_intro .item .icon {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2;
  margin-bottom: auto;
  margin-left: 5%;
}
.application_intro .item .icon::before,
.application_intro .item .icon::after {
  background-color: var(--primary);
  opacity: 0.1;
  transition: 0.3s;
  position: absolute;
  z-index: -1;
  content: "";
  transform: var(--skewX);
  border-radius: 1rem;
}
.application_intro .item .icon::before {
  width: 108.33%;
  height: 93.33%;
  top: -23.6667%;
  left: -26.6667%;
}
.application_intro .item .icon::after {
  width: 41.667%;
  height: 36.667%;
  bottom: -5.3333%;
  right: -21.6667%;
  border-radius: 0.4rem;
}
.application_intro .item .info {
  margin-top: 3rem;
}
.application_intro .item .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
}
.application_intro .item .info p {
  line-height: 2.8rem;
  margin-top: 2.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    letter-spacing: unset;
  }
  .btn::after,
  .btn_line::after {
    width: 10px;
    height: 10px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head .subtitle {
    grid-template-columns: 14px 1fr;
    font-size: 14px;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: unset;
    gap: 8px;
  }
  div.head .subtitle::before {
    margin: 0px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    margin-top: 20px;
  }
  div.head.flex .btn,
  div.head.flex .btn_line,
  div.head.flex .btn_i {
    margin: 0px;
  }
  .application_intro {
    padding: 50px 0px;
  }
  .application_intro .grid {
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    margin-top: 30px;
  }
  .application_intro .img {
    border-radius: 10px;
  }
  .application_intro .item {
    padding: 20px;
    border-radius: 10px;
  }
  .application_intro .item .icon {
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  .application_intro .item .info {
    margin-top: 20px;
  }
  .application_intro .item .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .application_intro .item .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .application_intro .grid {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.btn_i {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: var(--title);
  gap: 2.2rem;
}
.btn_i i {
  display: block;
  position: relative;
  z-index: 2;
  width: 4.7rem;
}
.btn_i i::after {
  display: block;
  content: "";
  padding-bottom: 85.11%;
  transition: 0.3s;
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/product4-product_specs_noimg/assets/img/arrow-r.svg") center center / 29.8% no-repeat;
  filter: contrast(0) brightness(2);
}
.btn_i i::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  border-radius: 0.7rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: 0.3s;
}
.btn_i:hover {
  color: var(--secondary);
}
.btn_i:hover i::before {
  transform: skewX(0deg);
  background-color: var(--secondary);
}
.head.sm h2 {
  font-size: 4.8rem;
  line-height: 1.375;
  letter-spacing: 0.1rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.product_specs {
  background-color: var(--bg2);
  padding: 13.6rem 0px 13.7rem;
}
.product_specs .flex {
  margin-top: 3rem;
}
.product_specs .img {
  width: 45.0725%;
  height: auto;
}
.product_specs .img:hover img {
  transform: scale(1.02);
}
.product_specs .rt {
  width: 100%;
}
.product_specs .rt p{
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 500;
}
.product_specs table td {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 500;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 1.4rem 0px 1.1rem;
  vertical-align: top;
}
.product_specs table td:first-child {
  font-weight: 400;
  color: rgb(107, 107, 107);
  padding-right: 1rem;
  width: 37.9%;
}
.product_specs .btn_i {
  margin-top: 3.2rem;
  gap: 2.7rem;
}
.product_specs .btn_i i::after {
  background-image: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/product4-product_specs_noimg/assets/img/icon-download-w.svg");
  background-size: 36%;
  transform: rotate(0deg);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head.sm h2 {
    font-size: 4rem;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn_i {
    font-size: 14px;
    line-height: 1.5;
    gap: 12px;
  }
  .btn_i i {
    width: 40px;
  }
  div.head.sm h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .product_specs {
    padding: 50px 0px;
  }
  .product_specs .flex {
    margin-top: 30px;
  }
  .product_specs table td {
    font-size: 14px;
    line-height: 1.4;
    padding: 14px 0px;
  }
  .product_specs .btn_i {
    margin-top: 20px;
    gap: 12px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .product_specs .img {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head.sm h2 {
  font-size: 4.8rem;
  line-height: 1.375;
  letter-spacing: 0.1rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.product_features {
  padding: 11.6rem 0px 13.2rem;
}
.product_features .flex {
  margin-top: 3.9rem;
}
.product_features .flex .syedittext {
  flex: 1 1 0%;
}
.product_features .syedittext h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  max-width: 33.5rem;
  letter-spacing: 0.04rem;
  margin-top: 0.5rem;
}
.product_features .syedittext p {
  margin-top: 2.6rem;
  max-width: 58.2rem;
}
.product_features .syedittext ul {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: var(--text);
}
.product_features .syedittext ul li + li {
  margin-top: 1.3rem;
}
.product_features .syedittext ul li {
  position: relative;
  padding-left: 3.4rem;
}
.product_features .syedittext ul li::before {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/product3-product_features/assets/img/gou-full.svg") center center / contain no-repeat;
  content: "";
  left: 0px;
  top: 1px;
}
.product_features .rt {
  border-left: 1px solid rgb(206, 206, 206);
  padding-left: 7.8rem;
  max-width: 68.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head.sm h2 {
    font-size: 4rem;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.sm h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .product_features {
    padding: 50px 0px;
  }
  .product_features .flex {
    margin-top: 30px;
  }
  .product_features .syedittext h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin: 0px;
  }
  .product_features .syedittext p {
    margin-top: 10px;
  }
  .product_features .syedittext ul {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_features .syedittext ul li + li {
    margin-top: 10px;
  }
  .product_features .syedittext ul li {
    padding-left: 25px;
  }
  .product_features .syedittext ul li::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
  .product_features .rt {
    padding-left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .product_features .flex {
    display: block;
    margin-top: 14px;
  }
  .product_features .syedittext ul {
    margin-top: 14px;
  }
  .product_features .rt {
    padding: 0px;
    border-left: none;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  font-size: 1.6rem;
  color: rgb(100, 108, 109);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.09rem;
}
.head .subtitle::before {
  display: block;
  padding-bottom: 55%;
  content: "";
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/application4-application_problem/assets/img/icon-subtitle.svg") center center / contain no-repeat;
  margin-top: 1px;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.application_problem {
  padding: 12.8rem 0px 3.2rem;
}
.application_problem .subtitle {
  margin-bottom: 1.2rem;
}
.application_problem h2 {
  max-width: 51.3rem;
}
.application_problem .flex {
  margin-top: 4rem;
}
.application_problem .flex .syedittext {
  flex: 1 1 0%;
}
.application_problem .syedittext h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  max-width: 33.5rem;
  letter-spacing: 0.04rem;
}
.application_problem .syedittext p {
  margin-top: 2.5rem;
  max-width: 58.2rem;
}
.application_problem .syedittext ul {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: var(--text);
}
.application_problem .syedittext ul li + li {
  margin-top: 1.5rem;
}
.application_problem .syedittext ul li {
  position: relative;
  padding-left: 3.4rem;
}
.application_problem .syedittext ul li::before {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/application4-application_problem/assets/img/icon-warning.svg") center center / contain no-repeat;
  content: "";
  left: 0px;
  top: 0.4rem;
}
.application_problem .rt {
  border-left: 1px solid rgb(206, 206, 206);
  padding-left: 7.8rem;
  max-width: 72rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head .subtitle {
    grid-template-columns: 14px 1fr;
    font-size: 14px;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: unset;
    gap: 8px;
  }
  div.head .subtitle::before {
    margin: 0px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .application_problem {
    padding: 50px 0px;
  }
  .application_problem .flex {
    margin-top: 30px;
  }
  .application_problem .syedittext h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin: 0px;
  }
  .application_problem .syedittext p {
    margin-top: 10px;
  }
  .application_problem .syedittext ul {
    font-size: 14px;
    line-height: 1.5;
  }
  .application_problem .syedittext ul li + li {
    margin-top: 10px;
  }
  .application_problem .syedittext ul li {
    padding-left: 25px;
  }
  .application_problem .syedittext ul li::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
  .application_problem .rt {
    padding-left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .application_problem .flex {
    display: block;
    margin-top: 14px;
  }
  .application_problem .syedittext ul {
    margin-top: 14px;
  }
  .application_problem .rt {
    padding: 0px;
    border-left: none;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head.sm h2 {
  font-size: 4.8rem;
  line-height: 1.375;
  letter-spacing: 0.1rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.product_features {
  padding: 11.6rem 0px 13.2rem;
}
.product_features .flex {
  margin-top: 3.9rem;
}
.product_features .flex .syedittext {
  flex: 1 1 0%;
}
.product_features .syedittext h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  max-width: 33.5rem;
  letter-spacing: 0.04rem;
  margin-top: 0.5rem;
}
.product_features .syedittext p {
  margin-top: 2.6rem;
  max-width: 58.2rem;
}
.product_features .syedittext ul {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: var(--text);
}
.product_features .syedittext ul li + li {
  margin-top: 1.3rem;
}
.product_features .syedittext ul li {
  position: relative;
  padding-left: 3.4rem;
}
.product_features .syedittext ul li::before {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/product3-product_features/assets/img/gou-full.svg") center center / contain no-repeat;
  content: "";
  left: 0px;
  top: 1px;
}
.product_features .rt {
  border-left: 1px solid rgb(206, 206, 206);
  padding-left: 7.8rem;
  max-width: 68.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head.sm h2 {
    font-size: 4rem;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.sm h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .product_features {
    padding: 50px 0px;
  }
  .product_features .flex {
    margin-top: 30px;
  }
  .product_features .syedittext h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin: 0px;
  }
  .product_features .syedittext p {
    margin-top: 10px;
  }
  .product_features .syedittext ul {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_features .syedittext ul li + li {
    margin-top: 10px;
  }
  .product_features .syedittext ul li {
    padding-left: 25px;
  }
  .product_features .syedittext ul li::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
  .product_features .rt {
    padding-left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .product_features .flex {
    display: block;
    margin-top: 14px;
  }
  .product_features .syedittext ul {
    margin-top: 14px;
  }
  .product_features .rt {
    padding: 0px;
    border-left: none;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  font-size: 1.6rem;
  color: rgb(100, 108, 109);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.09rem;
}
.head .subtitle::before {
  display: block;
  padding-bottom: 55%;
  content: "";
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/application3-application_process/assets/img/icon-subtitle.svg") center center / contain no-repeat;
  margin-top: 1px;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.application_process {
  background-color: var(--bg2);
  padding: 13.1rem 0px 13.2rem;
}
.application_process .head {
  max-width: 59.5rem;
}
.application_process .subtitle {
  margin-bottom: 1.2rem;
}
.application_process p {
  margin-top: 1.8rem;
}
.application_process .flex {
  margin-top: 4.6rem;
}
.application_process .flex .lt {
  width: 45.4348%;
  margin-top: 0.8%;
}
.application_process .flex .rt {
  flex: 1 1 0%;
  width: 100%;
  max-width: 61.9rem;
}
.application_process .application_process_swiper {
  overflow: hidden;
  border-radius: 2.9rem;
}
.application_process .application_process_swiper .img {
  padding-bottom: 67.6236%;
}
.application_process .application_process_swiper .img:hover img {
  transform: scale(1.02);
}
.application_process .items {
  counter-reset: num 0;
}
.application_process .items .item {
  position: relative;
  z-index: 2;
  padding-left: 9.5rem;
  --w: 5.3rem;
}
.application_process .items .item::after {
  position: absolute;
  left: 0px;
  top: 1rem;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid rgba(10, 22, 45, 0.2);
  counter-increment: num 1;
  content: counter(num);
  font-size: 1.7rem;
  font-weight: 500;
  color: rgb(35, 24, 21);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.application_process .items .item::before {
  width: calc(var(--w) * 0.491);
  height: calc(100% - 1.6rem);
  position: absolute;
  left: calc(var(--w) / 2);
  top: 1.2rem;
  transform: translateX(-50%);
  border-radius: 100px;
  background-image: linear-gradient(transparent, rgba(96, 181, 64, 0.39));
  content: "";
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.application_process .items .item.active::after {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: rgb(255, 255, 255);
  top: 1.3rem;
}
.application_process .items .item.active::before {
  opacity: 1;
}
.application_process .items .item.active .title {
  font-weight: 600;
}
.application_process .items .item.active + .item::after {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: rgb(255, 255, 255);
  top: 1.2rem;
}
.application_process .items .item:nth-child(-n + 9)::after {
  content: "0" counter(num);
}
.application_process .items .item:last-child::before {
  display: none;
}
.application_process .items .title {
  cursor: pointer;
  font-size: 2.6rem;
  font-weight: 500;
  transition: 0.3s;
  padding: 2.4rem 0px;
  letter-spacing: 0.045rem;
}
.application_process .items .desc {
  display: none;
  line-height: 3.2rem;
  color: rgb(71, 71, 71);
  hyphens: auto;
  max-width: 50.3rem;
  margin-top: -0.4rem;
  padding-bottom: 4.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head .subtitle {
    grid-template-columns: 14px 1fr;
    font-size: 14px;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: unset;
    gap: 8px;
  }
  div.head .subtitle::before {
    margin: 0px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .application_process {
    padding: 50px 0px;
  }
  .application_process .flex {
    margin-top: 30px;
    align-items: center;
  }
  .application_process .flex .lt {
    margin: 0px;
  }
  .application_process .application_process_swiper {
    border-radius: 10px;
  }
  .application_process .items .item {
    padding-left: 60px;
    --w: 35px;
  }
  .application_process .items .item::after {
    font-size: 14px;
    top: 8px;
  }
  .application_process .items .item::before {
    height: calc(100% - 14px);
    top: 8px;
  }
  .application_process .items .item.active::after {
    top: 8px;
  }
  .application_process .items .item.active + .item::after {
    top: 8px;
  }
  .application_process .items .title {
    font-size: 18px;
    padding: 14px 0px;
    letter-spacing: unset;
  }
  .application_process .items .desc {
    line-height: 1.5;
    margin-top: 0px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .application_process .flex .lt {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.swiper_btns {
  gap: 2.2rem;
  display: flex;
}
.swiper_btns div {
  position: relative;
  width: 6.7rem;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_btns div::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 1rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  transition: 0.3s;
  transform: var(--skewX);
}
.swiper_btns div::after {
  content: "";
  display: block;
  padding-bottom: 86.5672%;
  transition: 0.3s;
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/application5-page_benefit/assets/img/arrow.svg") center center / 28% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover::before {
  background-color: var(--secondary);
  border-color: var(--secondary);
  transform: skewX(0deg);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::before {
  border-color: rgba(25, 25, 25, 0.3);
  background-color: transparent;
  transform: var(--skewX);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  font-size: 1.6rem;
  color: rgb(100, 108, 109);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.09rem;
}
.head .subtitle::before {
  display: block;
  padding-bottom: 55%;
  content: "";
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/application5-page_benefit/assets/img/icon-subtitle.svg") center center / contain no-repeat;
  margin-top: 1px;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.page_benefit {
  overflow: hidden;
  padding: 10.2rem 0px 3.2rem;
}
.page_benefit .lt {
  width: 45.8986%;
  margin-left: -12.6812%;
  position: relative;
  margin-bottom: 4.2%;
}
.page_benefit .lt .img {
  height: auto;
}
.page_benefit .lt .img:hover img {
  transform: scale(1.02);
}
.page_benefit .lt .logo {
  position: absolute;
  width: 109.95%;
  right: 69.981%;
  top: 0px;
  opacity: 0.47;
  z-index: -1;
}
.page_benefit .lt .logo:hover img {
  transform: unset;
}
.page_benefit .rt {
  width: 65.87%;
}
.page_benefit h2 {
  max-width: 74.6rem;
}
.page_benefit p {
  max-width: 81.4rem;
  margin-top: 0.9rem;
}
.page_benefit .page_benefit_swiper {
  margin-top: 5.7rem;
}
.page_benefit .page_benefit_swiper .swiper-slide {
  max-width: 30.5rem;
  transition:
    transform 0.4s,
    opacity 0.3s;
  transform: translateX(100%) scale3d(0.3, 0.3, 0.3);
  opacity: 0;
  pointer-events: none;
}
.page_benefit .page_benefit_swiper .swiper-slide-active {
  transform: translateX(0px);
  opacity: 1;
  pointer-events: all;
}
.page_benefit .page_benefit_swiper .swiper-slide-active ~ .swiper-slide {
  transform: translateX(0px);
  opacity: 1;
  pointer-events: all;
}
.page_benefit .item {
  border-radius: 2.4rem;
  border: 1px solid rgb(211, 211, 211);
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 37.6rem;
  padding: 13.443% 10.164% 12.459%;
}
.page_benefit .item .info {
  flex: 1 1 0%;
}
.page_benefit .item .info h3 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}
.page_benefit .item .info p {
  line-height: 2.7rem;
  margin-top: 2.1rem;
}
.page_benefit .item .icon {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2;
  margin-top: 3rem;
  margin-left: 5.4%;
}
.page_benefit .item .icon::before,
.page_benefit .item .icon::after {
  background-color: var(--primary);
  opacity: 0.1;
  transition: 0.3s;
  position: absolute;
  z-index: -1;
  content: "";
  transform: var(--skewX);
  border-radius: 1rem;
}
.page_benefit .item .icon::before {
  width: 100%;
  height: 86.667%;
  top: -10%;
  left: -16.33%;
}
.page_benefit .item .icon::after {
  width: 40.333%;
  height: 33.33%;
  bottom: -11.667%;
  right: -15%;
  border-radius: 0.4rem;
}
.page_benefit .swiper_btns {
  margin-top: 4.5rem;
  justify-content: flex-end;
}
.page_benefit {
  padding-top: 3.2rem;
  padding-bottom: 10.4rem;
}
.page_benefit .subtitle {
  margin-bottom: 1.2rem;
}
.page_benefit p {
  margin-top: 3.2rem;
  max-width: 71.5rem;
}
.page_benefit .rt {
  width: 69.2754%;
}
.page_benefit .lt {
  width: 37.8986%;
  margin-left: -10.2899%;
  margin-bottom: 9%;
}
.page_benefit .lt .logo {
  width: 126%;
  right: 67.8776%;
  top: 24.5%;
}
.page_benefit .page_benefit_swiper {
  margin-top: 3.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .page_benefit .lt {
    width: 36.8986%;
    margin-left: -3.6812%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
  .page_benefit .rt {
    width: 66%;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head .subtitle {
    grid-template-columns: 14px 1fr;
    font-size: 14px;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: unset;
    gap: 8px;
  }
  div.head .subtitle::before {
    margin: 0px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .page_benefit {
    padding: 50px 0px;
  }
  .page_benefit .flex .lt {
    width: 35%;
    margin: 0px;
  }
  .page_benefit .flex .rt {
    width: 60%;
  }
  .page_benefit .page_benefit_swiper {
    margin-top: 30px;
  }
  .page_benefit .page_benefit_swiper .swiper-slide {
    max-width: 250px;
  }
  .page_benefit .item {
    border-radius: 10px;
    min-height: 250px;
    padding: 20px;
  }
  .page_benefit .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .page_benefit .item .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_benefit .item .icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 20px;
  }
  .page_benefit .swiper_btns {
    margin-top: 30px;
  }
  .page_benefit {
    padding: 50px 0px;
  }
  .page_benefit .flex {
    align-items: center;
  }
  .page_benefit .page_benefit_swiper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_benefit .flex .lt,
  .page_benefit .flex .rt {
    width: 100%;
  }
  .page_benefit .page_benefit_swiper .swiper-slide {
    transform: translateX(0px);
    opacity: 1;
    pointer-events: none;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
i,
em {
  font-style: normal;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.swiper_btns {
  gap: 2.2rem;
  display: flex;
}
.swiper_btns div {
  position: relative;
  width: 6.7rem;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_btns div::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 1rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  transition: 0.3s;
  transform: var(--skewX);
}
.swiper_btns div::after {
  content: "";
  display: block;
  padding-bottom: 86.5672%;
  transition: 0.3s;
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/product7-product_videos/assets/img/arrow.svg") center center / 28% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover::before {
  background-color: var(--secondary);
  border-color: var(--secondary);
  transform: skewX(0deg);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::before {
  border-color: rgba(25, 25, 25, 0.3);
  background-color: transparent;
  transform: var(--skewX);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 171.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head.sm h2 {
  font-size: 4.8rem;
  line-height: 1.375;
  letter-spacing: 0.1rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.product_videos {
  padding: 15.1rem 0px 10.1rem;
  overflow: hidden;
}
.product_videos .product_videos_swiper {
  overflow: hidden;
  margin-top: 6.5rem;
  border-radius: 1.8rem 1.8rem 0px 0px;
}
.product_videos .product_videos_swiper .swiper-slide {
  max-width: 666px;
}
.product_videos .item {
  display: block;
  height: 100%;
}
.product_videos .item:hover img {
  transform: scale(1.02);
}
.product_videos .item:hover .title {
  text-decoration: underline;
}
.product_videos .item.btn_video {
  cursor: pointer;
}
.product_videos .item .img {
  border-radius: 1.8rem;
  padding-bottom: 57.444%;
}
.product_videos .item .img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  pointer-events: none;
  background-color: rgb(2, 31, 51);
  opacity: 0.18;
}
.product_videos .item .btn_play {
  position: absolute;
  width: 9.925%;
  padding-bottom: 9.925%;
  border-radius: 50%;
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/product7-product_videos/assets/img/play.svg") no-repeat center / contain var(--primary);
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.product_videos .item .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: var(--secondary);
}
.product_videos .item .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: rgb(22, 22, 22);
  transition: 0.3s;
  margin-top: 3.3rem;
  letter-spacing: 0.03rem;
}
.product_videos .float {
  width: 4.783%;
  padding-bottom: 5.5802%;
  position: absolute;
  left: -9.7%;
  bottom: 5%;
  border-radius: 0.5rem;
  content: "";
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--primary), transparent);
  opacity: 0.21;
  transform: var(--skewX2);
}
.product_videos .float2 {
  width: 14.28%;
  padding-bottom: 16.96%;
  position: absolute;
  right: -8.7%;
  top: -20.5%;
  border-radius: 1.4rem;
  content: "";
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--secondary), transparent);
  opacity: 0.21;
  transform: var(--skewX2);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head.sm h2 {
    font-size: 4rem;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  div.head.sm h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .product_videos {
    padding: 50px 0px;
    overflow: hidden;
  }
  .product_videos .product_videos_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .product_videos .product_videos_swiper .swiper-slide {
    max-width: 342px;
  }
  .product_videos .item .img {
    border-radius: 10px;
  }
  .product_videos .item .title {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: unset;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

.product_videos input {
  position: absolute;
  z-index: 9;
  right: 1rem;
  top: 1rem;
  padding: 8px;
  width: 80%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.toplevel_page_sytech_fronteditor .product_videos input {
  display: block;
}
