/*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 */
.web_to_print_section.configurator-software-section {
  background-color: #262626;
  color: #FFFFFF;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .web_to_print_section.configurator-software-section {
    border-radius: 60px;
  }
}
.web_to_print_section.configurator-software-section .header-spacing .title-64 {
  color: #FFFFFF;
  max-width: 900px;
  margin-bottom: 0;
}
.web_to_print_section.configurator-software-section .web_to_print {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.web_to_print_section.configurator-software-section .web_to_print .left {
  max-width: 100%;
  flex: 0 0 100%;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    max-width: 500px;
    flex: 0 0 500px;
  }
}
@media (min-width: 1025px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    max-width: 580px;
    flex: 0 0 580px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    padding-right: 0px;
  }
}
@media (min-width: 1440px) {
  .web_to_print_section.configurator-software-section .web_to_print .left {
    padding-right: 40px;
  }
}
.web_to_print_section.configurator-software-section .web_to_print .right {
  max-width: 100%;
  flex: 0 0 100%;
  display: none;
}
@media (min-width: 992px) {
  .web_to_print_section.configurator-software-section .web_to_print .right {
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    display: block;
  }
}
@media (min-width: 1025px) {
  .web_to_print_section.configurator-software-section .web_to_print .right {
    max-width: calc(100% - 580px);
    flex: 0 0 calc(100% - 580px);
  }
}
.web_to_print_section.configurator-software-section .web_to_print .right img {
  border-radius: 16px;
  max-width: 90%;
  margin-left: auto;
}
.web_to_print_section.single_para {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.web_to_print_section.single_para .web_to_print {
  max-width: 1100px;
  margin: 0 auto;
}
.web_to_print_section.single_para .web_to_print .left {
  padding-right: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
/*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 {
  background-color: #D8EDF5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: -30px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .assortment_products_section {
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section {
    padding-bottom: 130px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section {
    padding-bottom: 150px;
  }
}
.assortment_products_section .header-spacing p {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .assortment_products_section .header-spacing .title-64 span::before {
    width: 95%;
    left: -20px;
  }
}
.assortment_products_section .assortment_products .product_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 50px;
  }
}
.assortment_products_section .assortment_products .product_row .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 450px;
    flex: 0 0 450px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 500px;
    flex: 0 0 500px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 650px;
    flex: 0 0 650px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 670px;
    flex: 0 0 670px;
  }
}
.assortment_products_section .assortment_products .product_row .left .img img {
  border-radius: 12px;
  margin: 0 auto;
  width: 100%;
}
.assortment_products_section .assortment_products .product_row .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
  }
}
@media (min-width: 1440px) {
  .assortment_products_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 {
  padding: 20px 0 0px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 0 0px 0 20px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 20px;
  }
}
.assortment_products_section .assortment_products .product_row .right .desc .title-24 {
  margin-bottom: 8px;
}
.assortment_products_section .assortment_products .product_row .right .desc p {
  margin-bottom: 10px;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a {
  text-decoration: none;
  font-weight: 500;
  color: #FC7D2F;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a::after {
  filter: unset;
  top: 1px;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
  padding-left: 0;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 0 20px 0 0px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 20px;
    padding-left: 0;
  }
}
.assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
    margin-top: 10px;
  }
}
/*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 */
.banner_section .header-spacing {
  max-width: 1000px;
}
.banner_section .header-spacing .tag {
  max-width: 320px;
  background-color: #E8F5FC;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 5px 16px 5px 51px;
  border-radius: 50px;
  position: relative;
  font-family: "Gordita";
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-left: auto;
  margin-right: auto;
}
.banner_section .header-spacing .tag::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  left: 16px;
  top: 4px;
  position: absolute;
}
.banner_section .header-spacing .btn_wrap {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .banner_section .header-spacing .btn_wrap {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .banner_section .header-spacing.common-spacing {
    padding: 75px 0;
  }
}
.assortment_products_section {
  background-color: transparent;
  border-radius: 0;
}
.assortment_products_section .header-spacing .title-64 span::before {
  left: 10px;
}
.assortment_products_section .btn_wrap {
  display: block;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .assortment_products_section .btn_wrap {
    margin-top: 50px;
  }
}
.assortment_products_section .btn_wrap .btn {
  width: fit-content;
  margin: 0 auto;
}
.hot_folder_work_section {
  background-color: #222222;
  border-radius: 24px;
  color: #FFFFFF;
  position: relative;
}
.hot_folder_work_section::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #222222;
}
.hot_folder_work_section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #222222;
}
@media (min-width: 768px) {
  .hot_folder_work_section {
    border-radius: 60px;
  }
}
.hot_folder_work_section .header-spacing {
  color: #FFFFFF;
}
.hot_folder_work_section .folder_step_details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hot_folder_work_section .folder_step_details .pin-spacer {
  flex-basis: unset !important;
}
.hot_folder_work_section .folder_step_details svg {
  transform: rotate(-90deg);
}
.hot_folder_work_section .folder_step_details svg circle {
  stroke: rgba(254, 129, 47, 0.3);
  stroke-width: 7px;
  stroke-linecap: round;
}
.hot_folder_work_section .folder_step_details svg .progress-bar {
  stroke: #fe812f;
  transition: stroke-dashoffset 0.1s ease-in-out;
}
.hot_folder_work_section .folder_step_details .left {
  max-width: calc(100% - 790px);
  flex: 0 0 calc(100% - 790px);
  padding-bottom: 50px;
  display: none;
}
@media (min-width: 992px) {
  .hot_folder_work_section .folder_step_details .left {
    max-width: calc(100% - 620px);
    flex: 0 0 calc(100% - 620px);
    display: block;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .hot_folder_work_section .folder_step_details .left {
    max-width: calc(100% - 700px);
    flex: 0 0 calc(100% - 700px);
  }
}
@media (min-width: 1200px) {
  .hot_folder_work_section .folder_step_details .left {
    max-width: calc(100% - 790px);
    flex: 0 0 calc(100% - 790px);
  }
}
.hot_folder_work_section .folder_step_details .left .overlap_svg {
  position: relative;
}
@media (min-width: 992px) {
  .hot_folder_work_section .folder_step_details .left .overlap_svg {
    height: 275px;
    width: 275px;
    margin: 0 auto;
  }
}
.hot_folder_work_section .folder_step_details .left .overlap_svg .counter {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0px;
  margin: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hot_folder_work_section .folder_step_details .left .overlap_svg .counter .title-24 {
  color: #212B36;
  margin-bottom: 0;
}
.hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1440px) {
  .hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner {
    margin-top: 3px;
  }
}
.hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner span {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #212B36;
}
@media (min-width: 1025px) {
  .hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner span {
    font-size: 24px;
    line-height: 32px;
  }
}
.hot_folder_work_section .folder_step_details .left #progress .data {
  stroke-width: 6;
  fill: #F5E0D8;
}
.hot_folder_work_section .folder_step_details .left .gauge-svg {
  transform: rotate(180deg);
  width: 400px;
  height: 400px;
}
.hot_folder_work_section .folder_step_details .left .gauge-path {
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.hot_folder_work_section .folder_step_details .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .hot_folder_work_section .folder_step_details .right {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    max-width: 620px;
    flex: 0 0 620px;
  }
}
@media (min-width: 1025px) {
  .hot_folder_work_section .folder_step_details .right {
    max-width: 700px;
    flex: 0 0 700px;
  }
}
@media (min-width: 1200px) {
  .hot_folder_work_section .folder_step_details .right {
    max-width: 790px;
    flex: 0 0 790px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes {
    padding-bottom: 20px;
  }
}
.hot_folder_work_section .folder_step_details .right .folder_boxes .box {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background-color: #222222;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box {
    padding: 40px 0;
    padding-left: 60px;
  }
}
@media (min-width: 1025px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box {
    padding: 50px 0;
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box {
    padding: 50px 0;
    padding-left: 100px;
  }
}
.hot_folder_work_section .folder_step_details .right .folder_boxes .box img {
  filter: invert(1) brightness(11);
  margin-bottom: 25px;
  height: 50px;
}
.hot_folder_work_section .folder_step_details .right .folder_boxes .box .title-24 {
  margin-bottom: 8px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box:last-child {
    border-bottom: 0;
  }
}
.hot_folder_work_section .folder_step_details .right .folder_boxes .pin-spacer:last-child .box {
  border-bottom: 0;
}
.hot_folder_work_section + .button_section.green_bg {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hot_folder_work_section + .button_section.green_bg {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .hot_folder_work_section + .button_section.blue_bg {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .hot_folder_work_section + .button_section.pink_bg {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .hot_folder_work_section + .button_section.orange_bg {
    margin-top: 0;
  }
}
.page-template-custom-webtoprint-development .hot_folder_work_section::before, .page-template-custom-webtoprint-development .hot_folder_work_section::after, .page-template-hotfolder-template .hot_folder_work_section::before, .page-template-hotfolder-template .hot_folder_work_section::after, .page-template-magento-template .hot_folder_work_section::before, .page-template-magento-template .hot_folder_work_section::after {
  display: none;
}
/*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;
  }
}
/*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 */
.two_configurator_software {
  background-color: #222222;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .two_configurator_software {
    border-radius: 60px;
  }
}
.two_configurator_software .header-spacing {
  color: #FFFFFF;
}
.two_configurator_software .header-spacing .title-64 {
  color: #FFFFFF;
}
.two_configurator_software .header-spacing p {
  color: #FFFFFF;
}
.two_configurator_software .common-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .two_configurator_software .common-section {
    gap: 40px 0;
  }
}
@media (min-width: 1200px) {
  .two_configurator_software .common-section {
    gap: 30px 0;
  }
}
.two_configurator_software .common-section .left {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .two_configurator_software .common-section .left {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.two_configurator_software .common-section .left .bottom_text {
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .two_configurator_software .common-section .left .bottom_text {
    padding: 0 10px;
    text-align: left;
    margin-top: 10px;
  }
}
.two_configurator_software .common-section .left .bottom_text .title-24 {
  color: #FFFFFF;
  margin-bottom: 12px;
}
.two_configurator_software .common-section .left .bottom_text p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  .two_configurator_software .common-section .left .bottom_text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.two_configurator_software .common-section .left .image_wrapp {
  border-radius: 24px;
  padding: 15px;
}
@media (min-width: 1200px) {
  .two_configurator_software .common-section.three_box .left {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.banner_section .header-spacing {
  max-width: 1000px;
}
@media (min-width: 768px) {
  .banner_section .header-spacing .title-64 {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .banner_section .header-spacing .title-64 {
    max-width: 60%;
  }
}
.banner_section .home_banner .right img {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .banner_section .common-section .left {
    padding-right: 20px;
  }
}
.banner_section .common-section .left .title-80 span {
  font-weight: 400;
}
.assortment_products_section {
  background-color: transparent;
  border-radius: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.assortment_products_section .assortment_products .product_row {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-bottom: 0;
  }
}
.assortment_products_section .assortment_products .product_row:last-child {
  margin-bottom: 0;
}
.assortment_products_section .assortment_products .product_row .desc {
  padding: 0 !important;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc {
    margin-top: 0;
  }
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item {
  border-top: 1px solid #212B36;
  text-align: left;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-tab {
  display: none;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-tab p {
  margin-bottom: 20px;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
  padding: 12px 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
    padding: 18px 0;
  }
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .title-24 {
  margin-bottom: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .title-24::after {
  background-color: transparent;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .sign_box::before {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title:hover .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #CF520B;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title:hover .sign_box::before {
  filter: invert(10%) sepia(87%) saturate(7387%) hue-rotate(23deg) brightness(85%) contrast(114%);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item:last-child {
  border-bottom: 1px solid #212B36;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item.parent_wrapp .at-title .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #CF520B;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item.parent_wrapp .at-title .sign_box::before {
  filter: invert(10%) sepia(87%) saturate(7387%) hue-rotate(23deg) brightness(92%) contrast(114%);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row:nth-child(odd) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-left: 50px;
  }
}
.assortment_products_section .header-spacing .title-64 span::before {
  left: 0;
}
.assortment_products_section.possiblities_section .assortment_products .product_row {
  flex-direction: row;
  margin-top: 0;
}
.assortment_products_section.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.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.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.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.possiblities_section .assortment_products .product_row .right {
    max-width: calc(100% - 670px);
    flex: 0 0 calc(100% - 670px);
  }
}
.assortment_products_section.possiblities_section .assortment_products .product_row .right .desc .title-64 span::before {
  width: auto;
  bottom: 5px;
  left: 0;
  background-size: cover;
  right: 0;
}
.assortment_products_section.possiblities_section .assortment_products .product_row .left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .assortment_products_section.possiblities_section .assortment_products .product_row .left {
    max-width: 400px;
    flex: 0 0 400px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section.possiblities_section .assortment_products .product_row .left {
    max-width: 480px;
    flex: 0 0 480px;
  }
}
@media (min-width: 1340px) {
  .assortment_products_section.possiblities_section .assortment_products .product_row .left {
    max-width: 560px;
    flex: 0 0 560px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section.possiblities_section .assortment_products .product_row .left {
    max-width: 670px;
    flex: 0 0 670px;
  }
}
.assortment_products_section.possiblities_section .assortment_products .product_row .left img {
  border-radius: 12px;
  margin: 0 auto;
  width: 100%;
}
.assortment_products_section.common-spacing-bottom {
  padding-top: 40px;
  padding-bottom: 43px;
}
@media (min-width: 768px) {
  .assortment_products_section.common-spacing-bottom {
    padding-top: 60px;
    padding-bottom: 63px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section.common-spacing-bottom {
    padding-top: 80px;
    padding-bottom: 83px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section.common-spacing-bottom {
    padding-top: 100px;
    padding-bottom: 103px;
  }
}
.assortment_products_section.common-spacing-bottom .assortment_products .product_row {
  flex-direction: row;
}
.assortment_products_section.common-spacing-bottom .assortment_products .product_row:first-child {
  margin-top: 0;
}
.two_configurator_software + .platform_section {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .two_configurator_software + .platform_section {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .two_configurator_software + .platform_section {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .two_configurator_software + .platform_section {
    padding-top: 100px;
  }
}
/*# sourceMappingURL=magento.css.map */