.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-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 850px;
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 500px;
}
@media (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px){






#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 991px){






#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.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-1ebf1e79-f505-4646-b1f0-b0e92d8ee102 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 850px;
}
#s-1ebf1e79-f505-4646-b1f0-b0e92d8ee102 {
  padding-top: 0px;
padding-bottom: 6px;
min-height: 500px;
}
@media (max-width: 1199px){#s-1ebf1e79-f505-4646-b1f0-b0e92d8ee102 {
  padding-top: 0px;
padding-bottom: 6px;
min-height: 500px;
}
}@media (max-width: 991px){#s-1ebf1e79-f505-4646-b1f0-b0e92d8ee102 {
  padding-top: 0px;
padding-bottom: 6px;
min-height: 500px;
}
}@media (max-width: 767px){#s-1ebf1e79-f505-4646-b1f0-b0e92d8ee102 {
  padding-top: 0px;
padding-bottom: 6px;
min-height: 500px;
}
}
#s-1ebf1e79-f505-4646-b1f0-b0e92d8ee102 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ebf1e79-f505-4646-b1f0-b0e92d8ee102 .shg-sld-nav-button.shg-sld-left,
#s-1ebf1e79-f505-4646-b1f0-b0e92d8ee102 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  
}
@media (max-width: 1199px){#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  
}
}@media (max-width: 991px){#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  
}
}@media (max-width: 767px){#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  
}
}
#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  background-image: url(https://i.shgcdn.com/035f22c2-9463-4ea4-aef3-5adfe0e2cb28/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  cursor: pointer;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  cursor: pointer;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  cursor: pointer;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  cursor: pointer;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3 {
  cursor: pointer;
}#s-dc57c40d-855b-4dea-9f7e-40b8779d75c3.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-2c064146-8a90-452c-b389-fb4f6dcd1784 {
  margin-left: 15%;
margin-right: 15%;
}
#s-2c064146-8a90-452c-b389-fb4f6dcd1784 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 1199px){#s-2c064146-8a90-452c-b389-fb4f6dcd1784 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 991px){#s-2c064146-8a90-452c-b389-fb4f6dcd1784 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-2c064146-8a90-452c-b389-fb4f6dcd1784 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-2c064146-8a90-452c-b389-fb4f6dcd1784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c064146-8a90-452c-b389-fb4f6dcd1784"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c064146-8a90-452c-b389-fb4f6dcd1784"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c064146-8a90-452c-b389-fb4f6dcd1784"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-194cb93e-9341-4f9d-8529-4280628026cd {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
#s-194cb93e-9341-4f9d-8529-4280628026cd {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1199px){#s-194cb93e-9341-4f9d-8529-4280628026cd {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 991px){#s-194cb93e-9341-4f9d-8529-4280628026cd {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-194cb93e-9341-4f9d-8529-4280628026cd {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}







#s-194cb93e-9341-4f9d-8529-4280628026cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-194cb93e-9341-4f9d-8529-4280628026cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}







#s-194cb93e-9341-4f9d-8529-4280628026cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-194cb93e-9341-4f9d-8529-4280628026cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px){






#s-194cb93e-9341-4f9d-8529-4280628026cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-194cb93e-9341-4f9d-8529-4280628026cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 991px){






#s-194cb93e-9341-4f9d-8529-4280628026cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-194cb93e-9341-4f9d-8529-4280628026cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-194cb93e-9341-4f9d-8529-4280628026cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-194cb93e-9341-4f9d-8529-4280628026cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  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-367a44ce-d9a9-42d8-bc35-8acec93e3b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-367a44ce-d9a9-42d8-bc35-8acec93e3b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-367a44ce-d9a9-42d8-bc35-8acec93e3b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-367a44ce-d9a9-42d8-bc35-8acec93e3b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-367a44ce-d9a9-42d8-bc35-8acec93e3b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-367a44ce-d9a9-42d8-bc35-8acec93e3b5f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-367a44ce-d9a9-42d8-bc35-8acec93e3b5f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-367a44ce-d9a9-42d8-bc35-8acec93e3b5f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-367a44ce-d9a9-42d8-bc35-8acec93e3b5f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-367a44ce-d9a9-42d8-bc35-8acec93e3b5f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


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

.shg-image-content-wrapper {
  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;
  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;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
@media (max-width: 1199px){#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
}@media (max-width: 991px){#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
}@media (max-width: 767px){#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
}




  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image,
  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
    width: 100%;
    height: auto;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
    
    
  }


.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
      position: relative;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image,
  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
    width: 100%;
    height: auto;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
    
    
  }


.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
      position: relative;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image,
  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
    width: 100%;
    height: auto;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
    
    
  }


.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
      position: relative;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image,
  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
    width: 100%;
    height: auto;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
    
    
  }


.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
      position: relative;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image,
  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
    width: 100%;
    height: auto;
  }

  #s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
    
    
  }


.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container {
      position: relative;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33a3fc0f-7cc4-4e64-a032-0a1fb75faee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0358b656-9d3d-41df-920f-c0c15d78c819 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-0358b656-9d3d-41df-920f-c0c15d78c819 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-0358b656-9d3d-41df-920f-c0c15d78c819 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-0358b656-9d3d-41df-920f-c0c15d78c819 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-0358b656-9d3d-41df-920f-c0c15d78c819 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-0358b656-9d3d-41df-920f-c0c15d78c819 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-0358b656-9d3d-41df-920f-c0c15d78c819 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-0358b656-9d3d-41df-920f-c0c15d78c819 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-0358b656-9d3d-41df-920f-c0c15d78c819 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-0358b656-9d3d-41df-920f-c0c15d78c819 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-089e5372-509b-4564-844f-c342d992923c {
  max-width: 835px;
aspect-ratio: 835/230;
text-align: center;
}
#s-089e5372-509b-4564-844f-c342d992923c {
  max-width: 835px;
aspect-ratio: 835/230;
text-align: center;
}
@media (max-width: 1199px){#s-089e5372-509b-4564-844f-c342d992923c {
  max-width: 835px;
aspect-ratio: 835/230;
text-align: center;
}
}@media (max-width: 991px){#s-089e5372-509b-4564-844f-c342d992923c {
  max-width: 835px;
aspect-ratio: 835/230;
text-align: center;
}
}@media (max-width: 767px){#s-089e5372-509b-4564-844f-c342d992923c {
  max-width: 835px;
aspect-ratio: 835/230;
text-align: center;
}
}




  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image,
  #s-089e5372-509b-4564-844f-c342d992923c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089e5372-509b-4564-844f-c342d992923c {
    width: 100%;
    height: auto;
  }

  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
    
    
  }


.s-089e5372-509b-4564-844f-c342d992923c .shogun-image-content {
  
    align-items: center;
  
}

.s-089e5372-509b-4564-844f-c342d992923c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089e5372-509b-4564-844f-c342d992923c {
      --shg-aspect-ratio: calc(835/230); 
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
      position: relative;
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089e5372-509b-4564-844f-c342d992923c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image,
  #s-089e5372-509b-4564-844f-c342d992923c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089e5372-509b-4564-844f-c342d992923c {
    width: 100%;
    height: auto;
  }

  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
    
    
  }


.s-089e5372-509b-4564-844f-c342d992923c .shogun-image-content {
  
    align-items: center;
  
}

.s-089e5372-509b-4564-844f-c342d992923c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089e5372-509b-4564-844f-c342d992923c {
      --shg-aspect-ratio: calc(835/230); 
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
      position: relative;
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089e5372-509b-4564-844f-c342d992923c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image,
  #s-089e5372-509b-4564-844f-c342d992923c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089e5372-509b-4564-844f-c342d992923c {
    width: 100%;
    height: auto;
  }

  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
    
    
  }


.s-089e5372-509b-4564-844f-c342d992923c .shogun-image-content {
  
    align-items: center;
  
}

.s-089e5372-509b-4564-844f-c342d992923c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089e5372-509b-4564-844f-c342d992923c {
      --shg-aspect-ratio: calc(835/230); 
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
      position: relative;
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089e5372-509b-4564-844f-c342d992923c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image,
  #s-089e5372-509b-4564-844f-c342d992923c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089e5372-509b-4564-844f-c342d992923c {
    width: 100%;
    height: auto;
  }

  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
    
    
  }


.s-089e5372-509b-4564-844f-c342d992923c .shogun-image-content {
  
    align-items: center;
  
}

.s-089e5372-509b-4564-844f-c342d992923c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089e5372-509b-4564-844f-c342d992923c {
      --shg-aspect-ratio: calc(835/230); 
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
      position: relative;
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089e5372-509b-4564-844f-c342d992923c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image,
  #s-089e5372-509b-4564-844f-c342d992923c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089e5372-509b-4564-844f-c342d992923c {
    width: 100%;
    height: auto;
  }

  #s-089e5372-509b-4564-844f-c342d992923c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
    
    
  }


.s-089e5372-509b-4564-844f-c342d992923c .shogun-image-content {
  
    align-items: center;
  
}

.s-089e5372-509b-4564-844f-c342d992923c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089e5372-509b-4564-844f-c342d992923c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089e5372-509b-4564-844f-c342d992923c {
      --shg-aspect-ratio: calc(835/230); 
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container {
      position: relative;
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089e5372-509b-4564-844f-c342d992923c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089e5372-509b-4564-844f-c342d992923c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e {
  min-height: 50px;
}
#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e {
  min-height: 50px;
}
@media (max-width: 1199px){#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e {
  min-height: 50px;
}
}@media (max-width: 991px){#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e {
  min-height: 50px;
}
}@media (max-width: 767px){#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e {
  min-height: 50px;
}
}







#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9324a796-a78d-4a86-92b7-34d25e5a9c1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-7aa37e08-5b5f-486a-a61f-3b4a9fb9c3c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-88d42823-3d21-4943-b66a-5e3801bfd905 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-88d42823-3d21-4943-b66a-5e3801bfd905 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-88d42823-3d21-4943-b66a-5e3801bfd905 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-88d42823-3d21-4943-b66a-5e3801bfd905 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-88d42823-3d21-4943-b66a-5e3801bfd905 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-88d42823-3d21-4943-b66a-5e3801bfd905 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-88d42823-3d21-4943-b66a-5e3801bfd905 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (max-width: 1199px){#s-88d42823-3d21-4943-b66a-5e3801bfd905 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 991px){#s-88d42823-3d21-4943-b66a-5e3801bfd905 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-88d42823-3d21-4943-b66a-5e3801bfd905 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
.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 {
  font-weight: normal;
  font-family: Assistant, sans-serif;
}

.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-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(241, 90, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:hover {border-radius: 27px !important;
background-color: rgba(211, 63, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:active {background-color: #000000 !important;
text-decoration: none !important;}#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(241, 90, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:hover {border-radius: 27px !important;
background-color: rgba(211, 63, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(241, 90, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:hover {border-radius: 27px !important;
background-color: rgba(211, 63, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(241, 90, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:hover {border-radius: 27px !important;
background-color: rgba(211, 63, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(241, 90, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:hover {border-radius: 27px !important;
background-color: rgba(211, 63, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36-root {
    text-align: center;
  }


#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36-root {
    text-align: center;
  }


#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36-root {
    text-align: center;
  }


#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36-root {
    text-align: center;
  }


#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36-root {
    text-align: center;
  }


#s-a7f5bf09-70cb-41fc-a71d-2c3d20c6bd36.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  
}
@media (max-width: 1199px){#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  
}
}@media (max-width: 991px){#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  
}
}@media (max-width: 767px){#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  
}
}
#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  background-image: url(https://i.shgcdn.com/1e5c4992-60ce-4cb6-ae4b-1798199f520e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-001d152b-8bf5-4464-82d3-2cb87692b7fb > .shg-box-overlay {
  background-color: rgba(97, 30, 30, 0.67);
  opacity: 0.7;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  cursor: pointer;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-001d152b-8bf5-4464-82d3-2cb87692b7fb > .shg-box-overlay {
  background-color: rgba(97, 30, 30, 0.67);
  opacity: 0.7;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  cursor: pointer;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-001d152b-8bf5-4464-82d3-2cb87692b7fb > .shg-box-overlay {
  background-color: rgba(97, 30, 30, 0.67);
  opacity: 0.7;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  cursor: pointer;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-001d152b-8bf5-4464-82d3-2cb87692b7fb > .shg-box-overlay {
  background-color: rgba(97, 30, 30, 0.67);
  opacity: 0.7;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  cursor: pointer;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-001d152b-8bf5-4464-82d3-2cb87692b7fb > .shg-box-overlay {
  background-color: rgba(97, 30, 30, 0.67);
  opacity: 0.7;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb {
  cursor: pointer;
}#s-001d152b-8bf5-4464-82d3-2cb87692b7fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-a585b83d-f01f-4ea7-b2c8-e665b1555a41 {
  margin-left: 15%;
margin-right: 15%;
}
#s-a585b83d-f01f-4ea7-b2c8-e665b1555a41 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 1199px){#s-a585b83d-f01f-4ea7-b2c8-e665b1555a41 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 991px){#s-a585b83d-f01f-4ea7-b2c8-e665b1555a41 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-a585b83d-f01f-4ea7-b2c8-e665b1555a41 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-a585b83d-f01f-4ea7-b2c8-e665b1555a41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a585b83d-f01f-4ea7-b2c8-e665b1555a41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a585b83d-f01f-4ea7-b2c8-e665b1555a41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a585b83d-f01f-4ea7-b2c8-e665b1555a41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1199px){#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 991px){#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}







#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}







#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px){






#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 991px){






#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-170bd7d0-8a91-4ac4-93fa-8251dad8c4ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-9c034d29-2a01-4a60-9f9d-195e0fce25ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
  max-width: 400px;
aspect-ratio: 400/305;
text-align: center;
}
#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
  max-width: 400px;
aspect-ratio: 400/305;
text-align: center;
}
@media (max-width: 1199px){#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
  max-width: 400px;
aspect-ratio: 400/305;
text-align: center;
}
}@media (max-width: 991px){#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
  max-width: 400px;
aspect-ratio: 400/305;
text-align: center;
}
}@media (max-width: 767px){#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
  max-width: 400px;
aspect-ratio: 400/305;
text-align: center;
}
}




  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image,
  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
    width: 100%;
    height: auto;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
    
    
  }


.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shogun-image-content {
  
    align-items: center;
  
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
      --shg-aspect-ratio: calc(400/305); 
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
      position: relative;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image,
  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
    width: 100%;
    height: auto;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
    
    
  }


.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shogun-image-content {
  
    align-items: center;
  
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
      --shg-aspect-ratio: calc(400/305); 
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
      position: relative;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image,
  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
    width: 100%;
    height: auto;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
    
    
  }


.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shogun-image-content {
  
    align-items: center;
  
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
      --shg-aspect-ratio: calc(400/305); 
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
      position: relative;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image,
  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
    width: 100%;
    height: auto;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
    
    
  }


.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shogun-image-content {
  
    align-items: center;
  
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
      --shg-aspect-ratio: calc(400/305); 
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
      position: relative;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image,
  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
    width: 100%;
    height: auto;
  }

  #s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
    
    
  }


.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf .shogun-image-content {
  
    align-items: center;
  
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf {
      --shg-aspect-ratio: calc(400/305); 
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container {
      position: relative;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f92a323-4fe8-4b15-bd6d-7e53c70905cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-1971c110-07e3-4136-9598-3ea6c8a5ee8d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
  max-width: 394px;
aspect-ratio: 394/75;
text-align: center;
}
#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
  max-width: 394px;
aspect-ratio: 394/75;
text-align: center;
}
@media (max-width: 1199px){#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
  max-width: 394px;
aspect-ratio: 394/75;
text-align: center;
}
}@media (max-width: 991px){#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
  max-width: 394px;
aspect-ratio: 394/75;
text-align: center;
}
}@media (max-width: 767px){#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
  max-width: 394px;
aspect-ratio: 394/75;
text-align: center;
}
}




  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image,
  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
    width: 100%;
    height: auto;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
    
    
  }


.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
      --shg-aspect-ratio: calc(394/75); 
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
      position: relative;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image,
  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
    width: 100%;
    height: auto;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
    
    
  }


.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
      --shg-aspect-ratio: calc(394/75); 
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
      position: relative;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image,
  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
    width: 100%;
    height: auto;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
    
    
  }


.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
      --shg-aspect-ratio: calc(394/75); 
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
      position: relative;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image,
  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
    width: 100%;
    height: auto;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
    
    
  }


.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
      --shg-aspect-ratio: calc(394/75); 
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
      position: relative;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image,
  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
    width: 100%;
    height: auto;
  }

  #s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
    
    
  }


.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 {
      --shg-aspect-ratio: calc(394/75); 
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container {
      position: relative;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c36fe0-4ec1-4981-8af1-258fc1b401c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee {
  min-height: 50px;
}
#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee {
  min-height: 50px;
}
@media (max-width: 1199px){#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee {
  min-height: 50px;
}
}@media (max-width: 991px){#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee {
  min-height: 50px;
}
}@media (max-width: 767px){#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee {
  min-height: 50px;
}
}







#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9573f03-2ea6-4802-a1d5-ae1588ed8cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-c2f671c5-806c-405f-94ca-ea22a9e08044 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-c2f671c5-806c-405f-94ca-ea22a9e08044 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-c2f671c5-806c-405f-94ca-ea22a9e08044 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-c2f671c5-806c-405f-94ca-ea22a9e08044 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-c2f671c5-806c-405f-94ca-ea22a9e08044 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-c2f671c5-806c-405f-94ca-ea22a9e08044 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-c2f671c5-806c-405f-94ca-ea22a9e08044 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-c2f671c5-806c-405f-94ca-ea22a9e08044 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-c2f671c5-806c-405f-94ca-ea22a9e08044 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-c2f671c5-806c-405f-94ca-ea22a9e08044 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (max-width: 1199px){#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 991px){#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-d30e5ae8-08b4-4640-915d-0b6a7d2a77d3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-9c7739c5-e16e-4c11-83ad-682f8e28c281 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(4, 80, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 6, 6, 1);
}
#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:hover {border-radius: 27px !important;
background-color: rgba(188, 76, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:active {background-color: #000000 !important;
text-decoration: none !important;}#s-9c7739c5-e16e-4c11-83ad-682f8e28c281 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(4, 80, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 6, 6, 1);
}
#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:hover {border-radius: 27px !important;
background-color: rgba(188, 76, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-9c7739c5-e16e-4c11-83ad-682f8e28c281 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(4, 80, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 6, 6, 1);
}
#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:hover {border-radius: 27px !important;
background-color: rgba(188, 76, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-9c7739c5-e16e-4c11-83ad-682f8e28c281 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(4, 80, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 6, 6, 1);
}
#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:hover {border-radius: 27px !important;
background-color: rgba(188, 76, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-9c7739c5-e16e-4c11-83ad-682f8e28c281 {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(4, 80, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 6, 6, 1);
}
#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:hover {border-radius: 27px !important;
background-color: rgba(188, 76, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9c7739c5-e16e-4c11-83ad-682f8e28c281:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-9c7739c5-e16e-4c11-83ad-682f8e28c281-root {
    text-align: center;
  }


#s-9c7739c5-e16e-4c11-83ad-682f8e28c281.shg-btn {
  color: rgba(255, 6, 6, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-9c7739c5-e16e-4c11-83ad-682f8e28c281-root {
    text-align: center;
  }


#s-9c7739c5-e16e-4c11-83ad-682f8e28c281.shg-btn {
  color: rgba(255, 6, 6, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-9c7739c5-e16e-4c11-83ad-682f8e28c281-root {
    text-align: center;
  }


#s-9c7739c5-e16e-4c11-83ad-682f8e28c281.shg-btn {
  color: rgba(255, 6, 6, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-9c7739c5-e16e-4c11-83ad-682f8e28c281-root {
    text-align: center;
  }


#s-9c7739c5-e16e-4c11-83ad-682f8e28c281.shg-btn {
  color: rgba(255, 6, 6, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c7739c5-e16e-4c11-83ad-682f8e28c281-root {
    text-align: center;
  }


#s-9c7739c5-e16e-4c11-83ad-682f8e28c281.shg-btn {
  color: rgba(255, 6, 6, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 1199px){#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
}@media (max-width: 991px){#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
}@media (max-width: 767px){#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
}
#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  background-image: url(https://i.shgcdn.com/1f5ffa06-1e2d-4ad3-9c54-df20def880c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7556ece5-ade8-4580-960e-d7d13902cf76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  cursor: pointer;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-7556ece5-ade8-4580-960e-d7d13902cf76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  cursor: pointer;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-7556ece5-ade8-4580-960e-d7d13902cf76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  cursor: pointer;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-7556ece5-ade8-4580-960e-d7d13902cf76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  cursor: pointer;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-7556ece5-ade8-4580-960e-d7d13902cf76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76 {
  cursor: pointer;
}#s-7556ece5-ade8-4580-960e-d7d13902cf76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-5326732a-158a-4c47-99d5-2da5f4815637 {
  margin-left: 15%;
margin-right: 15%;
}
#s-5326732a-158a-4c47-99d5-2da5f4815637 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 1199px){#s-5326732a-158a-4c47-99d5-2da5f4815637 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 991px){#s-5326732a-158a-4c47-99d5-2da5f4815637 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-5326732a-158a-4c47-99d5-2da5f4815637 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-5326732a-158a-4c47-99d5-2da5f4815637"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5326732a-158a-4c47-99d5-2da5f4815637"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5326732a-158a-4c47-99d5-2da5f4815637"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5326732a-158a-4c47-99d5-2da5f4815637"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1199px){#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 991px){#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}







#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}







#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px){






#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 991px){






#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f128d9-b2d4-4b36-b2da-96fccfb614e8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-b577fb04-8ad3-4b1b-964e-ac3c56449dd0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-349d4c76-fc42-4c2a-8d41-4502d7074abf {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:active {background-color: #000000 !important;
text-decoration: none !important;}#s-349d4c76-fc42-4c2a-8d41-4502d7074abf {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-349d4c76-fc42-4c2a-8d41-4502d7074abf {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-349d4c76-fc42-4c2a-8d41-4502d7074abf {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-349d4c76-fc42-4c2a-8d41-4502d7074abf {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-349d4c76-fc42-4c2a-8d41-4502d7074abf:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-349d4c76-fc42-4c2a-8d41-4502d7074abf-root {
    text-align: center;
  }


#s-349d4c76-fc42-4c2a-8d41-4502d7074abf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-349d4c76-fc42-4c2a-8d41-4502d7074abf-root {
    text-align: center;
  }


#s-349d4c76-fc42-4c2a-8d41-4502d7074abf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-349d4c76-fc42-4c2a-8d41-4502d7074abf-root {
    text-align: center;
  }


#s-349d4c76-fc42-4c2a-8d41-4502d7074abf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-349d4c76-fc42-4c2a-8d41-4502d7074abf-root {
    text-align: center;
  }


#s-349d4c76-fc42-4c2a-8d41-4502d7074abf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-349d4c76-fc42-4c2a-8d41-4502d7074abf-root {
    text-align: center;
  }


#s-349d4c76-fc42-4c2a-8d41-4502d7074abf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  
}
@media (max-width: 1199px){#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  
}
}@media (max-width: 991px){#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  
}
}@media (max-width: 767px){#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  
}
}
#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  background-image: url(https://i.shgcdn.com/7321d176-0719-4b26-af21-12372c340870/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3c57b426-1354-46da-a683-7225d2fe1a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  cursor: pointer;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-3c57b426-1354-46da-a683-7225d2fe1a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  cursor: pointer;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-3c57b426-1354-46da-a683-7225d2fe1a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  cursor: pointer;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-3c57b426-1354-46da-a683-7225d2fe1a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  cursor: pointer;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-3c57b426-1354-46da-a683-7225d2fe1a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18 {
  cursor: pointer;
}#s-3c57b426-1354-46da-a683-7225d2fe1a18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-c31d0cb8-d7d6-4257-84ca-f41ae6ee02d4 {
  margin-left: 15%;
margin-right: 15%;
}
#s-c31d0cb8-d7d6-4257-84ca-f41ae6ee02d4 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 1199px){#s-c31d0cb8-d7d6-4257-84ca-f41ae6ee02d4 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 991px){#s-c31d0cb8-d7d6-4257-84ca-f41ae6ee02d4 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-c31d0cb8-d7d6-4257-84ca-f41ae6ee02d4 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-c31d0cb8-d7d6-4257-84ca-f41ae6ee02d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c31d0cb8-d7d6-4257-84ca-f41ae6ee02d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c31d0cb8-d7d6-4257-84ca-f41ae6ee02d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c31d0cb8-d7d6-4257-84ca-f41ae6ee02d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1199px){#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 991px){#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}







#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}







#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px){






#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 991px){






#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce978e5a-9a8c-413b-9bc1-1f2d0e6fc32d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-15c51d7f-dd96-4fc3-85c8-2d3ed9583dc2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-059a552c-1a95-4e3f-b82a-5896e34be426 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
#s-059a552c-1a95-4e3f-b82a-5896e34be426 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
@media (max-width: 1199px){#s-059a552c-1a95-4e3f-b82a-5896e34be426 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
}@media (max-width: 991px){#s-059a552c-1a95-4e3f-b82a-5896e34be426 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
}@media (max-width: 767px){#s-059a552c-1a95-4e3f-b82a-5896e34be426 {
  max-width: 834px;
aspect-ratio: 834/636;
text-align: center;
}
}




  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image,
  #s-059a552c-1a95-4e3f-b82a-5896e34be426 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 {
    width: 100%;
    height: auto;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
    
    
  }


.s-059a552c-1a95-4e3f-b82a-5896e34be426 .shogun-image-content {
  
    align-items: center;
  
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059a552c-1a95-4e3f-b82a-5896e34be426 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
      position: relative;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image,
  #s-059a552c-1a95-4e3f-b82a-5896e34be426 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 {
    width: 100%;
    height: auto;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
    
    
  }


.s-059a552c-1a95-4e3f-b82a-5896e34be426 .shogun-image-content {
  
    align-items: center;
  
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059a552c-1a95-4e3f-b82a-5896e34be426 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
      position: relative;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image,
  #s-059a552c-1a95-4e3f-b82a-5896e34be426 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 {
    width: 100%;
    height: auto;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
    
    
  }


.s-059a552c-1a95-4e3f-b82a-5896e34be426 .shogun-image-content {
  
    align-items: center;
  
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059a552c-1a95-4e3f-b82a-5896e34be426 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
      position: relative;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image,
  #s-059a552c-1a95-4e3f-b82a-5896e34be426 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 {
    width: 100%;
    height: auto;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
    
    
  }


.s-059a552c-1a95-4e3f-b82a-5896e34be426 .shogun-image-content {
  
    align-items: center;
  
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059a552c-1a95-4e3f-b82a-5896e34be426 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
      position: relative;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image,
  #s-059a552c-1a95-4e3f-b82a-5896e34be426 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 {
    width: 100%;
    height: auto;
  }

  #s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
    
    
  }


.s-059a552c-1a95-4e3f-b82a-5896e34be426 .shogun-image-content {
  
    align-items: center;
  
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059a552c-1a95-4e3f-b82a-5896e34be426 {
      --shg-aspect-ratio: calc(834/636); 
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container {
      position: relative;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059a552c-1a95-4e3f-b82a-5896e34be426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-91c850b2-cf97-41c9-be20-3487474218fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-91c850b2-cf97-41c9-be20-3487474218fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-91c850b2-cf97-41c9-be20-3487474218fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-91c850b2-cf97-41c9-be20-3487474218fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-91c850b2-cf97-41c9-be20-3487474218fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-91c850b2-cf97-41c9-be20-3487474218fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-91c850b2-cf97-41c9-be20-3487474218fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-91c850b2-cf97-41c9-be20-3487474218fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-91c850b2-cf97-41c9-be20-3487474218fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-91c850b2-cf97-41c9-be20-3487474218fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
  max-width: 834px;
aspect-ratio: 834/105;
text-align: center;
}
#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
  max-width: 834px;
aspect-ratio: 834/105;
text-align: center;
}
@media (max-width: 1199px){#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
  max-width: 834px;
aspect-ratio: 834/105;
text-align: center;
}
}@media (max-width: 991px){#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
  max-width: 834px;
aspect-ratio: 834/105;
text-align: center;
}
}@media (max-width: 767px){#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
  max-width: 834px;
aspect-ratio: 834/105;
text-align: center;
}
}




  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image,
  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
    width: 100%;
    height: auto;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
    
    
  }


.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
      --shg-aspect-ratio: calc(834/105); 
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
      position: relative;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image,
  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
    width: 100%;
    height: auto;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
    
    
  }


.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
      --shg-aspect-ratio: calc(834/105); 
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
      position: relative;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image,
  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
    width: 100%;
    height: auto;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
    
    
  }


.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
      --shg-aspect-ratio: calc(834/105); 
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
      position: relative;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image,
  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
    width: 100%;
    height: auto;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
    
    
  }


.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
      --shg-aspect-ratio: calc(834/105); 
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
      position: relative;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image,
  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
    width: 100%;
    height: auto;
  }

  #s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
    
    
  }


.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 {
      --shg-aspect-ratio: calc(834/105); 
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container {
      position: relative;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7797ed8a-f8cc-44f4-a3e5-d81e7a2a0e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 {
  min-height: 50px;
}
#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 {
  min-height: 50px;
}
@media (max-width: 1199px){#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 {
  min-height: 50px;
}
}@media (max-width: 991px){#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 {
  min-height: 50px;
}
}@media (max-width: 767px){#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 {
  min-height: 50px;
}
}







#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc09b506-fba4-49ba-ab4e-a4f8972469d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-ad80454b-9730-4f85-9401-aab7a0e7db8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-ad80454b-9730-4f85-9401-aab7a0e7db8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-ad80454b-9730-4f85-9401-aab7a0e7db8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-ad80454b-9730-4f85-9401-aab7a0e7db8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-ad80454b-9730-4f85-9401-aab7a0e7db8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-ad80454b-9730-4f85-9401-aab7a0e7db8a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-ad80454b-9730-4f85-9401-aab7a0e7db8a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-ad80454b-9730-4f85-9401-aab7a0e7db8a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-ad80454b-9730-4f85-9401-aab7a0e7db8a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-ad80454b-9730-4f85-9401-aab7a0e7db8a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (max-width: 1199px){#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 991px){#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-fcd33dd3-0a00-4a6b-8968-6606eaf0ef33 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3 {
  border-style: solid;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-color: rgba(34, 25, 77, 0);
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:active {background-color: #000000 !important;
text-decoration: none !important;}#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3 {
  border-style: solid;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-color: rgba(34, 25, 77, 0);
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3 {
  border-style: solid;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-color: rgba(34, 25, 77, 0);
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3 {
  border-style: solid;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-color: rgba(34, 25, 77, 0);
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3 {
  border-style: solid;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-color: rgba(34, 25, 77, 0);
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3-root {
    text-align: center;
  }


#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3-root {
    text-align: center;
  }


#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3-root {
    text-align: center;
  }


#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3-root {
    text-align: center;
  }


#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3-root {
    text-align: center;
  }


#s-d41130b9-f89a-4908-a3eb-1177ebeb6ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 1199px){#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
}@media (max-width: 991px){#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
}@media (max-width: 767px){#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 450px;
background-position: center center;
}
}
#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  background-image: url(https://i.shgcdn.com/73dcfa22-4117-4512-bf45-d31ce3d7831b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9c24b395-314b-45f7-a27d-3e43e85f8089 > .shg-box-overlay {
  background-color: rgba(185, 61, 61, 0.8);
  opacity: 0;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  cursor: pointer;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-9c24b395-314b-45f7-a27d-3e43e85f8089 > .shg-box-overlay {
  background-color: rgba(185, 61, 61, 0.8);
  opacity: 0;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  cursor: pointer;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-9c24b395-314b-45f7-a27d-3e43e85f8089 > .shg-box-overlay {
  background-color: rgba(185, 61, 61, 0.8);
  opacity: 0;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  cursor: pointer;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-9c24b395-314b-45f7-a27d-3e43e85f8089 > .shg-box-overlay {
  background-color: rgba(185, 61, 61, 0.8);
  opacity: 0;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  cursor: pointer;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-9c24b395-314b-45f7-a27d-3e43e85f8089 > .shg-box-overlay {
  background-color: rgba(185, 61, 61, 0.8);
  opacity: 0;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089 {
  cursor: pointer;
}#s-9c24b395-314b-45f7-a27d-3e43e85f8089.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-e5970adf-2581-4f64-af31-c17411f48a9e {
  margin-left: 15%;
margin-right: 15%;
}
#s-e5970adf-2581-4f64-af31-c17411f48a9e {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 1199px){#s-e5970adf-2581-4f64-af31-c17411f48a9e {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 991px){#s-e5970adf-2581-4f64-af31-c17411f48a9e {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-e5970adf-2581-4f64-af31-c17411f48a9e {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-e5970adf-2581-4f64-af31-c17411f48a9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5970adf-2581-4f64-af31-c17411f48a9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5970adf-2581-4f64-af31-c17411f48a9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e5970adf-2581-4f64-af31-c17411f48a9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5970adf-2581-4f64-af31-c17411f48a9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5970adf-2581-4f64-af31-c17411f48a9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5970adf-2581-4f64-af31-c17411f48a9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-7de4f30d-e898-4b95-8ad1-6629757fd84f {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
#s-7de4f30d-e898-4b95-8ad1-6629757fd84f {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1199px){#s-7de4f30d-e898-4b95-8ad1-6629757fd84f {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 991px){#s-7de4f30d-e898-4b95-8ad1-6629757fd84f {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-7de4f30d-e898-4b95-8ad1-6629757fd84f {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
}







#s-7de4f30d-e898-4b95-8ad1-6629757fd84f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7de4f30d-e898-4b95-8ad1-6629757fd84f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}







#s-7de4f30d-e898-4b95-8ad1-6629757fd84f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7de4f30d-e898-4b95-8ad1-6629757fd84f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px){






#s-7de4f30d-e898-4b95-8ad1-6629757fd84f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7de4f30d-e898-4b95-8ad1-6629757fd84f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 991px){






#s-7de4f30d-e898-4b95-8ad1-6629757fd84f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7de4f30d-e898-4b95-8ad1-6629757fd84f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-7de4f30d-e898-4b95-8ad1-6629757fd84f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7de4f30d-e898-4b95-8ad1-6629757fd84f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-44e2ef08-bc87-4d51-863b-5716b4038b46 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-44e2ef08-bc87-4d51-863b-5716b4038b46 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-44e2ef08-bc87-4d51-863b-5716b4038b46 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-44e2ef08-bc87-4d51-863b-5716b4038b46 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-44e2ef08-bc87-4d51-863b-5716b4038b46 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-44e2ef08-bc87-4d51-863b-5716b4038b46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-44e2ef08-bc87-4d51-863b-5716b4038b46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-44e2ef08-bc87-4d51-863b-5716b4038b46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-44e2ef08-bc87-4d51-863b-5716b4038b46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-44e2ef08-bc87-4d51-863b-5716b4038b46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-b345bdb5-0030-4f10-905e-5112af4d9f7e {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(201, 20, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:hover {border-radius: 27px !important;
background-color: rgba(146, 3, 30, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:active {background-color: #000000 !important;
text-decoration: none !important;}#s-b345bdb5-0030-4f10-905e-5112af4d9f7e {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(201, 20, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:hover {border-radius: 27px !important;
background-color: rgba(146, 3, 30, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-b345bdb5-0030-4f10-905e-5112af4d9f7e {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(201, 20, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:hover {border-radius: 27px !important;
background-color: rgba(146, 3, 30, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-b345bdb5-0030-4f10-905e-5112af4d9f7e {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(201, 20, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:hover {border-radius: 27px !important;
background-color: rgba(146, 3, 30, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-b345bdb5-0030-4f10-905e-5112af4d9f7e {
  padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(201, 20, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:hover {border-radius: 27px !important;
background-color: rgba(146, 3, 30, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b345bdb5-0030-4f10-905e-5112af4d9f7e:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-b345bdb5-0030-4f10-905e-5112af4d9f7e-root {
    text-align: center;
  }


#s-b345bdb5-0030-4f10-905e-5112af4d9f7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-b345bdb5-0030-4f10-905e-5112af4d9f7e-root {
    text-align: center;
  }


#s-b345bdb5-0030-4f10-905e-5112af4d9f7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-b345bdb5-0030-4f10-905e-5112af4d9f7e-root {
    text-align: center;
  }


#s-b345bdb5-0030-4f10-905e-5112af4d9f7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-b345bdb5-0030-4f10-905e-5112af4d9f7e-root {
    text-align: center;
  }


#s-b345bdb5-0030-4f10-905e-5112af4d9f7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b345bdb5-0030-4f10-905e-5112af4d9f7e-root {
    text-align: center;
  }


#s-b345bdb5-0030-4f10-905e-5112af4d9f7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}








#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}







#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1199px){






#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}@media (max-width: 991px){






#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}@media (max-width: 767px){






#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2d04bdd-635f-477c-aa51-64dd9c4d0207.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-5e7dec6b-0960-44a2-af85-8d38e22de30f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
#s-5e7dec6b-0960-44a2-af85-8d38e22de30f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 1199px){#s-5e7dec6b-0960-44a2-af85-8d38e22de30f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
}@media (max-width: 991px){#s-5e7dec6b-0960-44a2-af85-8d38e22de30f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
}@media (max-width: 767px){#s-5e7dec6b-0960-44a2-af85-8d38e22de30f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
}
@media (min-width: 0px) {
[id="s-5e7dec6b-0960-44a2-af85-8d38e22de30f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e7dec6b-0960-44a2-af85-8d38e22de30f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5e7dec6b-0960-44a2-af85-8d38e22de30f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e7dec6b-0960-44a2-af85-8d38e22de30f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-80b4d99a-ebef-4a3e-ad21-44463f42a253 {
  background-color: rgba(188, 76, 51, 0);
}
#s-80b4d99a-ebef-4a3e-ad21-44463f42a253 {
  background-color: rgba(188, 76, 51, 0);
}
@media (max-width: 1199px){#s-80b4d99a-ebef-4a3e-ad21-44463f42a253 {
  background-color: rgba(188, 76, 51, 0);
}
}@media (max-width: 991px){#s-80b4d99a-ebef-4a3e-ad21-44463f42a253 {
  background-color: rgba(188, 76, 51, 0);
}
}@media (max-width: 767px){#s-80b4d99a-ebef-4a3e-ad21-44463f42a253 {
  background-color: rgba(188, 76, 51, 0);
}
}
.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-f42faaeb-b8eb-4d82-8308-9866030c11f7 {
  text-align: left;
}
#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 {
  text-align: left;
}
@media (max-width: 1199px){#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 {
  text-align: left;
}
}@media (max-width: 991px){#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 {
  text-align: left;
}
}@media (max-width: 767px){#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 {
  text-align: left;
}
}


.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 img.shogun-image {
  width: 100%;
}





.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f42faaeb-b8eb-4d82-8308-9866030c11f7 img.shogun-image {
  width: 100%;
}



}
.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  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-2d08d289-ca3e-4d94-b81d-87f947a484e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-2d08d289-ca3e-4d94-b81d-87f947a484e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-2d08d289-ca3e-4d94-b81d-87f947a484e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-2d08d289-ca3e-4d94-b81d-87f947a484e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-2d08d289-ca3e-4d94-b81d-87f947a484e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-2d08d289-ca3e-4d94-b81d-87f947a484e8 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-2d08d289-ca3e-4d94-b81d-87f947a484e8 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-2d08d289-ca3e-4d94-b81d-87f947a484e8 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-2d08d289-ca3e-4d94-b81d-87f947a484e8 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-2d08d289-ca3e-4d94-b81d-87f947a484e8 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-2b018bea-3bfb-4113-be46-f161e929f9c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
#s-2b018bea-3bfb-4113-be46-f161e929f9c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
@media (max-width: 1199px){#s-2b018bea-3bfb-4113-be46-f161e929f9c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 991px){#s-2b018bea-3bfb-4113-be46-f161e929f9c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 767px){#s-2b018bea-3bfb-4113-be46-f161e929f9c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}
#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .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-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .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;
}
@media (max-width: 1199px){#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .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;
}
}@media (max-width: 991px){#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .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;
}
}@media (max-width: 767px){#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-2b018bea-3bfb-4113-be46-f161e929f9c0 .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-bcc73174-d5a6-46b6-8159-dcf2733c8ad2 {
  background-color: rgba(188, 76, 51, 0);
}
#s-bcc73174-d5a6-46b6-8159-dcf2733c8ad2 {
  background-color: rgba(188, 76, 51, 0);
}
@media (max-width: 1199px){#s-bcc73174-d5a6-46b6-8159-dcf2733c8ad2 {
  background-color: rgba(188, 76, 51, 0);
}
}@media (max-width: 991px){#s-bcc73174-d5a6-46b6-8159-dcf2733c8ad2 {
  background-color: rgba(188, 76, 51, 0);
}
}@media (max-width: 767px){#s-bcc73174-d5a6-46b6-8159-dcf2733c8ad2 {
  background-color: rgba(188, 76, 51, 0);
}
}
#s-05f19a81-2de7-44b0-a396-820d906d018a {
  text-align: left;
}
#s-05f19a81-2de7-44b0-a396-820d906d018a {
  text-align: left;
}
@media (max-width: 1199px){#s-05f19a81-2de7-44b0-a396-820d906d018a {
  text-align: left;
}
}@media (max-width: 991px){#s-05f19a81-2de7-44b0-a396-820d906d018a {
  text-align: left;
}
}@media (max-width: 767px){#s-05f19a81-2de7-44b0-a396-820d906d018a {
  text-align: left;
}
}


.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a img.shogun-image {
  width: 100%;
}





.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05f19a81-2de7-44b0-a396-820d906d018a img.shogun-image {
  width: 100%;
}



}
#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-165e447a-aba0-4ce0-9c2c-3d89d01a66da .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
@media (max-width: 1199px){#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 991px){#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 767px){#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}
#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .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-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .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;
}
@media (max-width: 1199px){#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .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;
}
}@media (max-width: 991px){#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .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;
}
}@media (max-width: 767px){#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee0a272b-1a33-42b6-ae1c-196eb33a89e7 .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-b62502c2-68a8-4de9-b389-5493255a11d1 {
  text-align: left;
}
#s-b62502c2-68a8-4de9-b389-5493255a11d1 {
  text-align: left;
}
@media (max-width: 1199px){#s-b62502c2-68a8-4de9-b389-5493255a11d1 {
  text-align: left;
}
}@media (max-width: 991px){#s-b62502c2-68a8-4de9-b389-5493255a11d1 {
  text-align: left;
}
}@media (max-width: 767px){#s-b62502c2-68a8-4de9-b389-5493255a11d1 {
  text-align: left;
}
}


.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 img.shogun-image {
  width: 100%;
}





.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b62502c2-68a8-4de9-b389-5493255a11d1 img.shogun-image {
  width: 100%;
}



}
#s-6fd0131c-c90e-41b5-b345-41f04af86674 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-6fd0131c-c90e-41b5-b345-41f04af86674 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-6fd0131c-c90e-41b5-b345-41f04af86674 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-6fd0131c-c90e-41b5-b345-41f04af86674 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-6fd0131c-c90e-41b5-b345-41f04af86674 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-6fd0131c-c90e-41b5-b345-41f04af86674 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-6fd0131c-c90e-41b5-b345-41f04af86674 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-6fd0131c-c90e-41b5-b345-41f04af86674 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-6fd0131c-c90e-41b5-b345-41f04af86674 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-6fd0131c-c90e-41b5-b345-41f04af86674 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-f6972521-a773-4630-879d-cdafd7bf764e {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
#s-f6972521-a773-4630-879d-cdafd7bf764e {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
@media (max-width: 1199px){#s-f6972521-a773-4630-879d-cdafd7bf764e {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 991px){#s-f6972521-a773-4630-879d-cdafd7bf764e {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 767px){#s-f6972521-a773-4630-879d-cdafd7bf764e {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}
#s-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .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-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .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;
}
@media (max-width: 1199px){#s-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .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;
}
}@media (max-width: 991px){#s-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .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;
}
}@media (max-width: 767px){#s-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f6972521-a773-4630-879d-cdafd7bf764e .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-b43bb7b2-99dc-4516-9473-462da2b84eca {
  text-align: left;
}
#s-b43bb7b2-99dc-4516-9473-462da2b84eca {
  text-align: left;
}
@media (max-width: 1199px){#s-b43bb7b2-99dc-4516-9473-462da2b84eca {
  text-align: left;
}
}@media (max-width: 991px){#s-b43bb7b2-99dc-4516-9473-462da2b84eca {
  text-align: left;
}
}@media (max-width: 767px){#s-b43bb7b2-99dc-4516-9473-462da2b84eca {
  text-align: left;
}
}


.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca img.shogun-image {
  width: 100%;
}





.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b43bb7b2-99dc-4516-9473-462da2b84eca img.shogun-image {
  width: 100%;
}



}
#s-44f57353-13c5-461f-896d-904cf03a6692 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-44f57353-13c5-461f-896d-904cf03a6692 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-44f57353-13c5-461f-896d-904cf03a6692 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-44f57353-13c5-461f-896d-904cf03a6692 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-44f57353-13c5-461f-896d-904cf03a6692 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-44f57353-13c5-461f-896d-904cf03a6692 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-44f57353-13c5-461f-896d-904cf03a6692 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-44f57353-13c5-461f-896d-904cf03a6692 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-44f57353-13c5-461f-896d-904cf03a6692 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-44f57353-13c5-461f-896d-904cf03a6692 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-ee639d44-6998-4a3c-8482-258e41c52fcb {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
#s-ee639d44-6998-4a3c-8482-258e41c52fcb {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
@media (max-width: 1199px){#s-ee639d44-6998-4a3c-8482-258e41c52fcb {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 991px){#s-ee639d44-6998-4a3c-8482-258e41c52fcb {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 767px){#s-ee639d44-6998-4a3c-8482-258e41c52fcb {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}
#s-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .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-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .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;
}
@media (max-width: 1199px){#s-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .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;
}
}@media (max-width: 991px){#s-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .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;
}
}@media (max-width: 767px){#s-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee639d44-6998-4a3c-8482-258e41c52fcb .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-788ebb9c-21e6-4af5-ba6a-6f9c66a86122 {
  padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
min-height: 50px;
}








#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-788ebb9c-21e6-4af5-ba6a-6f9c66a86122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
@media (min-width: 0px) {
[id="s-aaa95822-015f-4aeb-a54d-27c18e8153f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaa95822-015f-4aeb-a54d-27c18e8153f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aaa95822-015f-4aeb-a54d-27c18e8153f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaa95822-015f-4aeb-a54d-27c18e8153f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-55c94320-71bc-4e6d-9e31-7d3b3957dcba {
  padding-top: 10px;
padding-bottom: 10px;
}
#s-55c94320-71bc-4e6d-9e31-7d3b3957dcba {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 1199px){#s-55c94320-71bc-4e6d-9e31-7d3b3957dcba {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 991px){#s-55c94320-71bc-4e6d-9e31-7d3b3957dcba {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-55c94320-71bc-4e6d-9e31-7d3b3957dcba {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-55c94320-71bc-4e6d-9e31-7d3b3957dcba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55c94320-71bc-4e6d-9e31-7d3b3957dcba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55c94320-71bc-4e6d-9e31-7d3b3957dcba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55c94320-71bc-4e6d-9e31-7d3b3957dcba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}
#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}
@media (max-width: 1199px){#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}
}@media (max-width: 991px){#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}
}@media (max-width: 767px){#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}
}







#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  cursor: pointer;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  cursor: pointer;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  cursor: pointer;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  cursor: pointer;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929 {
  cursor: pointer;
}#s-ed02b1f2-2814-4673-afa8-55e2de8dd929.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-9db1971b-1123-4db6-b80f-5500ea203894 {
  max-width: 834px;
aspect-ratio: 834/293;
text-align: left;
}
#s-9db1971b-1123-4db6-b80f-5500ea203894 {
  max-width: 834px;
aspect-ratio: 834/293;
text-align: left;
}
@media (max-width: 1199px){#s-9db1971b-1123-4db6-b80f-5500ea203894 {
  max-width: 834px;
aspect-ratio: 834/293;
text-align: left;
}
}@media (max-width: 991px){#s-9db1971b-1123-4db6-b80f-5500ea203894 {
  max-width: 834px;
aspect-ratio: 834/293;
text-align: left;
}
}@media (max-width: 767px){#s-9db1971b-1123-4db6-b80f-5500ea203894 {
  max-width: 834px;
aspect-ratio: 834/293;
text-align: center;
}
}




  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image,
  #s-9db1971b-1123-4db6-b80f-5500ea203894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 {
    width: 100%;
    height: auto;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
    
    
  }


.s-9db1971b-1123-4db6-b80f-5500ea203894 .shogun-image-content {
  
    align-items: center;
  
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9db1971b-1123-4db6-b80f-5500ea203894 {
      --shg-aspect-ratio: calc(834/293); 
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
      position: relative;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image,
  #s-9db1971b-1123-4db6-b80f-5500ea203894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 {
    width: 100%;
    height: auto;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
    
    
  }


.s-9db1971b-1123-4db6-b80f-5500ea203894 .shogun-image-content {
  
    align-items: center;
  
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9db1971b-1123-4db6-b80f-5500ea203894 {
      --shg-aspect-ratio: calc(834/293); 
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
      position: relative;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image,
  #s-9db1971b-1123-4db6-b80f-5500ea203894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 {
    width: 100%;
    height: auto;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
    
    
  }


.s-9db1971b-1123-4db6-b80f-5500ea203894 .shogun-image-content {
  
    align-items: center;
  
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9db1971b-1123-4db6-b80f-5500ea203894 {
      --shg-aspect-ratio: calc(834/293); 
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
      position: relative;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image,
  #s-9db1971b-1123-4db6-b80f-5500ea203894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 {
    width: 100%;
    height: auto;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
    
    
  }


.s-9db1971b-1123-4db6-b80f-5500ea203894 .shogun-image-content {
  
    align-items: center;
  
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9db1971b-1123-4db6-b80f-5500ea203894 {
      --shg-aspect-ratio: calc(834/293); 
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
      position: relative;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image,
  #s-9db1971b-1123-4db6-b80f-5500ea203894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 {
    width: 100%;
    height: auto;
  }

  #s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
    
    
  }


.s-9db1971b-1123-4db6-b80f-5500ea203894 .shogun-image-content {
  
    align-items: center;
  
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9db1971b-1123-4db6-b80f-5500ea203894 {
      --shg-aspect-ratio: calc(834/293); 
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container {
      position: relative;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9db1971b-1123-4db6-b80f-5500ea203894 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a .shogun-heading-component h1 {
  color: rgba(44, 89, 153, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 1199px){#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 991px){#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-fae505ef-ad2c-4b95-b6c4-f646a74fa23a .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-7c929b5c-0344-47ae-b109-492e780404eb {
  background-color: rgba(62, 134, 186, 0);
}
#s-7c929b5c-0344-47ae-b109-492e780404eb {
  background-color: rgba(62, 134, 186, 0);
}
@media (max-width: 1199px){#s-7c929b5c-0344-47ae-b109-492e780404eb {
  background-color: rgba(62, 134, 186, 0);
}
}@media (max-width: 991px){#s-7c929b5c-0344-47ae-b109-492e780404eb {
  background-color: rgba(62, 134, 186, 0);
}
}@media (max-width: 767px){#s-7c929b5c-0344-47ae-b109-492e780404eb {
  background-color: rgba(62, 134, 186, 0);
}
}
#s-d99dee33-2759-4f45-bf87-379babaafaee {
  text-align: left;
}
#s-d99dee33-2759-4f45-bf87-379babaafaee {
  text-align: left;
}
@media (max-width: 1199px){#s-d99dee33-2759-4f45-bf87-379babaafaee {
  text-align: left;
}
}@media (max-width: 991px){#s-d99dee33-2759-4f45-bf87-379babaafaee {
  text-align: left;
}
}@media (max-width: 767px){#s-d99dee33-2759-4f45-bf87-379babaafaee {
  text-align: left;
}
}


.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee img.shogun-image {
  width: 100%;
}





.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d99dee33-2759-4f45-bf87-379babaafaee img.shogun-image {
  width: 100%;
}



}
#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-9d7f79d7-b08c-4bc1-ad63-c5103f18345c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(44, 89, 153, 1);
}
#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(0, 110, 199, 1);
}
@media (max-width: 1199px){#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(0, 110, 199, 1);
}
}@media (max-width: 991px){#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(0, 110, 199, 1);
}
}@media (max-width: 767px){#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(0, 110, 199, 1);
}
}
#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .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-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .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;
}
@media (max-width: 1199px){#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .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;
}
}@media (max-width: 991px){#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .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;
}
}@media (max-width: 767px){#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b5679dbc-5b88-4a2f-ac0e-03c9ec9c62da .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-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 {
  min-height: 100%;
}
#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 {
  min-height: 100%;
}
@media (max-width: 1199px){#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 {
  min-height: 100%;
}
}@media (max-width: 991px){#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 {
  min-height: 100%;
}
}@media (max-width: 767px){#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 {
  min-height: 100%;
}
}







#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b54d30ec-d8cf-45aa-8204-4b7fc8b78151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
  max-width: 2251px;
aspect-ratio: 2251/1668;
text-align: center;
}
#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
  max-width: 2251px;
aspect-ratio: 2251/1668;
text-align: center;
}
@media (max-width: 1199px){#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
  max-width: 2251px;
aspect-ratio: 2251/1668;
text-align: center;
}
}@media (max-width: 991px){#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
  max-width: 2251px;
aspect-ratio: 2251/1668;
text-align: center;
}
}@media (max-width: 767px){#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
  max-width: 2251px;
aspect-ratio: 2251/1668;
text-align: center;
}
}




  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image,
  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
    width: 100%;
    height: auto;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
    
    
  }


.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
      --shg-aspect-ratio: calc(2251/1668); 
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
      position: relative;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image,
  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
    width: 100%;
    height: auto;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
    
    
  }


.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
      --shg-aspect-ratio: calc(2251/1668); 
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
      position: relative;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image,
  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
    width: 100%;
    height: auto;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
    
    
  }


.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
      --shg-aspect-ratio: calc(2251/1668); 
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
      position: relative;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image,
  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
    width: 100%;
    height: auto;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
    
    
  }


.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
      --shg-aspect-ratio: calc(2251/1668); 
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
      position: relative;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image,
  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
    width: 100%;
    height: auto;
  }

  #s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
    
    
  }


.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda .shogun-image-content {
  
    align-items: center;
  
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda {
      --shg-aspect-ratio: calc(2251/1668); 
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container {
      position: relative;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad6a4d0-8b47-48e6-823f-9b2fa272efda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7207cb39-62c5-4fed-8815-547c991af7ae {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(44, 89, 153, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7207cb39-62c5-4fed-8815-547c991af7ae:hover {border-radius: 27px !important;
background-color: rgba(14, 56, 117, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7207cb39-62c5-4fed-8815-547c991af7ae:active {background-color: #000000 !important;
text-decoration: none !important;}#s-7207cb39-62c5-4fed-8815-547c991af7ae {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(0, 110, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7207cb39-62c5-4fed-8815-547c991af7ae:hover {border-radius: 27px !important;
background-color: rgba(44, 89, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7207cb39-62c5-4fed-8815-547c991af7ae:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-7207cb39-62c5-4fed-8815-547c991af7ae {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(0, 110, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7207cb39-62c5-4fed-8815-547c991af7ae:hover {border-radius: 27px !important;
background-color: rgba(44, 89, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7207cb39-62c5-4fed-8815-547c991af7ae:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-7207cb39-62c5-4fed-8815-547c991af7ae {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(0, 110, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7207cb39-62c5-4fed-8815-547c991af7ae:hover {border-radius: 27px !important;
background-color: rgba(44, 89, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7207cb39-62c5-4fed-8815-547c991af7ae:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-7207cb39-62c5-4fed-8815-547c991af7ae {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(0, 110, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7207cb39-62c5-4fed-8815-547c991af7ae:hover {border-radius: 27px !important;
background-color: rgba(44, 89, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7207cb39-62c5-4fed-8815-547c991af7ae:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-7207cb39-62c5-4fed-8815-547c991af7ae-root {
    text-align: center;
  }


#s-7207cb39-62c5-4fed-8815-547c991af7ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-7207cb39-62c5-4fed-8815-547c991af7ae-root {
    text-align: center;
  }


#s-7207cb39-62c5-4fed-8815-547c991af7ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-7207cb39-62c5-4fed-8815-547c991af7ae-root {
    text-align: center;
  }


#s-7207cb39-62c5-4fed-8815-547c991af7ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-7207cb39-62c5-4fed-8815-547c991af7ae-root {
    text-align: center;
  }


#s-7207cb39-62c5-4fed-8815-547c991af7ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7207cb39-62c5-4fed-8815-547c991af7ae-root {
    text-align: center;
  }


#s-7207cb39-62c5-4fed-8815-547c991af7ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-00323fdc-6500-45af-8c07-843688a62d90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00323fdc-6500-45af-8c07-843688a62d90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-00323fdc-6500-45af-8c07-843688a62d90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-00323fdc-6500-45af-8c07-843688a62d90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-71814134-6041-448b-969e-4dc5e7680322 {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
#s-71814134-6041-448b-969e-4dc5e7680322 {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image,
  #s-71814134-6041-448b-969e-4dc5e7680322 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 {
    width: 100%;
    height: auto;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
    
    
  }


.s-71814134-6041-448b-969e-4dc5e7680322 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-71814134-6041-448b-969e-4dc5e7680322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71814134-6041-448b-969e-4dc5e7680322 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
      position: relative;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image,
  #s-71814134-6041-448b-969e-4dc5e7680322 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 {
    width: 100%;
    height: auto;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
    
    
  }


.s-71814134-6041-448b-969e-4dc5e7680322 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-71814134-6041-448b-969e-4dc5e7680322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71814134-6041-448b-969e-4dc5e7680322 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
      position: relative;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image,
  #s-71814134-6041-448b-969e-4dc5e7680322 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 {
    width: 100%;
    height: auto;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
    
    
  }


.s-71814134-6041-448b-969e-4dc5e7680322 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-71814134-6041-448b-969e-4dc5e7680322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71814134-6041-448b-969e-4dc5e7680322 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
      position: relative;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image,
  #s-71814134-6041-448b-969e-4dc5e7680322 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 {
    width: 100%;
    height: auto;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
    
    
  }


.s-71814134-6041-448b-969e-4dc5e7680322 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-71814134-6041-448b-969e-4dc5e7680322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71814134-6041-448b-969e-4dc5e7680322 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
      position: relative;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image,
  #s-71814134-6041-448b-969e-4dc5e7680322 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 {
    width: 100%;
    height: auto;
  }

  #s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
    
    
  }


.s-71814134-6041-448b-969e-4dc5e7680322 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-71814134-6041-448b-969e-4dc5e7680322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71814134-6041-448b-969e-4dc5e7680322.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71814134-6041-448b-969e-4dc5e7680322 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container {
      position: relative;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71814134-6041-448b-969e-4dc5e7680322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71814134-6041-448b-969e-4dc5e7680322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-570f1b0f-8143-4060-be9b-565cf460c725 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 20%;
padding-left: 20%;
padding-bottom: 20%;
padding-right: 20%;
min-height: 50px;
}
#s-570f1b0f-8143-4060-be9b-565cf460c725 {
  padding-top: 20%;
padding-bottom: 10%;
}
@media (max-width: 1199px){#s-570f1b0f-8143-4060-be9b-565cf460c725 {
  padding-top: 40%;
padding-bottom: 40%;
}
}@media (max-width: 767px){#s-570f1b0f-8143-4060-be9b-565cf460c725 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}
}







#s-570f1b0f-8143-4060-be9b-565cf460c725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-570f1b0f-8143-4060-be9b-565cf460c725.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}







#s-570f1b0f-8143-4060-be9b-565cf460c725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-570f1b0f-8143-4060-be9b-565cf460c725.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px){






#s-570f1b0f-8143-4060-be9b-565cf460c725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-570f1b0f-8143-4060-be9b-565cf460c725.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 991px){






#s-570f1b0f-8143-4060-be9b-565cf460c725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-570f1b0f-8143-4060-be9b-565cf460c725.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-570f1b0f-8143-4060-be9b-565cf460c725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-570f1b0f-8143-4060-be9b-565cf460c725.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
  max-width: 125px;
aspect-ratio: 1/1;
text-align: left;
}
#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
  max-width: 125px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 1199px){#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
  max-width: 125px;
aspect-ratio: 1/1;
text-align: left;
}
}@media (max-width: 991px){#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
  max-width: 125px;
aspect-ratio: 1/1;
text-align: left;
}
}@media (max-width: 767px){#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
  max-width: 125px;
aspect-ratio: 1/1;
text-align: left;
}
}




  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image,
  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
    width: 100%;
    height: auto;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
    
    
  }


.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
      position: relative;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image,
  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
    width: 100%;
    height: auto;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
    
    
  }


.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
      position: relative;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image,
  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
    width: 100%;
    height: auto;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
    
    
  }


.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
      position: relative;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image,
  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
    width: 100%;
    height: auto;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
    
    
  }


.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
      position: relative;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image,
  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
    width: 100%;
    height: auto;
  }

  #s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
    
    
  }


.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container {
      position: relative;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f77a3c6-b3b2-48c0-b035-1c6fa6b905bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-60f28ffb-0387-400c-a052-6aae5097437e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-60f28ffb-0387-400c-a052-6aae5097437e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-60f28ffb-0387-400c-a052-6aae5097437e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-60f28ffb-0387-400c-a052-6aae5097437e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-60f28ffb-0387-400c-a052-6aae5097437e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-60f28ffb-0387-400c-a052-6aae5097437e .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-60f28ffb-0387-400c-a052-6aae5097437e .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 1199px){#s-60f28ffb-0387-400c-a052-6aae5097437e .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 991px){#s-60f28ffb-0387-400c-a052-6aae5097437e .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-60f28ffb-0387-400c-a052-6aae5097437e .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:active {background-color: #000000 !important;
text-decoration: none !important;}#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7-root {
    text-align: center;
  }


#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7-root {
    text-align: center;
  }


#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7-root {
    text-align: center;
  }


#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7-root {
    text-align: center;
  }


#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7-root {
    text-align: center;
  }


#s-1d61bd22-9e5d-4ffd-98cd-860a640db3e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c {
  padding-top: 50px;
}








#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca6be5b-edf8-46cf-814a-a9ab568ed38c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
@media (min-width: 0px) {
[id="s-598b1252-df15-4d0b-9ba9-b97548f98fbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-598b1252-df15-4d0b-9ba9-b97548f98fbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-598b1252-df15-4d0b-9ba9-b97548f98fbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-598b1252-df15-4d0b-9ba9-b97548f98fbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-598b1252-df15-4d0b-9ba9-b97548f98fbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-598b1252-df15-4d0b-9ba9-b97548f98fbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-598b1252-df15-4d0b-9ba9-b97548f98fbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-598b1252-df15-4d0b-9ba9-b97548f98fbf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f896507f-e49d-46f0-97f1-be8394be008e {
  min-height: 50px;
}
#s-f896507f-e49d-46f0-97f1-be8394be008e {
  min-height: 50px;
}
@media (max-width: 1199px){#s-f896507f-e49d-46f0-97f1-be8394be008e {
  min-height: 50px;
}
}@media (max-width: 991px){#s-f896507f-e49d-46f0-97f1-be8394be008e {
  min-height: 50px;
}
}@media (max-width: 767px){#s-f896507f-e49d-46f0-97f1-be8394be008e {
  min-height: 50px;
}
}







#s-f896507f-e49d-46f0-97f1-be8394be008e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f896507f-e49d-46f0-97f1-be8394be008e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-f896507f-e49d-46f0-97f1-be8394be008e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f896507f-e49d-46f0-97f1-be8394be008e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-f896507f-e49d-46f0-97f1-be8394be008e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f896507f-e49d-46f0-97f1-be8394be008e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-f896507f-e49d-46f0-97f1-be8394be008e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f896507f-e49d-46f0-97f1-be8394be008e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-f896507f-e49d-46f0-97f1-be8394be008e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f896507f-e49d-46f0-97f1-be8394be008e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-4bbe0263-f45c-4983-9fee-aed98672a106 {
  max-width: 280px;
aspect-ratio: 300/700;
text-align: center;
}
#s-4bbe0263-f45c-4983-9fee-aed98672a106 {
  max-width: 280px;
aspect-ratio: 235/587;
text-align: center;
}
@media (max-width: 1199px){#s-4bbe0263-f45c-4983-9fee-aed98672a106 {
  max-width: 280px;
aspect-ratio: 235/587;
text-align: center;
}
}@media (max-width: 991px){#s-4bbe0263-f45c-4983-9fee-aed98672a106 {
  max-width: 280px;
aspect-ratio: 235/587;
text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bbe0263-f45c-4983-9fee-aed98672a106, #wrap-s-4bbe0263-f45c-4983-9fee-aed98672a106 { display: none !important; }}@media (max-width: 767px){#s-4bbe0263-f45c-4983-9fee-aed98672a106 {
  max-width: 280px;
aspect-ratio: 235/587;
text-align: center;
}
}@media (max-width: 767px){#s-4bbe0263-f45c-4983-9fee-aed98672a106, #wrap-s-4bbe0263-f45c-4983-9fee-aed98672a106 { display: none !important; }}




  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image,
  #s-4bbe0263-f45c-4983-9fee-aed98672a106 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 {
    width: 100%;
    height: auto;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
    
    
  }


.s-4bbe0263-f45c-4983-9fee-aed98672a106 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbe0263-f45c-4983-9fee-aed98672a106 {
      --shg-aspect-ratio: calc(300/700); 
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
      position: relative;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image,
  #s-4bbe0263-f45c-4983-9fee-aed98672a106 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 {
    width: 100%;
    height: auto;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
    
    
  }


.s-4bbe0263-f45c-4983-9fee-aed98672a106 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbe0263-f45c-4983-9fee-aed98672a106 {
      --shg-aspect-ratio: calc(235/587); 
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
      position: relative;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image,
  #s-4bbe0263-f45c-4983-9fee-aed98672a106 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 {
    width: 100%;
    height: auto;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
    
    
  }


.s-4bbe0263-f45c-4983-9fee-aed98672a106 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbe0263-f45c-4983-9fee-aed98672a106 {
      --shg-aspect-ratio: calc(235/587); 
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
      position: relative;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image,
  #s-4bbe0263-f45c-4983-9fee-aed98672a106 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 {
    width: 100%;
    height: auto;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
    
    
  }


.s-4bbe0263-f45c-4983-9fee-aed98672a106 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbe0263-f45c-4983-9fee-aed98672a106 {
      --shg-aspect-ratio: calc(235/587); 
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
      position: relative;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image,
  #s-4bbe0263-f45c-4983-9fee-aed98672a106 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 {
    width: 100%;
    height: auto;
  }

  #s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
    
    
  }


.s-4bbe0263-f45c-4983-9fee-aed98672a106 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbe0263-f45c-4983-9fee-aed98672a106 {
      --shg-aspect-ratio: calc(235/587); 
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container {
      position: relative;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbe0263-f45c-4983-9fee-aed98672a106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  min-height: 50px;
}
#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  min-height: 50px;
}
@media (max-width: 1199px){#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  min-height: 50px;
}
}@media (max-width: 991px){#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  min-height: 50px;
}
}@media (max-width: 767px){#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  min-height: 50px;
}
}







#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  cursor: pointer;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  cursor: pointer;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  cursor: pointer;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  cursor: pointer;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f {
  cursor: pointer;
}#s-1d4d43fb-9733-405d-b2c0-7ffc474ee70f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
  max-width: 835px;
aspect-ratio: 835/258;
text-align: left;
}
#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
  max-width: 835px;
aspect-ratio: 835/258;
text-align: left;
}
@media (max-width: 1199px){#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
  max-width: 835px;
aspect-ratio: 835/258;
text-align: left;
}
}@media (max-width: 991px){#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
  max-width: 835px;
aspect-ratio: 835/258;
text-align: left;
}
}@media (max-width: 767px){#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
  max-width: 835px;
aspect-ratio: 835/258;
text-align: center;
}
}




  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image,
  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
    width: 100%;
    height: auto;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
    
    
  }


.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shogun-image-content {
  
    align-items: center;
  
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
      --shg-aspect-ratio: calc(835/258); 
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
      position: relative;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image,
  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
    width: 100%;
    height: auto;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
    
    
  }


.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shogun-image-content {
  
    align-items: center;
  
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
      --shg-aspect-ratio: calc(835/258); 
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
      position: relative;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image,
  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
    width: 100%;
    height: auto;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
    
    
  }


.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shogun-image-content {
  
    align-items: center;
  
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
      --shg-aspect-ratio: calc(835/258); 
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
      position: relative;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image,
  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
    width: 100%;
    height: auto;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
    
    
  }


.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shogun-image-content {
  
    align-items: center;
  
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
      --shg-aspect-ratio: calc(835/258); 
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
      position: relative;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image,
  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
    width: 100%;
    height: auto;
  }

  #s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
    
    
  }


.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a .shogun-image-content {
  
    align-items: center;
  
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a {
      --shg-aspect-ratio: calc(835/258); 
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container {
      position: relative;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cf26f8-a2ec-4656-96ef-dc52cae51f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 1199px){#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
}@media (max-width: 991px){#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
}@media (max-width: 767px){#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
}
#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 .shogun-heading-component h1 {
  color: rgba(201, 20, 54, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 .shogun-heading-component h1 {
  color: rgba(241, 90, 45, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 1199px){#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 .shogun-heading-component h1 {
  color: rgba(241, 90, 45, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 991px){#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 .shogun-heading-component h1 {
  color: rgba(241, 90, 45, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-10fba6b9-b11c-48dd-b0e6-7f88cd16f260 .shogun-heading-component h1 {
  color: rgba(241, 90, 45, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-af4d1633-db4f-4c49-90d9-52871287cff6 {
  margin-left: 20px;
margin-right: 20px;
}
#s-af4d1633-db4f-4c49-90d9-52871287cff6 {
  margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 1199px){#s-af4d1633-db4f-4c49-90d9-52871287cff6 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 991px){#s-af4d1633-db4f-4c49-90d9-52871287cff6 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-af4d1633-db4f-4c49-90d9-52871287cff6 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-af4d1633-db4f-4c49-90d9-52871287cff6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-af4d1633-db4f-4c49-90d9-52871287cff6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af4d1633-db4f-4c49-90d9-52871287cff6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af4d1633-db4f-4c49-90d9-52871287cff6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f78357f4-cac5-4868-ad27-26b830a247f8 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0);
}
#s-f78357f4-cac5-4868-ad27-26b830a247f8 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-f78357f4-cac5-4868-ad27-26b830a247f8 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-f78357f4-cac5-4868-ad27-26b830a247f8 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-f78357f4-cac5-4868-ad27-26b830a247f8 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0);
}
}
#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 {
  text-align: left;
}
#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 {
  text-align: left;
}
@media (max-width: 1199px){#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 {
  text-align: left;
}
}@media (max-width: 991px){#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 {
  text-align: left;
}
}@media (max-width: 767px){#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 {
  text-align: left;
}
}


.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 img.shogun-image {
  width: 100%;
}





.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a65a80c-482d-4a30-b75e-b0542c6a5828 img.shogun-image {
  width: 100%;
}



}
#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-695696bf-d881-4e0c-b2fa-7707fcad1dfc .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-cb81e527-608f-42e8-b135-a877a5e16f0d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(201, 20, 54, 1);
}
#s-cb81e527-608f-42e8-b135-a877a5e16f0d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
@media (max-width: 1199px){#s-cb81e527-608f-42e8-b135-a877a5e16f0d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
}@media (max-width: 991px){#s-cb81e527-608f-42e8-b135-a877a5e16f0d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
}@media (max-width: 767px){#s-cb81e527-608f-42e8-b135-a877a5e16f0d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
}
#s-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .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-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .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;
}
@media (max-width: 1199px){#s-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .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;
}
}@media (max-width: 991px){#s-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .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;
}
}@media (max-width: 767px){#s-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-cb81e527-608f-42e8-b135-a877a5e16f0d .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-fe1a32e0-9be7-424f-a247-2e179c2f6814 {
  padding-top: 10px;
padding-bottom: 10px;
}
#s-fe1a32e0-9be7-424f-a247-2e179c2f6814 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 1199px){#s-fe1a32e0-9be7-424f-a247-2e179c2f6814 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 991px){#s-fe1a32e0-9be7-424f-a247-2e179c2f6814 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-fe1a32e0-9be7-424f-a247-2e179c2f6814 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 {
  text-align: left;
}
#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 {
  text-align: left;
}
@media (max-width: 1199px){#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 {
  text-align: left;
}
}@media (max-width: 991px){#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 {
  text-align: left;
}
}@media (max-width: 767px){#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 {
  text-align: left;
}
}


.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 img.shogun-image {
  width: 100%;
}





.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4537c79f-1a4b-4d37-86ae-ab0dff464458 img.shogun-image {
  width: 100%;
}



}
#s-fde3c724-cf03-4682-b6af-656258b377d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-fde3c724-cf03-4682-b6af-656258b377d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-fde3c724-cf03-4682-b6af-656258b377d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-fde3c724-cf03-4682-b6af-656258b377d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-fde3c724-cf03-4682-b6af-656258b377d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-fde3c724-cf03-4682-b6af-656258b377d4 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-fde3c724-cf03-4682-b6af-656258b377d4 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-fde3c724-cf03-4682-b6af-656258b377d4 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-fde3c724-cf03-4682-b6af-656258b377d4 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-fde3c724-cf03-4682-b6af-656258b377d4 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-05d76fd4-bd76-40b9-8fb8-429271993279 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(201, 20, 54, 1);
}
#s-05d76fd4-bd76-40b9-8fb8-429271993279 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
@media (max-width: 1199px){#s-05d76fd4-bd76-40b9-8fb8-429271993279 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
}@media (max-width: 991px){#s-05d76fd4-bd76-40b9-8fb8-429271993279 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
}@media (max-width: 767px){#s-05d76fd4-bd76-40b9-8fb8-429271993279 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(241, 90, 45, 1);
}
}
#s-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .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-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .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;
}
@media (max-width: 1199px){#s-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .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;
}
}@media (max-width: 991px){#s-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .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;
}
}@media (max-width: 767px){#s-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-05d76fd4-bd76-40b9-8fb8-429271993279 .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-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(201, 20, 54, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:hover {border-radius: 27px !important;
background-color: rgba(146, 3, 30, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:active {background-color: #000000 !important;
text-decoration: none !important;}#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(241, 90, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:hover {border-radius: 27px !important;
background-color: rgba(190, 124, 35, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(241, 90, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:hover {border-radius: 27px !important;
background-color: rgba(190, 124, 35, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(241, 90, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:hover {border-radius: 27px !important;
background-color: rgba(190, 124, 35, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(241, 90, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:hover {border-radius: 27px !important;
background-color: rgba(190, 124, 35, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b-root {
    text-align: center;
  }


#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b-root {
    text-align: center;
  }


#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b-root {
    text-align: center;
  }


#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b-root {
    text-align: center;
  }


#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b-root {
    text-align: center;
  }


#s-7c5c5ba1-a294-4433-abcd-e4a793eb3d1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 {
  min-height: 100px;
}
#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 {
  min-height: 100px;
}
@media (max-width: 1199px){#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 {
  min-height: 100px;
}
}@media (max-width: 991px){#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 {
  min-height: 100px;
}
}@media (max-width: 767px){#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 {
  min-height: 100px;
}
}







#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bfc971c-b3be-456f-a9e2-360102e88ed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bfc971c-b3be-456f-a9e2-360102e88ed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bfc971c-b3be-456f-a9e2-360102e88ed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bfc971c-b3be-456f-a9e2-360102e88ed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-9bfc971c-b3be-456f-a9e2-360102e88ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bfc971c-b3be-456f-a9e2-360102e88ed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
  max-width: 1468px;
aspect-ratio: 1468/1226;
text-align: center;
}
#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
  max-width: 1468px;
aspect-ratio: 1468/1226;
text-align: center;
}
@media (max-width: 1199px){#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
  max-width: 1468px;
aspect-ratio: 1468/1226;
text-align: center;
}
}@media (max-width: 991px){#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
  max-width: 1468px;
aspect-ratio: 1468/1226;
text-align: center;
}
}@media (max-width: 767px){#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
  max-width: 1468px;
aspect-ratio: 1468/1226;
text-align: center;
}
}




  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image,
  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
    width: 100%;
    height: auto;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
    
    
  }


.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shogun-image-content {
  
    align-items: center;
  
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
      --shg-aspect-ratio: calc(1468/1226); 
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
      position: relative;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image,
  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
    width: 100%;
    height: auto;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
    
    
  }


.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shogun-image-content {
  
    align-items: center;
  
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
      --shg-aspect-ratio: calc(1468/1226); 
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
      position: relative;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image,
  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
    width: 100%;
    height: auto;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
    
    
  }


.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shogun-image-content {
  
    align-items: center;
  
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
      --shg-aspect-ratio: calc(1468/1226); 
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
      position: relative;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image,
  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
    width: 100%;
    height: auto;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
    
    
  }


.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shogun-image-content {
  
    align-items: center;
  
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
      --shg-aspect-ratio: calc(1468/1226); 
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
      position: relative;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image,
  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
    width: 100%;
    height: auto;
  }

  #s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
    
    
  }


.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d .shogun-image-content {
  
    align-items: center;
  
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d {
      --shg-aspect-ratio: calc(1468/1226); 
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container {
      position: relative;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52df3174-39de-42d2-b9d2-7a1d1efbfb6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e {
  margin-left: 20px;
margin-right: 20px;
padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
}
#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e {
  padding-top: 20px;
}








#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2de6c6-26f7-4bf7-9ec5-6e247d6f854e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-32eb41fb-43c5-4171-84a9-3a6a3f7d1375 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c {
  background-repeat: no-repeat;
background-size: contain;
padding-bottom: 150px;
min-height: 50px;
background-position: center center;
}
#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c {
  background-repeat: no-repeat;
background-size: contain;
padding-bottom: 150px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 1199px){#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c {
  background-repeat: no-repeat;
background-size: contain;
padding-bottom: 150px;
min-height: 50px;
background-position: center center;
}
}@media (max-width: 991px){#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c {
  background-repeat: no-repeat;
background-size: contain;
padding-bottom: 150px;
min-height: 50px;
background-position: center center;
}
}@media (max-width: 767px){#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c {
  background-repeat: no-repeat;
background-size: contain;
padding-bottom: 150px;
min-height: 50px;
background-position: center center;
}
}







#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-001ce425-c23f-4f3b-b9ce-f3ff80cc4a2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-914f93d2-44d0-4252-bab9-b0adddade5eb {
  padding-bottom: 10px;
}
@media (max-width: 1199px){#s-914f93d2-44d0-4252-bab9-b0adddade5eb {
  padding-bottom: 10px;
}
}@media (max-width: 991px){#s-914f93d2-44d0-4252-bab9-b0adddade5eb {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-914f93d2-44d0-4252-bab9-b0adddade5eb {
  padding-bottom: 10px;
}
}
[id="s-914f93d2-44d0-4252-bab9-b0adddade5eb"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-914f93d2-44d0-4252-bab9-b0adddade5eb"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-6278a616-b970-40d9-8023-3bccb923edf0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-6278a616-b970-40d9-8023-3bccb923edf0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-6278a616-b970-40d9-8023-3bccb923edf0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-6278a616-b970-40d9-8023-3bccb923edf0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-6278a616-b970-40d9-8023-3bccb923edf0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-6278a616-b970-40d9-8023-3bccb923edf0 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-6278a616-b970-40d9-8023-3bccb923edf0 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 1199px){#s-6278a616-b970-40d9-8023-3bccb923edf0 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 991px){#s-6278a616-b970-40d9-8023-3bccb923edf0 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-6278a616-b970-40d9-8023-3bccb923edf0 .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-8373ebcb-14c2-4e8f-9682-31e62002bd84 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
#s-8373ebcb-14c2-4e8f-9682-31e62002bd84 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 1199px){#s-8373ebcb-14c2-4e8f-9682-31e62002bd84 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 991px){#s-8373ebcb-14c2-4e8f-9682-31e62002bd84 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-8373ebcb-14c2-4e8f-9682-31e62002bd84 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}
@media (min-width: 0px) {
[id="s-8373ebcb-14c2-4e8f-9682-31e62002bd84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8373ebcb-14c2-4e8f-9682-31e62002bd84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8373ebcb-14c2-4e8f-9682-31e62002bd84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8373ebcb-14c2-4e8f-9682-31e62002bd84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8373ebcb-14c2-4e8f-9682-31e62002bd84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8373ebcb-14c2-4e8f-9682-31e62002bd84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8373ebcb-14c2-4e8f-9682-31e62002bd84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-089df15f-a29a-41b5-af04-299122724709 {
  max-width: 42px;
aspect-ratio: 1/1;
text-align: right;
}
#s-089df15f-a29a-41b5-af04-299122724709 {
  max-width: 42px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 1199px){#s-089df15f-a29a-41b5-af04-299122724709 {
  max-width: 42px;
aspect-ratio: 1/1;
text-align: right;
}
}@media (max-width: 991px){#s-089df15f-a29a-41b5-af04-299122724709 {
  max-width: 42px;
aspect-ratio: 1/1;
text-align: right;
}
}@media (max-width: 767px){#s-089df15f-a29a-41b5-af04-299122724709 {
  max-width: 42px;
aspect-ratio: 1/1;
text-align: center;
}
}




  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image,
  #s-089df15f-a29a-41b5-af04-299122724709 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 {
    width: 100%;
    height: auto;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
    
    
  }


.s-089df15f-a29a-41b5-af04-299122724709 .shogun-image-content {
  
    align-items: center;
  
}

.s-089df15f-a29a-41b5-af04-299122724709.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089df15f-a29a-41b5-af04-299122724709 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
      position: relative;
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image,
  #s-089df15f-a29a-41b5-af04-299122724709 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 {
    width: 100%;
    height: auto;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
    
    
  }


.s-089df15f-a29a-41b5-af04-299122724709 .shogun-image-content {
  
    align-items: center;
  
}

.s-089df15f-a29a-41b5-af04-299122724709.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089df15f-a29a-41b5-af04-299122724709 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
      position: relative;
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image,
  #s-089df15f-a29a-41b5-af04-299122724709 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 {
    width: 100%;
    height: auto;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
    
    
  }


.s-089df15f-a29a-41b5-af04-299122724709 .shogun-image-content {
  
    align-items: center;
  
}

.s-089df15f-a29a-41b5-af04-299122724709.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089df15f-a29a-41b5-af04-299122724709 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
      position: relative;
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image,
  #s-089df15f-a29a-41b5-af04-299122724709 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 {
    width: 100%;
    height: auto;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
    
    
  }


.s-089df15f-a29a-41b5-af04-299122724709 .shogun-image-content {
  
    align-items: center;
  
}

.s-089df15f-a29a-41b5-af04-299122724709.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089df15f-a29a-41b5-af04-299122724709 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
      position: relative;
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image,
  #s-089df15f-a29a-41b5-af04-299122724709 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 {
    width: 100%;
    height: auto;
  }

  #s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
    
    
  }


.s-089df15f-a29a-41b5-af04-299122724709 .shogun-image-content {
  
    align-items: center;
  
}

.s-089df15f-a29a-41b5-af04-299122724709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089df15f-a29a-41b5-af04-299122724709.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089df15f-a29a-41b5-af04-299122724709 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container {
      position: relative;
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089df15f-a29a-41b5-af04-299122724709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089df15f-a29a-41b5-af04-299122724709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-403d001c-a1c9-4ca1-9969-3c052f3b0bb3 {
  max-width: 300px;
text-align: left;
}
#s-403d001c-a1c9-4ca1-9969-3c052f3b0bb3 {
  max-width: 300px;
text-align: left;
}
@media (max-width: 1199px){#s-403d001c-a1c9-4ca1-9969-3c052f3b0bb3 {
  max-width: 300px;
text-align: left;
}
}@media (max-width: 991px){#s-403d001c-a1c9-4ca1-9969-3c052f3b0bb3 {
  max-width: 300px;
text-align: left;
}
}@media (max-width: 767px){#s-403d001c-a1c9-4ca1-9969-3c052f3b0bb3 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
}
#s-48ece10a-90aa-468c-8fb6-79404fd85721 {
  padding-top: 50px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
min-height: 50px;
}








#s-48ece10a-90aa-468c-8fb6-79404fd85721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ece10a-90aa-468c-8fb6-79404fd85721.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-48ece10a-90aa-468c-8fb6-79404fd85721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ece10a-90aa-468c-8fb6-79404fd85721.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-48ece10a-90aa-468c-8fb6-79404fd85721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ece10a-90aa-468c-8fb6-79404fd85721.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-48ece10a-90aa-468c-8fb6-79404fd85721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ece10a-90aa-468c-8fb6-79404fd85721.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-48ece10a-90aa-468c-8fb6-79404fd85721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ece10a-90aa-468c-8fb6-79404fd85721.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
@media (min-width: 0px) {
[id="s-f31fda26-825b-4ed7-94f9-b865c9f60ad2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f31fda26-825b-4ed7-94f9-b865c9f60ad2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f31fda26-825b-4ed7-94f9-b865c9f60ad2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f31fda26-825b-4ed7-94f9-b865c9f60ad2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-699ff868-a1dd-404f-bccb-c7f650272843 {
  min-height: 400px;
max-width: 2251px;
aspect-ratio: 1/1;
text-align: center;
}
#s-699ff868-a1dd-404f-bccb-c7f650272843 {
  min-height: 400px;
max-width: 2251px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 1199px){#s-699ff868-a1dd-404f-bccb-c7f650272843 {
  min-height: 400px;
max-width: 2251px;
aspect-ratio: 1/1;
text-align: center;
}
}@media (max-width: 991px){#s-699ff868-a1dd-404f-bccb-c7f650272843 {
  min-height: 400px;
max-width: 2251px;
aspect-ratio: 1/1;
text-align: center;
}
}@media (max-width: 767px){#s-699ff868-a1dd-404f-bccb-c7f650272843 {
  min-height: 400px;
max-width: 2251px;
aspect-ratio: 1/1;
text-align: center;
}
}




  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image,
  #s-699ff868-a1dd-404f-bccb-c7f650272843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 {
    width: 100%;
    height: auto;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
    
    
  }


.s-699ff868-a1dd-404f-bccb-c7f650272843 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-699ff868-a1dd-404f-bccb-c7f650272843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
      position: relative;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image,
  #s-699ff868-a1dd-404f-bccb-c7f650272843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 {
    width: 100%;
    height: auto;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
    
    
  }


.s-699ff868-a1dd-404f-bccb-c7f650272843 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-699ff868-a1dd-404f-bccb-c7f650272843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
      position: relative;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image,
  #s-699ff868-a1dd-404f-bccb-c7f650272843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 {
    width: 100%;
    height: auto;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
    
    
  }


.s-699ff868-a1dd-404f-bccb-c7f650272843 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-699ff868-a1dd-404f-bccb-c7f650272843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
      position: relative;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image,
  #s-699ff868-a1dd-404f-bccb-c7f650272843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 {
    width: 100%;
    height: auto;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
    
    
  }


.s-699ff868-a1dd-404f-bccb-c7f650272843 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-699ff868-a1dd-404f-bccb-c7f650272843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
      position: relative;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image,
  #s-699ff868-a1dd-404f-bccb-c7f650272843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 {
    width: 100%;
    height: auto;
  }

  #s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
    
    
  }


.s-699ff868-a1dd-404f-bccb-c7f650272843 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-699ff868-a1dd-404f-bccb-c7f650272843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container {
      position: relative;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-699ff868-a1dd-404f-bccb-c7f650272843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-0a175fb6-2833-4bb6-8491-2fed519feac4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0a175fb6-2833-4bb6-8491-2fed519feac4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a175fb6-2833-4bb6-8491-2fed519feac4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a175fb6-2833-4bb6-8491-2fed519feac4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2bc334a1-865e-477a-b05d-5d31dc004ed9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
text-align: left;
}
#s-2bc334a1-865e-477a-b05d-5d31dc004ed9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
text-align: left;
}
@media (max-width: 1199px){#s-2bc334a1-865e-477a-b05d-5d31dc004ed9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
text-align: left;
}
}@media (max-width: 991px){#s-2bc334a1-865e-477a-b05d-5d31dc004ed9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-2bc334a1-865e-477a-b05d-5d31dc004ed9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
text-align: left;
}
}
#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  text-align: center;
}
#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  text-align: center;
}
@media (max-width: 1199px){#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  text-align: center;
}
}@media (max-width: 991px){#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  text-align: center;
}
}@media (max-width: 767px){#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  text-align: center;
}
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  max-width:  100%;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom,
.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  width: 100%;
}




.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  max-width:  100%;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom,
.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  max-width:  100%;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom,
.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  max-width:  100%;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom,
.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 {
  max-width:  100%;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom,
.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08cbdd5-8448-4c20-9194-7736ecbf9ad1 img.shogun-image {
  width: 100%;
}



}
#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-c3d0ab2c-bd93-4082-bdb3-1e0d19c1b03e .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-799f0fa3-8f1f-42e4-9e32-88811000252d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
#s-799f0fa3-8f1f-42e4-9e32-88811000252d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
@media (max-width: 1199px){#s-799f0fa3-8f1f-42e4-9e32-88811000252d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 991px){#s-799f0fa3-8f1f-42e4-9e32-88811000252d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 767px){#s-799f0fa3-8f1f-42e4-9e32-88811000252d {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}
#s-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .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-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .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;
}
@media (max-width: 1199px){#s-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .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;
}
}@media (max-width: 991px){#s-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .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;
}
}@media (max-width: 767px){#s-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-799f0fa3-8f1f-42e4-9e32-88811000252d .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-705a2044-35e2-416b-b369-f195651f7fbc {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
#s-705a2044-35e2-416b-b369-f195651f7fbc {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 1199px){#s-705a2044-35e2-416b-b369-f195651f7fbc {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
}@media (max-width: 991px){#s-705a2044-35e2-416b-b369-f195651f7fbc {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
}@media (max-width: 767px){#s-705a2044-35e2-416b-b369-f195651f7fbc {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
}







#s-705a2044-35e2-416b-b369-f195651f7fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-705a2044-35e2-416b-b369-f195651f7fbc {
  cursor: pointer;
}#s-705a2044-35e2-416b-b369-f195651f7fbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-705a2044-35e2-416b-b369-f195651f7fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-705a2044-35e2-416b-b369-f195651f7fbc {
  cursor: pointer;
}#s-705a2044-35e2-416b-b369-f195651f7fbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-705a2044-35e2-416b-b369-f195651f7fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-705a2044-35e2-416b-b369-f195651f7fbc {
  cursor: pointer;
}#s-705a2044-35e2-416b-b369-f195651f7fbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-705a2044-35e2-416b-b369-f195651f7fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-705a2044-35e2-416b-b369-f195651f7fbc {
  cursor: pointer;
}#s-705a2044-35e2-416b-b369-f195651f7fbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-705a2044-35e2-416b-b369-f195651f7fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-705a2044-35e2-416b-b369-f195651f7fbc {
  cursor: pointer;
}#s-705a2044-35e2-416b-b369-f195651f7fbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
  max-width: 834px;
aspect-ratio: 834/98;
text-align: center;
}
#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
  max-width: 834px;
aspect-ratio: 834/98;
text-align: center;
}
@media (max-width: 1199px){#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
  max-width: 834px;
aspect-ratio: 834/98;
text-align: center;
}
}@media (max-width: 991px){#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
  max-width: 834px;
aspect-ratio: 834/98;
text-align: center;
}
}@media (max-width: 767px){#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
  max-width: 834px;
aspect-ratio: 834/98;
text-align: center;
}
}




  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image,
  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
    width: 100%;
    height: auto;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
    
    
  }


.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
      --shg-aspect-ratio: calc(834/98); 
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
      position: relative;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image,
  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
    width: 100%;
    height: auto;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
    
    
  }


.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
      --shg-aspect-ratio: calc(834/98); 
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
      position: relative;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image,
  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
    width: 100%;
    height: auto;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
    
    
  }


.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
      --shg-aspect-ratio: calc(834/98); 
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
      position: relative;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image,
  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
    width: 100%;
    height: auto;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
    
    
  }


.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
      --shg-aspect-ratio: calc(834/98); 
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
      position: relative;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image,
  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
    width: 100%;
    height: auto;
  }

  #s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
    
    
  }


.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 {
      --shg-aspect-ratio: calc(834/98); 
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container {
      position: relative;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d53c8993-cf0b-4c4b-85c6-bb2997f6b289 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b43d481a-7e30-42cf-ba43-24f8fec54194 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-b43d481a-7e30-42cf-ba43-24f8fec54194 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-b43d481a-7e30-42cf-ba43-24f8fec54194 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-b43d481a-7e30-42cf-ba43-24f8fec54194 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-b43d481a-7e30-42cf-ba43-24f8fec54194 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-b43d481a-7e30-42cf-ba43-24f8fec54194 .shogun-heading-component h1 {
  color: rgba(67, 126, 29, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-b43d481a-7e30-42cf-ba43-24f8fec54194 .shogun-heading-component h1 {
  color: rgba(67, 126, 29, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 1199px){#s-b43d481a-7e30-42cf-ba43-24f8fec54194 .shogun-heading-component h1 {
  color: rgba(67, 126, 29, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 991px){#s-b43d481a-7e30-42cf-ba43-24f8fec54194 .shogun-heading-component h1 {
  color: rgba(67, 126, 29, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-b43d481a-7e30-42cf-ba43-24f8fec54194 .shogun-heading-component h1 {
  color: rgba(67, 126, 29, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-c4dfd727-5643-49d3-8261-436e7d2a96f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c4dfd727-5643-49d3-8261-436e7d2a96f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4dfd727-5643-49d3-8261-436e7d2a96f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4dfd727-5643-49d3-8261-436e7d2a96f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c5a26d70-17d4-469f-872c-c0b93dadabbb {
  margin-top: 10px;
margin-bottom: 10px;
}
#s-c5a26d70-17d4-469f-872c-c0b93dadabbb {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 1199px){#s-c5a26d70-17d4-469f-872c-c0b93dadabbb {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 991px){#s-c5a26d70-17d4-469f-872c-c0b93dadabbb {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-c5a26d70-17d4-469f-872c-c0b93dadabbb {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  text-align: center;
}
#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  text-align: center;
}
@media (max-width: 1199px){#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  text-align: center;
}
}@media (max-width: 991px){#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  text-align: center;
}
}@media (max-width: 767px){#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  text-align: center;
}
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  max-width:  100%;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom,
.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  width: 100%;
}




.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  max-width:  100%;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom,
.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  max-width:  100%;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom,
.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  max-width:  100%;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom,
.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 {
  max-width:  100%;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom,
.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-739861bc-fd7a-49af-b711-9aa6bcfe1ff2 img.shogun-image {
  width: 100%;
}



}
#s-029243bd-e0ea-473b-85e9-aea43cc91bca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-029243bd-e0ea-473b-85e9-aea43cc91bca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-029243bd-e0ea-473b-85e9-aea43cc91bca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-029243bd-e0ea-473b-85e9-aea43cc91bca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-029243bd-e0ea-473b-85e9-aea43cc91bca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-029243bd-e0ea-473b-85e9-aea43cc91bca .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-029243bd-e0ea-473b-85e9-aea43cc91bca .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-029243bd-e0ea-473b-85e9-aea43cc91bca .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-029243bd-e0ea-473b-85e9-aea43cc91bca .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-029243bd-e0ea-473b-85e9-aea43cc91bca .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
@media (max-width: 1199px){#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 991px){#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 767px){#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}
#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .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-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .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;
}
@media (max-width: 1199px){#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .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;
}
}@media (max-width: 991px){#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .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;
}
}@media (max-width: 767px){#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4801bd2-698d-4bdc-9a55-0f3f1224ac38 .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-6305aeb7-f9bf-494e-9e2d-da716205d934 {
  margin-top: 10px;
margin-bottom: 10px;
}
#s-6305aeb7-f9bf-494e-9e2d-da716205d934 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 1199px){#s-6305aeb7-f9bf-494e-9e2d-da716205d934 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 991px){#s-6305aeb7-f9bf-494e-9e2d-da716205d934 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-6305aeb7-f9bf-494e-9e2d-da716205d934 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  text-align: center;
}
#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  text-align: center;
}
@media (max-width: 1199px){#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  text-align: center;
}
}@media (max-width: 991px){#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  text-align: center;
}
}@media (max-width: 767px){#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  text-align: center;
}
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  max-width:  100%;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom,
.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  width: 100%;
}




.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  max-width:  100%;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom,
.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  max-width:  100%;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom,
.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  max-width:  100%;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom,
.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 {
  max-width:  100%;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom,
.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0c9113-b778-4c01-ad9a-968c37d2a680 img.shogun-image {
  width: 100%;
}



}
#s-575d0949-efea-47f6-94eb-0ef91ac374d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-575d0949-efea-47f6-94eb-0ef91ac374d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-575d0949-efea-47f6-94eb-0ef91ac374d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-575d0949-efea-47f6-94eb-0ef91ac374d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-575d0949-efea-47f6-94eb-0ef91ac374d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-575d0949-efea-47f6-94eb-0ef91ac374d2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-575d0949-efea-47f6-94eb-0ef91ac374d2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-575d0949-efea-47f6-94eb-0ef91ac374d2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-575d0949-efea-47f6-94eb-0ef91ac374d2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-575d0949-efea-47f6-94eb-0ef91ac374d2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
@media (max-width: 1199px){#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 991px){#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}@media (max-width: 767px){#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(67, 126, 29, 1);
}
}
#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .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-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .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;
}
@media (max-width: 1199px){#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .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;
}
}@media (max-width: 991px){#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .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;
}
}@media (max-width: 767px){#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3d39e879-b7c8-42a9-b55e-6d9a75756e97 .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-f48062cb-01fc-4589-a5de-40a7a76031b7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(67, 126, 29, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f48062cb-01fc-4589-a5de-40a7a76031b7:hover {border-radius: 27px !important;
background-color: rgba(114, 183, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f48062cb-01fc-4589-a5de-40a7a76031b7:active {background-color: #000000 !important;
text-decoration: none !important;}#s-f48062cb-01fc-4589-a5de-40a7a76031b7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(67, 126, 29, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f48062cb-01fc-4589-a5de-40a7a76031b7:hover {border-radius: 27px !important;
background-color: rgba(114, 183, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f48062cb-01fc-4589-a5de-40a7a76031b7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-f48062cb-01fc-4589-a5de-40a7a76031b7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(67, 126, 29, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f48062cb-01fc-4589-a5de-40a7a76031b7:hover {border-radius: 27px !important;
background-color: rgba(114, 183, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f48062cb-01fc-4589-a5de-40a7a76031b7:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-f48062cb-01fc-4589-a5de-40a7a76031b7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(67, 126, 29, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f48062cb-01fc-4589-a5de-40a7a76031b7:hover {border-radius: 27px !important;
background-color: rgba(114, 183, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f48062cb-01fc-4589-a5de-40a7a76031b7:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-f48062cb-01fc-4589-a5de-40a7a76031b7 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(67, 126, 29, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f48062cb-01fc-4589-a5de-40a7a76031b7:hover {border-radius: 27px !important;
background-color: rgba(114, 183, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f48062cb-01fc-4589-a5de-40a7a76031b7:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-f48062cb-01fc-4589-a5de-40a7a76031b7-root {
    text-align: center;
  }


#s-f48062cb-01fc-4589-a5de-40a7a76031b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-f48062cb-01fc-4589-a5de-40a7a76031b7-root {
    text-align: center;
  }


#s-f48062cb-01fc-4589-a5de-40a7a76031b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-f48062cb-01fc-4589-a5de-40a7a76031b7-root {
    text-align: center;
  }


#s-f48062cb-01fc-4589-a5de-40a7a76031b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-f48062cb-01fc-4589-a5de-40a7a76031b7-root {
    text-align: center;
  }


#s-f48062cb-01fc-4589-a5de-40a7a76031b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f48062cb-01fc-4589-a5de-40a7a76031b7-root {
    text-align: center;
  }


#s-f48062cb-01fc-4589-a5de-40a7a76031b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 1199px){#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
}@media (max-width: 991px){#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
}@media (max-width: 767px){#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}
}







#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9882d9-41ab-4268-b0f9-48b6aa587186.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}







#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9882d9-41ab-4268-b0f9-48b6aa587186.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1199px){






#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9882d9-41ab-4268-b0f9-48b6aa587186.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}@media (max-width: 991px){






#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9882d9-41ab-4268-b0f9-48b6aa587186.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}@media (max-width: 767px){






#s-2a9882d9-41ab-4268-b0f9-48b6aa587186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9882d9-41ab-4268-b0f9-48b6aa587186.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-afc5cf5d-2c4a-4b8f-ac6c-9db5436ac3ef {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
#s-afc5cf5d-2c4a-4b8f-ac6c-9db5436ac3ef {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 1199px){#s-afc5cf5d-2c4a-4b8f-ac6c-9db5436ac3ef {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
}@media (max-width: 991px){#s-afc5cf5d-2c4a-4b8f-ac6c-9db5436ac3ef {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
}@media (max-width: 767px){#s-afc5cf5d-2c4a-4b8f-ac6c-9db5436ac3ef {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
}
@media (min-width: 0px) {
[id="s-afc5cf5d-2c4a-4b8f-ac6c-9db5436ac3ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-afc5cf5d-2c4a-4b8f-ac6c-9db5436ac3ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-afc5cf5d-2c4a-4b8f-ac6c-9db5436ac3ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-afc5cf5d-2c4a-4b8f-ac6c-9db5436ac3ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  min-height: 300px;
}
#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  min-height: 300px;
}
@media (max-width: 1199px){#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  min-height: 300px;
}
}@media (max-width: 991px){#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  min-height: 300px;
}
}







#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  cursor: pointer;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  cursor: pointer;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  cursor: pointer;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  cursor: pointer;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0 {
  cursor: pointer;
}#s-fd9a8ad7-fddb-4251-a90a-f83c489966a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-69050277-94a9-4a84-a66e-3f1d2d677182 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(233, 21, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-69050277-94a9-4a84-a66e-3f1d2d677182:hover {border-radius: 27px !important;
background-color: rgba(193, 10, 81, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69050277-94a9-4a84-a66e-3f1d2d677182:active {background-color: #000000 !important;
text-decoration: none !important;}#s-69050277-94a9-4a84-a66e-3f1d2d677182 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(211, 63, 19, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-69050277-94a9-4a84-a66e-3f1d2d677182:hover {border-radius: 27px !important;
background-color: rgba(241, 90, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69050277-94a9-4a84-a66e-3f1d2d677182:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-69050277-94a9-4a84-a66e-3f1d2d677182 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(211, 63, 19, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-69050277-94a9-4a84-a66e-3f1d2d677182:hover {border-radius: 27px !important;
background-color: rgba(241, 90, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69050277-94a9-4a84-a66e-3f1d2d677182:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-69050277-94a9-4a84-a66e-3f1d2d677182 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(211, 63, 19, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-69050277-94a9-4a84-a66e-3f1d2d677182:hover {border-radius: 27px !important;
background-color: rgba(241, 90, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69050277-94a9-4a84-a66e-3f1d2d677182:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-69050277-94a9-4a84-a66e-3f1d2d677182 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(211, 63, 19, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-69050277-94a9-4a84-a66e-3f1d2d677182:hover {border-radius: 27px !important;
background-color: rgba(241, 90, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69050277-94a9-4a84-a66e-3f1d2d677182:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-69050277-94a9-4a84-a66e-3f1d2d677182-root {
    text-align: center;
  }


#s-69050277-94a9-4a84-a66e-3f1d2d677182.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-69050277-94a9-4a84-a66e-3f1d2d677182-root {
    text-align: center;
  }


#s-69050277-94a9-4a84-a66e-3f1d2d677182.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-69050277-94a9-4a84-a66e-3f1d2d677182-root {
    text-align: center;
  }


#s-69050277-94a9-4a84-a66e-3f1d2d677182.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-69050277-94a9-4a84-a66e-3f1d2d677182-root {
    text-align: center;
  }


#s-69050277-94a9-4a84-a66e-3f1d2d677182.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69050277-94a9-4a84-a66e-3f1d2d677182-root {
    text-align: center;
  }


#s-69050277-94a9-4a84-a66e-3f1d2d677182.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 {
  text-align: left;
}
#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 {
  text-align: left;
}
@media (max-width: 1199px){#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 {
  text-align: left;
}
}@media (max-width: 991px){#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 {
  text-align: left;
}
}@media (max-width: 767px){#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 {
  text-align: left;
}
}


.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 img.shogun-image {
  width: 100%;
}





.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bd1872-8e3c-40e3-b540-be11aeab56a4 img.shogun-image {
  width: 100%;
}



}
#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-b4a8839f-8a13-4fd2-8a3a-c7f4ccce46a2 .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(233, 21, 103, 1);
}
#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
@media (max-width: 1199px){#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
}@media (max-width: 991px){#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
}@media (max-width: 767px){#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
}
#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .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-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .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;
}
@media (max-width: 1199px){#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .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;
}
}@media (max-width: 991px){#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .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;
}
}@media (max-width: 767px){#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3a2b8c04-6a68-4782-8a01-c27dbb731c03 .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-5cb93070-1121-4481-b0ce-7b7ac6c435db {
  text-align: left;
}
#s-5cb93070-1121-4481-b0ce-7b7ac6c435db {
  text-align: left;
}
@media (max-width: 1199px){#s-5cb93070-1121-4481-b0ce-7b7ac6c435db {
  text-align: left;
}
}@media (max-width: 991px){#s-5cb93070-1121-4481-b0ce-7b7ac6c435db {
  text-align: left;
}
}@media (max-width: 767px){#s-5cb93070-1121-4481-b0ce-7b7ac6c435db {
  text-align: left;
}
}


.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db img.shogun-image {
  width: 100%;
}





.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cb93070-1121-4481-b0ce-7b7ac6c435db img.shogun-image {
  width: 100%;
}



}
#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-5de83aa2-b5aa-47ab-b39f-c7eccf6045fa .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-0f00504c-28c5-41d6-a47b-398338b4a26f {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(233, 21, 103, 1);
}
#s-0f00504c-28c5-41d6-a47b-398338b4a26f {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
@media (max-width: 1199px){#s-0f00504c-28c5-41d6-a47b-398338b4a26f {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
}@media (max-width: 991px){#s-0f00504c-28c5-41d6-a47b-398338b4a26f {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
}@media (max-width: 767px){#s-0f00504c-28c5-41d6-a47b-398338b4a26f {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
}
#s-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .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-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .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;
}
@media (max-width: 1199px){#s-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .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;
}
}@media (max-width: 991px){#s-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .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;
}
}@media (max-width: 767px){#s-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f00504c-28c5-41d6-a47b-398338b4a26f .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-2321bf54-e3fe-4273-aaa8-5f056af9d873 {
  text-align: left;
}
#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 {
  text-align: left;
}
@media (max-width: 1199px){#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 {
  text-align: left;
}
}@media (max-width: 991px){#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 {
  text-align: left;
}
}@media (max-width: 767px){#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 {
  text-align: left;
}
}


.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 img.shogun-image {
  width: 100%;
}





.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2321bf54-e3fe-4273-aaa8-5f056af9d873 img.shogun-image {
  width: 100%;
}



}
#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-cd97f9f1-bc96-40e8-be66-536b4d585c3c .shg-product-title-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-f978871a-459f-44cb-9a58-bd2ecc583484 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(233, 21, 103, 1);
}
#s-f978871a-459f-44cb-9a58-bd2ecc583484 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
@media (max-width: 1199px){#s-f978871a-459f-44cb-9a58-bd2ecc583484 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
}@media (max-width: 991px){#s-f978871a-459f-44cb-9a58-bd2ecc583484 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
}@media (max-width: 767px){#s-f978871a-459f-44cb-9a58-bd2ecc583484 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
text-align: left;
background-color: rgba(211, 63, 19, 1);
}
}
#s-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .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-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .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;
}
@media (max-width: 1199px){#s-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .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;
}
}@media (max-width: 991px){#s-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .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;
}
}@media (max-width: 767px){#s-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f978871a-459f-44cb-9a58-bd2ecc583484 .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-bea5f2be-14f6-4c55-a933-2e4058d948ae {
  min-height: 50px;
}








#s-bea5f2be-14f6-4c55-a933-2e4058d948ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bea5f2be-14f6-4c55-a933-2e4058d948ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-bea5f2be-14f6-4c55-a933-2e4058d948ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bea5f2be-14f6-4c55-a933-2e4058d948ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-bea5f2be-14f6-4c55-a933-2e4058d948ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bea5f2be-14f6-4c55-a933-2e4058d948ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-bea5f2be-14f6-4c55-a933-2e4058d948ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bea5f2be-14f6-4c55-a933-2e4058d948ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-bea5f2be-14f6-4c55-a933-2e4058d948ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bea5f2be-14f6-4c55-a933-2e4058d948ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 a {
  color: ;
}

#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 a {
  color: ;
}

@media (max-width: 1199px){#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 a {
  color: ;
}

}@media (max-width: 991px){#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 a {
  color: ;
}

}@media (max-width: 767px){#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-a8c3d57e-991d-4bbc-bf01-9602f76da9da .shogun-heading-component h1 a {
  color: ;
}

}
@media (min-width: 0px) {
[id="s-6789c3e0-1d39-4641-90f0-caf608dd0a52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6789c3e0-1d39-4641-90f0-caf608dd0a52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6789c3e0-1d39-4641-90f0-caf608dd0a52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6789c3e0-1d39-4641-90f0-caf608dd0a52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 1199px){#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}@media (max-width: 991px){#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}@media (max-width: 767px){#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}







#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  cursor: pointer;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  cursor: pointer;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  cursor: pointer;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  cursor: pointer;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19 {
  cursor: pointer;
}#s-e9d9ac9e-dd2f-47ed-8670-1c7a94200a19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 1199px){#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
}@media (max-width: 991px){#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
}@media (max-width: 767px){#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
}




  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image,
  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
    width: 100%;
    height: auto;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
    
    
  }


.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
      position: relative;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image,
  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
    width: 100%;
    height: auto;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
    
    
  }


.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
      position: relative;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image,
  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
    width: 100%;
    height: auto;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
    
    
  }


.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
      position: relative;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image,
  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
    width: 100%;
    height: auto;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
    
    
  }


.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
      position: relative;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image,
  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
    width: 100%;
    height: auto;
  }

  #s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
    
    
  }


.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container {
      position: relative;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5ce9af5-ebda-4bf0-bbd5-ca5d5f735e7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (max-width: 1199px){#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
}@media (max-width: 991px){#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
}@media (max-width: 767px){#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
}
#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 1199px){#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 991px){#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-246e2de6-d4af-4ca9-95d7-9a6d224d256a .shogun-heading-component h1 {
  color: rgba(0, 110, 199, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-80897608-6643-44ca-ae9b-ed897d9a95b0 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-80897608-6643-44ca-ae9b-ed897d9a95b0:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-80897608-6643-44ca-ae9b-ed897d9a95b0:active {background-color: #000000 !important;
text-decoration: none !important;}#s-80897608-6643-44ca-ae9b-ed897d9a95b0 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-80897608-6643-44ca-ae9b-ed897d9a95b0:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-80897608-6643-44ca-ae9b-ed897d9a95b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-80897608-6643-44ca-ae9b-ed897d9a95b0 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-80897608-6643-44ca-ae9b-ed897d9a95b0:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-80897608-6643-44ca-ae9b-ed897d9a95b0:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-80897608-6643-44ca-ae9b-ed897d9a95b0 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-80897608-6643-44ca-ae9b-ed897d9a95b0:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-80897608-6643-44ca-ae9b-ed897d9a95b0:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-80897608-6643-44ca-ae9b-ed897d9a95b0 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-80897608-6643-44ca-ae9b-ed897d9a95b0:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-80897608-6643-44ca-ae9b-ed897d9a95b0:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-80897608-6643-44ca-ae9b-ed897d9a95b0-root {
    text-align: center;
  }


#s-80897608-6643-44ca-ae9b-ed897d9a95b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-80897608-6643-44ca-ae9b-ed897d9a95b0-root {
    text-align: center;
  }


#s-80897608-6643-44ca-ae9b-ed897d9a95b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-80897608-6643-44ca-ae9b-ed897d9a95b0-root {
    text-align: center;
  }


#s-80897608-6643-44ca-ae9b-ed897d9a95b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-80897608-6643-44ca-ae9b-ed897d9a95b0-root {
    text-align: center;
  }


#s-80897608-6643-44ca-ae9b-ed897d9a95b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-80897608-6643-44ca-ae9b-ed897d9a95b0-root {
    text-align: center;
  }


#s-80897608-6643-44ca-ae9b-ed897d9a95b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 1199px){#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}@media (max-width: 991px){#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}@media (max-width: 767px){#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}







#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  cursor: pointer;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  cursor: pointer;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  cursor: pointer;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  cursor: pointer;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46 {
  cursor: pointer;
}#s-5d0cb8db-5f2b-4913-8cc6-84de2fa74c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
#s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 1199px){#s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
}@media (max-width: 991px){#s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
}@media (max-width: 767px){#s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
  max-width: 1028px;
aspect-ratio: 1/1;
text-align: center;
}
}




  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image,
  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
    width: 100%;
    height: auto;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
    
    
  }


.s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
      position: relative;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }




  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image,
  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
    width: 100%;
    height: auto;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
    
    
  }


.s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
      position: relative;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (max-width: 1199px){



  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image,
  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
    width: 100%;
    height: auto;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
    
    
  }


.s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
      position: relative;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 991px){



  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image,
  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
    width: 100%;
    height: auto;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
    
    
  }


.s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
      position: relative;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image,
  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
    width: 100%;
    height: auto;
  }

  #s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
    
    
  }


.s-1f4a8be3-c849-4b3c-882b-95845adb1c56 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container {
      position: relative;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4a8be3-c849-4b3c-882b-95845adb1c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (max-width: 1199px){#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
}@media (max-width: 991px){#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
}@media (max-width: 767px){#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
}
#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 .shogun-heading-component h1 {
  color: rgba(241, 90, 45, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 .shogun-heading-component h1 {
  color: rgba(241, 90, 45, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 1199px){#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 .shogun-heading-component h1 {
  color: rgba(241, 90, 45, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 991px){#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 .shogun-heading-component h1 {
  color: rgba(241, 90, 45, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-cd1c5dce-90e3-442b-a475-e67f6c62af18 .shogun-heading-component h1 {
  color: rgba(241, 90, 45, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:active {background-color: #000000 !important;
text-decoration: none !important;}#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 13px;
padding-left: 15%;
padding-bottom: 13px;
padding-right: 15%;
border-radius: 27px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:hover {border-radius: 27px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-3d663a8f-bb90-407c-9d55-be97c82b8ce9-root {
    text-align: center;
  }


#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

  #s-3d663a8f-bb90-407c-9d55-be97c82b8ce9-root {
    text-align: center;
  }


#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-3d663a8f-bb90-407c-9d55-be97c82b8ce9-root {
    text-align: center;
  }


#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-3d663a8f-bb90-407c-9d55-be97c82b8ce9-root {
    text-align: center;
  }


#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d663a8f-bb90-407c-9d55-be97c82b8ce9-root {
    text-align: center;
  }


#s-3d663a8f-bb90-407c-9d55-be97c82b8ce9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
