/** Shopify CDN: Minification failed

Line 12:0 All "@import" rules must come first

**/
body.landing main.site-main {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.landing_cover{font-family: 'Poppins', sans-serif;}

.landing_cover .pxs-rich-text-heading {
    font-size: 34px;
    line-height: 1.4em;
    font-family: inherit;
    font-weight: 500;
}

.landing_cover .pxs-image-with-text-heading {
    font-family: Poppins,sans-serif;
    color: #9d6129;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 0;
}

.landing_cover .pxs-image-with-text-subheading p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.landing_cover .dynamic-video {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.landing_cover .video-placeholder-dark .video-play-button {
    background-color: #d11f44;
}

.landing_cover div#shopify-section-pxs-rich-text {
    background: #f8f8f8;
    margin-bottom: 80px;
}

section.section.twogrid.container-cus-img-width-text {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    max-width: 1200px;
    margin: 0 auto;
}

section.section.twogrid.container-cus-img-width-text img {
    width: 100%;
}

.landing_cover .carousel-cell {
  width: 100%;
  height: 2px;
  margin-right: 10px;
  background: transparent;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

.landing_cover .carousel-cell p {
    max-width: 80%;
    margin: 0 auto;
}

.landing_cover section.section.threegrid.container-cus-img-width-text {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    max-width: 1200px;
    margin: 0 auto;
}

.landing_cover section.section.threegrid.container-cus-img-width-text img {
    width: 100%;
}

.landing_cover .pxs-image-with-text-content-wrapper.pxs-image-with-text-content-position-y-center.pxs-image-with-text-content-position-x-left {
    max-width: 1250px;
    margin: 0 auto;
}


.landing_cover .pxs-rich-text-content p {
    font-size: 18px;
    line-height: 24px;
    color: #676767;
    letter-spacing: 0.5px;
}

.landing_cover .pxs-rich-text.pxs-rich-text-width-wide {
    width: 1200px;
    padding:80px 30px;
}

.landing_cover h3.regular_text.text-col-title {
    font-family: inherit;
    font-size: 34px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.landing_cover .text-col-cover  {
    margin-bottom: 80px;
}

.landing_cover .text-col-cover p {
    font-size: 16px;
    font-family: inherit;
}

.landing_cover .text-col-cover a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: inherit;
    border: 2px solid #d31843;
    padding: 10px 20px;
    margin-top: 20px;
    display: table;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.landing_cover .text-col-cover a:hover {
    text-decoration: none;
    color: #fff;
    background-color:#d31843;
}

.landing_cover section.section.threegrid h3.regular_text.text-col-title {
    font-size: 22px;
    margin-top: 10px;
}

.landing_cover section.section.threegrid  p {
    font-size: 16px;
    font-weight: 300;
    color: #676767;
}

/* .landing_cover .carousel {
  background: #EEE;
}



/* cell number 
.landing_cover .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
} */


.landing_cover section.testcover {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    text-align: center;
    background-color: #f8f8f8;
    padding: 60px 0;
    margin-bottom: 50px;
  
}

.landing_cover section.testcover .flickity-prev-next-button {
    background: #d11f44;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #fff;
    fill:#fff;
  border-radius: 100%;
}

.landing_cover section.testcover .flickity-prev-next-button.previous {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit !important;
}

.landing_cover section.testcover .flickity-prev-next-button.next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit !important;
}

.landing_cover section.testcover .flickity-prev-next-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 39px;
    transform: translate(-50%,-50%);
}

.landing_cover .pxs-image-with-text-button {
    border-radius: 50px;
    font-size: 16px;
}

.landing_cover section.testcover .carousel.flickity-enabled.is-draggable {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.landing_cover section.testcover ol.flickity-page-dots {
    position: absolute;
    bottom: -200px !important;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
    display:none;
}
*{outline:none;}

.landing_cover section.testcover h2.title.center {
    font-size: 34px;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}

.landing_cover section.testcover img {
    margin-bottom: 20px;
}

.landing_cover section.testcover  p {
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
}

.landing_cover section.testcover  h4 {
    font-size: 17px;
    font-weight:500;
    color:#000;
    font-family: inherit;
    line-height: normal;
}

.landing_cover section.testcover .flickity-viewport {
    height: inherit !important;
    min-height: 200px;
}

@media(max-width:768px){
	.landing_cover .pxs-image-with-text-heading {
    
    font-size: 50px;
      line-height:normal;
    
}
  .landing_cover .pxs-image-with-text-content {
    width: 65%;
    padding: 8px 0;
}

  .landing_cover section.section.threegrid.container-cus-img-width-text {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    max-width: 1200px;
    margin: 0 auto;
}
  .landing_cover {
    font-family: Poppins,sans-serif;
    padding: 0px 10px;
}
  .landing_cover section.testcover .flickity-viewport {
    height: inherit!important;
    min-height: 350px;
}
}

@media(max-width:767px){

.landing_cover .pxs-image-with-text-content {
    width: 100%;
    padding: 8px 0;
}
  .landing_cover .pxs-image-with-text-section-height-original .pxs-image-with-text-content-position-y-center {
    padding: 0 6px;
}
  .landing_cover .pxs-image-with-text-heading {
    font-size: 40px;
    line-height: normal;
}
  .landing_cover .pxs-rich-text.pxs-rich-text-width-wide {
    width: 1200px;
    padding: 20px 10px;
    margin-top: 30px;
}
  .landing_cover .pxs-rich-text-content p {
    font-size: 16px;
}
  section.section.twogrid.container-cus-img-width-text, .landing_cover section.section.threegrid.container-cus-img-width-text {
    display: inherit;
}
  .landing_cover section.testcover .flickity-viewport {
    height: inherit!important;
    min-height: 600px;
}
  .landing_cover section.testcover {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    text-align: center;
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-bottom: 50px;
}
  .landing_cover .carousel-cell p {
    max-width: 95%;
    margin: 0 auto;
}
}