* {
  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;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.product_nav {
  border-bottom: 1px solid rgb(237, 237, 237);
  padding: 2.8rem 0px 2.6rem;
}
.product_nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0.9rem;
}
.product_nav .nav_item {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  cursor: pointer;
  height: 100%;
  transition: 0.3s;
  font-size: 1.8rem;
  color: rgba(22, 22, 22, 0.75);
  line-height: 5.6rem;
  padding: 0px 1rem;
  min-width: 15.2rem;
}
.product_nav .nav_item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  border-radius: 0.8rem;
  background-color: var(--secondary);
  transform: var(--skewX);
  transition: 0.3s;
  opacity: 0;
}
.product_nav .nav_item.active,
.product_nav .nav_item:hover {
  color: rgb(255, 255, 255);
}
.product_nav .nav_item.active::before,
.product_nav .nav_item:hover::before {
  opacity: 1;
}
@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;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@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;
  }
  .product_nav {
    padding: 20px 0px;
  }
  .product_nav .nav_list {
    width: calc(100% + 60px);
    margin: 0px -30px;
    padding: 0px 30px;
    flex-wrap: nowrap;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
    justify-content: unset;
  }
  .product_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .product_nav .nav_list li:first-child {
    margin-left: auto;
  }
  .product_nav .nav_list li:last-child {
    margin-right: auto;
  }
  .product_nav .nav_item {
    font-size: 14px;
    min-width: unset;
    line-height: 40px;
    padding: 0px 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .product_nav .nav_list {
    width: calc(100% + 40px);
    margin: 0px -20px;
    padding: 0px 20px;
  }
}

* {
  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;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.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_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.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.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/product5-product_application/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_application {
  padding: 13.3rem 0px 14.8rem;
}
.product_application .flex {
  margin-top: 5rem;
}
.product_application .flex .rt {
  width: 46.4493%;
}
.product_application .flex .lt {
  flex: 1 1 0%;
  width: 100%;
  max-width: 64rem;
}
.product_application .product_application_swiper {
  overflow: hidden;
  border-radius: 2rem;
}
.product_application .product_application_swiper .img {
  padding-bottom: 79.7192%;
}
.product_application .product_application_swiper .img:hover img {
  transform: scale(1.02);
}
.product_application .item {
  border-bottom: 1px solid rgb(219, 221, 221);
}
.product_application .item.active .title {
  font-weight: 600;
  color: rgb(22, 22, 22);
}
.product_application .item.active .title .icon {
  filter: unset;
}
.product_application .item.active .title i::before,
.product_application .item.active .title i::after {
  background-color: var(--secondary);
}
.product_application .item.active .title i::after {
  transform: rotate(45deg);
  opacity: 0;
}
.product_application .item .title {
  display: grid;
  grid-template-columns: 6rem 1fr auto;
  cursor: pointer;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--text);
  transition: 0.3s;
  gap: 3.1rem;
  padding: 1.8rem 0px 1.5rem;
  letter-spacing: 0.055rem;
}
.product_application .item .title .icon {
  padding-bottom: 100%;
  filter: contrast(0) brightness(0.7);
  transition: 0.3s;
}
.product_application .item .title i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
}
.product_application .item .title i::before,
.product_application .item .title i::after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--text);
  transition: 0.3s;
}
.product_application .item .title i::after {
  width: 2px;
  height: 100%;
}
.product_application .item .desc {
  display: none;
  padding-left: 8.6rem;
  padding-bottom: 2.7rem;
  margin-top: -0.9rem;
}
.product_application .item .desc p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_application .item .desc .btn_i {
  margin-top: 2rem;
}
@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_application {
    padding: 50px 0px;
  }
  .product_application .flex {
    margin-top: 30px;
  }
  .product_application .product_application_swiper {
    border-radius: 10px;
  }
  .product_application .item .title {
    font-size: 18px;
    gap: 12px;
    padding: 14px 0px;
    letter-spacing: unset;
    grid-template-columns: 40px 1fr auto;
  }
  .product_application .item .title i {
    width: 12px;
    height: 12px;
  }
  .product_application .item .desc {
    padding-left: 52px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .product_application .item .desc p {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_application .item .desc .btn_i {
    margin-top: 20px;
  }
}

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

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
* {
  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_ct img {
  object-fit: contain;
}
.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.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_mixer {
  background-color: var(--bg2);
  padding: 10rem 0px 13.4rem;
}
.product_mixer .flex {
  margin-top: 4.1rem;
}
.product_mixer .flex .lt {
  width: 39.2754%;
}
.product_mixer .flex .rt {
  flex: 1 1 0%;
  max-width: 74.2rem;
  width: 100%;
}
.product_mixer .product_mixer_swiper {
  overflow: hidden;
  border-radius: 1.2rem 1.2rem 0px 0px;
}
.product_mixer .product_mixer_swiper .img {
  border-radius: 1.2rem;
  padding-bottom: 68.0812%;
}
.product_mixer .product_mixer_swiper .img:hover img {
  transform: scale(1.02);
}
.product_mixer .product_mixer_swiper .info {
  margin-top: 5.7rem;
}
.product_mixer .product_mixer_swiper .info h3 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}
.product_mixer .product_mixer_swiper .info p {
  margin-top: 1.4rem;
}
.product_mixer .items {
  max-height: 57.6rem;
  margin-left: -1.5rem;
  padding-left: 1.5rem;
  overflow-y: auto;
}
.product_mixer .items::-webkit-scrollbar {
  width: 4px;
}
.product_mixer .items::-webkit-scrollbar-thumb {
  background: var(--title);
  border-radius: 10px;
}
.product_mixer .items::-webkit-scrollbar-track {
  background: rgb(213, 220, 226);
  border-radius: 10px;
  border: 0.5px solid var(--bg2);
}
.product_mixer .items ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 95%;
  max-width: 68.3rem;
  gap: 2.1rem 3rem;
}
.product_mixer .items .item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 1.4rem;
  background-color: rgba(255, 255, 255, 0.72);
  transition: 0.3s;
}
.product_mixer .items .item:hover img {
  transform: scale(1.02);
}
.product_mixer .items .item.active {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(153, 153, 153, 0.25) 0px 1rem 1rem;
}
.product_mixer .items .item.active::after {
  opacity: 1;
}
.product_mixer .items .item::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 1.4rem;
  content: "";
  border: 2px solid var(--secondary);
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
}
.product_mixer .items .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: rgb(25, 25, 25);
  flex: 1 1 0%;
  padding: 3.7rem 9.51% 1.4rem;
  letter-spacing: 0.02rem;
}
.product_mixer .items .img {
  padding-bottom: 61.3497%;
}
@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_mixer {
    padding: 50px 0px;
  }
  .product_mixer .flex {
    align-items: center;
    margin-top: 30px;
  }
  .product_mixer .product_mixer_swiper {
    border-radius: 10px 10px 0px 0px;
  }
  .product_mixer .product_mixer_swiper .img {
    border-radius: 10px;
  }
  .product_mixer .product_mixer_swiper .info {
    margin-top: 20px;
  }
  .product_mixer .product_mixer_swiper .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .product_mixer .product_mixer_swiper .info p {
    margin-top: 10px;
  }
  .product_mixer .items {
    max-height: 420px;
  }
  .product_mixer .items ul {
    gap: 16px;
  }
  .product_mixer .items .item {
    border-radius: 10px;
  }
  .product_mixer .items .item::after {
    border-radius: 10px;
  }
  .product_mixer .items .title {
    font-size: 18px;
    padding: 20px;
  }
}

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

* {
  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;
}
