/*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 */
.footer {
  background-color: #222222;
  color: #FFFFFF;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 70px;
  }
}
@media (min-width: 1440px) {
  .footer {
    padding-top: 120px;
  }
}
.footer .footer_top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer .footer_top {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .footer .footer_top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .footer .footer_top {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .footer .footer_top {
    margin-bottom: 60px;
  }
}
.footer .footer_top .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .footer .footer_top .left {
    padding-right: 20px;
    max-width: 420px;
    flex: 0 0 420px;
    border-right: 1px solid rgba(145, 158, 171, 0.16);
  }
}
@media (min-width: 1200px) {
  .footer .footer_top .left {
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .footer .footer_top .left {
    max-width: 561px;
    flex: 0 0 561px;
  }
}
.footer .footer_top .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(145, 158, 171, 0.16);
}
@media (min-width: 768px) {
  .footer .footer_top .right {
    padding-top: 40px;
    border-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer .footer_top .right {
    padding-left: 20px;
    max-width: calc(100% - 420px);
    flex: 0 0 calc(100% - 420px);
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer .footer_top .right {
    padding-left: 40px;
  }
}
@media (min-width: 1340px) {
  .footer .footer_top .right {
    padding-left: 71px;
  }
}
@media (min-width: 1440px) {
  .footer .footer_top .right {
    max-width: calc(100% - 561px);
    flex: 0 0 calc(100% - 561px);
  }
}
.footer .footer_top .right_desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.footer .footer_top .right_desc p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
.footer .footer_top .right_desc .right_desc_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer_top .right_desc .right_desc_wrapp .left {
  border-right: 0;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 1025px) {
  .footer .footer_top .right_desc .right_desc_wrapp .left {
    max-width: calc(100% - 223px);
    flex: 0 0 calc(100% - 223px);
    padding-right: 45px;
  }
}
.footer .footer_top .right_desc .right_desc_wrapp .right {
  padding-top: 20px;
  margin-top: 8px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .footer .footer_top .right_desc .right_desc_wrapp .right {
    margin-top: 20px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .footer .footer_top .right_desc .right_desc_wrapp .right {
    max-width: 223px;
    flex: 0 0 223px;
    margin-top: 8px;
  }
}
.footer .footer_top .right_desc .d-flex {
  margin: 0 -5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer .footer_top .right_desc .d-flex {
    margin: 0 -10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.footer .footer_top .right_desc .d-flex .c-box {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .footer .footer_top .right_desc .d-flex .c-box {
    max-width: 190px;
    flex: 0 0 190px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .footer .footer_top .right_desc .d-flex .c-box {
    max-width: 180px;
    flex: 0 0 180px;
  }
}
@media (min-width: 1025px) {
  .footer .footer_top .right_desc .d-flex .c-box {
    max-width: 180px;
    flex: 0 0 180px;
  }
}
@media (min-width: 1340px) {
  .footer .footer_top .right_desc .d-flex .c-box {
    max-width: 200px;
    flex: 0 0 200px;
  }
}
.footer .footer_top .right_desc .d-flex .c-box .title-24 {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_top .right_desc .d-flex .c-box .title-24 {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer .footer_top .right_desc .d-flex .c-box .title-24 span {
  color: #FC7D2F;
  font-family: "Recoleta";
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_top .right_desc .d-flex .c-box p {
    font-size: 12px;
    line-height: 22px;
  }
}
.footer .footer_top .header_logo_details {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_top .header_logo_details {
    font-size: 14px;
  }
}
.footer .footer_top .header_logo_details a {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer .footer_top .header_logo_details a {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .footer .footer_top .header_logo_details a {
    margin-bottom: 30px;
  }
}
.footer .footer_top .header_logo_details a img {
  display: block;
  max-width: 72%;
}
@media (min-width: 768px) {
  .footer .footer_top .header_logo_details a img {
    max-width: 85%;
  }
}
@media (min-width: 1025px) {
  .footer .footer_top .header_logo_details a img {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .footer .footer_top .header_logo_details a img {
    max-width: 90%;
  }
}
@media (min-width: 1440px) {
  .footer .footer_top .header_logo_details a img {
    max-width: 100%;
  }
}
.footer .footer_top .header_logo_details .social-icon {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .footer .footer_top .header_logo_details .social-icon {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .footer .footer_top .header_logo_details .social-icon {
    padding-top: 30px;
  }
}
.footer .footer_top .header_logo_details .social-icon .icon {
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 10px;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.footer .footer_top .header_logo_details .social-icon .icon a {
  margin-bottom: 0;
  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;
  height: 100%;
}
.footer .footer_top .header_logo_details .social-icon .icon img {
  filter: brightness(0) invert(1);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.footer .footer_top .header_logo_details .social-icon .icon:hover {
  background-color: #FC7D2F;
}
.footer .footer_top .header_logo_details p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_top .header_logo_details p {
    font-size: 14px;
  }
}
.footer .footer_logo_slider {
  opacity: 0;
  visibility: hidden;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer .footer_logo_slider {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footer .footer_logo_slider {
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .footer .footer_logo_slider {
    padding-bottom: 60px;
  }
}
.footer .footer_logo_slider .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_logo_slider .item {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .footer .footer_logo_slider .item {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .footer .footer_logo_slider .item {
    margin-left: 0;
    margin-right: 12px;
  }
}
@media (min-width: 1440px) {
  .footer .footer_logo_slider .item {
    margin-right: 35px;
    width: auto !important;
  }
}
.footer .footer_logo_slider .item img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  max-height: 70px;
}
@media (min-width: 1200px) {
  .footer .footer_logo_slider .item img {
    max-width: 94%;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .footer .footer_logo_slider .item img {
    max-width: 100%;
  }
}
.footer .footer_logo_slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.footer .footer_last, .footer .footer_bottom {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer_last .left, .footer .footer_bottom .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .footer .footer_last .left, .footer .footer_bottom .left {
    max-width: calc(100% - 305px);
    flex: 0 0 calc(100% - 305px);
  }
}
.footer .footer_last .right, .footer .footer_bottom .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .footer .footer_last .right, .footer .footer_bottom .right {
    max-width: 305px;
    flex: 0 0 305px;
  }
}
.footer .footer_bottom, .footer .footer_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_bottom {
  padding: 30px 0;
  border-top: 2px solid rgba(145, 158, 171, 0.16);
  border-bottom: 2px solid rgba(145, 158, 171, 0.16);
}
@media (min-width: 1200px) {
  .footer .footer_bottom {
    padding: 50px 0;
  }
}
.footer .footer_bottom .footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_bottom .footer_list {
    margin: 0;
  }
}
.footer .footer_bottom .footer_list .footer-block {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 12px;
  border-bottom: 1px solid rgba(145, 158, 171, 0.16);
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_bottom .footer_list .footer-block {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .footer .footer_bottom .footer_list .footer-block:last-child {
    border-bottom: 0;
  }
}
.footer .footer_bottom .footer_list .footer-block:first-child .title-18 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .footer .footer_bottom .footer_list .footer-block {
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.footer .footer_bottom .footer_list .footer-block .title-18 {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer .footer_bottom .footer_list .footer-block .title-18 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .footer .footer_bottom .footer_list .footer-block .title-18 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.footer .footer_bottom .footer_list .footer-block .title-18::after {
  content: "";
  position: absolute;
  background-image: url(../images/right_arrow.svg);
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
  margin: auto;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 992px) {
  .footer .footer_bottom .footer_list .footer-block .title-18::after {
    display: none;
  }
}
.footer .footer_bottom .footer_list .footer-block .title-18.active::after {
  transform: rotate(-90deg);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.footer .footer_bottom .footer_list .footer-block .content_widget {
  display: none;
  margin-top: -7px;
}
@media (min-width: 768px) {
  .footer .footer_bottom .footer_list .footer-block .content_widget {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer .footer_bottom .footer_list .footer-block .content_widget {
    padding-right: 0;
    display: block;
  }
}
.footer .footer_bottom .footer_list .footer-block.block-5 {
  border-top: 1px solid rgba(145, 158, 171, 0.16);
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .footer .footer_bottom .footer_list .footer-block.block-5 {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.footer .footer_bottom .footer_list .footer-block.block-5 .content_widget .navabar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.footer .footer_bottom .footer_list .footer-block.block-5 .content_widget .navabar li {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .footer .footer_bottom .footer_list .footer-block.block-5 .content_widget .navabar li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.footer .footer_bottom .footer_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .footer_bottom .footer_list ul li {
  margin-bottom: 8px;
}
.footer .footer_bottom .footer_list ul li a {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  display: inline-block;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_bottom .footer_list ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .footer_bottom .footer_list ul li a:hover {
  text-decoration: none;
  color: #FC7D2F;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.footer .footer_bottom .right {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .footer .footer_bottom .right {
    border-left: 1px solid rgba(145, 158, 171, 0.32);
    margin-top: 0;
  }
}
.footer .footer_bottom .right .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer .footer_bottom .right .contact_info {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .footer .footer_bottom .right .contact_info {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .footer .footer_bottom .right .contact_info {
    padding-left: 35px;
  }
}
.footer .footer_bottom .right .contact_info .website_no {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer .footer_bottom .right .contact_info .website_no {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .footer .footer_bottom .right .contact_info .website_no {
    margin-bottom: 0;
  }
}
.footer .footer_bottom .right .contact_info .website_no a {
  color: #FFFFFF;
}
.footer .footer_bottom .right .contact_info .website_no .title-18 {
  font-weight: 500;
}
.footer .footer_bottom .right .contact_info .coun-no {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.footer .footer_bottom .right .contact_info .coun-no .title-18 {
  font-weight: 500;
}
.footer .footer_bottom .right .contact_info .coun-no:last-child {
  margin-bottom: 0;
}
.footer .footer_bottom .right .contact_info .coun-no a {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_bottom .right .contact_info .coun-no a {
    font-size: 14px;
  }
}
.footer .footer_bottom .right .contact_info .coun-no a:hover {
  text-decoration: none;
  color: #FC7D2F;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.footer .footer_bottom .right .contact_info .coun-no::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .footer_bottom .right .contact_info .coun-no.india::before {
  background-image: url(../images/footer/india.svg);
}
.footer .footer_bottom .right .contact_info .coun-no.usa::before {
  background-image: url(../images/footer/usa.svg);
}
.footer .footer_bottom .right .contact_info .coun-no.uk::before {
  background-image: url(../images/footer/uk.svg);
}
.footer .footer_bottom .right .contact_info .coun-no.switzerland::before {
  background-image: url(../images/footer/swi.svg);
}
.footer .footer_bottom .right .contact_info .coun-no.mail::before {
  background-image: url(../images/footer/mail.svg);
  width: 19px;
  height: 16px;
  filter: brightness(0) invert(1);
  -o-transition: 0.22s ease-in;
  -moz-transition: 0.22s ease-in;
  transition: 0.22s ease-in;
}
.footer .footer_bottom .right .contact_info .coun-no.skype::before {
  background-image: url(../images/footer/skype.svg);
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  -o-transition: 0.22s ease-in;
  -moz-transition: 0.22s ease-in;
  transition: 0.22s ease-in;
}
.footer .footer_bottom .right .reach_info .title-18 {
  font-weight: 500;
}
.footer .footer_bottom .right .power_by_logo {
  margin-top: 90px;
}
.footer .footer_bottom .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .footer .footer_bottom .left {
    max-width: calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
  }
}
@media (min-width: 1200px) {
  .footer .footer_bottom .left {
    max-width: calc(100% - 245px);
    flex: 0 0 calc(100% - 245px);
  }
}
.footer .footer_bottom .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .footer .footer_bottom .right {
    max-width: 240px;
    flex: 0 0 240px;
  }
}
@media (min-width: 1200px) {
  .footer .footer_bottom .right {
    max-width: 245px;
    flex: 0 0 245px;
  }
}
.footer .footer_last {
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .footer .footer_last {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .footer .footer_last {
    padding: 35px 0;
  }
}
.footer .footer_last ul {
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer .footer_last ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer .footer_last ul {
    justify-content: flex-start;
  }
}
.footer .footer_last ul li {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.footer .footer_last ul li::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  top: 5px;
  bottom: 5px;
  right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_last ul li::after {
    top: 7px;
    bottom: 7px;
  }
}
.footer .footer_last ul li:last-child::after {
  display: none;
}
.footer .footer_last ul li a {
  color: #FFFFFF;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_last ul li a {
    font-size: 13px;
    line-height: 26px;
  }
}
.footer .footer_last ul li a:hover {
  text-decoration: none;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #FC7D2F;
}
.footer .footer_last .right {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer .footer_last .right {
    text-align: left;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .footer .footer_last .right {
    text-align: right;
    margin-top: 0;
  }
}
.hide_scroll, .hide_scroll_inner {
  overflow: hidden;
}
.header {
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
}
.header .site_header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .site_header {
    padding: 18px 0 18px;
  }
}
.header .site_header .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header .site_header .header_left .menu-navigation {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .site_header .header_left .menu-navigation {
    display: block;
    width: 32px;
    height: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .menu-navigation {
    width: 28px;
  }
}
.header .site_header .header_left .menu-navigation .menu-icon {
  height: 3px;
  background-color: #212B36;
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  top: 2px;
  -o-transition: 0s ease-in;
  -moz-transition: 0s ease-in;
  transition: 0s ease-in;
  border-radius: 100px;
}
.header .site_header .header_left .menu-navigation .menu-icon.icon-1 {
  width: 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .menu-navigation .menu-icon.icon-1 {
    width: 22px;
  }
}
.header .site_header .header_left .menu-navigation .menu-icon.icon-2 {
  width: 30px;
  margin: 5px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .menu-navigation .menu-icon.icon-2 {
    width: 27px;
  }
}
.header .site_header .header_left .menu-navigation .menu-icon.icon-3 {
  width: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .menu-navigation .menu-icon.icon-3 {
    width: 17px;
  }
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar {
    position: fixed;
    top: 113px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -o-transition: 0.38s ease-in;
    -moz-transition: 0.38s ease-in;
    transition: 0.38s ease-in;
    background: #fbfaf5;
    padding: 20px;
    padding-top: 50px;
    height: calc(100dvh - 75px);
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar {
    top: 176px;
    height: calc(100dvh - 176px);
    padding-top: 10px;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar {
    padding-left: 50px;
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar {
    padding-left: 73px;
  }
}
.header .site_header .header_left .site_navbar .navabar {
  padding: 0;
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header .site_header .header_left .site_navbar .navabar li {
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li {
    position: relative;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 0;
  }
  .header .site_header .header_left .site_navbar .navabar li:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li {
    padding: 25px 0px;
    margin: 0 12px;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li {
    margin: 0 15px;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li {
    padding: 37px 0px;
    margin: 0 20px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.arrow span.menu-item {
  position: relative;
  display: block;
  margin: 0;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.arrow span.menu-item {
    position: absolute;
    right: 20px;
    height: 10px;
    width: 15px;
    top: 30px;
    margin: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar .navabar li.arrow span.menu-item {
    top: 24px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.arrow span.menu-item::after {
  content: "";
  position: absolute;
  background-image: url(../images/header_arrow.svg);
  width: 11px;
  height: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0);
  top: 10px;
  right: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.arrow span.menu-item::after {
    top: 0;
    width: 15px;
    height: 10px;
    transform: rotate(-90deg);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar .navabar li.arrow span.menu-item::after {
    top: 0;
    width: 10px;
    height: 8px;
    transform: rotate(-90deg);
  }
}
.header .site_header .header_left .site_navbar .navabar li.arrow > a, .header .site_header .header_left .site_navbar .navabar li.arrow > .nav_name {
  margin-right: 15px;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.arrow:hover > a, .header .site_header .header_left .site_navbar .navabar li.arrow:hover > .nav_name {
    text-decoration: none;
    -o-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    color: #FC7D2F;
  }
  .header .site_header .header_left .site_navbar .navabar li.arrow:hover > a + .menu-item::after, .header .site_header .header_left .site_navbar .navabar li.arrow:hover > .nav_name + .menu-item::after {
    -o-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    filter: unset;
    transform: rotate(180deg);
  }
}
.header .site_header .header_left .site_navbar .navabar li a, .header .site_header .header_left .site_navbar .navabar li .nav_name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 768px) {
  .header .site_header .header_left .site_navbar .navabar li a, .header .site_header .header_left .site_navbar .navabar li .nav_name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li a, .header .site_header .header_left .site_navbar .navabar li .nav_name {
    display: block;
    padding: 20px 20px;
    margin: 0 !important;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar .navabar li a, .header .site_header .header_left .site_navbar .navabar li .nav_name {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li a, .header .site_header .header_left .site_navbar .navabar li .nav_name {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li a, .header .site_header .header_left .site_navbar .navabar li .nav_name {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li a:hover, .header .site_header .header_left .site_navbar .navabar li .nav_name:hover {
    text-decoration: none;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #FC7D2F;
  }
  .header .site_header .header_left .site_navbar .navabar li a:hover + .menu-item::after, .header .site_header .header_left .site_navbar .navabar li .nav_name:hover + .menu-item::after {
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    filter: unset;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper {
  background: #FFFFFF;
  border-top: 1px solid rgba(145, 158, 171, 0.24);
  border-bottom: 1px solid rgba(145, 158, 171, 0.24);
  display: none;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: calc(100% + -2px);
    z-index: 9;
    box-shadow: 0 32px 30px -30px rgba(145, 158, 171, 0.24);
  }
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .full-container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .btn_wrap .btn {
    padding: 8px 35px 8px 15px;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .btn_wrap .btn {
    padding: 8px 32px 8px 15px;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .btn_wrap .btn {
    padding: 9px 35px 10px 18px;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex {
  padding: 24px 0;
  margin: 0 -12px;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col {
  padding: 0 12px;
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col {
    max-width: 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid #FFFFFF;
  }
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col:last-child {
    border-bottom: 0;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col {
  border: 1px solid rgba(145, 158, 171, 0.32);
  border-radius: 12px;
  padding-top: 20px;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col {
    padding-top: 0;
    border: 0;
    border-radius: 0;
  }
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col a {
    padding: 0;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col > a {
  margin: 0;
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col > a::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 12px;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col > a:hover::after {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: #FC7D2F;
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col > a:hover + img {
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  transform: scale(1.04);
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col img {
  padding: 0 20px;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col img {
    max-height: 220px;
    min-height: 220px;
    object-fit: contain;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col img {
    max-height: 300px;
    min-height: 300px;
    object-fit: contain;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .data {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .data {
    margin: 0;
    background: #f3f3f3;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .data {
    font-size: 16px;
    line-height: 28px;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .data .title-22 {
  margin-bottom: 0;
  text-align: center;
  font-family: "Gordita";
  font-weight: 500;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .data .title-22 {
    text-align: left;
    font-size: 15px;
    line-height: normal;
    padding: 8px 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .data .title-22 {
    font-size: 14px;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .data p {
  font-size: 14px;
  line-height: 24px;
  max-width: 415px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .data p {
    display: none;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .data p {
    font-size: 16px;
    line-height: 28px;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex {
    display: block;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box {
    border-top: 1px solid rgba(145, 158, 171, 0.32);
    border-right: 1px solid rgba(145, 158, 171, 0.32);
    max-width: 33.33%;
    flex: 0 0 33.33%;
    text-align: center;
    padding: 0;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box a {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 25px;
  height: 100%;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box a {
    position: relative;
  }
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box a::before {
    content: "";
    position: absolute;
    background-image: url(../images/header_arrow.svg);
    width: 9px;
    height: 7px;
    transform: rotate(-90deg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0);
    left: 10px;
    top: -1px;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box 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;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box a {
    line-height: 23px;
    padding: 12px 10px;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box a {
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box a:hover {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #222222;
  color: #FFFFFF;
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box:last-child {
  border-right: 0;
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box:last-child a {
  border-bottom-right-radius: 12px;
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col .inner_col .d-flex .link_box:first-child a {
  border-bottom-left-radius: 12px;
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col.col-1 .inner_col {
  background: #d8f5ee;
  background: linear-gradient(0deg, rgba(216, 245, 238, 0.1) 0%, #d8f5ee 100%);
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col.col-1 .inner_col {
    background: none;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col.col-2 .inner_col {
  background: #d9edf5;
  background: linear-gradient(180deg, #d9edf5 0%, rgba(217, 237, 245, 0.2) 100%);
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col.col-2 .inner_col {
    background: none;
  }
}
.header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col.col-3 .inner_col {
  background: #f5d8de;
  background: linear-gradient(180deg, #f5d8de 0%, rgba(245, 216, 222, 0.1) 100%);
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li .company-menu-wrapper .d-flex .col.col-3 .inner_col {
    background: none;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li:hover .company-menu-wrapper {
    display: block;
    animation: fade_in 0.35s ease-in forwards;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex {
  margin: 0 -20px;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex {
    display: block;
    margin: 0;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box {
    max-width: 425px;
    flex: 0 0 425px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box {
    max-width: 300px;
    flex: 0 0 300px;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box {
    max-width: 350px;
    flex: 0 0 350px;
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box {
    max-width: 380px;
    flex: 0 0 380px;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box {
    max-width: 425px;
    flex: 0 0 425px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #919eab;
  background: linear-gradient(94deg, rgba(145, 158, 171, 0.03) 0%, rgba(59, 64, 69, 0.32) 50%, rgba(145, 158, 171, 0.03) 100%);
  width: 1px;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .title-22 {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .title-22 {
    margin-bottom: 10px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data {
    display: none;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc {
  margin-bottom: 30px;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 10px;
  position: relative;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .img img {
  display: block;
  -o-transition: 0.24s ease-in;
  -moz-transition: 0.24s ease-in;
  transition: 0.24s ease-in;
  border-radius: 12px;
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .img img {
    max-height: 220px;
    min-height: 220px;
    object-fit: cover;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .img a {
  display: block;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .img .video_icon {
  position: absolute;
  background-image: url(../images/header/video_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .img .video_icon {
    height: 65px;
    width: 65px;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .img .video_icon {
    height: 80px;
    width: 80px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .img .video_icon::after {
  display: block;
  margin: 0;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px #FFFFFF;
  animation: box_shadow 2.6s forwards infinite;
  content: "";
}
@keyframes box_shadow {
  0% {
    box-shadow: 0px 0px 2px 0px #FFFFFF;
  }
  50% {
    box-shadow: 0px 0px 2px 5px #FFFFFF;
  }
  100% {
    box-shadow: 0px 0px 2px 0px #FFFFFF;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .title-20 {
  margin-bottom: 0;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .title-20 a {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Recoleta";
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc .title-18 {
  font-family: "Gordita";
  margin-bottom: 5px;
  font-weight: 500;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data .desc span::after {
  display: none;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data:hover .desc .img img {
  -o-transition: 0.24s ease-in;
  -moz-transition: 0.24s ease-in;
  transition: 0.24s ease-in;
  transform: scale(1.04);
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data:hover .link_wrap a {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #FC7D2F;
  text-decoration: none;
  padding-right: 22px;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .casestudy_data:hover .link_wrap a::after {
  -o-transition: 0.24s ease-in;
  -moz-transition: 0.24s ease-in;
  transition: 0.24s ease-in;
  filter: unset;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box .link_wrap a {
  margin: 0;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .box.testimonial .casestudy_data .img {
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box {
    padding: 15px 20px;
    text-align: center;
    background: #efefef;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box {
    max-width: calc(100% - 425px * 2);
    flex: 0 0 calc(100% - 425px * 2);
    padding: 0 20px;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box {
    max-width: calc(100% - 300px * 2);
    flex: 0 0 calc(100% - 300px * 2);
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box {
    max-width: calc(100% - 350px * 2);
    flex: 0 0 calc(100% - 350px * 2);
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box {
    max-width: calc(100% - 380px * 2);
    flex: 0 0 calc(100% - 380px * 2);
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box {
    max-width: calc(100% - 425px * 2);
    flex: 0 0 calc(100% - 425px * 2);
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box {
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box {
    padding: 78px;
    background-color: #e8f5fc;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 12px;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box {
    padding: 25px;
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box {
    padding: 40px;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box {
    padding: 78px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  display: none;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box p {
    display: block;
    font-size: 13px;
    line-height: 23px;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap {
    margin-top: 30px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap a {
  margin: 0;
  width: fit-content;
  font-size: 13px;
  line-height: 26px;
}
.header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap a:hover {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.customers_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap a {
    padding: 6px 33px 6px 17px;
    font-size: 14px;
    line-height: 24px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex {
  display: block;
  margin: 0;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex {
    margin: 0 -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex {
    margin: 0 -15px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box {
    padding: 0 6px;
    max-width: 14%;
    flex: 0 0 14%;
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box {
    max-width: 15%;
    flex: 0 0 15%;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box {
    padding: 0 15px;
    max-width: 14%;
    flex: 0 0 14%;
  }
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box a {
  display: block;
  margin: 0;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box a {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box a {
    border: 1px solid rgba(145, 158, 171, 0.32);
    padding: 3px;
    border-radius: 12px;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    height: 100%;
  }
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box a:hover {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: #FC7D2F;
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box img {
    display: block;
  }
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
  margin: 0;
  padding: 8px 0;
  font-family: "Gordita";
  display: block;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    padding: 8px 0;
    font-size: 15px;
    line-height: normal;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    padding: 11px 10px 6px 10px;
    text-align: center;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    padding: 11px 5px 6px 5px;
    font-size: 14px;
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    padding: 11px 6px 6px 6px;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box {
    padding: 0 6px;
    max-width: calc(100% - 14% * 5);
    flex: 0 0 calc(100% - 14% * 5);
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box {
    max-width: calc(100% - 15% * 5);
    flex: 0 0 calc(100% - 15% * 5);
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box {
    padding: 0 15px;
    max-width: calc(100% - 14% * 5);
    flex: 0 0 calc(100% - 14% * 5);
  }
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box {
  background-color: #efefef;
  padding: 15px 20px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box {
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 12px;
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box {
    padding: 25px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  display: none;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box p {
    display: block;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap {
    margin-top: 30px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap a {
  margin: 0;
  width: fit-content;
  font-size: 13px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap a {
    padding: 6px 33px 6px 17px;
    font-size: 14px;
    line-height: 24px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap a:hover {
  color: #FFFFFF;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex {
  padding: 0;
  margin: 0;
  display: block;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left {
    padding: 0 12px;
    max-width: 460px;
    flex: 0 0 460px;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left {
    max-width: 330px;
    flex: 0 0 330px;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left {
    max-width: 360px;
    flex: 0 0 360px;
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left {
    max-width: 400px;
    flex: 0 0 400px;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left {
    max-width: 460px;
    flex: 0 0 460px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box {
    background-color: #e8f5fc;
    height: 100%;
    padding: 40px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box {
    padding: 25px;
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box {
    padding: 40px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box .title-22 {
  margin-bottom: 0;
  font-family: "Gordita";
  font-weight: 500;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box .title-22 {
    margin-bottom: 5px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box .title-22 a {
  font-family: "Gordita";
  font-weight: 500;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box p {
  font-size: 14px;
  line-height: 26px;
  display: none;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box p {
    display: block;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box .btn_wrap {
  display: none;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box .btn_wrap {
    margin-top: 30px;
    display: block;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box .btn_wrap a {
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .left .inner_box .btn_wrap a:hover {
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right {
    padding: 40px 12px;
    max-width: calc(100% - 460px);
    flex: 0 0 calc(100% - 460px);
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right {
    max-width: calc(100% - 330px);
    flex: 0 0 calc(100% - 330px);
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right {
    max-width: calc(100% - 360px);
    flex: 0 0 calc(100% - 360px);
  }
}
@media (min-width: 1340px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right {
    max-width: calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right {
    max-width: calc(100% - 460px);
    flex: 0 0 calc(100% - 460px);
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 25px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs {
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs {
    max-width: 350px;
    flex: 0 0 350px;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs {
    max-width: 240px;
    flex: 0 0 240px;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs {
    max-width: 280px;
    flex: 0 0 280px;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs {
    max-width: 350px;
    flex: 0 0 350px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link {
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  font-weight: 400;
  background: transparent;
  display: block;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-bottom: 0;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link {
    padding: 7px 30px 7px 7px;
    margin-bottom: 8px;
    border-radius: 6px;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link {
    padding: 10px 30px 10px 8px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link {
    font-size: 14px;
    line-height: 20px;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link a {
  display: block;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link a {
    font-size: 15px;
    line-height: normal;
    padding: 8px 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link::after {
    content: "";
    position: absolute;
    background-image: url(../images/header_arrow.svg);
    width: 11px;
    height: 8px;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
    filter: brightness(0.2);
  }
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link.current, .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link:hover {
    transition: background 0.3s ease-in;
    background: #f26334;
    background: linear-gradient(90deg, rgba(242, 99, 52, 0.08) 0%, rgba(254, 129, 47, 0.08) 100%);
    -o-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #FC7D2F;
    font-weight: 500;
  }
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link.current a, .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .tabs .tab-link:hover a {
    color: #FC7D2F;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs {
  max-width: calc(100% - 350px);
  flex: 0 0 calc(100% - 350px);
  padding-left: 24px;
  display: none;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs {
    display: block;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs {
    max-width: calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
    padding-left: 18px;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs {
    max-width: calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    padding-left: 24px;
  }
}
@media (min-width: 1600px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs {
    max-width: calc(100% - 350px);
    flex: 0 0 calc(100% - 350px);
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content {
  display: none;
  font-size: 13px;
  line-height: 23px;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content {
    font-size: 14px;
    line-height: 26px;
  }
  .header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content .btn_wrap {
  margin-top: 15px;
  margin-bottom: 30px;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content .btn_wrap a {
  display: inline-block;
  background-color: transparent;
  font-size: 13px;
  line-height: 26px;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content .btn_wrap a:hover {
  color: #212B36;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content .btn_wrap a:hover::before {
  background-color: #fef3ef;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content img {
  display: block;
  width: 100%;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content .title-22 {
  margin-bottom: 8px;
  font-family: "Gordita";
  font-weight: 500;
}
.header .site_header .header_left .site_navbar .navabar li.company_li .company-menu-wrapper .d-flex .right .inner_tab .content_tabs .tab-content.current {
  display: block;
  animation: fade_in 0.8s ease-in-out forwards;
}
.header .site_header .header_left .site_navbar .navabar li .title-22 a {
  font-size: 15px;
  line-height: normal;
  padding: 8px 0;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .site_navbar .navabar li .title-22 a {
    pointer-events: none;
    font-size: 18px;
    line-height: 28px;
    font-family: "Recoleta";
    font-weight: 500;
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .site_navbar .navabar li .title-22 a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .site_navbar .navabar li .title-22 a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .site_navbar .navabar li .title-22 a {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 1024px) {
  .header .site_header .header_left .site_navbar .navabar li.open > a, .header .site_header .header_left .site_navbar .navabar li.open > .nav_name {
    text-decoration: none;
    -o-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    color: #FC7D2F;
  }
  .header .site_header .header_left .site_navbar .navabar li.open > a + .menu-item::after, .header .site_header .header_left .site_navbar .navabar li.open > .nav_name + .menu-item::after {
    -o-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    filter: unset;
    transform: rotate(180deg);
  }
  .header .site_header .header_left .site_navbar .navabar li.open .company-menu-wrapper {
    display: block;
    animation: fade_in 0.35s ease-in forwards;
  }
}
@media (max-width: 1024px) {
  .header .site_header .header_left .header_logo {
    padding-left: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .header_logo {
    padding-left: 12px;
  }
}
.header .site_header .header_left .header_logo a {
  display: block;
}
.header .site_header .header_left .header_logo a img {
  display: block;
}
@media (max-width: 1024px) {
  .header .site_header .header_left .header_logo a img {
    max-width: 77%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .site_header .header_left .header_logo a img {
    max-width: 118px;
  }
}
@media (min-width: 1025px) {
  .header .site_header .header_left .header_logo a img {
    max-width: 80%;
  }
}
@media (min-width: 1120px) {
  .header .site_header .header_left .header_logo a img {
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .header .site_header .header_left .header_logo a img {
    max-width: 88%;
  }
}
@media (min-width: 1440px) {
  .header .site_header .header_left .header_logo a img {
    max-width: 100%;
  }
}
.header .site_header .header_left .header_logo a.full_logo {
  display: none;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .header_logo a.full_logo {
    display: block;
  }
}
.header .site_header .header_left .header_logo a.latter_logo {
  display: block;
}
.header .site_header .header_left .header_logo a.latter_logo img {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .header_logo a.latter_logo {
    display: none;
  }
}
.header .site_header .header_left .header_logo a.latter_logo + a {
  display: none;
}
@media (min-width: 1025px) {
  .header .site_header .header_left .header_logo a.latter_logo + a {
    display: block;
  }
}
.header .site_header .btn_wrap.bottom_sticky_btn {
  display: none;
}
@media (max-width: 1024px) {
  .header .site_header .btn_wrap.bottom_sticky_btn {
    position: fixed;
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    bottom: 0dvh;
    z-index: 9;
    padding-left: 0;
  }
  .header .site_header .btn_wrap.bottom_sticky_btn .btn {
    background: #f26334;
    background: linear-gradient(90deg, #f26334 0%, #fe812f 100%);
    border-radius: 0;
    padding: 10px 40px 11px 25px;
  }
}
.header.menu_open .site_header .menu-navigation .menu-icon {
  -o-transition: 0s ease-in;
  -moz-transition: 0s ease-in;
  transition: 0s ease-in;
  left: -5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header.menu_open .site_header .menu-navigation .menu-icon {
    left: -10px;
  }
}
.header.menu_open .site_header .menu-navigation .menu-icon.icon-2 {
  opacity: 0;
}
.header.menu_open .site_header .menu-navigation .menu-icon.icon-1 {
  width: 30px;
  transform: rotate(-45deg) translateY(11px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .header.menu_open .site_header .menu-navigation .menu-icon.icon-1 {
    width: 27px;
  }
}
.header.menu_open .site_header .menu-navigation .menu-icon.icon-3 {
  width: 30px;
  transform: rotate(45deg) translateY(-11px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .header.menu_open .site_header .menu-navigation .menu-icon.icon-3 {
    width: 27px;
  }
}
.header.menu_open .site_header .site_navbar {
  opacity: 1;
  visibility: visible;
  -o-transition: 0.38s ease-in;
  -moz-transition: 0.38s ease-in;
  transition: 0.38s ease-in;
}
.header .hello-bar {
  text-align: center;
  background-color: #FC7D2F;
  color: #FFFFFF;
  margin-bottom: 18px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .hello-bar {
    margin-bottom: 0;
    font-size: 13px;
  }
}
.header .hello-bar .full-container {
  padding: 7px 5px;
}
@media (min-width: 1025px) {
  .header .hello-bar {
    margin-bottom: 0;
  }
}
.header .hello-bar .hello-bar-link {
  text-decoration: none;
  transition: 0.5s ease;
  background: white;
  padding: 5px 10px;
  color: black;
  border-radius: 50px;
  font-size: 13px;
  vertical-align: bottom;
  font-weight: 500;
  margin-left: 5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .hello-bar .hello-bar-link {
    padding: 2px 10px;
    display: block;
    width: fit-content;
    margin: 10px auto 0;
  }
}
@media (min-width: 1200px) {
  .header .hello-bar .hello-bar-link:hover {
    text-decoration: none;
    transition: 0.5s ease;
  }
}
@media screen and (max-width: 992px) {
  .px-hellobar .full-container a {
    display: block;
    max-width: 130px;
    margin: 0 auto !important;
    margin-top: 10px !important;
  }
}
.px_inner_menu_page .header {
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}
.px_inner_menu_page .header.header_hide {
  top: -190px;
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}
.px_inner_menu_page .inner_header {
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}
.px_inner_menu_page .inner_header.header_top {
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
  top: 0;
}
.px_inner_menu_page .inner_header.header_top .d-flex .left .latter_logo {
  opacity: 1;
  visibility: visible;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .px_inner_menu_page .inner_header.header_top .d-flex .left .page_name {
    font-size: 16px;
    line-height: 28px;
  }
  .px_inner_menu_page .inner_header.header_top .d-flex .left .page_name::before {
    width: 192px;
    height: 16px;
    bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .px_inner_menu_page .inner_header.header_top .d-flex .left .page_name {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1025px) {
  .px_inner_menu_page .inner_header.header_top .d-flex .right .btn_wrap {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .px_inner_menu_page .inner_header.header_top .d-flex .right .inner_nav {
    margin: 0 -12px;
  }
  .px_inner_menu_page .inner_header.header_top .d-flex .right .inner_nav li {
    margin: 0 12px;
  }
  .px_inner_menu_page .inner_header.header_top .d-flex .right .inner_nav li a {
    font-size: 14px;
    line-height: 24px;
  }
  .px_inner_menu_page .inner_header.header_top .d-flex .right .inner_nav .inner_nav_name {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .px_inner_menu_page .inner_header.header_top .d-flex .right .inner_nav {
    top: 58px;
    height: calc(100dvh - 58px);
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn_wrap .btn::after {
  top: 0;
}
.inner_header {
  padding-top: 15px;
  background-color: #c5f0e5;
  padding-bottom: 15px;
  position: sticky;
  top: 72px;
  z-index: 4;
  border-bottom: 1px solid #212B36;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header {
    background-color: #b3e9db;
  }
}
@media (min-width: 768px) {
  .inner_header {
    top: 74px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .inner_header {
    top: 113px;
  }
}
@media (min-width: 1440px) {
  .inner_header {
    top: 138px;
  }
}
.inner_header .d-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.inner_header .d-flex .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner_header .d-flex .left .page_name {
  font-weight: 700;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .inner_header .d-flex .left .page_name {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1340px) {
  .inner_header .d-flex .left .page_name {
    font-size: 28px;
    line-height: 40px;
  }
}
.inner_header .d-flex .left .page_name::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/title_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 202px;
  height: 33px;
  bottom: -6px;
  top: unset;
  z-index: -1;
  left: 0;
}
@media (min-width: 768px) {
  .inner_header .d-flex .left .page_name::before {
    width: 202px;
    height: 33px;
    bottom: 0px;
    top: unset;
    z-index: -1;
    left: 0;
  }
}
.inner_header .d-flex .left .latter_logo {
  margin-right: 30px;
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .inner_header .d-flex .left .latter_logo {
    width: 45px;
  }
}
.inner_header .d-flex .left .latter_logo::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  background: #222222;
  width: 1px;
}
.inner_header .d-flex .right .inner_nav {
  padding: 0;
  margin: 0 -20px;
  list-style-type: none;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.35s ease-in;
  -moz-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .inner_nav {
    position: fixed;
    top: 248px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background: #cdf3eb;
    padding: 20px 0px 50px;
    height: calc(100dvh - 133px);
    overflow-y: auto;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .inner_nav li {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li {
    margin: 0 20px;
  }
}
.inner_header .d-flex .right .inner_nav li a, .inner_header .d-flex .right .inner_nav li span.inner_nav_name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #323232;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header .d-flex .right .inner_nav li a, .inner_header .d-flex .right .inner_nav li span.inner_nav_name {
    display: inline-block;
  }
}
.inner_header .d-flex .right .inner_nav li .menu-item {
  position: relative;
  display: block;
  margin: 0;
}
.inner_header .d-flex .right .inner_nav li .menu-item::after {
  content: "";
  position: absolute;
  background-image: url(../images/header_arrow.svg);
  width: 13px;
  height: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0);
  top: -18px;
  right: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  transform: rotate(-90deg);
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li .menu-item::after {
    top: -15px;
    transform: unset;
    width: 11px;
    height: 8px;
  }
}
.inner_header .d-flex .right .inner_nav li .menu-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  top: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  box-shadow: 0px 5px 22px 0px rgba(145, 158, 171, 0.24);
  opacity: 0;
  visibility: hidden;
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex {
  display: block;
  margin: 0;
  gap: unset;
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: unset;
  }
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box {
    padding: 0 6px;
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box a {
  display: block;
  margin: 0;
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box a {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box a {
    border: 1px solid rgba(145, 158, 171, 0.32);
    padding: 3px;
    border-radius: 12px;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    height: 100%;
  }
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box a .title-18 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box a:hover {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: #FC7D2F;
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box a:hover .title-18 {
  color: #FC7D2F;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box img {
    display: block;
  }
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
  margin: 0;
  padding: 8px 0;
  font-family: "Gordita";
  display: block;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    padding: 8px 0;
    font-size: 15px;
    line-height: normal;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    padding: 11px 10px 6px 10px;
    text-align: center;
  }
}
@media (min-width: 1120px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    padding: 11px 5px 6px 5px;
    font-size: 14px;
  }
}
@media (min-width: 1340px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    padding: 11px 6px 6px 6px;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .box .title-18 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box {
    padding: 0 6px;
    max-width: calc(100% - 14% * 5);
    flex: 0 0 calc(100% - 14% * 5);
  }
}
@media (min-width: 1340px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box {
    max-width: calc(100% - 15% * 5);
    flex: 0 0 calc(100% - 15% * 5);
  }
}
@media (min-width: 1600px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box {
    padding: 0 15px;
    max-width: calc(100% - 14% * 5);
    flex: 0 0 calc(100% - 14% * 5);
  }
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box {
  background-color: #efefef;
  padding: 15px 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box {
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 12px;
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box {
    padding: 25px;
  }
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  display: none;
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box p {
    display: block;
  }
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap {
    margin-top: 30px;
  }
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap a {
  margin: 0;
  width: fit-content;
  font-size: 13px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap a {
    padding: 6px 33px 6px 17px;
    font-size: 14px;
    line-height: 24px;
  }
}
.inner_header .d-flex .right .inner_nav li.industries_li .company-menu-wrapper .d-flex .last_box .inner_box .btn_wrap a:hover {
  color: #FFFFFF;
}
.inner_header .d-flex .right .inner_nav li .company-menu-wrapper {
  display: none;
  margin: 0 -20px;
  padding-top: 20px;
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li .company-menu-wrapper {
    position: absolute;
    right: 0;
    width: 100%;
    top: calc(100% - 10px);
    z-index: 4;
    padding-top: 30px;
    max-width: 1140px;
  }
}
.inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex {
  background: #FFFFFF;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 20px;
  margin-bottom: -20px !important;
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex {
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 24px;
    box-shadow: 0px 5px 22px 0px rgba(145, 158, 171, 0.24);
    padding: 24px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
  }
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box img {
    display: none;
  }
}
.inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .inner_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .inner_box img {
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .inner_box img {
    display: none;
  }
}
.inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .inner_box .right {
  padding-left: 16px;
}
.inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .inner_box a {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .inner_box a:hover {
  color: #FC7D2F;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .inner_box .desc {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  display: none;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .inner_box .desc {
    display: block;
  }
}
.inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .title-18 {
  margin-bottom: 2px;
  display: block;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .title-18 {
    font-size: 16px !important;
    line-height: 26px !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    padding-left: 20px !important;
  }
  .inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box .title-18::before {
    content: "";
    position: absolute;
    background-color: #292d32;
    width: 8px;
    height: 2px;
    left: 0;
    top: 18px;
  }
}
@media (min-width: 1120px) {
  .inner_header .d-flex .right .inner_nav li .company-menu-wrapper .d-flex .box.custom-box {
    background: linear-gradient(90deg, rgba(242, 99, 52, 0.08) 0%, rgba(254, 129, 47, 0.08) 100%);
    padding: 8px;
    border-radius: 12px;
  }
}
.inner_header .d-flex .right .inner_nav li.arrow > a, .inner_header .d-flex .right .inner_nav li.arrow > span.inner_nav_name {
  margin-right: 15px;
}
.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex {
  grid-template-columns: 1fr;
  align-items: flex-start;
  display: grid;
}
@media (min-width: 992px) {
  .inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right .desc {
  margin-top: 2px;
  display: none;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right .desc {
    margin-top: 10px;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right .desc {
    display: block;
  }
}
.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right .desc a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 2px;
}
@media (min-width: 1025px) {
  .inner_header .d-flex .right .inner_nav li:hover > a, .inner_header .d-flex .right .inner_nav li:hover > span.inner_nav_name {
    color: #FC7D2F;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .inner_header .d-flex .right .inner_nav li:hover .menu-item::after {
    filter: unset;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    transform: rotate(180deg);
  }
  .inner_header .d-flex .right .inner_nav li:hover .menu-item::before {
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
  }
  .inner_header .d-flex .right .inner_nav li:hover .company-menu-wrapper {
    display: block;
    animation: fade_in 0.35s ease-in forwards;
  }
}
.inner_header .d-flex .right .mobile_inner_menu {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .inner_header .d-flex .right .mobile_inner_menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .inner_header .d-flex .right .mobile_inner_menu {
    display: block;
    width: 32px;
    height: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header .d-flex .right .mobile_inner_menu {
    width: 22px;
    margin-right: 0;
  }
}
.inner_header .d-flex .right .mobile_inner_menu .menu-icon {
  height: 3px;
  background-color: #212B36;
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  top: 2px;
  -o-transition: 0s ease-in;
  -moz-transition: 0s ease-in;
  transition: 0s ease-in;
  border-radius: 100px;
}
.inner_header .d-flex .right .mobile_inner_menu .menu-icon.icon-1 {
  width: 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header .d-flex .right .mobile_inner_menu .menu-icon.icon-1 {
    width: 22px;
  }
}
.inner_header .d-flex .right .mobile_inner_menu .menu-icon.icon-2 {
  width: 30px;
  margin: 5px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header .d-flex .right .mobile_inner_menu .menu-icon.icon-2 {
    width: 27px;
  }
}
.inner_header .d-flex .right .mobile_inner_menu .menu-icon.icon-3 {
  width: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header .d-flex .right .mobile_inner_menu .menu-icon.icon-3 {
    width: 17px;
  }
}
.inner_header .d-flex .right > .btn_wrap {
  padding-left: 25px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.inner_header .d-flex .right > .btn_wrap .btn {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 40px 9px 25px;
}
@media (min-width: 1025px) {
  .inner_header .d-flex > .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.inner_header.inner_menu_open .d-flex .right .inner_nav {
  opacity: 1;
  visibility: visible;
  -o-transition: 0.35s ease-in;
  -moz-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}
.inner_header.inner_menu_open .d-flex .right .inner_nav li.open .menu-item::after {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  transform: unset;
}
.inner_header.inner_menu_open .d-flex .right .inner_nav li.open .company-menu-wrapper {
  display: block;
  animation: fade_in 0.6s ease-in forwards;
}
.inner_header.inner_menu_open .d-flex .right .mobile_inner_menu .menu-icon {
  -o-transition: 0s ease-in;
  -moz-transition: 0s ease-in;
  transition: 0s ease-in;
  left: -5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header.inner_menu_open .d-flex .right .mobile_inner_menu .menu-icon {
    left: -10px;
  }
}
.inner_header.inner_menu_open .d-flex .right .mobile_inner_menu .menu-icon.icon-2 {
  opacity: 0;
}
.inner_header.inner_menu_open .d-flex .right .mobile_inner_menu .menu-icon.icon-1 {
  width: 30px;
  transform: rotate(-45deg) translateY(11px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header.inner_menu_open .d-flex .right .mobile_inner_menu .menu-icon.icon-1 {
    width: 27px;
  }
}
.inner_header.inner_menu_open .d-flex .right .mobile_inner_menu .menu-icon.icon-3 {
  width: 30px;
  transform: rotate(45deg) translateY(-11px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header.inner_menu_open .d-flex .right .mobile_inner_menu .menu-icon.icon-3 {
    width: 27px;
  }
}
.inner_header.blue_bg {
  background-color: #d8edf5;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header.blue_bg {
    background-color: #bedfec;
  }
}
.inner_header.blue_bg .d-flex .left .page_name::before {
  background-image: url(../../assets/images/bg_blue_tap.svg);
  width: 245px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header.blue_bg .d-flex .left .page_name::before {
    width: 200px;
    background-position: right;
  }
}
.inner_header.blue_bg .d-flex .right .inner_nav {
  background-color: #d8edf5;
}
.inner_header.pink_bg {
  background-color: #f5dfe3;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner_header.pink_bg {
    background-color: #f3d3d9;
  }
}
.inner_header.pink_bg .d-flex .left .page_name::before {
  background-image: url(../../assets/images/bg_pink_tap.svg);
  width: 200px;
  background-position: right;
}
@media (min-width: 1600px) {
  .inner_header.pink_bg .d-flex .left .page_name::before {
    width: 300px;
  }
}
.inner_header.pink_bg .d-flex .right .inner_nav {
  background-color: #f5dfe3;
}
@media (min-width: 992px) {
  .page-template-configurator-template .inner_header .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex, .page-template-3d-tshirt-template .inner_header .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-print-estimating-tool-template .footer {
  position: relative;
}
.page-template-print-estimating-tool-template .footer::before {
  content: "";
  position: absolute;
  height: 160px;
  z-index: -1;
  background-color: #222222;
  left: 0;
  right: 0;
  top: -70px;
}
.no_blank_section .assortment_products_section {
  background-color: #FFFFFF;
}
.page-template-webtoprint-solutions .banner_section, .page-template-magento-template .banner_section, .page-template-b2b_corporate_storefront .banner_section, .page-template-store-theme-template .banner_section, .page-template-designertool-main .banner_section, .page-template-3d-configurator-main .banner_section, .page-template-hotfolder-template .banner_section, .page-template-integration-template .banner_section, .page-template-platform-template .banner_section, .page-template-custom-api-template .banner_section {
  background: #c1eee3;
  background: linear-gradient(180deg, rgba(193, 238, 227, 0.95) 0%, rgba(193, 238, 227, 0.67) 100%);
  position: relative;
}
@media (min-width: 1200px) {
  .page-template-webtoprint-solutions .banner_section, .page-template-magento-template .banner_section, .page-template-b2b_corporate_storefront .banner_section, .page-template-store-theme-template .banner_section, .page-template-designertool-main .banner_section, .page-template-3d-configurator-main .banner_section, .page-template-hotfolder-template .banner_section, .page-template-integration-template .banner_section, .page-template-platform-template .banner_section, .page-template-custom-api-template .banner_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-webtoprint-solutions .banner_section, .page-template-magento-template .banner_section, .page-template-b2b_corporate_storefront .banner_section, .page-template-store-theme-template .banner_section, .page-template-designertool-main .banner_section, .page-template-3d-configurator-main .banner_section, .page-template-hotfolder-template .banner_section, .page-template-integration-template .banner_section, .page-template-platform-template .banner_section, .page-template-custom-api-template .banner_section {
    background-image: none !important;
    background: #b3e9db !important;
  }
}
.page-template-webtoprint-solutions .banner_section:after, .page-template-magento-template .banner_section:after, .page-template-b2b_corporate_storefront .banner_section:after, .page-template-store-theme-template .banner_section:after, .page-template-designertool-main .banner_section:after, .page-template-3d-configurator-main .banner_section:after, .page-template-hotfolder-template .banner_section:after, .page-template-integration-template .banner_section:after, .page-template-platform-template .banner_section:after, .page-template-custom-api-template .banner_section:after {
  content: "";
  position: absolute;
  background: #b3e9db;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 100px;
  z-index: -1;
}
.page-template-webtoprint-mis-erp .banner_section, .page-template-print-estimating-tool-template .banner_section {
  background: #f5dfe3;
  background: linear-gradient(180deg, #f5dfe3 0%, #f5dfe3 100%);
  position: relative;
}
@media (min-width: 1200px) {
  .page-template-webtoprint-mis-erp .banner_section, .page-template-print-estimating-tool-template .banner_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    background-size: cover;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-webtoprint-mis-erp .banner_section, .page-template-print-estimating-tool-template .banner_section {
    background-image: none !important;
    background: #f3d3d9 !important;
  }
}
.page-template-webtoprint-mis-erp .banner_section:after, .page-template-print-estimating-tool-template .banner_section:after {
  content: "";
  position: absolute;
  background: #f3d3d9;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 100px;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-template-webtoprint-mis-erp .assortment_products_section .assortment_products .product_row .left .img img, .page-template-print-estimating-tool-template .assortment_products_section .assortment_products .product_row .left .img img {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .page-template-webtoprint-mis-erp .assortment_products_section .assortment_products .product_row .left .img img, .page-template-print-estimating-tool-template .assortment_products_section .assortment_products .product_row .left .img img {
    width: 85%;
    margin-left: 0;
  }
}
.page-template-webtoprint-mis-erp .assortment_products_section .assortment_products .product_row:nth-child(odd) .left .img img, .page-template-print-estimating-tool-template .assortment_products_section .assortment_products .product_row:nth-child(odd) .left .img img {
  margin: auto;
}
@media (min-width: 992px) {
  .page-template-webtoprint-mis-erp .assortment_products_section .assortment_products .product_row:nth-child(odd) .left .img img, .page-template-print-estimating-tool-template .assortment_products_section .assortment_products .product_row:nth-child(odd) .left .img img {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .page-template-b2b_corporate_storefront .assortment_products_section .assortment_products .product_row .left .img img, .page-template-apparel-template .assortment_products_section .assortment_products .product_row .left .img img {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .page-template-b2b_corporate_storefront .assortment_products_section .assortment_products .product_row .left .img img, .page-template-apparel-template .assortment_products_section .assortment_products .product_row .left .img img {
    width: 90%;
    margin-left: 0;
  }
}
.page-template-b2b_corporate_storefront .assortment_products_section .assortment_products .product_row:nth-child(odd) .left .img img, .page-template-apparel-template .assortment_products_section .assortment_products .product_row:nth-child(odd) .left .img img {
  margin: auto;
}
@media (min-width: 992px) {
  .page-template-b2b_corporate_storefront .assortment_products_section .assortment_products .product_row:nth-child(odd) .left .img img, .page-template-apparel-template .assortment_products_section .assortment_products .product_row:nth-child(odd) .left .img img {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .page-template-b2b_corporate_storefront .assortment_products_section.left_position .assortment_products .product_row .left .img img, .page-template-apparel-template .assortment_products_section.left_position .assortment_products .product_row .left .img img {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .page-template-apparel-template .assortment_products_section .assortment_products .product_row .left .img img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .page-template-apparel-template .assortment_products_section .assortment_products .product_row .left .img img {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .page-template-hotfolder-template .assortment_products_section .assortment_products .product_row .left .img img {
    width: 70%;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .page-template-hotfolder-template .assortment_products_section .assortment_products .product_row .left .img img {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }
}
.page-template-hotfolder-template .assortment_products_section .assortment_products .product_row:nth-child(odd) .left .img img {
  margin-right: auto;
  margin-left: 0;
}
.page-template-printondemand-template .banner_section {
  background: #d8edf5;
  background: linear-gradient(180deg, #d8edf5 0%, #d8edf5 100%);
  position: relative;
}
@media (min-width: 1200px) {
  .page-template-printondemand-template .banner_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    background-size: cover;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-printondemand-template .banner_section {
    background-image: none !important;
    background: #bedfec !important;
  }
}
.page-template-printondemand-template .banner_section:after {
  content: "";
  position: absolute;
  background: #bedfec;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 100px;
  z-index: -1;
}
.page-template-pricing-template .button_section.green_bg + .happy-clients-section, .page-template-prinxpand-vs-inkve-template .button_section.green_bg + .happy-clients-section {
  position: relative;
}
.page-template-pricing-template .button_section.green_bg + .happy-clients-section::before, .page-template-prinxpand-vs-inkve-template .button_section.green_bg + .happy-clients-section::before {
  content: "";
  position: absolute;
  background: #d1f2ec;
  width: 100px;
  height: 110px;
  top: -50px;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-template-pricing-template .button_section.green_bg + .happy-clients-section::before, .page-template-prinxpand-vs-inkve-template .button_section.green_bg + .happy-clients-section::before {
    content: "";
    position: absolute;
    background: #81d6c0;
    width: 100px;
    height: 110px;
    top: -50px;
    left: 0;
    z-index: -1;
  }
}
.page-template-pricing-template .button_section.green_bg + .happy-clients-section::after, .page-template-prinxpand-vs-inkve-template .button_section.green_bg + .happy-clients-section::after {
  content: "";
  position: absolute;
  background: #d1f2ec;
  width: 100px;
  height: 110px;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-template-pricing-template .button_section.green_bg + .happy-clients-section::after, .page-template-prinxpand-vs-inkve-template .button_section.green_bg + .happy-clients-section::after {
    content: "";
    position: absolute;
    background: #d1f2ec;
    width: 100px;
    height: 110px;
    top: -50px;
    right: 0;
    z-index: -1;
  }
}
.page-template-pricing-template .button_section.orange_bg + .happy-clients-section, .page-template-prinxpand-vs-inkve-template .button_section.orange_bg + .happy-clients-section {
  position: relative;
}
.page-template-pricing-template .button_section.orange_bg + .happy-clients-section::before, .page-template-prinxpand-vs-inkve-template .button_section.orange_bg + .happy-clients-section::before {
  content: "";
  position: absolute;
  background: #f5ddd4;
  width: 100px;
  height: 110px;
  top: -50px;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-template-pricing-template .button_section.orange_bg + .happy-clients-section::before, .page-template-prinxpand-vs-inkve-template .button_section.orange_bg + .happy-clients-section::before {
    content: "";
    position: absolute;
    background: #f2bba5;
    width: 100px;
    height: 110px;
    top: -50px;
    left: 0;
    z-index: -1;
  }
}
.page-template-pricing-template .button_section.orange_bg + .happy-clients-section::after, .page-template-prinxpand-vs-inkve-template .button_section.orange_bg + .happy-clients-section::after {
  content: "";
  position: absolute;
  background: #f5ddd4;
  width: 100px;
  height: 110px;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-template-pricing-template .button_section.orange_bg + .happy-clients-section::after, .page-template-prinxpand-vs-inkve-template .button_section.orange_bg + .happy-clients-section::after {
    content: "";
    position: absolute;
    background: #f5ddd4;
    width: 100px;
    height: 110px;
    top: -50px;
    right: 0;
    z-index: -1;
  }
}
.page-template-pricing-template .button_section.pink_bg + .happy-clients-section, .page-template-prinxpand-vs-inkve-template .button_section.pink_bg + .happy-clients-section {
  position: relative;
}
.page-template-pricing-template .button_section.pink_bg + .happy-clients-section::before, .page-template-prinxpand-vs-inkve-template .button_section.pink_bg + .happy-clients-section::before {
  content: "";
  position: absolute;
  background: #f9dae1;
  width: 100px;
  height: 110px;
  top: -50px;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-template-pricing-template .button_section.pink_bg + .happy-clients-section::before, .page-template-prinxpand-vs-inkve-template .button_section.pink_bg + .happy-clients-section::before {
    content: "";
    position: absolute;
    background: #e5a0ae;
    width: 100px;
    height: 110px;
    top: -50px;
    left: 0;
    z-index: -1;
  }
}
.page-template-pricing-template .button_section.pink_bg + .happy-clients-section::after, .page-template-prinxpand-vs-inkve-template .button_section.pink_bg + .happy-clients-section::after {
  content: "";
  position: absolute;
  background: #f9dae1;
  width: 100px;
  height: 110px;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-template-pricing-template .button_section.pink_bg + .happy-clients-section::after, .page-template-prinxpand-vs-inkve-template .button_section.pink_bg + .happy-clients-section::after {
    content: "";
    position: absolute;
    background: #f9dae1;
    width: 100px;
    height: 110px;
    top: -50px;
    right: 0;
    z-index: -1;
  }
}
.page-template-pricing-template .button_section.blue_bg + .happy-clients-section, .page-template-prinxpand-vs-inkve-template .button_section.blue_bg + .happy-clients-section {
  position: relative;
}
.page-template-pricing-template .button_section.blue_bg + .happy-clients-section::before, .page-template-prinxpand-vs-inkve-template .button_section.blue_bg + .happy-clients-section::before {
  content: "";
  position: absolute;
  background: #d4ebf4;
  width: 100px;
  height: 110px;
  top: -50px;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-template-pricing-template .button_section.blue_bg + .happy-clients-section::before, .page-template-prinxpand-vs-inkve-template .button_section.blue_bg + .happy-clients-section::before {
    content: "";
    position: absolute;
    background: #77c3e0;
    width: 100px;
    height: 110px;
    top: -50px;
    left: 0;
    z-index: -1;
  }
}
.page-template-pricing-template .button_section.blue_bg + .happy-clients-section::after, .page-template-prinxpand-vs-inkve-template .button_section.blue_bg + .happy-clients-section::after {
  content: "";
  position: absolute;
  background: #d4ebf4;
  width: 100px;
  height: 110px;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-template-pricing-template .button_section.blue_bg + .happy-clients-section::after, .page-template-prinxpand-vs-inkve-template .button_section.blue_bg + .happy-clients-section::after {
    content: "";
    position: absolute;
    background: #d4ebf4;
    width: 100px;
    height: 110px;
    top: -50px;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .page-template-pricing-template.configurator_pricing_page .inner_header .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex, .page-template-prinxpand-vs-inkve-template.configurator_pricing_page .inner_header .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-print-estimating-tool-template .button_section.blue_bg + .printing_estimation_wrap::before, .page-template-integration-template .button_section.blue_bg + .printing_estimation_wrap::before {
  background-color: #d4ebf4;
}
@media (min-width: 992px) {
  .page-template-print-estimating-tool-template .button_section.blue_bg + .printing_estimation_wrap::before, .page-template-integration-template .button_section.blue_bg + .printing_estimation_wrap::before {
    background-color: #77c3e0;
  }
}
.page-template-print-estimating-tool-template .button_section.blue_bg + .printing_estimation_wrap::after, .page-template-integration-template .button_section.blue_bg + .printing_estimation_wrap::after {
  background-color: #d4ebf4;
}
.analytics_page .banner_section::after {
  display: none;
}
.configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex {
  grid-template-columns: 1fr !important;
}
@media (min-width: 1025px) {
  .configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_par {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn {
    display: none;
  }
}
@media (min-width: 1025px) {
  .configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn {
    margin-top: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    background: rgba(254, 129, 47, 0.12);
  }
}
@media (min-width: 1025px) {
  .configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_left {
  padding-left: 16px;
}
@media (min-width: 1025px) {
  .configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_left {
    max-width: calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    padding-left: 0;
  }
}
.configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_left .title-18 {
  font-size: 16px;
  line-height: 24px;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_left .desc {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  display: none;
  font-weight: 400;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 1025px) {
  .configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_left .desc {
    display: block;
    margin-top: 6px;
  }
}
.configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_left a {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_left a:hover .title-18 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #fc7d2f;
}
.configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_left a:hover .desc {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #fc7d2f;
}
.configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_right {
  max-width: 250px;
  flex: 0 0 250px;
  display: none;
}
@media (min-width: 1025px) {
  .configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_right {
    display: block;
  }
  .configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_right .btn_wrap {
    opacity: 1;
    visibility: visible;
    display: block;
    width: fit-content;
    margin-left: auto;
  }
  .configrator_page.inner_header .d-flex .right .inner_nav li.personalized_for_li .company-menu-wrapper .d-flex .personalized_li_box_btn .box .box_right .btn_wrap .btn {
    color: #FFFFFF;
  }
}
.mis_erp_custom_banner_pages .banner_section.common-spacing::after {
  display: none;
}
@media (max-width: 1024px) {
  .inner_header.design_tool_menu.green_bg .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex {
    padding-top: 0;
  }
  .inner_header.design_tool_menu.green_bg .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex .box {
    max-width: unset;
  }
  .inner_header.design_tool_menu.green_bg .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .inner_header.design_tool_menu.green_bg .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right .title-18 {
    position: relative;
    z-index: 1;
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .inner_header.design_tool_menu.green_bg .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right .title-18::before {
    top: 17px;
  }
  .inner_header.design_tool_menu.green_bg .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right .title-18::after {
    content: "";
    background: rgba(158, 158, 158, 0.12);
    left: -30%;
    right: -30%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .inner_header.design_tool_menu.green_bg .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    margin: 15px 0;
  }
  .inner_header.design_tool_menu.green_bg .d-flex .right .inner_nav .personalized_for_li .company-menu-wrapper .d-flex .box .inner_box .right .desc a {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.px-hellobar {
  background: #fd7f31;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.px-hellobar .full-container {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}
.px-hellobar .full-container a {
  color: #fff;
  background: #fff;
  color: #000;
  padding: 3px 15px;
  border-radius: 20px;
  margin-left: 15px;
}
/*# sourceMappingURL=header-footer.css.map */