#s-be1aa1d0-4f09-491b-9f5d-d8b1de42f53a {
  display: none;
}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-c3c566d7-f48d-44a9-9112-c6650fd1cfaf {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c3c566d7-f48d-44a9-9112-c6650fd1cfaf {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3c566d7-f48d-44a9-9112-c6650fd1cfaf {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3c566d7-f48d-44a9-9112-c6650fd1cfaf {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-c3c566d7-f48d-44a9-9112-c6650fd1cfaf {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-c3c566d7-f48d-44a9-9112-c6650fd1cfaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3c566d7-f48d-44a9-9112-c6650fd1cfaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-49c9301b-2f5a-4431-b56e-f79f49ab749d {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-49c9301b-2f5a-4431-b56e-f79f49ab749d {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-49c9301b-2f5a-4431-b56e-f79f49ab749d {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-49c9301b-2f5a-4431-b56e-f79f49ab749d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49c9301b-2f5a-4431-b56e-f79f49ab749d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49c9301b-2f5a-4431-b56e-f79f49ab749d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49c9301b-2f5a-4431-b56e-f79f49ab749d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49c9301b-2f5a-4431-b56e-f79f49ab749d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49c9301b-2f5a-4431-b56e-f79f49ab749d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49c9301b-2f5a-4431-b56e-f79f49ab749d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-08f077de-1a94-493f-a335-4c3ea7d62760 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-08f077de-1a94-493f-a335-4c3ea7d62760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f077de-1a94-493f-a335-4c3ea7d62760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-08f077de-1a94-493f-a335-4c3ea7d62760 > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0.05);
  opacity: 0;
}#s-08f077de-1a94-493f-a335-4c3ea7d62760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-3e8f2e8d-8906-4f2c-9c12-fd18577550cb {
  padding-top: 0px;
padding-bottom: 10px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e8f2e8d-8906-4f2c-9c12-fd18577550cb {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-3e8f2e8d-8906-4f2c-9c12-fd18577550cb {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-3e8f2e8d-8906-4f2c-9c12-fd18577550cb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3e8f2e8d-8906-4f2c-9c12-fd18577550cb .shg-sld-nav-button.shg-sld-left,
#s-3e8f2e8d-8906-4f2c-9c12-fd18577550cb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-image-container {
  position: relative;
}

.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;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d5e88342-3203-479f-b18b-20896ef490e2 {
  text-align: center;
}







  #s-d5e88342-3203-479f-b18b-20896ef490e2 img.shogun-image {
    

    
    
    
  }


#s-d5e88342-3203-479f-b18b-20896ef490e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-82189b3f-451d-4a9e-8803-b69eb7974200 {
  text-align: center;
}







  #s-82189b3f-451d-4a9e-8803-b69eb7974200 img.shogun-image {
    

    
    
    
  }


#s-82189b3f-451d-4a9e-8803-b69eb7974200 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d624b34-e848-49fc-b510-7f7051385f8d {
  text-align: center;
}







  #s-1d624b34-e848-49fc-b510-7f7051385f8d img.shogun-image {
    

    
    
    
  }


#s-1d624b34-e848-49fc-b510-7f7051385f8d .shogun-image-content {
  
    align-items: center;
  
}

#s-ae8ddeaa-fa94-43c3-a1c0-66e0b7b8157b {
  text-align: center;
}







  #s-ae8ddeaa-fa94-43c3-a1c0-66e0b7b8157b img.shogun-image {
    

    
    
    
  }


#s-ae8ddeaa-fa94-43c3-a1c0-66e0b7b8157b .shogun-image-content {
  
    align-items: center;
  
}

#s-20cd3d4d-a8eb-43d7-b917-809fa2174755 {
  text-align: center;
}







  #s-20cd3d4d-a8eb-43d7-b917-809fa2174755 img.shogun-image {
    

    
    
    
  }


#s-20cd3d4d-a8eb-43d7-b917-809fa2174755 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ebb34ab-f249-48ea-af8a-e766fa81be4e {
  text-align: center;
}







  #s-3ebb34ab-f249-48ea-af8a-e766fa81be4e img.shogun-image {
    

    
    
    
  }


#s-3ebb34ab-f249-48ea-af8a-e766fa81be4e .shogun-image-content {
  
    align-items: center;
  
}

#s-7bcd4fbd-bb13-4879-8218-0881cca9d862 {
  text-align: center;
}







  #s-7bcd4fbd-bb13-4879-8218-0881cca9d862 img.shogun-image {
    

    
    
    
  }


#s-7bcd4fbd-bb13-4879-8218-0881cca9d862 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4eb959c-1ea2-49bd-93dc-01a864d72d6f {
  text-align: center;
}







  #s-d4eb959c-1ea2-49bd-93dc-01a864d72d6f img.shogun-image {
    

    
    
    
  }


#s-d4eb959c-1ea2-49bd-93dc-01a864d72d6f .shogun-image-content {
  
    align-items: center;
  
}

#s-577ef96f-95bd-4010-aac5-40be38bff466 {
  text-align: center;
}







  #s-577ef96f-95bd-4010-aac5-40be38bff466 img.shogun-image {
    

    
    
    
  }


#s-577ef96f-95bd-4010-aac5-40be38bff466 .shogun-image-content {
  
    align-items: center;
  
}

#s-47126364-8529-4a8b-826d-ca0c59cc743f {
  text-align: center;
}







  #s-47126364-8529-4a8b-826d-ca0c59cc743f img.shogun-image {
    

    
    
    
  }


#s-47126364-8529-4a8b-826d-ca0c59cc743f .shogun-image-content {
  
    align-items: center;
  
}

#s-03c07962-6ace-4200-9f38-adb4cbc65683 {
  text-align: center;
}







  #s-03c07962-6ace-4200-9f38-adb4cbc65683 img.shogun-image {
    

    
    
    
  }


#s-03c07962-6ace-4200-9f38-adb4cbc65683 .shogun-image-content {
  
    align-items: center;
  
}

#s-e12cc89d-c2b6-48d9-a19f-833b2c9a528f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e12cc89d-c2b6-48d9-a19f-833b2c9a528f img.shogun-image {
    

    
    
    
  }


#s-e12cc89d-c2b6-48d9-a19f-833b2c9a528f .shogun-image-content {
  
    align-items: center;
  
}

#s-f1adf312-aefa-477b-8387-8c1077903725 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-f1adf312-aefa-477b-8387-8c1077903725 img.shogun-image {
    

    
    
    
  }


#s-f1adf312-aefa-477b-8387-8c1077903725 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dfb8fa46-2f4c-41ab-8f8a-18e69e3eabd4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 0.8;
}







  #s-dfb8fa46-2f4c-41ab-8f8a-18e69e3eabd4 img.shogun-image {
    

    
    
    
  }


#s-dfb8fa46-2f4c-41ab-8f8a-18e69e3eabd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-14344ca2-e98a-45aa-8077-708ab586a545 {
  margin-left: 0px;
margin-bottom: 100px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-14344ca2-e98a-45aa-8077-708ab586a545 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14344ca2-e98a-45aa-8077-708ab586a545 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-14344ca2-e98a-45aa-8077-708ab586a545 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-14344ca2-e98a-45aa-8077-708ab586a545 > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0);
  opacity: 0;
}#s-14344ca2-e98a-45aa-8077-708ab586a545.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-14344ca2-e98a-45aa-8077-708ab586a545 > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0.05);
  opacity: 0;
}#s-14344ca2-e98a-45aa-8077-708ab586a545.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-7f773e19-97c4-42c1-b714-2bd98890d625 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-7f773e19-97c4-42c1-b714-2bd98890d625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f773e19-97c4-42c1-b714-2bd98890d625.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
  color: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  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-cd3e9c8a-693a-4fcb-b761-a401c64d14e3 {
  margin-top: 0px;
margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd3e9c8a-693a-4fcb-b761-a401c64d14e3 {
  margin-top: 5px;
}
}@media (max-width: 767px){#s-cd3e9c8a-693a-4fcb-b761-a401c64d14e3 {
  margin-top: 20px;
}
}
#s-cd3e9c8a-693a-4fcb-b761-a401c64d14e3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-cd3e9c8a-693a-4fcb-b761-a401c64d14e3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-cd3e9c8a-693a-4fcb-b761-a401c64d14e3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
.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 {
  color: #000000;
  font-family: Serif;
  font-weight: 400;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Serif;
}

.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 {
  color: #000000;
  font-family: Serif;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Serif;
  font-weight: 400;
}

#s-a665869f-d7b1-4309-9525-4a865e29c48f {
  margin-top: 0px;
margin-left: 0px;
}

#s-6542be2c-d0a1-41df-81fe-8ba4b30f8279 {
  margin-top: 7px;
margin-left: -37px;
max-width: 210px;
text-align: left;
}

#s-5d3d736e-2d24-45ba-8781-b3694ee2780f {
  text-align: left;
}

#s-5d3d736e-2d24-45ba-8781-b3694ee2780f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5d3d736e-2d24-45ba-8781-b3694ee2780f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-5d3d736e-2d24-45ba-8781-b3694ee2780f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b7a0e377-8ee8-4bc7-a133-cce0c44b4c4c {
  margin-top: 60px;
margin-bottom: 0px;
}

#s-1c3eb2ae-4124-45b9-b14a-68043a20fe4b {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1c3eb2ae-4124-45b9-b14a-68043a20fe4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c3eb2ae-4124-45b9-b14a-68043a20fe4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c3eb2ae-4124-45b9-b14a-68043a20fe4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c3eb2ae-4124-45b9-b14a-68043a20fe4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-center {
  text-align: center;
}

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

#s-d530b6dd-5611-4196-bf9e-104d8f7effc2 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d530b6dd-5611-4196-bf9e-104d8f7effc2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(1, 54, 62, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 54, 62, 1) !important;}#s-d530b6dd-5611-4196-bf9e-104d8f7effc2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d530b6dd-5611-4196-bf9e-104d8f7effc2-atc-btn-wrapper {
    text-align: center;
  }


#s-d530b6dd-5611-4196-bf9e-104d8f7effc2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d530b6dd-5611-4196-bf9e-104d8f7effc2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d530b6dd-5611-4196-bf9e-104d8f7effc2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-d530b6dd-5611-4196-bf9e-104d8f7effc2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-d530b6dd-5611-4196-bf9e-104d8f7effc2.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
  }


#s-729fa16b-26a2-4431-b911-dfe5992e5d91 {
  margin-top: 22px;
text-align: left;
}

#s-729fa16b-26a2-4431-b911-dfe5992e5d91 .shg-product-quantity-wrapper {
  display: flex;
}

#s-729fa16b-26a2-4431-b911-dfe5992e5d91 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-729fa16b-26a2-4431-b911-dfe5992e5d91 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-729fa16b-26a2-4431-b911-dfe5992e5d91 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-729fa16b-26a2-4431-b911-dfe5992e5d91 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a4c6c75e-6b02-4cff-a10a-38114464e84f {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0.03);
}

.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;
  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-7f2d04e5-0373-4ef4-8eaa-2ad8b80d55c3 {
  margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f2d04e5-0373-4ef4-8eaa-2ad8b80d55c3 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-7f2d04e5-0373-4ef4-8eaa-2ad8b80d55c3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7f2d04e5-0373-4ef4-8eaa-2ad8b80d55c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 40px;
}

#s-7f2d04e5-0373-4ef4-8eaa-2ad8b80d55c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7f2d04e5-0373-4ef4-8eaa-2ad8b80d55c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7f2d04e5-0373-4ef4-8eaa-2ad8b80d55c3 > .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: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 40px;
}

#s-7f2d04e5-0373-4ef4-8eaa-2ad8b80d55c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 40px;
}
#s-2f391ff6-08f4-4146-ae11-2de27bd44352 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-1a2bd0f1-4d96-491e-a273-578d1e8f8802 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-1a2bd0f1-4d96-491e-a273-578d1e8f8802 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1a2bd0f1-4d96-491e-a273-578d1e8f8802 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-1a2bd0f1-4d96-491e-a273-578d1e8f8802 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1a2bd0f1-4d96-491e-a273-578d1e8f8802 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1a2bd0f1-4d96-491e-a273-578d1e8f8802 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-1a2bd0f1-4d96-491e-a273-578d1e8f8802 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-f8f1f757-d03b-46d5-a41f-fd7c94f206f1 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-cfa8c774-87ab-4a91-a5ef-8c5aceaa9793 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-0ae62232-d40c-4f02-9246-31033f6630ed {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-6193e216-335f-470c-93ee-e0f66dce9658 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-1df4bfd1-9347-4220-8b1d-231327b6dc72 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-1df4bfd1-9347-4220-8b1d-231327b6dc72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1df4bfd1-9347-4220-8b1d-231327b6dc72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1df4bfd1-9347-4220-8b1d-231327b6dc72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1df4bfd1-9347-4220-8b1d-231327b6dc72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7e6fb5c8-2dd0-4945-bef5-876cf0b0dbbf {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-7e6fb5c8-2dd0-4945-bef5-876cf0b0dbbf img.shogun-image {
    

    
    
    
  }


#s-7e6fb5c8-2dd0-4945-bef5-876cf0b0dbbf .shogun-image-content {
  
    align-items: center;
  
}

#s-3e7b8cfb-3631-47f7-87ad-8f679935910a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3e7b8cfb-3631-47f7-87ad-8f679935910a img.shogun-image {
    

    
    
    
  }


#s-3e7b8cfb-3631-47f7-87ad-8f679935910a .shogun-image-content {
  
    align-items: center;
  
}

#s-cca52759-1094-4903-a3f4-1d1f9a2f97d5 {
  min-height: 50px;
}








#s-cca52759-1094-4903-a3f4-1d1f9a2f97d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca52759-1094-4903-a3f4-1d1f9a2f97d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8d7b673-e2c2-4fdb-98ba-487a26aa4ccc {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-a8d7b673-e2c2-4fdb-98ba-487a26aa4ccc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d7b673-e2c2-4fdb-98ba-487a26aa4ccc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a8d7b673-e2c2-4fdb-98ba-487a26aa4ccc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d7b673-e2c2-4fdb-98ba-487a26aa4ccc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a8d7b673-e2c2-4fdb-98ba-487a26aa4ccc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d7b673-e2c2-4fdb-98ba-487a26aa4ccc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a8d7b673-e2c2-4fdb-98ba-487a26aa4ccc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-5cbb860f-7581-48a8-81b3-824bb1cdde80 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a8515134-df88-48b6-a497-5e4940af6bdb {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8515134-df88-48b6-a497-5e4940af6bdb {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a8515134-df88-48b6-a497-5e4940af6bdb {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-a8515134-df88-48b6-a497-5e4940af6bdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8515134-df88-48b6-a497-5e4940af6bdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f660e943-34f6-4ac6-9faa-584f25e785a8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f660e943-34f6-4ac6-9faa-584f25e785a8 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}
#s-f660e943-34f6-4ac6-9faa-584f25e785a8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f660e943-34f6-4ac6-9faa-584f25e785a8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-9cf541c9-b09e-427c-aa99-ce72fe073f00 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-9cf541c9-b09e-427c-aa99-ce72fe073f00 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-77f000e7-a5f5-4034-bf42-738c225e405e {
  margin-left: 40px;
margin-right: 40px;
}

#s-373d2916-c25d-4459-abbc-8460e51de016 {
  min-height: 50px;
}








#s-373d2916-c25d-4459-abbc-8460e51de016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-373d2916-c25d-4459-abbc-8460e51de016.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3abe856c-efa2-4679-a54e-b91ec5413501 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-3abe856c-efa2-4679-a54e-b91ec5413501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3abe856c-efa2-4679-a54e-b91ec5413501"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3abe856c-efa2-4679-a54e-b91ec5413501"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3abe856c-efa2-4679-a54e-b91ec5413501"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3abe856c-efa2-4679-a54e-b91ec5413501"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3abe856c-efa2-4679-a54e-b91ec5413501"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3abe856c-efa2-4679-a54e-b91ec5413501"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-7d9cff87-259e-4766-9d70-37ac6d4547ed hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-73758ca3-b401-41a4-b2fa-ef10e3692376 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-73758ca3-b401-41a4-b2fa-ef10e3692376 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-73758ca3-b401-41a4-b2fa-ef10e3692376 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-73758ca3-b401-41a4-b2fa-ef10e3692376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73758ca3-b401-41a4-b2fa-ef10e3692376.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b448590e-bd0a-4108-b7a9-9010670861e0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b448590e-bd0a-4108-b7a9-9010670861e0 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}
#s-b448590e-bd0a-4108-b7a9-9010670861e0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-b448590e-bd0a-4108-b7a9-9010670861e0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-6310a3f8-73f2-48ad-8bf5-36a91694ad98 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-6310a3f8-73f2-48ad-8bf5-36a91694ad98 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-034d09a8-925b-4c30-8946-8e418fd2ae48 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-034d09a8-925b-4c30-8946-8e418fd2ae48 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-034d09a8-925b-4c30-8946-8e418fd2ae48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-034d09a8-925b-4c30-8946-8e418fd2ae48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-034d09a8-925b-4c30-8946-8e418fd2ae48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-034d09a8-925b-4c30-8946-8e418fd2ae48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-034d09a8-925b-4c30-8946-8e418fd2ae48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-4e6ff9a6-1e8c-40e2-bc2a-6d5bd5147cb9 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-06dd4fe3-3625-42fc-8dfc-982c646df07e {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-5decfe65-e05d-4634-8162-9b3a69bed919 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-867648be-2813-4434-8337-5aa43b17baa1 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-6902ffae-5b8a-459c-9443-fceb25c8c325 {
  min-height: 50px;
}








#s-6902ffae-5b8a-459c-9443-fceb25c8c325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6902ffae-5b8a-459c-9443-fceb25c8c325.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77bddaae-6928-433d-8049-19e417fd03e8 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-77bddaae-6928-433d-8049-19e417fd03e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77bddaae-6928-433d-8049-19e417fd03e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77bddaae-6928-433d-8049-19e417fd03e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77bddaae-6928-433d-8049-19e417fd03e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77bddaae-6928-433d-8049-19e417fd03e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77bddaae-6928-433d-8049-19e417fd03e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77bddaae-6928-433d-8049-19e417fd03e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-b8fe7c7c-02d4-4aa5-ac76-0fe62d204c12 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-81c08ca0-40a2-4bc7-8ed9-a0c073db4567 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81c08ca0-40a2-4bc7-8ed9-a0c073db4567 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-81c08ca0-40a2-4bc7-8ed9-a0c073db4567 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-81c08ca0-40a2-4bc7-8ed9-a0c073db4567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81c08ca0-40a2-4bc7-8ed9-a0c073db4567.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-700d73dd-d6e4-4241-98c6-a36a5decbbde {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-700d73dd-d6e4-4241-98c6-a36a5decbbde {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}
#s-700d73dd-d6e4-4241-98c6-a36a5decbbde .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-700d73dd-d6e4-4241-98c6-a36a5decbbde .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-ea9097e2-ad9f-4dc9-a9bf-d9fde828f96d {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-ea9097e2-ad9f-4dc9-a9bf-d9fde828f96d {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-4558a8b3-8d78-49b9-9b77-c6be1a4f12ac {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-4558a8b3-8d78-49b9-9b77-c6be1a4f12ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-4558a8b3-8d78-49b9-9b77-c6be1a4f12ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-4558a8b3-8d78-49b9-9b77-c6be1a4f12ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-4558a8b3-8d78-49b9-9b77-c6be1a4f12ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-8542b069-642b-48f9-83c5-ee6371e8f42a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}

#s-8542b069-642b-48f9-83c5-ee6371e8f42a {
  display: none;
}
.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);
}

.shg-product-image-wrapper {
  display: none;
  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-9b38c993-31c9-4923-aae7-bbdcaefedff9 {
  text-align: left;
}



.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b38c993-31c9-4923-aae7-bbdcaefedff9 img.shogun-image {
  width: 100%;
}



}
#s-d15ab413-f59b-4e3c-8dff-5238445fdae5 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-d15ab413-f59b-4e3c-8dff-5238445fdae5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-d15ab413-f59b-4e3c-8dff-5238445fdae5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-d15ab413-f59b-4e3c-8dff-5238445fdae5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  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-8d87d117-36ac-410c-8157-dbaaab3690fb {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-8d87d117-36ac-410c-8157-dbaaab3690fb .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7439f15f-e6af-4e25-ac39-19ba227d55ff {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}

#s-115832ab-deaf-48b8-8dc9-57f802d16bc9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}

#s-115832ab-deaf-48b8-8dc9-57f802d16bc9 {
  display: none;
}
#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 {
  text-align: left;
}



.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d247bb6-4d67-4a7c-b409-710791dfdfd5 img.shogun-image {
  width: 100%;
}



}
#s-029a0b69-1008-42e4-b8fb-4affc21baa96 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-029a0b69-1008-42e4-b8fb-4affc21baa96 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-029a0b69-1008-42e4-b8fb-4affc21baa96 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-029a0b69-1008-42e4-b8fb-4affc21baa96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7bdd7ee1-0ec5-481b-96a5-2984a3891f7f {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-7bdd7ee1-0ec5-481b-96a5-2984a3891f7f .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2da260a7-4284-4690-8d39-76e14f5cde14 {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}

#s-dba591ca-2a1f-4cdf-9bb4-09a6a07d3bed {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}

#s-dba591ca-2a1f-4cdf-9bb4-09a6a07d3bed {
  display: none;
}
#s-45addbfd-145a-4666-a50f-8e42177bfab5 {
  text-align: left;
}



.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45addbfd-145a-4666-a50f-8e42177bfab5 img.shogun-image {
  width: 100%;
}



}
#s-f4fac585-0141-43b1-a827-d8e0232e0809 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-f4fac585-0141-43b1-a827-d8e0232e0809 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-f4fac585-0141-43b1-a827-d8e0232e0809 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-f4fac585-0141-43b1-a827-d8e0232e0809 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0b9e40d-9883-494e-ad4c-dab8b699e515 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-b0b9e40d-9883-494e-ad4c-dab8b699e515 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-013b6f00-66f3-4c43-9ff1-dfd95b3f922a {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}

#s-a1ba913f-2019-4e97-bceb-432cdddab3c2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}

#s-a1ba913f-2019-4e97-bceb-432cdddab3c2 {
  display: none;
}
#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 {
  text-align: left;
}



.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebd875cf-76a0-4652-b6f2-c0a4c07a7c74 img.shogun-image {
  width: 100%;
}



}
#s-cc5949e0-186b-4fce-bf81-d7dbf5841228 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-cc5949e0-186b-4fce-bf81-d7dbf5841228 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-cc5949e0-186b-4fce-bf81-d7dbf5841228 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-cc5949e0-186b-4fce-bf81-d7dbf5841228 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f90452fa-f713-4bb7-90dc-86a37d334419 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-f90452fa-f713-4bb7-90dc-86a37d334419 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-430181c3-efd8-49fa-9e8e-93cafbe9594d {
  margin-top: 7px;
margin-left: 0px;
text-align: left;
}

/*
  $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;
}

@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;
  }
}

#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;
  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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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}}#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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.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}