/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.assortment_products_section .assortment_products .product_row, .possiblities_section .assortment_products .product_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.assortment_products_section .assortment_products .product_row .right, .possiblities_section .assortment_products .product_row .right {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right, .possiblities_section .assortment_products .product_row .right {
    max-width: calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
    padding-right: 30px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .right, .possiblities_section .assortment_products .product_row .right {
    max-width: calc(100% - 480px);
    flex: 0 0 calc(100% - 480px);
  }
}
@media (min-width: 1340px) {
  .assortment_products_section .assortment_products .product_row .right, .possiblities_section .assortment_products .product_row .right {
    max-width: calc(100% - 560px);
    flex: 0 0 calc(100% - 560px);
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .right, .possiblities_section .assortment_products .product_row .right {
    max-width: calc(100% - 670px);
    flex: 0 0 calc(100% - 670px);
  }
}
.assortment_products_section .assortment_products .product_row .right .desc .title-64 span::before, .possiblities_section .assortment_products .product_row .right .desc .title-64 span::before {
  width: auto;
  bottom: 0px;
  left: 0;
  background-size: cover;
  right: 0;
}
.assortment_products_section .assortment_products .product_row .left, .possiblities_section .assortment_products .product_row .left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .left, .possiblities_section .assortment_products .product_row .left {
    max-width: 400px;
    flex: 0 0 400px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .left, .possiblities_section .assortment_products .product_row .left {
    max-width: 480px;
    flex: 0 0 480px;
  }
}
@media (min-width: 1340px) {
  .assortment_products_section .assortment_products .product_row .left, .possiblities_section .assortment_products .product_row .left {
    max-width: 560px;
    flex: 0 0 560px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .left, .possiblities_section .assortment_products .product_row .left {
    max-width: 670px;
    flex: 0 0 670px;
  }
}
.assortment_products_section .assortment_products .product_row .left img, .possiblities_section .assortment_products .product_row .left img {
  border-radius: 12px;
  margin: 0 auto;
  width: 100%;
}
.marquee_section {
  padding-top: 20px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 767px) {
  .marquee_section {
    padding-top: 10px;
  }
}
.marquee_section .marquee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -20px;
}
.marquee_section .marquee_list .box_list {
  width: 150px;
  margin-right: 15px;
  height: 120px;
  border-radius: 24px;
  border: 1px solid #212B36;
  flex: 0 0 150px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .marquee_section .marquee_list .box_list {
    width: 160px;
    flex: 0 0 160px;
    height: 150px;
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .marquee_section .marquee_list .box_list {
    width: 160px;
    flex: 0 0 160px;
    height: 140px;
  }
}
@media (min-width: 1340px) {
  .marquee_section .marquee_list .box_list {
    width: 200px;
    flex: 0 0 200px;
  }
}
@media (min-width: 1440px) {
  .marquee_section .marquee_list .box_list {
    width: 200px;
    flex: 0 0 200px;
    height: 160px;
  }
}
.marquee_section .marquee_list .box_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.marquee_section .marquee_list .box_list a.no_link {
  pointer-events: none;
}
.marquee_section .marquee_list .box_list span {
  display: block;
  margin-bottom: 0;
  margin-top: 12px;
  word-wrap: break-word;
  white-space: break-spaces;
  line-height: 22px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .marquee_section .marquee_list .box_list span {
    margin-top: 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .marquee_section .marquee_list .box_list img {
    max-width: 40%;
  }
}
.marquee_section .marquee_list.top_list {
  animation: marquee_left 6s linear infinite;
}
@media (min-width: 768px) {
  .marquee_section .marquee_list.top_list {
    animation: marquee_left 8s linear infinite;
  }
}
@media (min-width: 992px) {
  .marquee_section .marquee_list.top_list {
    animation: marquee_left 12s linear infinite;
  }
}
@media (min-width: 1200px) {
  .marquee_section .marquee_list.top_list {
    animation: marquee_left 24s linear infinite;
  }
}
@media (min-width: 1600px) {
  .marquee_section .marquee_list.top_list {
    animation: marquee_left 33s linear infinite;
  }
}
.marquee_section .marquee_list.bottom_list {
  animation: marquee_right 6s linear infinite;
}
@media (min-width: 768px) {
  .marquee_section .marquee_list.bottom_list {
    animation: marquee_right 8s linear infinite;
  }
}
@media (min-width: 992px) {
  .marquee_section .marquee_list.bottom_list {
    animation: marquee_right 12s linear infinite;
  }
}
@media (min-width: 1200px) {
  .marquee_section .marquee_list.bottom_list {
    animation: marquee_right 24s linear infinite;
  }
}
@media (min-width: 1600px) {
  .marquee_section .marquee_list.bottom_list {
    animation: marquee_right 33s linear infinite;
  }
}
.marquee_section .marquee_list:hover {
  animation-play-state: paused;
}
@keyframes marquee_left {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee_right {
  100% {
    left: 0;
  }
  0% {
    left: -100%;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.platform_section .header-spacing {
  max-width: 780px;
}
.platform_design {
  margin: 0 auto;
  text-align: center;
}
.platform_design .top_logo {
  text-align: center;
  display: inline-block;
  position: relative;
  top: 4px;
}
.platform_design .top_logo img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 110px;
}
.platform_design .bottom_logo {
  text-align: left;
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .platform_design .bottom_logo {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .platform_design .bottom_logo {
    padding-top: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .platform_design .bottom_logo::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/platform_logo/platform_arrow.webp);
    width: 1130px;
    height: 72px;
    top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
  }
}
@media (min-width: 1200px) {
  .platform_design .bottom_logo::before {
    background-size: contain;
    width: 1070px;
    display: block;
  }
}
@media (min-width: 1440px) {
  .platform_design .bottom_logo::before {
    width: 1130px;
    background-size: auto;
  }
}
.platform_design .bottom_logo .logo_wrap {
  width: calc(50% - 20px);
  height: 140px;
  margin: 0 10px;
  border-radius: 22px;
  border: 1px solid #212B36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  padding: 8px;
  text-align: center;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.platform_design .bottom_logo .logo_wrap:hover {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: #CF520B;
  color: #CF520B;
  background-color: #F3EDD7;
}
@media (min-width: 768px) {
  .platform_design .bottom_logo .logo_wrap {
    width: 127px;
    height: 127px;
    margin: 0 8px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .platform_design .bottom_logo .logo_wrap {
    margin: 0 10px;
    width: 130px;
    height: 130px;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .platform_design .bottom_logo .logo_wrap {
    margin: 0 12px;
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .platform_design .bottom_logo .logo_wrap {
    width: 140px;
    height: 140px;
  }
}
.platform_design .bottom_logo .logo_wrap .name {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .platform_design .bottom_logo .logo_wrap .name {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .platform_design .bottom_logo .logo_wrap .name {
    font-size: 16px;
    line-height: 28px;
  }
}
@keyframes top_dots_left {
  0% {
    right: -140px;
    opacity: 0;
    top: -40px;
  }
  65% {
    right: 50px;
    opacity: 1;
    top: -40px;
  }
  80% {
    top: -34px;
    right: 63px;
    opacity: 1;
  }
  94% {
    top: -25px;
    right: 66px;
    opacity: 0.6;
  }
  100% {
    top: -22px;
    right: 66px;
    opacity: 0;
  }
}
@keyframes top_dots_right {
  0% {
    right: 280px;
    opacity: 0;
    top: -40px;
  }
  65% {
    right: 80px;
    opacity: 1;
    top: -40px;
  }
  80% {
    top: -33px;
    right: 69px;
    opacity: 1;
  }
  94% {
    top: -25px;
    right: 65px;
    opacity: 0.6;
  }
  100% {
    top: -18px;
    right: 65px;
    opacity: 0;
  }
}
.web_to_print_tabbing {
  background-color: #222222;
}
.web_to_print_tabbing .header-spacing .title-64 {
  color: #FFFFFF;
  margin-bottom: 0;
}
.web_to_print_tabbing .tabbing_section #web-tabs-nav {
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  max-width: 1280px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.web_to_print_tabbing .tabbing_section #web-tabs-nav li {
  text-align: center;
  padding: 0 12px;
  overflow: hidden;
  max-width: 50%;
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .web_to_print_tabbing .tabbing_section #web-tabs-nav li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.web_to_print_tabbing .tabbing_section #web-tabs-nav li a {
  display: block;
  padding: 20px 5px;
  position: relative;
  overflow: hidden;
}
.web_to_print_tabbing .tabbing_section #web-tabs-nav li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  height: 2px;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 768px) {
  .web_to_print_tabbing .tabbing_section #web-tabs-nav li a {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .web_to_print_tabbing .tabbing_section #web-tabs-nav li a {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_tabbing .tabbing_section #web-tabs-nav li a {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .web_to_print_tabbing .tabbing_section #web-tabs-nav li a {
    padding: 30px;
  }
}
.web_to_print_tabbing .tabbing_section #web-tabs-nav li a img {
  filter: brightness(0) invert(1);
  margin: 0 auto;
  height: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_tabbing .tabbing_section #web-tabs-nav li a img {
    height: 50px;
  }
}
.web_to_print_tabbing .tabbing_section #web-tabs-nav li a .title-16 {
  display: block;
  padding-top: 15px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0;
}
.web_to_print_tabbing .tabbing_section #web-tabs-nav li.active a::after {
  bottom: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.web_to_print_tabbing .tabbing_section #web-tabs-nav li:hover a::after {
  bottom: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.web_to_print_tabbing .tabbing_section #web-tabs-content {
  padding-top: 25px;
}
@media (min-width: 1200px) {
  .web_to_print_tabbing .tabbing_section #web-tabs-content {
    padding-top: 20px;
  }
}
@media (min-width: 1440px) {
  .web_to_print_tabbing .tabbing_section #web-tabs-content {
    padding-top: 50px;
  }
}
.web_to_print_tabbing .tabbing_section #web-tabs-content .web-tab-content p {
  max-width: 1090px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  padding: 0 20px;
}
.personalize-products-page .web_to_print_tabbing {
  padding-left: 20px;
  padding-right: 20px;
}
.personalize-products-page .marquee_section .marquee_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 15px;
}
@media (min-width: 768px) {
  .personalize-products-page .marquee_section .marquee_list {
    gap: 0 24px;
  }
}
.personalize-products-page .marquee_section .marquee_list.top_list, .personalize-products-page .marquee_section .marquee_list.bottom_list {
  animation: none;
}
.personalize-products-page .marquee_section .marquee_list.bottom_list {
  display: none;
}
.personalize-products-page .marquee_section .marquee_list .box_list {
  margin-right: 0;
  padding: 7px;
}
@media (min-width: 1340px) {
  .personalize-products-page .marquee_section .marquee_list .box_list {
    width: 190px;
    flex: 0 0 190px;
    height: 130px;
    padding: 10px;
  }
}
/*# sourceMappingURL=personalize-products.css.map */