.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-83d6783b-60d5-4e9e-979b-da71c803a3f3 {
  margin-left: auto;
margin-right: auto;
min-height: 30px;
}








#s-83d6783b-60d5-4e9e-979b-da71c803a3f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83d6783b-60d5-4e9e-979b-da71c803a3f3.shg-box.shg-c {
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin-left: auto;
margin-right: auto;
max-width: 2550px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  display: none;
}
#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d, #wrap-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d, #wrap-content-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d { display: none !important; }}@media (max-width: 767px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  display: none;
}
#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d, #wrap-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d, #wrap-content-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d { display: none !important; }}
#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  max-width: 2550px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}
@media (min-width: 1200px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  display: none;
}
#s-bd5fa58a-699b-4fac-8b56-bc87675c7450, #wrap-s-bd5fa58a-699b-4fac-8b56-bc87675c7450, #wrap-content-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  display: none;
}
#s-bd5fa58a-699b-4fac-8b56-bc87675c7450, #wrap-s-bd5fa58a-699b-4fac-8b56-bc87675c7450, #wrap-content-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 { display: none !important; }}
#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a7c10976-dbb9-4bf1-bb79-29eede481b32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a7c10976-dbb9-4bf1-bb79-29eede481b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7c10976-dbb9-4bf1-bb79-29eede481b32.shg-box.shg-c {
  justify-content: center;
}

#s-b5707e1d-a369-42f7-8c26-3ffce9a2a688 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b5707e1d-a369-42f7-8c26-3ffce9a2a688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5707e1d-a369-42f7-8c26-3ffce9a2a688.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-4c5a1139-384b-4b65-9caa-cdc95e30ac08 {
  box-shadow:1px 1px 3px 1px rgba(228, 228, 228, 1);
margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 172, 78, 1);
}
#s-4c5a1139-384b-4b65-9caa-cdc95e30ac08:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c5a1139-384b-4b65-9caa-cdc95e30ac08:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4c5a1139-384b-4b65-9caa-cdc95e30ac08-root {
    text-align: center;
  }


#s-4c5a1139-384b-4b65-9caa-cdc95e30ac08.shg-btn {
  color: rgba(0, 172, 78, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c5a1139-384b-4b65-9caa-cdc95e30ac08-root {
    text-align: center;
  }


#s-4c5a1139-384b-4b65-9caa-cdc95e30ac08.shg-btn {
  color: rgba(0, 172, 78, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c5a1139-384b-4b65-9caa-cdc95e30ac08-root {
    text-align: center;
  }


#s-4c5a1139-384b-4b65-9caa-cdc95e30ac08.shg-btn {
  color: rgba(0, 172, 78, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c5a1139-384b-4b65-9caa-cdc95e30ac08-root {
    text-align: center;
  }


#s-4c5a1139-384b-4b65-9caa-cdc95e30ac08.shg-btn {
  color: rgba(0, 172, 78, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c5a1139-384b-4b65-9caa-cdc95e30ac08-root {
    text-align: center;
  }


#s-4c5a1139-384b-4b65-9caa-cdc95e30ac08.shg-btn {
  color: rgba(0, 172, 78, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-cb7a58be-87c7-42e7-a77d-c7c0abdb5436 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cb7a58be-87c7-42e7-a77d-c7c0abdb5436 {
  margin-left: 4%;
margin-right: 4%;
display: none;
}
#s-cb7a58be-87c7-42e7-a77d-c7c0abdb5436, #wrap-s-cb7a58be-87c7-42e7-a77d-c7c0abdb5436, #wrap-content-s-cb7a58be-87c7-42e7-a77d-c7c0abdb5436 { display: none !important; }}
#s-cb7a58be-87c7-42e7-a77d-c7c0abdb5436 .shogun-heading-component h1 {
  color: rgba(1, 172, 78, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-cd083996-57c8-4c61-adef-d88125ef2d67 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cd083996-57c8-4c61-adef-d88125ef2d67 {
  display: none;
}
#s-cd083996-57c8-4c61-adef-d88125ef2d67, #wrap-s-cd083996-57c8-4c61-adef-d88125ef2d67, #wrap-content-s-cd083996-57c8-4c61-adef-d88125ef2d67 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd083996-57c8-4c61-adef-d88125ef2d67 {
  display: none;
}
#s-cd083996-57c8-4c61-adef-d88125ef2d67, #wrap-s-cd083996-57c8-4c61-adef-d88125ef2d67, #wrap-content-s-cd083996-57c8-4c61-adef-d88125ef2d67 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd083996-57c8-4c61-adef-d88125ef2d67 {
  display: none;
}
#s-cd083996-57c8-4c61-adef-d88125ef2d67, #wrap-s-cd083996-57c8-4c61-adef-d88125ef2d67, #wrap-content-s-cd083996-57c8-4c61-adef-d88125ef2d67 { display: none !important; }}@media (max-width: 767px){#s-cd083996-57c8-4c61-adef-d88125ef2d67 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-cd083996-57c8-4c61-adef-d88125ef2d67 .shogun-heading-component h1 {
  color: rgba(1, 172, 78, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-6591edf6-efce-4c66-974c-5f6827047fe3 {
  margin-left: 14%;
margin-right: 14%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6591edf6-efce-4c66-974c-5f6827047fe3 {
  
}
}@media (max-width: 767px){#s-6591edf6-efce-4c66-974c-5f6827047fe3 {
  
}
}
#s-f0f587bf-6f4e-4381-a050-c8eab9c77f0c {
  margin-top: -35px;
margin-left: 14%;
margin-right: 14%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0f587bf-6f4e-4381-a050-c8eab9c77f0c {
  display: none;
}
#s-f0f587bf-6f4e-4381-a050-c8eab9c77f0c, #wrap-s-f0f587bf-6f4e-4381-a050-c8eab9c77f0c, #wrap-content-s-f0f587bf-6f4e-4381-a050-c8eab9c77f0c { display: none !important; }}@media (max-width: 767px){#s-f0f587bf-6f4e-4381-a050-c8eab9c77f0c {
  display: none;
}
#s-f0f587bf-6f4e-4381-a050-c8eab9c77f0c, #wrap-s-f0f587bf-6f4e-4381-a050-c8eab9c77f0c, #wrap-content-s-f0f587bf-6f4e-4381-a050-c8eab9c77f0c { display: none !important; }}
#s-16de96fe-c9da-494d-b17b-32b151b643ae {
  margin-top: -35px;
margin-left: 14%;
margin-right: 14%;
}
@media (min-width: 1200px){#s-16de96fe-c9da-494d-b17b-32b151b643ae {
  display: none;
}
#s-16de96fe-c9da-494d-b17b-32b151b643ae, #wrap-s-16de96fe-c9da-494d-b17b-32b151b643ae, #wrap-content-s-16de96fe-c9da-494d-b17b-32b151b643ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16de96fe-c9da-494d-b17b-32b151b643ae {
  display: none;
}
#s-16de96fe-c9da-494d-b17b-32b151b643ae, #wrap-s-16de96fe-c9da-494d-b17b-32b151b643ae, #wrap-content-s-16de96fe-c9da-494d-b17b-32b151b643ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16de96fe-c9da-494d-b17b-32b151b643ae {
  
}
}@media (max-width: 767px){#s-16de96fe-c9da-494d-b17b-32b151b643ae {
  
}
}
#s-2f07fb2a-e125-44f3-b1e6-dc9b1a6166a7 {
  margin-top: -30px;
margin-left: 28%;
margin-bottom: -2px;
margin-right: 28%;
text-align: left;
}
@media (max-width: 767px){#s-2f07fb2a-e125-44f3-b1e6-dc9b1a6166a7 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-477c61a4-6167-4267-aeaa-467b31c6e5b9 {
  margin-left: 14%;
margin-right: 14%;
}
@media (min-width: 768px) and (max-width: 991px){#s-477c61a4-6167-4267-aeaa-467b31c6e5b9 {
  display: none;
}
#s-477c61a4-6167-4267-aeaa-467b31c6e5b9, #wrap-s-477c61a4-6167-4267-aeaa-467b31c6e5b9, #wrap-content-s-477c61a4-6167-4267-aeaa-467b31c6e5b9 { display: none !important; }}@media (max-width: 767px){#s-477c61a4-6167-4267-aeaa-467b31c6e5b9 {
  display: none;
}
#s-477c61a4-6167-4267-aeaa-467b31c6e5b9, #wrap-s-477c61a4-6167-4267-aeaa-467b31c6e5b9, #wrap-content-s-477c61a4-6167-4267-aeaa-467b31c6e5b9 { display: none !important; }}
#s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2 {
  display: none;
}
#s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2, #wrap-s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2, #wrap-content-s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2 {
  display: none;
}
#s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2, #wrap-s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2, #wrap-content-s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2 {
  
}
}@media (max-width: 767px){#s-bc00b6b3-c7f3-470c-94f6-62e0d18a23b2 {
  
}
}
#s-91187214-cc82-4e85-9dfa-6be5350e21f7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a53fa9b0-36b6-4897-99bc-17068f1824d0 {
  margin-left: 40%;
margin-right: 40%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 172, 78, 1);
border-style: dashed;
border-radius: 25px;
min-height: 50px;
}
@media (max-width: 767px){#s-a53fa9b0-36b6-4897-99bc-17068f1824d0 {
  margin-left: 22%;
margin-right: 22%;
}
}







#s-a53fa9b0-36b6-4897-99bc-17068f1824d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a53fa9b0-36b6-4897-99bc-17068f1824d0.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-23c1b6fc-66a9-4a03-8132-1b0af01aa735 {
  margin-left: 12%;
margin-right: 12%;
}

#s-23c1b6fc-66a9-4a03-8132-1b0af01aa735 .shg-proportional-font-size,
#s-23c1b6fc-66a9-4a03-8132-1b0af01aa735 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-303d9950-9c19-4972-91de-587a7f25b1a2 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 25px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-303d9950-9c19-4972-91de-587a7f25b1a2:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-303d9950-9c19-4972-91de-587a7f25b1a2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-303d9950-9c19-4972-91de-587a7f25b1a2 {
  margin-top: 10px;
}
}

  #s-303d9950-9c19-4972-91de-587a7f25b1a2-root {
    text-align: center;
  }


#s-303d9950-9c19-4972-91de-587a7f25b1a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-303d9950-9c19-4972-91de-587a7f25b1a2-root {
    text-align: center;
  }


#s-303d9950-9c19-4972-91de-587a7f25b1a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-303d9950-9c19-4972-91de-587a7f25b1a2-root {
    text-align: center;
  }


#s-303d9950-9c19-4972-91de-587a7f25b1a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-303d9950-9c19-4972-91de-587a7f25b1a2-root {
    text-align: center;
  }


#s-303d9950-9c19-4972-91de-587a7f25b1a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-303d9950-9c19-4972-91de-587a7f25b1a2-root {
    text-align: center;
  }


#s-303d9950-9c19-4972-91de-587a7f25b1a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a01fd93e-3961-4ad2-9f2a-b25387f6b1f9 {
  margin-top: 0px;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a01fd93e-3961-4ad2-9f2a-b25387f6b1f9 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a01fd93e-3961-4ad2-9f2a-b25387f6b1f9 {
  margin-left: 5%;
margin-right: 5%;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f6647150-d999-4655-9bbf-37ea95897f18 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-f6647150-d999-4655-9bbf-37ea95897f18 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-f6647150-d999-4655-9bbf-37ea95897f18 hr {
  border-top: 2px solid #ddd;
}

#s-a142c7b0-dd31-4233-8105-ffa379d66583 {
  margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a142c7b0-dd31-4233-8105-ffa379d66583 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-a142c7b0-dd31-4233-8105-ffa379d66583 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-d16bb134-5fb4-4ba7-8bf1-51426ba21f87 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6243e3a4-ca3d-4257-bee3-a2791425c1ef {
  margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-6243e3a4-ca3d-4257-bee3-a2791425c1ef {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-6243e3a4-ca3d-4257-bee3-a2791425c1ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6243e3a4-ca3d-4257-bee3-a2791425c1ef.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc {
  display: none;
}
#s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc, #wrap-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc, #wrap-content-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc { display: none !important; }}
#s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc > .swiper-button-prev,
#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc > .swiper-button-next {
  
}

#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc > .swiper-button-prev svg,
#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-e71ddb2a-7f2f-4580-930a-9e1bb91478bc .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-5eca418b-2f7c-4acc-9b84-f799c842949e {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-c9e4f386-a811-42fb-822d-829e7d40666f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f {
  max-width:  100%;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom,
.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f {
  max-width:  100%;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom,
.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f {
  max-width:  100%;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom,
.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f {
  max-width:  100%;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom,
.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f {
  max-width:  100%;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom,
.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e4f386-a811-42fb-822d-829e7d40666f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-51033343-476b-43fb-88c6-cc6fbebe6484 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-51033343-476b-43fb-88c6-cc6fbebe6484 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51033343-476b-43fb-88c6-cc6fbebe6484 {
  min-height: 100px;
}
}
#s-51033343-476b-43fb-88c6-cc6fbebe6484 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-944912b8-b6dc-4952-9b77-3c6d91bd61ad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-944912b8-b6dc-4952-9b77-3c6d91bd61ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-944912b8-b6dc-4952-9b77-3c6d91bd61ad .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-944912b8-b6dc-4952-9b77-3c6d91bd61ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f790d5fd-e5fd-44a4-9188-685355567a22:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f790d5fd-e5fd-44a4-9188-685355567a22:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-f790d5fd-e5fd-44a4-9188-685355567a22-atc-btn-wrapper {
    text-align: center;
  }


#s-f790d5fd-e5fd-44a4-9188-685355567a22 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f790d5fd-e5fd-44a4-9188-685355567a22-atc-btn-wrapper {
    text-align: center;
  }


#s-f790d5fd-e5fd-44a4-9188-685355567a22 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f790d5fd-e5fd-44a4-9188-685355567a22-atc-btn-wrapper {
    text-align: center;
  }


#s-f790d5fd-e5fd-44a4-9188-685355567a22 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f790d5fd-e5fd-44a4-9188-685355567a22-atc-btn-wrapper {
    text-align: center;
  }


#s-f790d5fd-e5fd-44a4-9188-685355567a22 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f790d5fd-e5fd-44a4-9188-685355567a22-atc-btn-wrapper {
    text-align: center;
  }


#s-f790d5fd-e5fd-44a4-9188-685355567a22 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f790d5fd-e5fd-44a4-9188-685355567a22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9efe4f34-149f-4d42-9458-c892dde58238 {
  margin-left: auto;
margin-right: auto;
}

#s-812d5ac5-3f1a-4113-a05d-347747b37756 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 {
  max-width:  100%;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom,
.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 {
  max-width:  100%;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom,
.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 {
  max-width:  100%;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom,
.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 {
  max-width:  100%;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom,
.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 {
  max-width:  100%;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom,
.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-812d5ac5-3f1a-4113-a05d-347747b37756 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-907f43bf-d217-464e-8d41-36587ce11e4c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-907f43bf-d217-464e-8d41-36587ce11e4c {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-907f43bf-d217-464e-8d41-36587ce11e4c {
  min-height: 100px;
}
}
#s-907f43bf-d217-464e-8d41-36587ce11e4c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-bcf0b4c2-d744-4d09-8f08-34a1b5529f70 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bcf0b4c2-d744-4d09-8f08-34a1b5529f70 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-bcf0b4c2-d744-4d09-8f08-34a1b5529f70 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-bcf0b4c2-d744-4d09-8f08-34a1b5529f70 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-79a58cb1-851d-4d88-963c-94a17c0fa410:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-79a58cb1-851d-4d88-963c-94a17c0fa410:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-79a58cb1-851d-4d88-963c-94a17c0fa410-atc-btn-wrapper {
    text-align: center;
  }


#s-79a58cb1-851d-4d88-963c-94a17c0fa410 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-79a58cb1-851d-4d88-963c-94a17c0fa410-atc-btn-wrapper {
    text-align: center;
  }


#s-79a58cb1-851d-4d88-963c-94a17c0fa410 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-79a58cb1-851d-4d88-963c-94a17c0fa410-atc-btn-wrapper {
    text-align: center;
  }


#s-79a58cb1-851d-4d88-963c-94a17c0fa410 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-79a58cb1-851d-4d88-963c-94a17c0fa410-atc-btn-wrapper {
    text-align: center;
  }


#s-79a58cb1-851d-4d88-963c-94a17c0fa410 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-79a58cb1-851d-4d88-963c-94a17c0fa410-atc-btn-wrapper {
    text-align: center;
  }


#s-79a58cb1-851d-4d88-963c-94a17c0fa410 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-79a58cb1-851d-4d88-963c-94a17c0fa410.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cb965c3b-da06-4f59-9fe4-838c81726435 {
  margin-left: auto;
margin-right: auto;
}

#s-3872f008-cb09-423f-9ec6-e87b4592b984 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 {
  max-width:  100%;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom,
.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 {
  max-width:  100%;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom,
.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 {
  max-width:  100%;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom,
.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 {
  max-width:  100%;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom,
.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 {
  max-width:  100%;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom,
.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3872f008-cb09-423f-9ec6-e87b4592b984 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-40b1e3be-0888-411c-ab55-a2e220290334 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-40b1e3be-0888-411c-ab55-a2e220290334 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40b1e3be-0888-411c-ab55-a2e220290334 {
  min-height: 100px;
}
}
#s-40b1e3be-0888-411c-ab55-a2e220290334 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e4f2d67c-a09c-4d30-a47c-30e0b009e3be {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e4f2d67c-a09c-4d30-a47c-30e0b009e3be .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e4f2d67c-a09c-4d30-a47c-30e0b009e3be .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e4f2d67c-a09c-4d30-a47c-30e0b009e3be .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b076dce0-58da-4a3a-9f6f-00922d356db8:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b076dce0-58da-4a3a-9f6f-00922d356db8:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-b076dce0-58da-4a3a-9f6f-00922d356db8-atc-btn-wrapper {
    text-align: center;
  }


#s-b076dce0-58da-4a3a-9f6f-00922d356db8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b076dce0-58da-4a3a-9f6f-00922d356db8-atc-btn-wrapper {
    text-align: center;
  }


#s-b076dce0-58da-4a3a-9f6f-00922d356db8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b076dce0-58da-4a3a-9f6f-00922d356db8-atc-btn-wrapper {
    text-align: center;
  }


#s-b076dce0-58da-4a3a-9f6f-00922d356db8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b076dce0-58da-4a3a-9f6f-00922d356db8-atc-btn-wrapper {
    text-align: center;
  }


#s-b076dce0-58da-4a3a-9f6f-00922d356db8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b076dce0-58da-4a3a-9f6f-00922d356db8-atc-btn-wrapper {
    text-align: center;
  }


#s-b076dce0-58da-4a3a-9f6f-00922d356db8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b076dce0-58da-4a3a-9f6f-00922d356db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5791c1d4-1ef2-42bc-9220-3d6e5d44fe0a {
  margin-left: auto;
margin-right: auto;
}

#s-1e9abb97-1555-4385-ba32-1c4fda77af82 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 {
  max-width:  100%;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom,
.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 {
  max-width:  100%;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom,
.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 {
  max-width:  100%;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom,
.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 {
  max-width:  100%;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom,
.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 {
  max-width:  100%;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom,
.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9abb97-1555-4385-ba32-1c4fda77af82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-151cb03d-852d-44f9-9482-b4b1444dbaef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-151cb03d-852d-44f9-9482-b4b1444dbaef {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-151cb03d-852d-44f9-9482-b4b1444dbaef {
  min-height: 100px;
}
}
#s-151cb03d-852d-44f9-9482-b4b1444dbaef .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fb7b1a4f-1e26-46be-8807-4297bfc8ad44 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fb7b1a4f-1e26-46be-8807-4297bfc8ad44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-fb7b1a4f-1e26-46be-8807-4297bfc8ad44 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-fb7b1a4f-1e26-46be-8807-4297bfc8ad44 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d9aac452-da74-4cee-ac9d-167dc2e7328b:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d9aac452-da74-4cee-ac9d-167dc2e7328b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-d9aac452-da74-4cee-ac9d-167dc2e7328b-atc-btn-wrapper {
    text-align: center;
  }


#s-d9aac452-da74-4cee-ac9d-167dc2e7328b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d9aac452-da74-4cee-ac9d-167dc2e7328b-atc-btn-wrapper {
    text-align: center;
  }


#s-d9aac452-da74-4cee-ac9d-167dc2e7328b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9aac452-da74-4cee-ac9d-167dc2e7328b-atc-btn-wrapper {
    text-align: center;
  }


#s-d9aac452-da74-4cee-ac9d-167dc2e7328b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d9aac452-da74-4cee-ac9d-167dc2e7328b-atc-btn-wrapper {
    text-align: center;
  }


#s-d9aac452-da74-4cee-ac9d-167dc2e7328b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d9aac452-da74-4cee-ac9d-167dc2e7328b-atc-btn-wrapper {
    text-align: center;
  }


#s-d9aac452-da74-4cee-ac9d-167dc2e7328b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d9aac452-da74-4cee-ac9d-167dc2e7328b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-53016f82-2e0c-44cb-814a-8bccf1020ca8 {
  margin-left: auto;
margin-right: auto;
}

#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 {
  max-width:  100%;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom,
.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 {
  max-width:  100%;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom,
.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 {
  max-width:  100%;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom,
.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 {
  max-width:  100%;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom,
.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 {
  max-width:  100%;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom,
.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d44d9116-cff7-4693-9b6f-4ec302d295b1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8b279d88-2150-4f5c-b3ef-0b039147a14b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8b279d88-2150-4f5c-b3ef-0b039147a14b {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b279d88-2150-4f5c-b3ef-0b039147a14b {
  min-height: 100px;
}
}
#s-8b279d88-2150-4f5c-b3ef-0b039147a14b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-cc9bfb23-e417-4475-af1d-d16c3043d864 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cc9bfb23-e417-4475-af1d-d16c3043d864 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-cc9bfb23-e417-4475-af1d-d16c3043d864 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cc9bfb23-e417-4475-af1d-d16c3043d864 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-256ca6c0-4b3e-4d7c-a504-009512e72e6f-atc-btn-wrapper {
    text-align: center;
  }


#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-256ca6c0-4b3e-4d7c-a504-009512e72e6f-atc-btn-wrapper {
    text-align: center;
  }


#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-256ca6c0-4b3e-4d7c-a504-009512e72e6f-atc-btn-wrapper {
    text-align: center;
  }


#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-256ca6c0-4b3e-4d7c-a504-009512e72e6f-atc-btn-wrapper {
    text-align: center;
  }


#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-256ca6c0-4b3e-4d7c-a504-009512e72e6f-atc-btn-wrapper {
    text-align: center;
  }


#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-256ca6c0-4b3e-4d7c-a504-009512e72e6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3c2b137c-39c6-4cc5-ae85-f11dfe685e0a {
  margin-left: auto;
margin-right: auto;
}

#s-18aecc03-adc9-487e-bda1-28aea2cb5466 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 {
  max-width:  100%;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom,
.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 {
  max-width:  100%;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom,
.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 {
  max-width:  100%;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom,
.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 {
  max-width:  100%;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom,
.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 {
  max-width:  100%;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom,
.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18aecc03-adc9-487e-bda1-28aea2cb5466 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-59a74096-555e-4a64-b613-51fcf3184132 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-59a74096-555e-4a64-b613-51fcf3184132 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59a74096-555e-4a64-b613-51fcf3184132 {
  min-height: 100px;
}
}
#s-59a74096-555e-4a64-b613-51fcf3184132 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8fe7f93f-16a0-4696-9f26-c73640398aad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8fe7f93f-16a0-4696-9f26-c73640398aad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8fe7f93f-16a0-4696-9f26-c73640398aad .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8fe7f93f-16a0-4696-9f26-c73640398aad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d6959f23-a418-447c-98a3-787213a6a262 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d6959f23-a418-447c-98a3-787213a6a262:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d6959f23-a418-447c-98a3-787213a6a262:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-d6959f23-a418-447c-98a3-787213a6a262-atc-btn-wrapper {
    text-align: center;
  }


#s-d6959f23-a418-447c-98a3-787213a6a262 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d6959f23-a418-447c-98a3-787213a6a262-atc-btn-wrapper {
    text-align: center;
  }


#s-d6959f23-a418-447c-98a3-787213a6a262 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6959f23-a418-447c-98a3-787213a6a262-atc-btn-wrapper {
    text-align: center;
  }


#s-d6959f23-a418-447c-98a3-787213a6a262 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d6959f23-a418-447c-98a3-787213a6a262-atc-btn-wrapper {
    text-align: center;
  }


#s-d6959f23-a418-447c-98a3-787213a6a262 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d6959f23-a418-447c-98a3-787213a6a262-atc-btn-wrapper {
    text-align: center;
  }


#s-d6959f23-a418-447c-98a3-787213a6a262 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d6959f23-a418-447c-98a3-787213a6a262.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a7aa4971-5150-45d9-8cbf-d721e0f6f01b {
  margin-left: auto;
margin-right: auto;
}

#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd {
  max-width:  100%;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom,
.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd {
  max-width:  100%;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom,
.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd {
  max-width:  100%;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom,
.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd {
  max-width:  100%;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom,
.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd {
  max-width:  100%;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom,
.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd83f1f4-f8b6-44a8-ad87-8d7cc29b60dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a4fa09bb-87d7-4af0-82a6-dbcbb16fe586 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a4fa09bb-87d7-4af0-82a6-dbcbb16fe586 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4fa09bb-87d7-4af0-82a6-dbcbb16fe586 {
  min-height: 100px;
}
}
#s-a4fa09bb-87d7-4af0-82a6-dbcbb16fe586 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ed35be40-219d-45cf-adad-04c7b9620b56 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ed35be40-219d-45cf-adad-04c7b9620b56 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ed35be40-219d-45cf-adad-04c7b9620b56 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ed35be40-219d-45cf-adad-04c7b9620b56 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7b7320c9-1df9-4213-abce-cf570943894b:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7b7320c9-1df9-4213-abce-cf570943894b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-7b7320c9-1df9-4213-abce-cf570943894b-atc-btn-wrapper {
    text-align: center;
  }


#s-7b7320c9-1df9-4213-abce-cf570943894b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7b7320c9-1df9-4213-abce-cf570943894b-atc-btn-wrapper {
    text-align: center;
  }


#s-7b7320c9-1df9-4213-abce-cf570943894b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b7320c9-1df9-4213-abce-cf570943894b-atc-btn-wrapper {
    text-align: center;
  }


#s-7b7320c9-1df9-4213-abce-cf570943894b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7b7320c9-1df9-4213-abce-cf570943894b-atc-btn-wrapper {
    text-align: center;
  }


#s-7b7320c9-1df9-4213-abce-cf570943894b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7b7320c9-1df9-4213-abce-cf570943894b-atc-btn-wrapper {
    text-align: center;
  }


#s-7b7320c9-1df9-4213-abce-cf570943894b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7b7320c9-1df9-4213-abce-cf570943894b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c66ca8a5-01d0-4772-a351-7ccd9802ea52 {
  margin-left: auto;
margin-right: auto;
}

#s-a9172a60-758e-4f45-8789-35ae9a680c7d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d {
  max-width:  100%;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom,
.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d {
  max-width:  100%;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom,
.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d {
  max-width:  100%;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom,
.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d {
  max-width:  100%;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom,
.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d {
  max-width:  100%;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom,
.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9172a60-758e-4f45-8789-35ae9a680c7d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-27c35011-a31e-4621-ac0c-4324199733cf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-27c35011-a31e-4621-ac0c-4324199733cf {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27c35011-a31e-4621-ac0c-4324199733cf {
  min-height: 100px;
}
}
#s-27c35011-a31e-4621-ac0c-4324199733cf .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9b3cac9d-c93b-4457-b706-b25ff0955a9b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9b3cac9d-c93b-4457-b706-b25ff0955a9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9b3cac9d-c93b-4457-b706-b25ff0955a9b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9b3cac9d-c93b-4457-b706-b25ff0955a9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c-atc-btn-wrapper {
    text-align: center;
  }


#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c-atc-btn-wrapper {
    text-align: center;
  }


#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c-atc-btn-wrapper {
    text-align: center;
  }


#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c-atc-btn-wrapper {
    text-align: center;
  }


#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c-atc-btn-wrapper {
    text-align: center;
  }


#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-57c44fa0-d8a6-47e2-a7b6-aa2f0ee4264c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d2bc5324-9992-47d2-804c-56cd3566a0f5 {
  margin-left: auto;
margin-right: auto;
}

#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 {
  max-width:  100%;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom,
.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 {
  max-width:  100%;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom,
.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 {
  max-width:  100%;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom,
.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 {
  max-width:  100%;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom,
.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 {
  max-width:  100%;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom,
.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab52e70-ca13-4f83-842c-c6f33cd00d43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-062e284c-7063-4c22-bf0d-5dd4e19e475f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-062e284c-7063-4c22-bf0d-5dd4e19e475f {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-062e284c-7063-4c22-bf0d-5dd4e19e475f {
  min-height: 100px;
}
}
#s-062e284c-7063-4c22-bf0d-5dd4e19e475f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-91c70166-c83a-4d96-a3cd-2fd64488e7a5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-91c70166-c83a-4d96-a3cd-2fd64488e7a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-91c70166-c83a-4d96-a3cd-2fd64488e7a5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-91c70166-c83a-4d96-a3cd-2fd64488e7a5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a-atc-btn-wrapper {
    text-align: center;
  }


#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1f1cc7a0-0b07-4878-ad9b-b4ca8023cd8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cfabeb87-ce19-4e1f-8e8f-21128dc831df {
  margin-left: auto;
margin-right: auto;
}

#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f {
  max-width:  100%;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom,
.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f {
  max-width:  100%;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom,
.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f {
  max-width:  100%;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom,
.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f {
  max-width:  100%;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom,
.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f {
  max-width:  100%;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom,
.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a914c99c-cf7c-46e9-a0d7-d1fb215b7e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-76e90cfe-50a4-474e-bac8-ba6bf40df41b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-76e90cfe-50a4-474e-bac8-ba6bf40df41b {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76e90cfe-50a4-474e-bac8-ba6bf40df41b {
  min-height: 100px;
}
}
#s-76e90cfe-50a4-474e-bac8-ba6bf40df41b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-969808e3-bd2a-4799-a675-298189c6cb82 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-969808e3-bd2a-4799-a675-298189c6cb82 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-969808e3-bd2a-4799-a675-298189c6cb82 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-969808e3-bd2a-4799-a675-298189c6cb82 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822-atc-btn-wrapper {
    text-align: center;
  }


#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822-atc-btn-wrapper {
    text-align: center;
  }


#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822-atc-btn-wrapper {
    text-align: center;
  }


#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822-atc-btn-wrapper {
    text-align: center;
  }


#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822-atc-btn-wrapper {
    text-align: center;
  }


#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-71dfb39c-1f60-4ee3-bf24-eb7f76e3e822.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-48c9250b-e887-4875-80eb-36e24e705f56 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-48c9250b-e887-4875-80eb-36e24e705f56 {
  display: none;
}
#s-48c9250b-e887-4875-80eb-36e24e705f56, #wrap-s-48c9250b-e887-4875-80eb-36e24e705f56, #wrap-content-s-48c9250b-e887-4875-80eb-36e24e705f56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48c9250b-e887-4875-80eb-36e24e705f56 {
  display: none;
}
#s-48c9250b-e887-4875-80eb-36e24e705f56, #wrap-s-48c9250b-e887-4875-80eb-36e24e705f56, #wrap-content-s-48c9250b-e887-4875-80eb-36e24e705f56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48c9250b-e887-4875-80eb-36e24e705f56 {
  display: none;
}
#s-48c9250b-e887-4875-80eb-36e24e705f56, #wrap-s-48c9250b-e887-4875-80eb-36e24e705f56, #wrap-content-s-48c9250b-e887-4875-80eb-36e24e705f56 { display: none !important; }}@media (max-width: 767px){#s-48c9250b-e887-4875-80eb-36e24e705f56 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-48c9250b-e887-4875-80eb-36e24e705f56 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 > .swiper-button-prev,
#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 > .swiper-button-next {
  
}

#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 > .swiper-button-prev svg,
#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-48c9250b-e887-4875-80eb-36e24e705f56 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-da7a2173-8b4a-4beb-a976-680225de3f5a {
  margin-left: auto;
margin-right: auto;
}

#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 {
  max-width:  100%;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom,
.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 {
  max-width:  100%;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom,
.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 {
  max-width:  100%;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom,
.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 {
  max-width:  100%;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom,
.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 {
  max-width:  100%;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom,
.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e774cf-4f7f-4d31-af1e-cf3d034a6001 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ad113695-f2d1-4131-9165-4332dacf8705 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ad113695-f2d1-4131-9165-4332dacf8705 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad113695-f2d1-4131-9165-4332dacf8705 {
  min-height: 100px;
}
}
#s-ad113695-f2d1-4131-9165-4332dacf8705 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-db11d3eb-3cc9-4cb5-b29a-129c18dce43b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-db11d3eb-3cc9-4cb5-b29a-129c18dce43b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-db11d3eb-3cc9-4cb5-b29a-129c18dce43b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-db11d3eb-3cc9-4cb5-b29a-129c18dce43b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-97460e54-7aa4-467b-a6b3-a29930042a04:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-97460e54-7aa4-467b-a6b3-a29930042a04:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-97460e54-7aa4-467b-a6b3-a29930042a04-atc-btn-wrapper {
    text-align: center;
  }


#s-97460e54-7aa4-467b-a6b3-a29930042a04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-97460e54-7aa4-467b-a6b3-a29930042a04-atc-btn-wrapper {
    text-align: center;
  }


#s-97460e54-7aa4-467b-a6b3-a29930042a04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-97460e54-7aa4-467b-a6b3-a29930042a04-atc-btn-wrapper {
    text-align: center;
  }


#s-97460e54-7aa4-467b-a6b3-a29930042a04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-97460e54-7aa4-467b-a6b3-a29930042a04-atc-btn-wrapper {
    text-align: center;
  }


#s-97460e54-7aa4-467b-a6b3-a29930042a04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-97460e54-7aa4-467b-a6b3-a29930042a04-atc-btn-wrapper {
    text-align: center;
  }


#s-97460e54-7aa4-467b-a6b3-a29930042a04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-97460e54-7aa4-467b-a6b3-a29930042a04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c61ae2b2-78a2-4206-958f-d043692b03fe {
  margin-left: auto;
margin-right: auto;
}

#s-bcaadad7-9681-4535-87e0-2582f83d489d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d {
  max-width:  100%;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom,
.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d {
  max-width:  100%;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom,
.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d {
  max-width:  100%;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom,
.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d {
  max-width:  100%;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom,
.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d {
  max-width:  100%;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom,
.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcaadad7-9681-4535-87e0-2582f83d489d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-39bbbd25-c779-4c6d-855d-a02f9b090d9a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-39bbbd25-c779-4c6d-855d-a02f9b090d9a {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39bbbd25-c779-4c6d-855d-a02f9b090d9a {
  min-height: 100px;
}
}
#s-39bbbd25-c779-4c6d-855d-a02f9b090d9a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-15e72b7c-3178-40d6-b017-e7e303706460 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-15e72b7c-3178-40d6-b017-e7e303706460 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-15e72b7c-3178-40d6-b017-e7e303706460 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-15e72b7c-3178-40d6-b017-e7e303706460 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2d5a037d-9a60-4933-947d-4876a79f510a:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2d5a037d-9a60-4933-947d-4876a79f510a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-2d5a037d-9a60-4933-947d-4876a79f510a-atc-btn-wrapper {
    text-align: center;
  }


#s-2d5a037d-9a60-4933-947d-4876a79f510a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2d5a037d-9a60-4933-947d-4876a79f510a-atc-btn-wrapper {
    text-align: center;
  }


#s-2d5a037d-9a60-4933-947d-4876a79f510a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d5a037d-9a60-4933-947d-4876a79f510a-atc-btn-wrapper {
    text-align: center;
  }


#s-2d5a037d-9a60-4933-947d-4876a79f510a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2d5a037d-9a60-4933-947d-4876a79f510a-atc-btn-wrapper {
    text-align: center;
  }


#s-2d5a037d-9a60-4933-947d-4876a79f510a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2d5a037d-9a60-4933-947d-4876a79f510a-atc-btn-wrapper {
    text-align: center;
  }


#s-2d5a037d-9a60-4933-947d-4876a79f510a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d5a037d-9a60-4933-947d-4876a79f510a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b8b93c04-0d83-4ce7-a59e-d24d3ac0cd2e {
  margin-left: auto;
margin-right: auto;
}

#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 {
  max-width:  100%;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom,
.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 {
  max-width:  100%;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom,
.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 {
  max-width:  100%;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom,
.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 {
  max-width:  100%;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom,
.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 {
  max-width:  100%;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom,
.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a9016e-2160-43b0-abf1-3e7aa50684f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fa622a84-28ed-4440-9420-d35d46ca43c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fa622a84-28ed-4440-9420-d35d46ca43c0 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa622a84-28ed-4440-9420-d35d46ca43c0 {
  min-height: 100px;
}
}
#s-fa622a84-28ed-4440-9420-d35d46ca43c0 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3034227b-39db-4baf-9877-7665a0d14bbc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3034227b-39db-4baf-9877-7665a0d14bbc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-3034227b-39db-4baf-9877-7665a0d14bbc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-3034227b-39db-4baf-9877-7665a0d14bbc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-870cc93e-e370-4d25-b9f6-b4558aefd91c:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-870cc93e-e370-4d25-b9f6-b4558aefd91c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-870cc93e-e370-4d25-b9f6-b4558aefd91c-atc-btn-wrapper {
    text-align: center;
  }


#s-870cc93e-e370-4d25-b9f6-b4558aefd91c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-870cc93e-e370-4d25-b9f6-b4558aefd91c-atc-btn-wrapper {
    text-align: center;
  }


#s-870cc93e-e370-4d25-b9f6-b4558aefd91c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-870cc93e-e370-4d25-b9f6-b4558aefd91c-atc-btn-wrapper {
    text-align: center;
  }


#s-870cc93e-e370-4d25-b9f6-b4558aefd91c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-870cc93e-e370-4d25-b9f6-b4558aefd91c-atc-btn-wrapper {
    text-align: center;
  }


#s-870cc93e-e370-4d25-b9f6-b4558aefd91c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-870cc93e-e370-4d25-b9f6-b4558aefd91c-atc-btn-wrapper {
    text-align: center;
  }


#s-870cc93e-e370-4d25-b9f6-b4558aefd91c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-870cc93e-e370-4d25-b9f6-b4558aefd91c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1b173173-427e-464b-ba07-8a4eb0bdfaca {
  margin-left: auto;
margin-right: auto;
}

#s-3595589a-292c-46e8-ab06-12877dcc377f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f {
  max-width:  100%;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom,
.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f {
  max-width:  100%;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom,
.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f {
  max-width:  100%;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom,
.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f {
  max-width:  100%;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom,
.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f {
  max-width:  100%;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom,
.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3595589a-292c-46e8-ab06-12877dcc377f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ac9effb6-fe32-4c26-8b41-4d2e7f23a691 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ac9effb6-fe32-4c26-8b41-4d2e7f23a691 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac9effb6-fe32-4c26-8b41-4d2e7f23a691 {
  min-height: 100px;
}
}
#s-ac9effb6-fe32-4c26-8b41-4d2e7f23a691 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-69869e08-851b-473c-bbbf-94bb9fa98138 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-69869e08-851b-473c-bbbf-94bb9fa98138 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-69869e08-851b-473c-bbbf-94bb9fa98138 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-69869e08-851b-473c-bbbf-94bb9fa98138 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7247054e-9b29-4167-a566-526ce2497893 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7247054e-9b29-4167-a566-526ce2497893:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7247054e-9b29-4167-a566-526ce2497893:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-7247054e-9b29-4167-a566-526ce2497893-atc-btn-wrapper {
    text-align: center;
  }


#s-7247054e-9b29-4167-a566-526ce2497893 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7247054e-9b29-4167-a566-526ce2497893-atc-btn-wrapper {
    text-align: center;
  }


#s-7247054e-9b29-4167-a566-526ce2497893 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7247054e-9b29-4167-a566-526ce2497893-atc-btn-wrapper {
    text-align: center;
  }


#s-7247054e-9b29-4167-a566-526ce2497893 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7247054e-9b29-4167-a566-526ce2497893-atc-btn-wrapper {
    text-align: center;
  }


#s-7247054e-9b29-4167-a566-526ce2497893 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7247054e-9b29-4167-a566-526ce2497893-atc-btn-wrapper {
    text-align: center;
  }


#s-7247054e-9b29-4167-a566-526ce2497893 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7247054e-9b29-4167-a566-526ce2497893.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d56614a4-4aa7-4bfc-ba31-b30e50f8c756 {
  margin-left: auto;
margin-right: auto;
}

#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 {
  max-width:  100%;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom,
.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 {
  max-width:  100%;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom,
.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 {
  max-width:  100%;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom,
.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 {
  max-width:  100%;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom,
.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 {
  max-width:  100%;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom,
.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b40be3-8fd1-4a8b-aa5c-e110e6ab4ae2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1eee8d4d-dbdb-4746-b644-fd9fca102604 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1eee8d4d-dbdb-4746-b644-fd9fca102604 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1eee8d4d-dbdb-4746-b644-fd9fca102604 {
  min-height: 100px;
}
}
#s-1eee8d4d-dbdb-4746-b644-fd9fca102604 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-64c5c729-19c6-43b5-878b-b1a67ef84f30 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-64c5c729-19c6-43b5-878b-b1a67ef84f30 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-64c5c729-19c6-43b5-878b-b1a67ef84f30 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-64c5c729-19c6-43b5-878b-b1a67ef84f30 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-395aee81-516e-45c6-aedb-450a88fc9841:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-395aee81-516e-45c6-aedb-450a88fc9841:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-395aee81-516e-45c6-aedb-450a88fc9841-atc-btn-wrapper {
    text-align: center;
  }


#s-395aee81-516e-45c6-aedb-450a88fc9841 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-395aee81-516e-45c6-aedb-450a88fc9841-atc-btn-wrapper {
    text-align: center;
  }


#s-395aee81-516e-45c6-aedb-450a88fc9841 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-395aee81-516e-45c6-aedb-450a88fc9841-atc-btn-wrapper {
    text-align: center;
  }


#s-395aee81-516e-45c6-aedb-450a88fc9841 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-395aee81-516e-45c6-aedb-450a88fc9841-atc-btn-wrapper {
    text-align: center;
  }


#s-395aee81-516e-45c6-aedb-450a88fc9841 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-395aee81-516e-45c6-aedb-450a88fc9841-atc-btn-wrapper {
    text-align: center;
  }


#s-395aee81-516e-45c6-aedb-450a88fc9841 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-395aee81-516e-45c6-aedb-450a88fc9841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-10f7af51-efe2-42e4-9d56-8b600005ab75 {
  margin-left: auto;
margin-right: auto;
}

#s-544df1db-c01c-43ae-a27a-cc37cb9c696c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c {
  max-width:  100%;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom,
.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c {
  max-width:  100%;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom,
.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c {
  max-width:  100%;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom,
.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c {
  max-width:  100%;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom,
.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c {
  max-width:  100%;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom,
.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544df1db-c01c-43ae-a27a-cc37cb9c696c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-74911073-83aa-49e4-b9fb-f3dca7cc7ad1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-74911073-83aa-49e4-b9fb-f3dca7cc7ad1 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74911073-83aa-49e4-b9fb-f3dca7cc7ad1 {
  min-height: 100px;
}
}
#s-74911073-83aa-49e4-b9fb-f3dca7cc7ad1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-95c1c0ad-077c-490f-ab4f-b8de451a1847 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-95c1c0ad-077c-490f-ab4f-b8de451a1847 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-95c1c0ad-077c-490f-ab4f-b8de451a1847 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-95c1c0ad-077c-490f-ab4f-b8de451a1847 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b504306b-ca95-4d18-9290-50bc7b9d9581:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b504306b-ca95-4d18-9290-50bc7b9d9581:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-b504306b-ca95-4d18-9290-50bc7b9d9581-atc-btn-wrapper {
    text-align: center;
  }


#s-b504306b-ca95-4d18-9290-50bc7b9d9581 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b504306b-ca95-4d18-9290-50bc7b9d9581-atc-btn-wrapper {
    text-align: center;
  }


#s-b504306b-ca95-4d18-9290-50bc7b9d9581 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b504306b-ca95-4d18-9290-50bc7b9d9581-atc-btn-wrapper {
    text-align: center;
  }


#s-b504306b-ca95-4d18-9290-50bc7b9d9581 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b504306b-ca95-4d18-9290-50bc7b9d9581-atc-btn-wrapper {
    text-align: center;
  }


#s-b504306b-ca95-4d18-9290-50bc7b9d9581 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b504306b-ca95-4d18-9290-50bc7b9d9581-atc-btn-wrapper {
    text-align: center;
  }


#s-b504306b-ca95-4d18-9290-50bc7b9d9581 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b504306b-ca95-4d18-9290-50bc7b9d9581.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-23ddfa0b-f429-4151-b5b5-da0f99bce081 {
  margin-left: auto;
margin-right: auto;
}

#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 {
  max-width:  100%;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom,
.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 {
  max-width:  100%;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom,
.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 {
  max-width:  100%;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom,
.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 {
  max-width:  100%;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom,
.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 {
  max-width:  100%;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom,
.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5e5bd78-3231-4683-9a2b-f9956db42bb4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e6ab3e5-390e-4aae-a13e-729b9935fd45 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-7e6ab3e5-390e-4aae-a13e-729b9935fd45 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e6ab3e5-390e-4aae-a13e-729b9935fd45 {
  min-height: 100px;
}
}
#s-7e6ab3e5-390e-4aae-a13e-729b9935fd45 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-260feee2-1cd4-4aa6-b438-1f989b4c6e3b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-260feee2-1cd4-4aa6-b438-1f989b4c6e3b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-260feee2-1cd4-4aa6-b438-1f989b4c6e3b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-260feee2-1cd4-4aa6-b438-1f989b4c6e3b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-997eb67c-1fdd-41fe-9da3-80d6de58fccd-atc-btn-wrapper {
    text-align: center;
  }


#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-997eb67c-1fdd-41fe-9da3-80d6de58fccd-atc-btn-wrapper {
    text-align: center;
  }


#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-997eb67c-1fdd-41fe-9da3-80d6de58fccd-atc-btn-wrapper {
    text-align: center;
  }


#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-997eb67c-1fdd-41fe-9da3-80d6de58fccd-atc-btn-wrapper {
    text-align: center;
  }


#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-997eb67c-1fdd-41fe-9da3-80d6de58fccd-atc-btn-wrapper {
    text-align: center;
  }


#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-997eb67c-1fdd-41fe-9da3-80d6de58fccd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-34aa6cdd-0efa-46fa-a0c4-7646597770e8 {
  margin-left: auto;
margin-right: auto;
}

#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 {
  max-width:  100%;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom,
.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 {
  max-width:  100%;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom,
.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 {
  max-width:  100%;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom,
.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 {
  max-width:  100%;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom,
.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 {
  max-width:  100%;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom,
.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7186e53-aeb4-48fa-bcf2-e202cf1f3a49 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-660b2f53-8094-4386-813d-eef2bceb1b2b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-660b2f53-8094-4386-813d-eef2bceb1b2b {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-660b2f53-8094-4386-813d-eef2bceb1b2b {
  min-height: 100px;
}
}
#s-660b2f53-8094-4386-813d-eef2bceb1b2b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-90fc9f60-3e59-4613-ae10-b0ae9ca4afbc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-90fc9f60-3e59-4613-ae10-b0ae9ca4afbc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-90fc9f60-3e59-4613-ae10-b0ae9ca4afbc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-90fc9f60-3e59-4613-ae10-b0ae9ca4afbc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2d257a7e-0f33-4370-8d4c-3816468e968c:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2d257a7e-0f33-4370-8d4c-3816468e968c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-2d257a7e-0f33-4370-8d4c-3816468e968c-atc-btn-wrapper {
    text-align: center;
  }


#s-2d257a7e-0f33-4370-8d4c-3816468e968c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2d257a7e-0f33-4370-8d4c-3816468e968c-atc-btn-wrapper {
    text-align: center;
  }


#s-2d257a7e-0f33-4370-8d4c-3816468e968c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d257a7e-0f33-4370-8d4c-3816468e968c-atc-btn-wrapper {
    text-align: center;
  }


#s-2d257a7e-0f33-4370-8d4c-3816468e968c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2d257a7e-0f33-4370-8d4c-3816468e968c-atc-btn-wrapper {
    text-align: center;
  }


#s-2d257a7e-0f33-4370-8d4c-3816468e968c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2d257a7e-0f33-4370-8d4c-3816468e968c-atc-btn-wrapper {
    text-align: center;
  }


#s-2d257a7e-0f33-4370-8d4c-3816468e968c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2d257a7e-0f33-4370-8d4c-3816468e968c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-167a7ebc-49d1-4366-95b7-4e60554101e7 {
  margin-left: auto;
margin-right: auto;
}

#s-98028623-7b68-49ca-a590-85ad575f6d91 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 {
  max-width:  100%;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom,
.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 {
  max-width:  100%;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom,
.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 {
  max-width:  100%;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom,
.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 {
  max-width:  100%;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom,
.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 {
  max-width:  100%;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom,
.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98028623-7b68-49ca-a590-85ad575f6d91 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8237bc84-c403-49f8-b61c-59d394730cde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8237bc84-c403-49f8-b61c-59d394730cde {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8237bc84-c403-49f8-b61c-59d394730cde {
  min-height: 100px;
}
}
#s-8237bc84-c403-49f8-b61c-59d394730cde .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-33ed57a6-6eeb-4af3-bccf-6dfebc00dee9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-33ed57a6-6eeb-4af3-bccf-6dfebc00dee9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-33ed57a6-6eeb-4af3-bccf-6dfebc00dee9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-33ed57a6-6eeb-4af3-bccf-6dfebc00dee9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d1386059-0b9e-4794-a2be-6c2f46f23155:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d1386059-0b9e-4794-a2be-6c2f46f23155:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-d1386059-0b9e-4794-a2be-6c2f46f23155-atc-btn-wrapper {
    text-align: center;
  }


#s-d1386059-0b9e-4794-a2be-6c2f46f23155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d1386059-0b9e-4794-a2be-6c2f46f23155-atc-btn-wrapper {
    text-align: center;
  }


#s-d1386059-0b9e-4794-a2be-6c2f46f23155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1386059-0b9e-4794-a2be-6c2f46f23155-atc-btn-wrapper {
    text-align: center;
  }


#s-d1386059-0b9e-4794-a2be-6c2f46f23155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d1386059-0b9e-4794-a2be-6c2f46f23155-atc-btn-wrapper {
    text-align: center;
  }


#s-d1386059-0b9e-4794-a2be-6c2f46f23155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d1386059-0b9e-4794-a2be-6c2f46f23155-atc-btn-wrapper {
    text-align: center;
  }


#s-d1386059-0b9e-4794-a2be-6c2f46f23155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d1386059-0b9e-4794-a2be-6c2f46f23155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-349c0839-0085-45a4-81c0-7e9735b9c8bb {
  margin-left: auto;
margin-right: auto;
}

#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 {
  max-width:  100%;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom,
.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 {
  max-width:  100%;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom,
.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 {
  max-width:  100%;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom,
.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 {
  max-width:  100%;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom,
.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 {
  max-width:  100%;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom,
.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e33a2eb-11d5-49b3-8cde-4ebea1ab1f01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-363e5c96-6729-44c2-a479-d1961309d4af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-363e5c96-6729-44c2-a479-d1961309d4af {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-363e5c96-6729-44c2-a479-d1961309d4af {
  min-height: 100px;
}
}
#s-363e5c96-6729-44c2-a479-d1961309d4af .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c6454162-1f41-445b-899a-aee0d6b19c6a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c6454162-1f41-445b-899a-aee0d6b19c6a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c6454162-1f41-445b-899a-aee0d6b19c6a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c6454162-1f41-445b-899a-aee0d6b19c6a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d-atc-btn-wrapper {
    text-align: center;
  }


#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d-atc-btn-wrapper {
    text-align: center;
  }


#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d-atc-btn-wrapper {
    text-align: center;
  }


#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d-atc-btn-wrapper {
    text-align: center;
  }


#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d-atc-btn-wrapper {
    text-align: center;
  }


#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-19e41d24-7381-4da3-a7db-94b3ff0c2f6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7ca2dd4d-ac94-49ba-8d18-55ab589d0d7a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7ca2dd4d-ac94-49ba-8d18-55ab589d0d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ca2dd4d-ac94-49ba-8d18-55ab589d0d7a.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-df213a38-568a-4ac8-8927-7378c6db4f5a {
  margin-top: 25px;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-df213a38-568a-4ac8-8927-7378c6db4f5a {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-df213a38-568a-4ac8-8927-7378c6db4f5a {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-df213a38-568a-4ac8-8927-7378c6db4f5a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-df213a38-568a-4ac8-8927-7378c6db4f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-df213a38-568a-4ac8-8927-7378c6db4f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 67, 118, 1);
}

#s-df213a38-568a-4ac8-8927-7378c6db4f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-df213a38-568a-4ac8-8927-7378c6db4f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 67, 118, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: 700;
  
  font-size: 32px;
}

#s-df213a38-568a-4ac8-8927-7378c6db4f5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-0c3a7630-0576-4503-8ce9-d730f0030e01 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 14px;
margin-right: 0%;
}

#s-0c3a7630-0576-4503-8ce9-d730f0030e01 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 > .swiper-button-prev,
#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 > .swiper-button-next {
  
}

#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 > .swiper-button-prev svg,
#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0c3a7630-0576-4503-8ce9-d730f0030e01 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f5a2ad7b-1aac-433f-af76-c5f5226dcf43 {
  margin-left: auto;
margin-right: auto;
}

#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 {
  max-width:  100%;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom,
.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 {
  max-width:  100%;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom,
.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 {
  max-width:  100%;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom,
.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 {
  max-width:  100%;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom,
.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 {
  max-width:  100%;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom,
.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdd7ac0-8c12-4789-a0e5-576ee557dca5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-92057a34-b930-4822-adbe-aa2215d0ba59 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-92057a34-b930-4822-adbe-aa2215d0ba59 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92057a34-b930-4822-adbe-aa2215d0ba59 {
  min-height: 100px;
}
}
#s-92057a34-b930-4822-adbe-aa2215d0ba59 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b3b0f4c0-fb4f-40cb-96ee-2e87ca097331 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b3b0f4c0-fb4f-40cb-96ee-2e87ca097331 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b3b0f4c0-fb4f-40cb-96ee-2e87ca097331 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b3b0f4c0-fb4f-40cb-96ee-2e87ca097331 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-df561188-f02d-4c9b-8b71-6c72cc3874a6:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-df561188-f02d-4c9b-8b71-6c72cc3874a6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-df561188-f02d-4c9b-8b71-6c72cc3874a6-atc-btn-wrapper {
    text-align: center;
  }


#s-df561188-f02d-4c9b-8b71-6c72cc3874a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-df561188-f02d-4c9b-8b71-6c72cc3874a6-atc-btn-wrapper {
    text-align: center;
  }


#s-df561188-f02d-4c9b-8b71-6c72cc3874a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-df561188-f02d-4c9b-8b71-6c72cc3874a6-atc-btn-wrapper {
    text-align: center;
  }


#s-df561188-f02d-4c9b-8b71-6c72cc3874a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-df561188-f02d-4c9b-8b71-6c72cc3874a6-atc-btn-wrapper {
    text-align: center;
  }


#s-df561188-f02d-4c9b-8b71-6c72cc3874a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-df561188-f02d-4c9b-8b71-6c72cc3874a6-atc-btn-wrapper {
    text-align: center;
  }


#s-df561188-f02d-4c9b-8b71-6c72cc3874a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-df561188-f02d-4c9b-8b71-6c72cc3874a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5cdb4c38-453c-4950-9e53-140b8a208236 {
  margin-left: auto;
margin-right: auto;
}

#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 {
  max-width:  100%;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom,
.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 {
  max-width:  100%;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom,
.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 {
  max-width:  100%;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom,
.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 {
  max-width:  100%;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom,
.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 {
  max-width:  100%;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom,
.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc86a08-d548-40f7-ad88-d5e2957308a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e68dfc5a-fbaa-49bc-98ca-e1d1dfde0e21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e68dfc5a-fbaa-49bc-98ca-e1d1dfde0e21 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e68dfc5a-fbaa-49bc-98ca-e1d1dfde0e21 {
  min-height: 100px;
}
}
#s-e68dfc5a-fbaa-49bc-98ca-e1d1dfde0e21 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1b0279b4-2d50-4b52-a0d9-0d9c267eb5b0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1b0279b4-2d50-4b52-a0d9-0d9c267eb5b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1b0279b4-2d50-4b52-a0d9-0d9c267eb5b0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1b0279b4-2d50-4b52-a0d9-0d9c267eb5b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-161e0d60-7169-435c-893e-b1dbaf8127dd:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-161e0d60-7169-435c-893e-b1dbaf8127dd:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-161e0d60-7169-435c-893e-b1dbaf8127dd-atc-btn-wrapper {
    text-align: center;
  }


#s-161e0d60-7169-435c-893e-b1dbaf8127dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-161e0d60-7169-435c-893e-b1dbaf8127dd-atc-btn-wrapper {
    text-align: center;
  }


#s-161e0d60-7169-435c-893e-b1dbaf8127dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-161e0d60-7169-435c-893e-b1dbaf8127dd-atc-btn-wrapper {
    text-align: center;
  }


#s-161e0d60-7169-435c-893e-b1dbaf8127dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-161e0d60-7169-435c-893e-b1dbaf8127dd-atc-btn-wrapper {
    text-align: center;
  }


#s-161e0d60-7169-435c-893e-b1dbaf8127dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-161e0d60-7169-435c-893e-b1dbaf8127dd-atc-btn-wrapper {
    text-align: center;
  }


#s-161e0d60-7169-435c-893e-b1dbaf8127dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-161e0d60-7169-435c-893e-b1dbaf8127dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-94a4a5bc-30d8-4423-bcb3-e33bc2e7ce0b {
  margin-left: auto;
margin-right: auto;
}

#s-7f833066-b335-4111-a13a-5962f48cd621 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 {
  max-width:  100%;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom,
.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 {
  max-width:  100%;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom,
.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 {
  max-width:  100%;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom,
.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 {
  max-width:  100%;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom,
.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 {
  max-width:  100%;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom,
.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f833066-b335-4111-a13a-5962f48cd621 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1bb64707-b453-4083-8adb-484c77cbf9b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1bb64707-b453-4083-8adb-484c77cbf9b2 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bb64707-b453-4083-8adb-484c77cbf9b2 {
  min-height: 100px;
}
}
#s-1bb64707-b453-4083-8adb-484c77cbf9b2 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-daaef429-dc06-4675-b82c-982eb946def5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-daaef429-dc06-4675-b82c-982eb946def5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-daaef429-dc06-4675-b82c-982eb946def5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-daaef429-dc06-4675-b82c-982eb946def5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6accfc88-ccaf-4044-a65d-0a33501c1b68:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6accfc88-ccaf-4044-a65d-0a33501c1b68:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-6accfc88-ccaf-4044-a65d-0a33501c1b68-atc-btn-wrapper {
    text-align: center;
  }


#s-6accfc88-ccaf-4044-a65d-0a33501c1b68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6accfc88-ccaf-4044-a65d-0a33501c1b68-atc-btn-wrapper {
    text-align: center;
  }


#s-6accfc88-ccaf-4044-a65d-0a33501c1b68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6accfc88-ccaf-4044-a65d-0a33501c1b68-atc-btn-wrapper {
    text-align: center;
  }


#s-6accfc88-ccaf-4044-a65d-0a33501c1b68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6accfc88-ccaf-4044-a65d-0a33501c1b68-atc-btn-wrapper {
    text-align: center;
  }


#s-6accfc88-ccaf-4044-a65d-0a33501c1b68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6accfc88-ccaf-4044-a65d-0a33501c1b68-atc-btn-wrapper {
    text-align: center;
  }


#s-6accfc88-ccaf-4044-a65d-0a33501c1b68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6accfc88-ccaf-4044-a65d-0a33501c1b68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0cb24625-2df4-43f6-b01e-ab0e169d203d {
  margin-left: auto;
margin-right: auto;
}

#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 {
  max-width:  100%;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom,
.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 {
  max-width:  100%;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom,
.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 {
  max-width:  100%;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom,
.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 {
  max-width:  100%;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom,
.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 {
  max-width:  100%;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom,
.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc5f14d-7dc8-4402-aa82-1d685931fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7d622d30-b16c-4c12-bcdd-5e4f69319230 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7d622d30-b16c-4c12-bcdd-5e4f69319230 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d622d30-b16c-4c12-bcdd-5e4f69319230 {
  min-height: 100px;
}
}
#s-7d622d30-b16c-4c12-bcdd-5e4f69319230 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-516fec9a-4b9c-4a8e-9b5c-74b713b254a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-516fec9a-4b9c-4a8e-9b5c-74b713b254a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-516fec9a-4b9c-4a8e-9b5c-74b713b254a6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-516fec9a-4b9c-4a8e-9b5c-74b713b254a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-01ed70e0-4372-4e77-a1cc-79a44e421b06:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-01ed70e0-4372-4e77-a1cc-79a44e421b06:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-01ed70e0-4372-4e77-a1cc-79a44e421b06-atc-btn-wrapper {
    text-align: center;
  }


#s-01ed70e0-4372-4e77-a1cc-79a44e421b06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-01ed70e0-4372-4e77-a1cc-79a44e421b06-atc-btn-wrapper {
    text-align: center;
  }


#s-01ed70e0-4372-4e77-a1cc-79a44e421b06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-01ed70e0-4372-4e77-a1cc-79a44e421b06-atc-btn-wrapper {
    text-align: center;
  }


#s-01ed70e0-4372-4e77-a1cc-79a44e421b06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-01ed70e0-4372-4e77-a1cc-79a44e421b06-atc-btn-wrapper {
    text-align: center;
  }


#s-01ed70e0-4372-4e77-a1cc-79a44e421b06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-01ed70e0-4372-4e77-a1cc-79a44e421b06-atc-btn-wrapper {
    text-align: center;
  }


#s-01ed70e0-4372-4e77-a1cc-79a44e421b06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-01ed70e0-4372-4e77-a1cc-79a44e421b06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f843f9b4-b866-408b-b824-25e06356dd6d {
  margin-left: auto;
margin-right: auto;
}

#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 {
  max-width:  100%;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom,
.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 {
  max-width:  100%;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom,
.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 {
  max-width:  100%;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom,
.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 {
  max-width:  100%;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom,
.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 {
  max-width:  100%;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom,
.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9fb92ea-1fd9-4df3-9aee-b8dd2c9131a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ae06c916-cbb2-43f6-b9d9-d3803c7df41b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ae06c916-cbb2-43f6-b9d9-d3803c7df41b {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae06c916-cbb2-43f6-b9d9-d3803c7df41b {
  min-height: 100px;
}
}
#s-ae06c916-cbb2-43f6-b9d9-d3803c7df41b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-23992cd2-7771-4fc6-93c6-9efaeac5960b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-23992cd2-7771-4fc6-93c6-9efaeac5960b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-23992cd2-7771-4fc6-93c6-9efaeac5960b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-23992cd2-7771-4fc6-93c6-9efaeac5960b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-238fd59f-ce5e-4064-8ed5-8a340c393a97:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-238fd59f-ce5e-4064-8ed5-8a340c393a97:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-238fd59f-ce5e-4064-8ed5-8a340c393a97-atc-btn-wrapper {
    text-align: center;
  }


#s-238fd59f-ce5e-4064-8ed5-8a340c393a97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-238fd59f-ce5e-4064-8ed5-8a340c393a97-atc-btn-wrapper {
    text-align: center;
  }


#s-238fd59f-ce5e-4064-8ed5-8a340c393a97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-238fd59f-ce5e-4064-8ed5-8a340c393a97-atc-btn-wrapper {
    text-align: center;
  }


#s-238fd59f-ce5e-4064-8ed5-8a340c393a97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-238fd59f-ce5e-4064-8ed5-8a340c393a97-atc-btn-wrapper {
    text-align: center;
  }


#s-238fd59f-ce5e-4064-8ed5-8a340c393a97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-238fd59f-ce5e-4064-8ed5-8a340c393a97-atc-btn-wrapper {
    text-align: center;
  }


#s-238fd59f-ce5e-4064-8ed5-8a340c393a97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-238fd59f-ce5e-4064-8ed5-8a340c393a97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-913e8521-4b6c-47b2-94bd-bd5d75828621 {
  margin-left: auto;
margin-right: auto;
}

#s-66447c51-867d-4d9f-a2cd-82d5612a8285 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 {
  max-width:  100%;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom,
.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 {
  max-width:  100%;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom,
.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 {
  max-width:  100%;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom,
.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 {
  max-width:  100%;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom,
.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 {
  max-width:  100%;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom,
.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66447c51-867d-4d9f-a2cd-82d5612a8285 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a4d2ca5a-b3aa-42d0-8999-3343e3d208f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a4d2ca5a-b3aa-42d0-8999-3343e3d208f4 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4d2ca5a-b3aa-42d0-8999-3343e3d208f4 {
  min-height: 100px;
}
}
#s-a4d2ca5a-b3aa-42d0-8999-3343e3d208f4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fb481669-67e8-4cf7-8934-16b68715b4e3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fb481669-67e8-4cf7-8934-16b68715b4e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-fb481669-67e8-4cf7-8934-16b68715b4e3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-fb481669-67e8-4cf7-8934-16b68715b4e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-98784de9-f446-48a6-904a-a881de742bf6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-98784de9-f446-48a6-904a-a881de742bf6:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-98784de9-f446-48a6-904a-a881de742bf6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-98784de9-f446-48a6-904a-a881de742bf6-atc-btn-wrapper {
    text-align: center;
  }


#s-98784de9-f446-48a6-904a-a881de742bf6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-98784de9-f446-48a6-904a-a881de742bf6-atc-btn-wrapper {
    text-align: center;
  }


#s-98784de9-f446-48a6-904a-a881de742bf6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-98784de9-f446-48a6-904a-a881de742bf6-atc-btn-wrapper {
    text-align: center;
  }


#s-98784de9-f446-48a6-904a-a881de742bf6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-98784de9-f446-48a6-904a-a881de742bf6-atc-btn-wrapper {
    text-align: center;
  }


#s-98784de9-f446-48a6-904a-a881de742bf6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-98784de9-f446-48a6-904a-a881de742bf6-atc-btn-wrapper {
    text-align: center;
  }


#s-98784de9-f446-48a6-904a-a881de742bf6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-98784de9-f446-48a6-904a-a881de742bf6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d0c1ca1c-2626-4833-b6d0-2052ff013ce5 {
  margin-left: auto;
margin-right: auto;
}

#s-2664a195-8530-477c-bdfd-233daceec09d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d {
  max-width:  100%;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom,
.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d {
  max-width:  100%;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom,
.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d {
  max-width:  100%;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom,
.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d {
  max-width:  100%;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom,
.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d {
  max-width:  100%;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom,
.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2664a195-8530-477c-bdfd-233daceec09d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1b7843d8-750b-4cce-bb46-249dd8c6c258 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1b7843d8-750b-4cce-bb46-249dd8c6c258 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b7843d8-750b-4cce-bb46-249dd8c6c258 {
  min-height: 100px;
}
}
#s-1b7843d8-750b-4cce-bb46-249dd8c6c258 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-24031075-bf15-4bfd-8adb-94e6ad0d7abc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-24031075-bf15-4bfd-8adb-94e6ad0d7abc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-24031075-bf15-4bfd-8adb-94e6ad0d7abc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-24031075-bf15-4bfd-8adb-94e6ad0d7abc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cc75ad27-0c40-493a-b4e2-433d6023053a:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc75ad27-0c40-493a-b4e2-433d6023053a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-cc75ad27-0c40-493a-b4e2-433d6023053a-atc-btn-wrapper {
    text-align: center;
  }


#s-cc75ad27-0c40-493a-b4e2-433d6023053a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cc75ad27-0c40-493a-b4e2-433d6023053a-atc-btn-wrapper {
    text-align: center;
  }


#s-cc75ad27-0c40-493a-b4e2-433d6023053a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc75ad27-0c40-493a-b4e2-433d6023053a-atc-btn-wrapper {
    text-align: center;
  }


#s-cc75ad27-0c40-493a-b4e2-433d6023053a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cc75ad27-0c40-493a-b4e2-433d6023053a-atc-btn-wrapper {
    text-align: center;
  }


#s-cc75ad27-0c40-493a-b4e2-433d6023053a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cc75ad27-0c40-493a-b4e2-433d6023053a-atc-btn-wrapper {
    text-align: center;
  }


#s-cc75ad27-0c40-493a-b4e2-433d6023053a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cc75ad27-0c40-493a-b4e2-433d6023053a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c301403d-6f4f-42fe-bcad-9df27a7690cb {
  margin-left: auto;
margin-right: auto;
}

#s-4616f85a-de21-4c2a-aa8b-5781f427eaef {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef {
  max-width:  100%;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom,
.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef {
  max-width:  100%;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom,
.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef {
  max-width:  100%;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom,
.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef {
  max-width:  100%;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom,
.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef {
  max-width:  100%;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom,
.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4616f85a-de21-4c2a-aa8b-5781f427eaef img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8150cc04-bd21-4d0c-bdd7-719ec8f14ff0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8150cc04-bd21-4d0c-bdd7-719ec8f14ff0 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8150cc04-bd21-4d0c-bdd7-719ec8f14ff0 {
  min-height: 100px;
}
}
#s-8150cc04-bd21-4d0c-bdd7-719ec8f14ff0 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f9e989d6-cc2b-442b-b558-6a9f92fd6cea {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f9e989d6-cc2b-442b-b558-6a9f92fd6cea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f9e989d6-cc2b-442b-b558-6a9f92fd6cea .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f9e989d6-cc2b-442b-b558-6a9f92fd6cea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e008e2e1-f84c-4fca-bf29-86c864edd951:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e008e2e1-f84c-4fca-bf29-86c864edd951:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-e008e2e1-f84c-4fca-bf29-86c864edd951-atc-btn-wrapper {
    text-align: center;
  }


#s-e008e2e1-f84c-4fca-bf29-86c864edd951 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e008e2e1-f84c-4fca-bf29-86c864edd951-atc-btn-wrapper {
    text-align: center;
  }


#s-e008e2e1-f84c-4fca-bf29-86c864edd951 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e008e2e1-f84c-4fca-bf29-86c864edd951-atc-btn-wrapper {
    text-align: center;
  }


#s-e008e2e1-f84c-4fca-bf29-86c864edd951 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e008e2e1-f84c-4fca-bf29-86c864edd951-atc-btn-wrapper {
    text-align: center;
  }


#s-e008e2e1-f84c-4fca-bf29-86c864edd951 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e008e2e1-f84c-4fca-bf29-86c864edd951-atc-btn-wrapper {
    text-align: center;
  }


#s-e008e2e1-f84c-4fca-bf29-86c864edd951 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e008e2e1-f84c-4fca-bf29-86c864edd951.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0397db21-d8d8-4b5b-b804-c1323d7a3f70 {
  margin-left: auto;
margin-right: auto;
}

#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 {
  max-width:  100%;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom,
.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 {
  max-width:  100%;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom,
.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 {
  max-width:  100%;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom,
.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 {
  max-width:  100%;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom,
.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 {
  max-width:  100%;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom,
.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d6e7623-49b5-4e1b-9383-e887ffdb30c0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f563f557-ddd3-473b-9393-b06b574fbf48 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f563f557-ddd3-473b-9393-b06b574fbf48 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f563f557-ddd3-473b-9393-b06b574fbf48 {
  min-height: 100px;
}
}
#s-f563f557-ddd3-473b-9393-b06b574fbf48 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-363eed34-af25-4d9a-a9fb-7c593d98e82a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-363eed34-af25-4d9a-a9fb-7c593d98e82a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-363eed34-af25-4d9a-a9fb-7c593d98e82a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-363eed34-af25-4d9a-a9fb-7c593d98e82a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1fb9a5-f0c3-48b4-b865-077af4b1bfb7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-73ec455d-afa4-4cf1-9699-bad6231792d6 {
  margin-left: auto;
margin-right: auto;
}

#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 {
  max-width:  100%;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom,
.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 {
  max-width:  100%;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom,
.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 {
  max-width:  100%;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom,
.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 {
  max-width:  100%;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom,
.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 {
  max-width:  100%;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom,
.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b479d1c5-2058-4ba3-89c3-98f90d4055a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0b0b6ba4-72cb-4bd5-abd3-02d83aa238a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0b0b6ba4-72cb-4bd5-abd3-02d83aa238a7 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b0b6ba4-72cb-4bd5-abd3-02d83aa238a7 {
  min-height: 100px;
}
}
#s-0b0b6ba4-72cb-4bd5-abd3-02d83aa238a7 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-048be44f-612b-463b-9c86-3e6ad9353a46 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-048be44f-612b-463b-9c86-3e6ad9353a46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-048be44f-612b-463b-9c86-3e6ad9353a46 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-048be44f-612b-463b-9c86-3e6ad9353a46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-11c09135-945c-406e-90b9-3a1798b6f8e3:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-11c09135-945c-406e-90b9-3a1798b6f8e3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-11c09135-945c-406e-90b9-3a1798b6f8e3-atc-btn-wrapper {
    text-align: center;
  }


#s-11c09135-945c-406e-90b9-3a1798b6f8e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-11c09135-945c-406e-90b9-3a1798b6f8e3-atc-btn-wrapper {
    text-align: center;
  }


#s-11c09135-945c-406e-90b9-3a1798b6f8e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-11c09135-945c-406e-90b9-3a1798b6f8e3-atc-btn-wrapper {
    text-align: center;
  }


#s-11c09135-945c-406e-90b9-3a1798b6f8e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-11c09135-945c-406e-90b9-3a1798b6f8e3-atc-btn-wrapper {
    text-align: center;
  }


#s-11c09135-945c-406e-90b9-3a1798b6f8e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-11c09135-945c-406e-90b9-3a1798b6f8e3-atc-btn-wrapper {
    text-align: center;
  }


#s-11c09135-945c-406e-90b9-3a1798b6f8e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-11c09135-945c-406e-90b9-3a1798b6f8e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-479c212a-a615-4c3b-8ee5-343c6b66dc77 {
  margin-left: auto;
margin-right: auto;
}

#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 {
  max-width:  100%;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom,
.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 {
  max-width:  100%;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom,
.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 {
  max-width:  100%;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom,
.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 {
  max-width:  100%;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom,
.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 {
  max-width:  100%;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom,
.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01d64ff7-22d7-4fec-aa10-dcb3fbf32e07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fe86f3dd-ec92-478c-8bf2-3d9152acc395 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fe86f3dd-ec92-478c-8bf2-3d9152acc395 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe86f3dd-ec92-478c-8bf2-3d9152acc395 {
  min-height: 100px;
}
}
#s-fe86f3dd-ec92-478c-8bf2-3d9152acc395 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8a95b4a5-f787-426f-9481-9d0268c335de {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8a95b4a5-f787-426f-9481-9d0268c335de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8a95b4a5-f787-426f-9481-9d0268c335de .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8a95b4a5-f787-426f-9481-9d0268c335de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426-atc-btn-wrapper {
    text-align: center;
  }


#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426-atc-btn-wrapper {
    text-align: center;
  }


#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426-atc-btn-wrapper {
    text-align: center;
  }


#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426-atc-btn-wrapper {
    text-align: center;
  }


#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426-atc-btn-wrapper {
    text-align: center;
  }


#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fb793d0e-4bd1-4ae4-a37b-1ad255bc6426.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-617099d4-3751-49a1-851e-56021b545249 {
  margin-left: auto;
margin-right: auto;
}

#s-d2135f02-9952-440d-a0a5-512dc465b6f9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 {
  max-width:  100%;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom,
.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 {
  max-width:  100%;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom,
.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 {
  max-width:  100%;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom,
.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 {
  max-width:  100%;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom,
.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 {
  max-width:  100%;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom,
.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2135f02-9952-440d-a0a5-512dc465b6f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-88475488-caf8-4d97-8c52-dc686f4c0b41 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-88475488-caf8-4d97-8c52-dc686f4c0b41 {
  min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88475488-caf8-4d97-8c52-dc686f4c0b41 {
  min-height: 100px;
}
}
#s-88475488-caf8-4d97-8c52-dc686f4c0b41 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2e93495f-704b-4c6a-8e3b-3f86114ba8c1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2e93495f-704b-4c6a-8e3b-3f86114ba8c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2e93495f-704b-4c6a-8e3b-3f86114ba8c1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2e93495f-704b-4c6a-8e3b-3f86114ba8c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4-atc-btn-wrapper {
    text-align: center;
  }


#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4-atc-btn-wrapper {
    text-align: center;
  }


#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4-atc-btn-wrapper {
    text-align: center;
  }


#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4-atc-btn-wrapper {
    text-align: center;
  }


#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4-atc-btn-wrapper {
    text-align: center;
  }


#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c00d8da4-9296-4868-9fcf-66c8d8fe20d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-635d096c-c110-4e33-937d-ca21f5e8371d {
  margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-635d096c-c110-4e33-937d-ca21f5e8371d .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-e259b5e4-a8d1-4802-a63c-1b63136379fe {
  margin-left: 0%;
margin-right: 0%;
}

#s-e259b5e4-a8d1-4802-a63c-1b63136379fe .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe > .swiper-button-prev,
#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe > .swiper-button-next {
  
}

#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe > .swiper-button-prev svg,
#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-e259b5e4-a8d1-4802-a63c-1b63136379fe .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-dfdc1445-2bc5-4fd4-ac0c-5588b4eb782a {
  margin-left: auto;
margin-right: auto;
}

#s-c2f20929-869a-4521-966b-65b4baee182b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b {
  max-width:  100%;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom,
.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b {
  max-width:  100%;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom,
.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b {
  max-width:  100%;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom,
.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b {
  max-width:  100%;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom,
.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b {
  max-width:  100%;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom,
.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2f20929-869a-4521-966b-65b4baee182b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-36a1fbae-6e4a-49f4-a7a7-3aa0e993f934 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-36a1fbae-6e4a-49f4-a7a7-3aa0e993f934 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2820da6f-028f-429d-a7a5-cfa89156d516 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2820da6f-028f-429d-a7a5-cfa89156d516 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2820da6f-028f-429d-a7a5-cfa89156d516 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2820da6f-028f-429d-a7a5-cfa89156d516 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a7db99-2dee-4da9-83cb-6e4a5fb66c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d9b08d92-345f-4a42-af8c-f7a55296fbb2 {
  margin-left: auto;
margin-right: auto;
}

#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 {
  max-width:  100%;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom,
.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 {
  max-width:  100%;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom,
.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 {
  max-width:  100%;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom,
.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 {
  max-width:  100%;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom,
.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 {
  max-width:  100%;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom,
.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7704ff6-3117-4bef-aff9-9df068dcfbf3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eb09dda2-371e-4cf2-935f-797d7abba31f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-eb09dda2-371e-4cf2-935f-797d7abba31f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9986692d-459e-4001-86e6-7d90016749c4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9986692d-459e-4001-86e6-7d90016749c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9986692d-459e-4001-86e6-7d90016749c4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9986692d-459e-4001-86e6-7d90016749c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ce51d51f-08fc-4745-b194-68a49ac1e837:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ce51d51f-08fc-4745-b194-68a49ac1e837:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-ce51d51f-08fc-4745-b194-68a49ac1e837-atc-btn-wrapper {
    text-align: center;
  }


#s-ce51d51f-08fc-4745-b194-68a49ac1e837 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ce51d51f-08fc-4745-b194-68a49ac1e837-atc-btn-wrapper {
    text-align: center;
  }


#s-ce51d51f-08fc-4745-b194-68a49ac1e837 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce51d51f-08fc-4745-b194-68a49ac1e837-atc-btn-wrapper {
    text-align: center;
  }


#s-ce51d51f-08fc-4745-b194-68a49ac1e837 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ce51d51f-08fc-4745-b194-68a49ac1e837-atc-btn-wrapper {
    text-align: center;
  }


#s-ce51d51f-08fc-4745-b194-68a49ac1e837 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ce51d51f-08fc-4745-b194-68a49ac1e837-atc-btn-wrapper {
    text-align: center;
  }


#s-ce51d51f-08fc-4745-b194-68a49ac1e837 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ce51d51f-08fc-4745-b194-68a49ac1e837.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2d78545f-de85-41dd-ab00-22ad456ac250 {
  margin-left: auto;
margin-right: auto;
}

#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 {
  max-width:  100%;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom,
.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 {
  max-width:  100%;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom,
.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 {
  max-width:  100%;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom,
.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 {
  max-width:  100%;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom,
.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 {
  max-width:  100%;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom,
.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ee5ad2-2aa5-4c37-93a6-799d2463cca7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ca68297d-e9f2-4e7f-85d7-7b9e4ea8aef2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-ca68297d-e9f2-4e7f-85d7-7b9e4ea8aef2 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-bdf2729e-662e-4637-a912-212a5798eec3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bdf2729e-662e-4637-a912-212a5798eec3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-bdf2729e-662e-4637-a912-212a5798eec3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-bdf2729e-662e-4637-a912-212a5798eec3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2cc9aaf1-e354-4533-8d5f-590369c1173a:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2cc9aaf1-e354-4533-8d5f-590369c1173a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-2cc9aaf1-e354-4533-8d5f-590369c1173a-atc-btn-wrapper {
    text-align: center;
  }


#s-2cc9aaf1-e354-4533-8d5f-590369c1173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2cc9aaf1-e354-4533-8d5f-590369c1173a-atc-btn-wrapper {
    text-align: center;
  }


#s-2cc9aaf1-e354-4533-8d5f-590369c1173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cc9aaf1-e354-4533-8d5f-590369c1173a-atc-btn-wrapper {
    text-align: center;
  }


#s-2cc9aaf1-e354-4533-8d5f-590369c1173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2cc9aaf1-e354-4533-8d5f-590369c1173a-atc-btn-wrapper {
    text-align: center;
  }


#s-2cc9aaf1-e354-4533-8d5f-590369c1173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2cc9aaf1-e354-4533-8d5f-590369c1173a-atc-btn-wrapper {
    text-align: center;
  }


#s-2cc9aaf1-e354-4533-8d5f-590369c1173a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2cc9aaf1-e354-4533-8d5f-590369c1173a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-79c6f102-5abd-4df4-af63-c75d949c8906 {
  margin-left: auto;
margin-right: auto;
}

#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 {
  max-width:  100%;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom,
.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 {
  max-width:  100%;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom,
.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 {
  max-width:  100%;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom,
.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 {
  max-width:  100%;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom,
.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 {
  max-width:  100%;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom,
.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d20c3a-edd4-431b-a1e5-76bcf344f971 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a84a8a61-3084-4900-969d-459e8fd2db65 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-a84a8a61-3084-4900-969d-459e8fd2db65 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-28a168c8-5858-4331-aa3c-35634e36f370 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-28a168c8-5858-4331-aa3c-35634e36f370 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-28a168c8-5858-4331-aa3c-35634e36f370 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-28a168c8-5858-4331-aa3c-35634e36f370 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3-atc-btn-wrapper {
    text-align: center;
  }


#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3-atc-btn-wrapper {
    text-align: center;
  }


#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3-atc-btn-wrapper {
    text-align: center;
  }


#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3-atc-btn-wrapper {
    text-align: center;
  }


#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3-atc-btn-wrapper {
    text-align: center;
  }


#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-67dc5976-e6c3-47b7-88a1-910bc7cc89c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1fc35b3c-4d66-4ac3-8d7e-69623f902a8c {
  margin-left: auto;
margin-right: auto;
}

#s-fd66223c-1285-43b5-9a59-f350a47c823b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b {
  max-width:  100%;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom,
.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b {
  max-width:  100%;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom,
.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b {
  max-width:  100%;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom,
.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b {
  max-width:  100%;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom,
.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b {
  max-width:  100%;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom,
.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd66223c-1285-43b5-9a59-f350a47c823b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-575c1e18-1559-4ea7-8a21-ceff784de6fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-575c1e18-1559-4ea7-8a21-ceff784de6fe .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0f5f73c9-32ff-45f8-8601-8e1879cc0412 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0f5f73c9-32ff-45f8-8601-8e1879cc0412 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0f5f73c9-32ff-45f8-8601-8e1879cc0412 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0f5f73c9-32ff-45f8-8601-8e1879cc0412 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-5e766bef-2c50-4cd0-8b3b-dbc977824b77-atc-btn-wrapper {
    text-align: center;
  }


#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5e766bef-2c50-4cd0-8b3b-dbc977824b77-atc-btn-wrapper {
    text-align: center;
  }


#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e766bef-2c50-4cd0-8b3b-dbc977824b77-atc-btn-wrapper {
    text-align: center;
  }


#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5e766bef-2c50-4cd0-8b3b-dbc977824b77-atc-btn-wrapper {
    text-align: center;
  }


#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5e766bef-2c50-4cd0-8b3b-dbc977824b77-atc-btn-wrapper {
    text-align: center;
  }


#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e766bef-2c50-4cd0-8b3b-dbc977824b77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e99a7311-2ddd-4fc6-872f-5a35f364b370 {
  margin-left: auto;
margin-right: auto;
}

#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 {
  max-width:  100%;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom,
.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 {
  max-width:  100%;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom,
.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 {
  max-width:  100%;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom,
.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 {
  max-width:  100%;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom,
.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 {
  max-width:  100%;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom,
.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b6c66ec-09c7-4d30-a827-5b1d5007a6a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-473e666d-fcf4-42f6-b79b-efaa979a3363 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-473e666d-fcf4-42f6-b79b-efaa979a3363 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-247d06b6-1cae-4f2f-a4f4-ecb847787067 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-247d06b6-1cae-4f2f-a4f4-ecb847787067 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-247d06b6-1cae-4f2f-a4f4-ecb847787067 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-247d06b6-1cae-4f2f-a4f4-ecb847787067 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fed8483d-bd55-4c47-ba4a-425f4f551136:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fed8483d-bd55-4c47-ba4a-425f4f551136:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-fed8483d-bd55-4c47-ba4a-425f4f551136-atc-btn-wrapper {
    text-align: center;
  }


#s-fed8483d-bd55-4c47-ba4a-425f4f551136 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fed8483d-bd55-4c47-ba4a-425f4f551136-atc-btn-wrapper {
    text-align: center;
  }


#s-fed8483d-bd55-4c47-ba4a-425f4f551136 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fed8483d-bd55-4c47-ba4a-425f4f551136-atc-btn-wrapper {
    text-align: center;
  }


#s-fed8483d-bd55-4c47-ba4a-425f4f551136 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fed8483d-bd55-4c47-ba4a-425f4f551136-atc-btn-wrapper {
    text-align: center;
  }


#s-fed8483d-bd55-4c47-ba4a-425f4f551136 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fed8483d-bd55-4c47-ba4a-425f4f551136-atc-btn-wrapper {
    text-align: center;
  }


#s-fed8483d-bd55-4c47-ba4a-425f4f551136 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fed8483d-bd55-4c47-ba4a-425f4f551136.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2b103f2b-3f13-4070-9447-6f8f18f3c052 {
  margin-left: auto;
margin-right: auto;
padding-top: 21px;
padding-bottom: 21px;
min-height: 50px;
}








#s-2b103f2b-3f13-4070-9447-6f8f18f3c052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b103f2b-3f13-4070-9447-6f8f18f3c052.shg-box.shg-c {
  justify-content: center;
}

#s-0c6f3bd4-b8ee-482a-9387-82acdeba35e8 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-0c6f3bd4-b8ee-482a-9387-82acdeba35e8 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-0c6f3bd4-b8ee-482a-9387-82acdeba35e8 hr {
  border-top: 2px solid #ddd;
}

#s-a6b961d4-1649-4aa5-ae32-702f3d3b9960 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-a6b961d4-1649-4aa5-ae32-702f3d3b9960 {
  display: none;
}
#s-a6b961d4-1649-4aa5-ae32-702f3d3b9960, #wrap-s-a6b961d4-1649-4aa5-ae32-702f3d3b9960, #wrap-content-s-a6b961d4-1649-4aa5-ae32-702f3d3b9960 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6b961d4-1649-4aa5-ae32-702f3d3b9960 {
  display: none;
}
#s-a6b961d4-1649-4aa5-ae32-702f3d3b9960, #wrap-s-a6b961d4-1649-4aa5-ae32-702f3d3b9960, #wrap-content-s-a6b961d4-1649-4aa5-ae32-702f3d3b9960 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6b961d4-1649-4aa5-ae32-702f3d3b9960 {
  display: none;
}
#s-a6b961d4-1649-4aa5-ae32-702f3d3b9960, #wrap-s-a6b961d4-1649-4aa5-ae32-702f3d3b9960, #wrap-content-s-a6b961d4-1649-4aa5-ae32-702f3d3b9960 { display: none !important; }}@media (max-width: 767px){#s-a6b961d4-1649-4aa5-ae32-702f3d3b9960 {
  margin-left: 9%;
margin-right: 9%;
}
}
#s-54295fd6-1a31-483f-a9ef-557224503bdf {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-54295fd6-1a31-483f-a9ef-557224503bdf {
  margin-left: 9%;
margin-right: 9%;
display: none;
}
#s-54295fd6-1a31-483f-a9ef-557224503bdf, #wrap-s-54295fd6-1a31-483f-a9ef-557224503bdf, #wrap-content-s-54295fd6-1a31-483f-a9ef-557224503bdf { display: none !important; }}
#s-5bcafe88-ccb1-4c4b-baee-af4189833fd3 {
  margin-top: -24px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}
@media (max-width: 767px){#s-5bcafe88-ccb1-4c4b-baee-af4189833fd3 {
  margin-left: 4%;
margin-right: 4%;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-1c416b74-e5f0-4967-903f-c9d1084c1899 {
  margin-left: 20%;
margin-right: 20%;
}
@media (max-width: 767px){#s-1c416b74-e5f0-4967-903f-c9d1084c1899 {
  margin-left: 7%;
margin-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-1c416b74-e5f0-4967-903f-c9d1084c1899"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-1c416b74-e5f0-4967-903f-c9d1084c1899"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-1c416b74-e5f0-4967-903f-c9d1084c1899"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c416b74-e5f0-4967-903f-c9d1084c1899"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  margin: 0 !important;
  overflow: visible;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add background color handling */
  
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image {
  box-sizing: border-box;
}



.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  margin: 0 !important;
  overflow: visible;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add background color handling */
  
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image {
  box-sizing: border-box;
}



.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  margin: 0 !important;
  overflow: visible;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add background color handling */
  
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image {
  box-sizing: border-box;
}



.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  margin: 0 !important;
  overflow: visible;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add background color handling */
  
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image {
  box-sizing: border-box;
}



.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  margin: 0 !important;
  overflow: visible;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bad516da-2b20-48bd-a465-ca4b85cf8a72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add background color handling */
  
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bad516da-2b20-48bd-a465-ca4b85cf8a72.shogun-image {
  box-sizing: border-box;
}



.s-bad516da-2b20-48bd-a465-ca4b85cf8a72 img.shogun-image {
  
}


}
#s-5a13b2fb-c7f5-4aa6-b013-97decec8a42c {
  margin-left: auto;
margin-right: auto;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  margin: 0 !important;
  overflow: visible;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add background color handling */
  
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image {
  box-sizing: border-box;
}



.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  
}


@media (min-width: 1200px){#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  margin: 0 !important;
  overflow: visible;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add background color handling */
  
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image {
  box-sizing: border-box;
}



.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  margin: 0 !important;
  overflow: visible;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add background color handling */
  
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image {
  box-sizing: border-box;
}



.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  margin: 0 !important;
  overflow: visible;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add background color handling */
  
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image {
  box-sizing: border-box;
}



.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  
}


}@media (max-width: 767px){#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  margin: 0 !important;
  overflow: visible;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ac10e-fb7c-4f5d-a8ad-600ed767205d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add background color handling */
  
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ac10e-fb7c-4f5d-a8ad-600ed767205d.shogun-image {
  box-sizing: border-box;
}



.s-633ac10e-fb7c-4f5d-a8ad-600ed767205d img.shogun-image {
  
}


}
#s-52d4c1b6-0c5d-491d-b6af-1432a3e3c84e {
  margin-left: auto;
margin-right: auto;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a5518fe-1589-4efd-9869-1b81253822d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image {
  box-sizing: border-box;
}



.s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a5518fe-1589-4efd-9869-1b81253822d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image {
  box-sizing: border-box;
}



.s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a5518fe-1589-4efd-9869-1b81253822d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image {
  box-sizing: border-box;
}



.s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a5518fe-1589-4efd-9869-1b81253822d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image {
  box-sizing: border-box;
}



.s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a5518fe-1589-4efd-9869-1b81253822d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a5518fe-1589-4efd-9869-1b81253822d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5518fe-1589-4efd-9869-1b81253822d4.shogun-image {
  box-sizing: border-box;
}



.s-4a5518fe-1589-4efd-9869-1b81253822d4 img.shogun-image {
  
}


}
#s-b56c7846-60e4-4c58-80a8-edca7ea4bbfe {
  margin-left: auto;
margin-right: auto;
}

#s-a0232413-8d90-4935-942c-40b6440e6028 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}

#s-a0232413-8d90-4935-942c-40b6440e6028 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0232413-8d90-4935-942c-40b6440e6028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0232413-8d90-4935-942c-40b6440e6028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image {
  box-sizing: border-box;
}



.s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a0232413-8d90-4935-942c-40b6440e6028 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0232413-8d90-4935-942c-40b6440e6028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0232413-8d90-4935-942c-40b6440e6028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image {
  box-sizing: border-box;
}



.s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a0232413-8d90-4935-942c-40b6440e6028 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0232413-8d90-4935-942c-40b6440e6028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0232413-8d90-4935-942c-40b6440e6028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image {
  box-sizing: border-box;
}



.s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a0232413-8d90-4935-942c-40b6440e6028 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0232413-8d90-4935-942c-40b6440e6028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0232413-8d90-4935-942c-40b6440e6028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image {
  box-sizing: border-box;
}



.s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a0232413-8d90-4935-942c-40b6440e6028 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0232413-8d90-4935-942c-40b6440e6028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0232413-8d90-4935-942c-40b6440e6028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0232413-8d90-4935-942c-40b6440e6028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0232413-8d90-4935-942c-40b6440e6028.shogun-image {
  box-sizing: border-box;
}



.s-a0232413-8d90-4935-942c-40b6440e6028 img.shogun-image {
  
}


}
#s-b8268232-9236-4419-9889-938fd4851dd0 {
  margin-left: auto;
margin-right: auto;
}

#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/480x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/960x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/768x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/1536x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/1024x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/2048x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/1200x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/2048x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shg-box.shg-c {
  justify-content: center;
}

#s-37ef84a0-ac54-436b-929e-6be7791ce484 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(0, 68, 143, 1);
}








#s-37ef84a0-ac54-436b-929e-6be7791ce484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37ef84a0-ac54-436b-929e-6be7791ce484.shg-box.shg-c {
  justify-content: center;
}

#s-f9df47ba-4e58-4d27-9b5d-5ce3e3b6ac98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9df47ba-4e58-4d27-9b5d-5ce3e3b6ac98 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-7d89dd4b-ca7f-44e5-864f-618d74bebedb {
  margin-top: 25px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-7d89dd4b-ca7f-44e5-864f-618d74bebedb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d89dd4b-ca7f-44e5-864f-618d74bebedb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7d89dd4b-ca7f-44e5-864f-618d74bebedb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d89dd4b-ca7f-44e5-864f-618d74bebedb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  margin: 0 !important;
  overflow: visible;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add background color handling */
  
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
  box-sizing: border-box;
}



.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
      position: relative;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

@media (min-width: 1200px){#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  margin: 0 !important;
  overflow: visible;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add background color handling */
  
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
  box-sizing: border-box;
}



.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
      position: relative;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  margin: 0 !important;
  overflow: visible;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add background color handling */
  
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
  box-sizing: border-box;
}



.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
      position: relative;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  margin: 0 !important;
  overflow: visible;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add background color handling */
  
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
  box-sizing: border-box;
}



.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
      position: relative;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (max-width: 767px){#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  margin: 0 !important;
  overflow: visible;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add background color handling */
  
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image {
  box-sizing: border-box;
}



.s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container {
      position: relative;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad22e942-da8b-4bd7-b53a-e3444aeb086a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}
#s-f6a98157-d50d-44cb-b22d-58de8376c6f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6a98157-d50d-44cb-b22d-58de8376c6f4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  margin-top: 20px;
}
}
#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
  box-sizing: border-box;
}



.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
      position: relative;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

@media (min-width: 1200px){#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
  box-sizing: border-box;
}



.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
      position: relative;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
  box-sizing: border-box;
}



.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
      position: relative;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
  box-sizing: border-box;
}



.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
      position: relative;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (max-width: 767px){#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image {
  box-sizing: border-box;
}



.s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container {
      position: relative;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3b6e81d-ef44-401b-9b76-5b5b36a8bd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}
#s-d5959c4c-f9de-4464-9143-ca1e6d733eb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5959c4c-f9de-4464-9143-ca1e6d733eb5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3da84237-53c1-4fd0-9f11-08517f20508c {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3da84237-53c1-4fd0-9f11-08517f20508c {
  margin-top: 20px;
}
}
#s-3da84237-53c1-4fd0-9f11-08517f20508c {
  margin: 0 !important;
  overflow: visible;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add background color handling */
  
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
  box-sizing: border-box;
}



.s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da84237-53c1-4fd0-9f11-08517f20508c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
      position: relative;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

@media (min-width: 1200px){#s-3da84237-53c1-4fd0-9f11-08517f20508c {
  margin: 0 !important;
  overflow: visible;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add background color handling */
  
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
  box-sizing: border-box;
}



.s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da84237-53c1-4fd0-9f11-08517f20508c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
      position: relative;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3da84237-53c1-4fd0-9f11-08517f20508c {
  margin: 0 !important;
  overflow: visible;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add background color handling */
  
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
  box-sizing: border-box;
}



.s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da84237-53c1-4fd0-9f11-08517f20508c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
      position: relative;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3da84237-53c1-4fd0-9f11-08517f20508c {
  margin: 0 !important;
  overflow: visible;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add background color handling */
  
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
  box-sizing: border-box;
}



.s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da84237-53c1-4fd0-9f11-08517f20508c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
      position: relative;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (max-width: 767px){#s-3da84237-53c1-4fd0-9f11-08517f20508c {
  margin: 0 !important;
  overflow: visible;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-3da84237-53c1-4fd0-9f11-08517f20508c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add background color handling */
  
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3da84237-53c1-4fd0-9f11-08517f20508c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-3da84237-53c1-4fd0-9f11-08517f20508c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image {
  box-sizing: border-box;
}



.s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3da84237-53c1-4fd0-9f11-08517f20508c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container {
      position: relative;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3da84237-53c1-4fd0-9f11-08517f20508c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}
#s-cc5f804e-0a2e-4b7e-9ce1-15795642a6a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc5f804e-0a2e-4b7e-9ce1-15795642a6a0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6d07e059-2409-43c3-8799-decb9ad07835 {
  margin-top: 15px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-6d07e059-2409-43c3-8799-decb9ad07835"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d07e059-2409-43c3-8799-decb9ad07835"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d07e059-2409-43c3-8799-decb9ad07835"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d07e059-2409-43c3-8799-decb9ad07835"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
aspect-ratio: 1/1;
text-align: center;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  margin: 0 !important;
  overflow: visible;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add background color handling */
  
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
  box-sizing: border-box;
}



.s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ad531d-5073-45e1-b229-8fff35c3ecac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
      position: relative;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

@media (min-width: 1200px){#s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  margin: 0 !important;
  overflow: visible;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add background color handling */
  
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
  box-sizing: border-box;
}



.s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ad531d-5073-45e1-b229-8fff35c3ecac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
      position: relative;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  margin: 0 !important;
  overflow: visible;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add background color handling */
  
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
  box-sizing: border-box;
}



.s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ad531d-5073-45e1-b229-8fff35c3ecac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
      position: relative;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  margin: 0 !important;
  overflow: visible;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add background color handling */
  
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
  box-sizing: border-box;
}



.s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ad531d-5073-45e1-b229-8fff35c3ecac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
      position: relative;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (max-width: 767px){#s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  margin: 0 !important;
  overflow: visible;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95ad531d-5073-45e1-b229-8fff35c3ecac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add background color handling */
  
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95ad531d-5073-45e1-b229-8fff35c3ecac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-95ad531d-5073-45e1-b229-8fff35c3ecac .shogun-image-content {
  
    justify-content: center;
  
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image {
  box-sizing: border-box;
}



.s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95ad531d-5073-45e1-b229-8fff35c3ecac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container {
      position: relative;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95ad531d-5073-45e1-b229-8fff35c3ecac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}
#s-89eca944-b6e5-4aae-9b6f-1bc98d0f52bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89eca944-b6e5-4aae-9b6f-1bc98d0f52bc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  margin-top: 20px;
}
}
#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  margin: 0 !important;
  overflow: visible;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add background color handling */
  
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-content {
  
    justify-content: center;
  
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
  box-sizing: border-box;
}



.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
      position: relative;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

@media (min-width: 1200px){#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  margin: 0 !important;
  overflow: visible;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add background color handling */
  
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-content {
  
    justify-content: center;
  
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
  box-sizing: border-box;
}



.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
      position: relative;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  margin: 0 !important;
  overflow: visible;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add background color handling */
  
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-content {
  
    justify-content: center;
  
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
  box-sizing: border-box;
}



.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
      position: relative;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  margin: 0 !important;
  overflow: visible;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add background color handling */
  
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-content {
  
    justify-content: center;
  
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
  box-sizing: border-box;
}



.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
      position: relative;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (max-width: 767px){#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  margin: 0 !important;
  overflow: visible;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add background color handling */
  
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f .shogun-image-content {
  
    justify-content: center;
  
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image {
  box-sizing: border-box;
}



.s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container {
      position: relative;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16e5cf87-4f86-4a62-bbaa-9b7393c0c72f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}
#s-d03ff71d-5055-4b5e-aa96-6d49f644c1e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d03ff71d-5055-4b5e-aa96-6d49f644c1e6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  margin-top: 20px;
}
}
#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
  box-sizing: border-box;
}



.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
      position: relative;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

@media (min-width: 1200px){#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
  box-sizing: border-box;
}



.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
      position: relative;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
  box-sizing: border-box;
}



.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
      position: relative;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
  box-sizing: border-box;
}



.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
      position: relative;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}@media (max-width: 767px){#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 55px;
  }



  img.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
    
    
    
    max-height: 55px;
  }


.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image {
  box-sizing: border-box;
}



.s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container {
      position: relative;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da2bcef7-6877-4e94-9d61-1b3489bf47e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 55px;
    }
  }

}
#s-ede6ec5b-faa2-46a4-a204-8d82daba1395 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ede6ec5b-faa2-46a4-a204-8d82daba1395 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c58f28f8-6593-4bb3-b4c1-e741f04a395b {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-a09369c1-6949-4fa0-8902-905d52d68905 {
  margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 33px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a09369c1-6949-4fa0-8902-905d52d68905 {
  margin-top: 25px;
margin-left: 4%;
margin-right: 4%;
padding-top: 0px;
}
}
#s-a09369c1-6949-4fa0-8902-905d52d68905 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-1d0d1e6d-1388-4938-b743-b9bb02270bfe {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-1d0d1e6d-1388-4938-b743-b9bb02270bfe {
  margin-top: 0px;
margin-bottom: 0px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-prev,
#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-next {
  
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-prev svg,
#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-fc371ca4-88b0-4a3c-80a5-48d3a809f087 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc371ca4-88b0-4a3c-80a5-48d3a809f087 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc371ca4-88b0-4a3c-80a5-48d3a809f087 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-fc371ca4-88b0-4a3c-80a5-48d3a809f087 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-fc371ca4-88b0-4a3c-80a5-48d3a809f087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc371ca4-88b0-4a3c-80a5-48d3a809f087"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc371ca4-88b0-4a3c-80a5-48d3a809f087"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc371ca4-88b0-4a3c-80a5-48d3a809f087"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-0c87d221-5227-4e82-9645-0c91f85a343c {
  margin-left: auto;
margin-right: auto;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-f17cb366-02ea-4f74-b861-3239aac0954c {
  margin-left: auto;
margin-right: auto;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-fc48fec8-8db0-4cd1-a22f-4401f1dc9163 {
  margin-left: auto;
margin-right: auto;
}

#s-9055743f-9a91-4aad-ab1d-0acc83efbdee {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-9055743f-9a91-4aad-ab1d-0acc83efbdee {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-9055743f-9a91-4aad-ab1d-0acc83efbdee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9055743f-9a91-4aad-ab1d-0acc83efbdee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9055743f-9a91-4aad-ab1d-0acc83efbdee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9055743f-9a91-4aad-ab1d-0acc83efbdee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-7d9af22a-2043-42d0-854a-47be45a56916 {
  margin-left: auto;
margin-right: auto;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}
@media (max-width: 767px){#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin-top: 20px;
}
}
#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-c7780af2-8b68-4af1-8492-5b3059ac58ab {
  margin-left: auto;
margin-right: auto;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}
@media (max-width: 767px){#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin-top: 20px;
}
}
#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-38976a89-a4a1-42dc-98ad-2758ea2d7933 {
  margin-left: auto;
margin-right: auto;
}

#s-46d44ccc-8a15-4f84-ac55-a066212ce7ae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-46d44ccc-8a15-4f84-ac55-a066212ce7ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46d44ccc-8a15-4f84-ac55-a066212ce7ae.shg-box.shg-c {
  justify-content: center;
}

#s-54666b2a-58aa-4c07-9b19-58ee184f4648 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(0, 88, 142, 1);
}
@media (max-width: 767px){#s-54666b2a-58aa-4c07-9b19-58ee184f4648 {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-54666b2a-58aa-4c07-9b19-58ee184f4648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54666b2a-58aa-4c07-9b19-58ee184f4648.shg-box.shg-c {
  justify-content: center;
}

#s-fe1aedca-9d05-4379-91bf-d2c55445a480 {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(0, 88, 142, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fe1aedca-9d05-4379-91bf-d2c55445a480 {
  
}
}@media (max-width: 767px){#s-fe1aedca-9d05-4379-91bf-d2c55445a480 {
  
}
}
#s-7d31fd5d-6304-4a8b-823e-0750a68be5a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7d31fd5d-6304-4a8b-823e-0750a68be5a4 {
  margin-left: 17%;
margin-right: 17%;
text-align: center;
display: none;
}
#s-7d31fd5d-6304-4a8b-823e-0750a68be5a4, #wrap-s-7d31fd5d-6304-4a8b-823e-0750a68be5a4, #wrap-content-s-7d31fd5d-6304-4a8b-823e-0750a68be5a4 { display: none !important; }}
#s-7d31fd5d-6304-4a8b-823e-0750a68be5a4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-7d31fd5d-6304-4a8b-823e-0750a68be5a4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7d31fd5d-6304-4a8b-823e-0750a68be5a4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-7d31fd5d-6304-4a8b-823e-0750a68be5a4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55 {
  display: none;
}
#s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55, #wrap-s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55, #wrap-content-s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55 {
  display: none;
}
#s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55, #wrap-s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55, #wrap-content-s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55 {
  display: none;
}
#s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55, #wrap-s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55, #wrap-content-s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55 { display: none !important; }}@media (max-width: 767px){#s-fbf0cb7c-4c2f-4530-95d3-6e3157d29d55 {
  margin-top: -21px;
margin-left: 0%;
margin-bottom: -21px;
margin-right: 0%;
}
}
#s-4976f07b-e122-46fd-868c-6be95e9638a1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4976f07b-e122-46fd-868c-6be95e9638a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4976f07b-e122-46fd-868c-6be95e9638a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-4976f07b-e122-46fd-868c-6be95e9638a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-4976f07b-e122-46fd-868c-6be95e9638a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image {
  box-sizing: border-box;
}



.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image {
  box-sizing: border-box;
}



.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image {
  box-sizing: border-box;
}



.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image {
  box-sizing: border-box;
}



.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5cebf87-7327-41ae-9837-9f12ed6d0217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5cebf87-7327-41ae-9837-9f12ed6d0217.shogun-image {
  box-sizing: border-box;
}



.s-e5cebf87-7327-41ae-9837-9f12ed6d0217 img.shogun-image {
  
}


}
#s-17fd4a42-8a30-40bb-99ac-bf75f18eadb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-17fd4a42-8a30-40bb-99ac-bf75f18eadb5 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-17fd4a42-8a30-40bb-99ac-bf75f18eadb5 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-084f1fe4-729f-4142-8633-9c9fa9d7c6af {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
}
@media (max-width: 767px){#s-084f1fe4-729f-4142-8633-9c9fa9d7c6af {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-6109f78b-dc68-44ef-9606-365be0588c4d {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d {
  margin: 0 !important;
  overflow: visible;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add background color handling */
  
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6109f78b-dc68-44ef-9606-365be0588c4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image {
  box-sizing: border-box;
}



.s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  
}


@media (min-width: 1200px){#s-6109f78b-dc68-44ef-9606-365be0588c4d {
  margin: 0 !important;
  overflow: visible;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add background color handling */
  
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6109f78b-dc68-44ef-9606-365be0588c4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image {
  box-sizing: border-box;
}



.s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6109f78b-dc68-44ef-9606-365be0588c4d {
  margin: 0 !important;
  overflow: visible;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add background color handling */
  
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6109f78b-dc68-44ef-9606-365be0588c4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image {
  box-sizing: border-box;
}



.s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6109f78b-dc68-44ef-9606-365be0588c4d {
  margin: 0 !important;
  overflow: visible;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add background color handling */
  
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6109f78b-dc68-44ef-9606-365be0588c4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image {
  box-sizing: border-box;
}



.s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  
}


}@media (max-width: 767px){#s-6109f78b-dc68-44ef-9606-365be0588c4d {
  margin: 0 !important;
  overflow: visible;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6109f78b-dc68-44ef-9606-365be0588c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add background color handling */
  
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6109f78b-dc68-44ef-9606-365be0588c4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6109f78b-dc68-44ef-9606-365be0588c4d.shogun-image {
  box-sizing: border-box;
}



.s-6109f78b-dc68-44ef-9606-365be0588c4d img.shogun-image {
  
}


}
#s-611ab9f3-ee95-4048-b36a-36dec36907a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-611ab9f3-ee95-4048-b36a-36dec36907a4 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-611ab9f3-ee95-4048-b36a-36dec36907a4 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-4e9222a8-1793-47a7-b696-3ce7e1105d36 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
}
@media (max-width: 767px){#s-4e9222a8-1793-47a7-b696-3ce7e1105d36 {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image {
  box-sizing: border-box;
}



.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image {
  box-sizing: border-box;
}



.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image {
  box-sizing: border-box;
}



.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image {
  box-sizing: border-box;
}



.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed305626-4070-42ee-b0f7-5fae1944a4a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed305626-4070-42ee-b0f7-5fae1944a4a1.shogun-image {
  box-sizing: border-box;
}



.s-ed305626-4070-42ee-b0f7-5fae1944a4a1 img.shogun-image {
  
}


}
#s-f82216d1-45d4-4971-9fb8-2909db7dbc6a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f82216d1-45d4-4971-9fb8-2909db7dbc6a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f82216d1-45d4-4971-9fb8-2909db7dbc6a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-11b3444f-8226-47eb-9bd5-c7b39065784a {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-11b3444f-8226-47eb-9bd5-c7b39065784a {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 30px;
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}@media (max-width: 767px){#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 20px;
}

#s-84c66c45-d79c-4ac9-b3e2-b19f763e0b8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
#s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3 {
  display: none;
}
#s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3, #wrap-s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3, #wrap-content-s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3 {
  display: none;
}
#s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3, #wrap-s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3, #wrap-content-s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3 {
  display: none;
}
#s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3, #wrap-s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3, #wrap-content-s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3 { display: none !important; }}@media (max-width: 767px){#s-b33688c9-48fb-45ab-9f6a-4fe07c974fb3 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-724bdba7-63c1-49f5-afbf-ffc9e3b71797 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-724bdba7-63c1-49f5-afbf-ffc9e3b71797 {
  display: none;
}
#s-724bdba7-63c1-49f5-afbf-ffc9e3b71797, #wrap-s-724bdba7-63c1-49f5-afbf-ffc9e3b71797, #wrap-content-s-724bdba7-63c1-49f5-afbf-ffc9e3b71797 { display: none !important; }}
#s-db4a49c0-79b4-4cb6-987c-3a8b9f5f234e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-db4a49c0-79b4-4cb6-987c-3a8b9f5f234e {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8f4a437c-c7bf-483d-9f65-ba703a68f751 {
  margin-left: auto;
margin-right: auto;
}

#s-fb8e192d-2a25-469e-a011-854ecb9b45ba {
  margin-left: auto;
margin-right: auto;
}

#s-4892ecf1-6a34-4719-ad5e-20cf5086b66a {
  margin-left: auto;
margin-right: auto;
}

#s-128e99de-635d-4b87-92cc-f13fc18e3ec7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-128e99de-635d-4b87-92cc-f13fc18e3ec7 {
  
}
}@media (max-width: 767px){#s-128e99de-635d-4b87-92cc-f13fc18e3ec7 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-128e99de-635d-4b87-92cc-f13fc18e3ec7, #wrap-s-128e99de-635d-4b87-92cc-f13fc18e3ec7, #wrap-content-s-128e99de-635d-4b87-92cc-f13fc18e3ec7 { display: none !important; }}
#s-c5700481-6d2a-4d5b-92ce-c35473bb3da3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c5700481-6d2a-4d5b-92ce-c35473bb3da3 {
  display: none;
}
#s-c5700481-6d2a-4d5b-92ce-c35473bb3da3, #wrap-s-c5700481-6d2a-4d5b-92ce-c35473bb3da3, #wrap-content-s-c5700481-6d2a-4d5b-92ce-c35473bb3da3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5700481-6d2a-4d5b-92ce-c35473bb3da3 {
  display: none;
}
#s-c5700481-6d2a-4d5b-92ce-c35473bb3da3, #wrap-s-c5700481-6d2a-4d5b-92ce-c35473bb3da3, #wrap-content-s-c5700481-6d2a-4d5b-92ce-c35473bb3da3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5700481-6d2a-4d5b-92ce-c35473bb3da3 {
  display: none;
}
#s-c5700481-6d2a-4d5b-92ce-c35473bb3da3, #wrap-s-c5700481-6d2a-4d5b-92ce-c35473bb3da3, #wrap-content-s-c5700481-6d2a-4d5b-92ce-c35473bb3da3 { display: none !important; }}
#s-fb8db27f-bbd9-4a5b-b36b-40d037d38bc1 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fb8db27f-bbd9-4a5b-b36b-40d037d38bc1 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-75b85eae-139f-4693-8ddb-cd6334959679 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-75b85eae-139f-4693-8ddb-cd6334959679 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-0b2cf59b-b841-4835-a10f-5ca255525859 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 25px;
padding-left: 6%;
padding-bottom: 25px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(250, 251, 251, 1);
}
@media (min-width: 1200px){#s-0b2cf59b-b841-4835-a10f-5ca255525859 {
  display: none;
}
#s-0b2cf59b-b841-4835-a10f-5ca255525859, #wrap-s-0b2cf59b-b841-4835-a10f-5ca255525859, #wrap-content-s-0b2cf59b-b841-4835-a10f-5ca255525859 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b2cf59b-b841-4835-a10f-5ca255525859 {
  display: none;
}
#s-0b2cf59b-b841-4835-a10f-5ca255525859, #wrap-s-0b2cf59b-b841-4835-a10f-5ca255525859, #wrap-content-s-0b2cf59b-b841-4835-a10f-5ca255525859 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b2cf59b-b841-4835-a10f-5ca255525859 {
  display: none;
}
#s-0b2cf59b-b841-4835-a10f-5ca255525859, #wrap-s-0b2cf59b-b841-4835-a10f-5ca255525859, #wrap-content-s-0b2cf59b-b841-4835-a10f-5ca255525859 { display: none !important; }}







#s-0b2cf59b-b841-4835-a10f-5ca255525859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b2cf59b-b841-4835-a10f-5ca255525859.shg-box.shg-c {
  justify-content: center;
}

#s-fcc6acaf-2f08-4e9f-958a-41847979c61b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fcc6acaf-2f08-4e9f-958a-41847979c61b {
  text-align: center;
}
}
#s-fcc6acaf-2f08-4e9f-958a-41847979c61b .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-fcc6acaf-2f08-4e9f-958a-41847979c61b .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-c881faef-8611-4f20-88e3-ef8189078149 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (max-width: 767px){#s-c881faef-8611-4f20-88e3-ef8189078149 {
  display: none;
}
#s-c881faef-8611-4f20-88e3-ef8189078149, #wrap-s-c881faef-8611-4f20-88e3-ef8189078149, #wrap-content-s-c881faef-8611-4f20-88e3-ef8189078149 { display: none !important; }}
#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 88, 142, 1);
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 88, 142, 1);
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 24px;
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}@media (max-width: 767px){#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 88, 142, 1);
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 88, 142, 1);
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 18px;
}

#s-c881faef-8611-4f20-88e3-ef8189078149 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-58459d10-ed2f-422d-8c8a-8f95d0ed8057 {
  margin-left: auto;
margin-right: auto;
}

#s-1c623ba3-d1de-469a-bb22-4b71d65a57f9 {
  margin-left: auto;
margin-right: auto;
}

#s-4f3816c7-7996-4cae-a071-5e5745b17bbf {
  margin-left: auto;
margin-right: auto;
}

#s-8b5ab18a-1707-4ac8-b771-fb1f37f7e4e0 {
  margin-left: auto;
margin-right: auto;
}

#s-df23db16-549b-4a3d-a41a-f23f1585cc3e {
  margin-left: auto;
margin-right: auto;
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-30afa358-e4fb-4ab3-93a8-41747c58a424 {
  display: none;
}
#s-30afa358-e4fb-4ab3-93a8-41747c58a424, #wrap-s-30afa358-e4fb-4ab3-93a8-41747c58a424, #wrap-content-s-30afa358-e4fb-4ab3-93a8-41747c58a424 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30afa358-e4fb-4ab3-93a8-41747c58a424 {
  display: none;
}
#s-30afa358-e4fb-4ab3-93a8-41747c58a424, #wrap-s-30afa358-e4fb-4ab3-93a8-41747c58a424, #wrap-content-s-30afa358-e4fb-4ab3-93a8-41747c58a424 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30afa358-e4fb-4ab3-93a8-41747c58a424 {
  display: none;
}
#s-30afa358-e4fb-4ab3-93a8-41747c58a424, #wrap-s-30afa358-e4fb-4ab3-93a8-41747c58a424, #wrap-content-s-30afa358-e4fb-4ab3-93a8-41747c58a424 { display: none !important; }}
#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(27, 67, 118, 1);
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 67, 118, 1);
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(27, 67, 118, 1);
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 67, 118, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 24px;
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}@media (max-width: 767px){#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(27, 67, 118, 1);
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 67, 118, 1);
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(27, 67, 118, 1);
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 67, 118, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 18px;
}

#s-30afa358-e4fb-4ab3-93a8-41747c58a424 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-d047f466-6c9b-467c-a839-9655916c414e {
  margin-left: 2%;
margin-right: 2%;
}

#s-10da0a07-0ae4-4cdc-ae35-2b65a78e20ad {
  margin-left: 2%;
margin-right: 2%;
}

#s-adc35d1d-a3f4-4de0-80c9-915db4865a33 {
  margin-left: 2%;
margin-right: 2%;
}

#s-88394ff2-731d-45bd-ad6f-30a48ef973f0 {
  margin-left: 2%;
margin-right: 2%;
}

#s-e04c8942-bb16-4c0d-87da-5723d97e9d8d {
  margin-left: 2%;
margin-right: 2%;
}

#s-f843e627-cd86-4399-91c8-4de61b23052f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f843e627-cd86-4399-91c8-4de61b23052f {
  display: none;
}
#s-f843e627-cd86-4399-91c8-4de61b23052f, #wrap-s-f843e627-cd86-4399-91c8-4de61b23052f, #wrap-content-s-f843e627-cd86-4399-91c8-4de61b23052f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f843e627-cd86-4399-91c8-4de61b23052f {
  display: none;
}
#s-f843e627-cd86-4399-91c8-4de61b23052f, #wrap-s-f843e627-cd86-4399-91c8-4de61b23052f, #wrap-content-s-f843e627-cd86-4399-91c8-4de61b23052f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f843e627-cd86-4399-91c8-4de61b23052f {
  display: none;
}
#s-f843e627-cd86-4399-91c8-4de61b23052f, #wrap-s-f843e627-cd86-4399-91c8-4de61b23052f, #wrap-content-s-f843e627-cd86-4399-91c8-4de61b23052f { display: none !important; }}
#s-3feee10d-e4d9-4c4f-81a2-b10bbeab4225 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 6%;
padding-right: 6%;
min-height: 50px;
background-color: rgba(250, 251, 251, 1);
}
@media (max-width: 767px){#s-3feee10d-e4d9-4c4f-81a2-b10bbeab4225 {
  display: none;
}
#s-3feee10d-e4d9-4c4f-81a2-b10bbeab4225, #wrap-s-3feee10d-e4d9-4c4f-81a2-b10bbeab4225, #wrap-content-s-3feee10d-e4d9-4c4f-81a2-b10bbeab4225 { display: none !important; }}







#s-3feee10d-e4d9-4c4f-81a2-b10bbeab4225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3feee10d-e4d9-4c4f-81a2-b10bbeab4225.shg-box.shg-c {
  justify-content: center;
}

#s-5b64a465-c172-43b2-b188-6aa39a808649 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5b64a465-c172-43b2-b188-6aa39a808649 {
  text-align: center;
}
}
#s-5b64a465-c172-43b2-b188-6aa39a808649 .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5b64a465-c172-43b2-b188-6aa39a808649 .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-5b64a465-c172-43b2-b188-6aa39a808649 .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 {
  display: none;
}
#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036, #wrap-s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036, #wrap-content-s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 { display: none !important; }}
#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(27, 67, 118, 1);
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 67, 118, 1);
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(27, 67, 118, 1);
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 67, 118, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 24px;
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}@media (max-width: 767px){#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(27, 67, 118, 1);
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 67, 118, 1);
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(27, 67, 118, 1);
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 67, 118, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 18px;
}

#s-bc96fe35-05ea-4b4a-a569-4fb9fa17d036 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-cda05cda-d1de-457d-b6d4-e11ec44c1add {
  margin-left: 2%;
margin-right: 2%;
}

#s-af36ba64-9e09-45b0-b27b-e3f294e2cf7e {
  margin-left: 2%;
margin-right: 2%;
}

#s-d898c3b8-1653-4991-9853-83d4789df05a {
  margin-left: 2%;
margin-right: 2%;
}

#s-1274404b-33a5-41f7-9b38-64d045e91def {
  margin-left: 2%;
margin-right: 2%;
}

#s-06925ba6-03ff-4810-9224-37ac5c32a61a {
  margin-left: 2%;
margin-right: 2%;
}

#s-b704f5b4-4116-4782-b51b-3e130d6ac623 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b704f5b4-4116-4782-b51b-3e130d6ac623 {
  display: none;
}
#s-b704f5b4-4116-4782-b51b-3e130d6ac623, #wrap-s-b704f5b4-4116-4782-b51b-3e130d6ac623, #wrap-content-s-b704f5b4-4116-4782-b51b-3e130d6ac623 { display: none !important; }}
#s-ac006207-70ab-40bd-8498-5c53e7da72c5 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-ac006207-70ab-40bd-8498-5c53e7da72c5 {
  display: none;
}
#s-ac006207-70ab-40bd-8498-5c53e7da72c5, #wrap-s-ac006207-70ab-40bd-8498-5c53e7da72c5, #wrap-content-s-ac006207-70ab-40bd-8498-5c53e7da72c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac006207-70ab-40bd-8498-5c53e7da72c5 {
  display: none;
}
#s-ac006207-70ab-40bd-8498-5c53e7da72c5, #wrap-s-ac006207-70ab-40bd-8498-5c53e7da72c5, #wrap-content-s-ac006207-70ab-40bd-8498-5c53e7da72c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac006207-70ab-40bd-8498-5c53e7da72c5 {
  display: none;
}
#s-ac006207-70ab-40bd-8498-5c53e7da72c5, #wrap-s-ac006207-70ab-40bd-8498-5c53e7da72c5, #wrap-content-s-ac006207-70ab-40bd-8498-5c53e7da72c5 { display: none !important; }}
#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 88, 142, 1);
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 88, 142, 1);
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 24px;
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}@media (max-width: 767px){#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 88, 142, 1);
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 88, 142, 1);
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 18px;
}

#s-ac006207-70ab-40bd-8498-5c53e7da72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-3d722a87-924f-422d-8f27-0bbf1aa5b312 {
  margin-left: auto;
margin-right: auto;
}

#s-cce2f9a4-4608-4143-8a75-8f1b58d568fe {
  margin-left: auto;
margin-right: auto;
}

#s-05798a6d-f943-4aec-a844-3ebb3e46ec9a {
  margin-left: auto;
margin-right: auto;
}

#s-1bad01d4-cdac-4822-8cf9-cac45bc1c523 {
  margin-left: auto;
margin-right: auto;
}

#s-4bb389fc-313a-447d-83e3-47293439c110 {
  margin-left: auto;
margin-right: auto;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
