/** Shopify CDN: Minification failed

Line 104:0 Unexpected "}"

**/
.default-banner-section{
  margin-top: var(--default-margin-mob-top);
  margin-bottom: var(--default-margin-mob-bot);
}
.default-banner-section .container-fluid {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.default-banner-section .top_content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    color: #fff;
}
.default-banner-section .image-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background-color: #3899d3;
    overflow: hidden;
}

.default-banner-section .image-container img {
    object-fit: contain;
    width: 100%;
    object-position: bottom;
    background-color: #3899d3;
    border-radius: unset;
}
.default-banner-section .top_content .row {
    z-index: 2;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
}
.default-banner-section .stars svg {
    fill: #fff;
}
.default-banner-section .star-content {
    margin-bottom: 20px;
}
.default-banner-section .stars-content {
    font-weight: 700;
}
.default-banner-section .top_content h2 {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--default-head-color);
    font-size: 24px;
    line-height: 1.2em;
}
.default-banner-section .inner_content p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    color: var(--default-title-color);
}
.default-banner-section a.standard__cta.btn--outline.btn--long.uppercase {
    padding: 6px 0;
    margin-bottom: 0;
    border-color: rgba(0, 0, 0, 0.6); /* 60% opacity black */
    color: #ffffff;
    max-width: 170px;
    background-color: rgba(0, 0, 0, 0.6); /* 60% opacity black */
}
.default-banner-section .bottom-content-container .star-content {
    display: none;
}
.default-banner-section .bottom-content-container {
    padding: 20px 20px 0px;
    text-align: center;
}
.default-banner-section .bottom-content p {
    font-size: 18px;
}

.default-banner-section .buttons_display {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 5px;
    max-width: 517px;
}
.default-banner-section a.standard__cta.btn--outline.btn--long.uppercase:hover {
  background-color: #ffffff;   /* Solid white background */
  color: #000000;              /* Black text */
  border-color: #ffffff;       /* White border */
}
}
.default-banner-section a.third-button.btn--outline.btn--long.uppercase.button {
    padding: 6px 0;
    margin-bottom: 0;
    border-color: rgba(0, 0, 0, 0.6); /* 60% opacity black */
    color: #ffffff;
    max-width: 170px;
    background-color: rgba(0, 0, 0, 0.6); /* 60% opacity black */
}

@media(min-width: 768px){
  .default-banner-section{
    margin-top: var(--default-margin-top);
    margin-bottom: var(--default-margin-bot);
  }
  .default-banner-section a.standard__cta.btn--outline.btn--long.uppercase{
    max-width: 240px;
    margin:0px;
  }
  .default-banner-section img.desktop {
      display: block !important;
  }
  .default-banner-section img.mobile {
      display: none !important;
  }
  .default-banner-section .image-container img {
      width: 100%;
      height: 100%;
  }
  .default-banner-section .top_content .row {
      text-align: left;
      bottom: 0;
      display: flex;
      flex-flow: column;
      justify-content: center;
  }
  .default-banner-section .top_content .star-content {
      display: none;
  }
  .default-banner-section .top_content h2 br {
      display: none;
  }
  .default-banner-section .buttons_display {
      display: flex;
      flex-flow: row wrap;
      gap: 15px;
      justify-content: flex-start;
      margin-top: 35px;
  }
  .default-banner-section .bottom-content-container {
      max-width: 900px;
      margin: 0 auto;
  }
  .default-banner-section .bottom-content-container .star-content {
    display: block;
  }
  .default-banner-section .stars-content {
    font-size: 40px;
  }
  .default-banner-section .stars svg {
    fill: #fbb72b;
    height: 50px;
    width: 50px;
  }
  .default-banner-section .bottom-content-container {
    padding-top: 50px;
  }

}
@media(min-width: 1440px){

  .default-banner-section .top_content .row {
    padding: 50px 50px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .default-banner-section a.standard__cta.btn--outline.btn--long.uppercase {
    padding: 18px;
  }
}

@media(max-width: 395px){
  .default-banner-section a.standard__cta.btn--outline.btn--long.uppercase{
    max-width: 150px;
  }
  .default-banner-section .buttons_display{
    justify-content: center;
    gap: 0px;
  }
}