.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.video-heading-wrapper{
  margin:0 auto;
  max-width:1200px;
  padding:0 40px 0;
  width:100%;
}

.video-heading{
  color:#fff;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  margin-bottom: 60px;
  margin-top:20vh;
  line-height: 65px;
  position: absolute;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .video-heading {
    font-size: 42px;
    line-height: 48px;
    margin-top:30vh;
  }
}

@media screen and (max-width: 370px) {
  .video-heading {
    font-size: 32px;
    line-height: 42px;
  }
}

.video-logo{
  margin-top:50px;
  position: absolute;
  z-index: 1000;
}

.video-section{
  background-image: url('../video/video_bg.jpg');
  background-position: 50% 50%;
  height: 50vh;
  max-height: 720px;
  position: relative;
  overflow: hidden;
}

video{
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@media screen and (max-width: 767px) {	
  .video-section{
    height: 100vh;
  }
  video{
    width:auto;
  }
}

.intro {
  font-size:24px;
  line-height:1.25em; 
  padding:100px 0;
}



@media screen and (min-width: 371px) and (max-width: 767px) {
	.intro {
		font-size:20px;
		line-height:1.25em;
		padding:60px 0;
	}
}

@media screen and (max-width: 370px) {
	.intro {
		font-size:18px; 
		line-height:1.25em;
		padding:40px 0;
	}
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: #4a90e2;
  text-decoration: underline;
}

.body {
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
}

.product_card {
  max-width: 1060px;
  padding-left: 10px;
  padding-right: 10px;
}

.product_title {
  color: #4a90e2;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.product_subtitle {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}

.product_kicker {
  color: #e5a845;
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph {
  margin-right: 10px;
}

.feature_icon {
  margin-bottom: 10px;
}

.feature_icon.bun {
  margin-top: 20px;
}

.feature_icon.clip {
  width: 80px;
}

.feature_icon.loaf {
  width: 70px;
}

.feature_card {
  text-align: left;
}

.features {
  margin-top: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 479px){
	.break {display: inline;}
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.me {
  background-color: #f8f7f1;
}

.product_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.product_section.loafmaster, .product_section._1w {
  background-color: #f2f2f2;
}

.product_section._1a, .product_section.cl {
  background-color: #f0eddf;
}

.product_section.packmaster {
  background-color: #f0eddf;
}

.product_section.countpack {
  background-color: #f2f2f2;
}

.about_us_text {
  max-width: 700px;
  margin: 60px 40px 60px 60px;
  padding-right: 0;
}

.about_us_section {
  background-image: url('../images/about_us_bg_ipeka_warehouse_2023_8E3A1405.jpg'), linear-gradient(#f0eddf, #f0eddf);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 800px, auto;
  margin:0 auto;
  max-width:1920px;
}

.footer {
  margin: 0 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

._1060 {
  max-width: 1060px;
  padding-left: 10px;
  padding-right: 10px;
}

.link {
  text-align: left;
  margin-bottom: 0;
  display: inline-block;
}

.link:hover {
  color: #e5a845;
}

.link.center {
  text-align: center;
  display: block;
}

.contact_address, .copyright {
  text-align: right;
  font-size: 14px;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0eddf;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.video {
}

.logo_footer {
  padding-bottom: 24px;
}

.about_us_stats {
  color: #003580;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.about_us_stat_column {
  text-align: center;
  margin-bottom: 40px;
}

.columns-2 {
  margin-top: 40px;
}

.about_us_stat_subtitle {
  color: #003580;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
  /*padding-left: 10px;
  padding-right: 10px;*/
}

.heading {
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.image {
  float: right;
  position: static;
}

.product_hero_img {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-height: 45vh;
}

.container {
  max-height: 70vh;
  max-width: 1060px;
  min-height: 30vh;
  padding: 30vh 20px 40vh;
}

.footer_link {
  margin-bottom: 12px;
  display: block;
}

.footer_link:hover {
  color: #e5a845;
}

.footer_link.center {
  text-align: center;
}

.link-3 {
  display: block;
}

.columns-4 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  width: 60%;
  float: left;
  background-color: #f0eddf;
  padding: 20px 10px 0 10px;
}

.div-block-2 {
  width: 40%;
  float: right;
}

.container-2 {
  max-width: 1060px;
  padding-left: 0;
  padding-right: 0;
}

.gallery_mobile{
  display: none;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
}

.slide-nav {
  position: static;
}

.gallery_section {
  max-width: 1600px;
  margin-top: 40px;
}

@media (max-width: 479px) {
  .gallery_desktop{
    display: none;
  }

  .gallery_mobile{
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .product_card {
    padding-left: 10px;
    padding-right: 10px;
  }


  .column {
    background-image: none;
  }
}

@media screen and (max-width: 900px) {
  .about_us_text {
    margin-top: 20px;
    margin-left: 0;
  }

  .about_us_section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .product_hero_img {
    max-height: 50vh;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
    height: 300px;
    background-image: url('../images/about_us_bg_ipeka_warehouse_2023_8E3A1405.jpg');
    background-position: 100%;
    background-size: cover;
  }
}

@media screen and (min-width: 901px) and (max-width: 990px) {
  .about_us_section {
    background-position: 300% 0;
    background-size: 850px, auto;
  }
}

@media screen and (min-width: 991px) and (max-width: 1049px) {
  .about_us_section {
    background-position: 175% 0;
    background-size: 850px, auto;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1300px) {
  .about_us_section {
    background-position: 120% 0;
  }
}

@media screen and (max-width: 479px) {
  .product_section{
    padding-top: 50px;
  }

  .contact_address, .copyright {
    text-align: center;
  }

  .logo_footer {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    display: block;
  }

  .columns-3 {
    text-align: center;
  }

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .image {
    height: 15px;
  }

  .container {
    max-height: 50vh;
    min-height: 0;
    padding-top: 10vh;
    padding-bottom: 25vh;
  }

  .column-3, .column-4 {
    margin-bottom: 20px;
  }

  .div-block-2 {
    background-position: 80%;
  }

  .column-5 {
    margin-bottom: 20px;
  }
}


