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

@media (min-width: 0px) {
[id="s-b98e9d38-81dd-4bc6-b5b4-54ca6ce7a906"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b98e9d38-81dd-4bc6-b5b4-54ca6ce7a906"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b98e9d38-81dd-4bc6-b5b4-54ca6ce7a906"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b98e9d38-81dd-4bc6-b5b4-54ca6ce7a906"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b98e9d38-81dd-4bc6-b5b4-54ca6ce7a906"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b98e9d38-81dd-4bc6-b5b4-54ca6ce7a906"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b98e9d38-81dd-4bc6-b5b4-54ca6ce7a906"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b98e9d38-81dd-4bc6-b5b4-54ca6ce7a906"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-89b53305-eefd-4704-8c14-0479328967ea {
  margin-top: -10%;
padding-left: 40px;
padding-right: 40px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-89b53305-eefd-4704-8c14-0479328967ea {
  padding-left: 13px;
padding-right: 13px;
}
}@media (max-width: 767px){#s-89b53305-eefd-4704-8c14-0479328967ea {
  margin-top: 30px;
margin-bottom: 40px;
padding-left: 13px;
padding-right: 13px;
}
}







#s-89b53305-eefd-4704-8c14-0479328967ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89b53305-eefd-4704-8c14-0479328967ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-1982851f-7fc1-4c04-8fe3-53789883956c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1982851f-7fc1-4c04-8fe3-53789883956c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 58px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-1982851f-7fc1-4c04-8fe3-53789883956c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  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: ;
  font-family: ;
  font-weight: ;
}

.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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-29fb23fd-1db2-418e-b8b2-deab41468003 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-29fb23fd-1db2-418e-b8b2-deab41468003 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-f8864b32-75d7-4260-a703-cf33bfd132b2 {
  text-align: left;
}

#s-ca378005-d79c-46fa-b816-155ec50e1d18 {
  text-align: left;
}

#s-7ce3d173-f5c7-446f-b8c2-ec432266a8ac {
  margin-top: 40px;
margin-bottom: 90px;
padding-top: 90px;
padding-left: 13px;
padding-bottom: 90px;
padding-right: 13px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-7ce3d173-f5c7-446f-b8c2-ec432266a8ac {
  margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 40px;
}
}







#s-7ce3d173-f5c7-446f-b8c2-ec432266a8ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ce3d173-f5c7-446f-b8c2-ec432266a8ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-978a2b3d-986e-460c-aa83-e3bd3b250ae5 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-978a2b3d-986e-460c-aa83-e3bd3b250ae5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-978a2b3d-986e-460c-aa83-e3bd3b250ae5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-978a2b3d-986e-460c-aa83-e3bd3b250ae5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-978a2b3d-986e-460c-aa83-e3bd3b250ae5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-978a2b3d-986e-460c-aa83-e3bd3b250ae5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-65bd3278-df84-49dc-bf43-6980c02a490a {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-65bd3278-df84-49dc-bf43-6980c02a490a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-65bd3278-df84-49dc-bf43-6980c02a490a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


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

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

#s-1315300d-8d61-4adb-8e59-a965ae441295 {
  max-width: 83%;
text-align: center;
}
@media (max-width: 767px){#s-1315300d-8d61-4adb-8e59-a965ae441295 {
  margin-bottom: 20px;
max-width: 60%;
}
}






  img.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
    
    
  }


.s-1315300d-8d61-4adb-8e59-a965ae441295 .shogun-image-content {
  
    align-items: center;
  
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shg-align-container {
  text-align: center
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
    
    
  }


.s-1315300d-8d61-4adb-8e59-a965ae441295 .shogun-image-content {
  
    align-items: center;
  
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shg-align-container {
  text-align: center
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
    
    
  }


.s-1315300d-8d61-4adb-8e59-a965ae441295 .shogun-image-content {
  
    align-items: center;
  
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shg-align-container {
  text-align: center
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
    
    
  }


.s-1315300d-8d61-4adb-8e59-a965ae441295 .shogun-image-content {
  
    align-items: center;
  
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shg-align-container {
  text-align: center
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
    
    
  }


.s-1315300d-8d61-4adb-8e59-a965ae441295 .shogun-image-content {
  
    align-items: center;
  
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shg-align-container {
  text-align: center
}

.s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1315300d-8d61-4adb-8e59-a965ae441295.shogun-image {
  box-sizing: border-box;
}


}
#s-da80c264-83f2-4bcf-b5fb-901ff371c7a3 {
  text-align: left;
}

#s-a08b4fc2-5272-4185-bb21-1cff7c446eff {
  margin-top: 90px;
margin-left: auto;
margin-right: auto;
max-width: 1150px;
}

@media (min-width: 0px) {
[id="s-a08b4fc2-5272-4185-bb21-1cff7c446eff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a08b4fc2-5272-4185-bb21-1cff7c446eff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a08b4fc2-5272-4185-bb21-1cff7c446eff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a08b4fc2-5272-4185-bb21-1cff7c446eff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-834d21a9-8178-4c10-82f7-e75eb752d575 {
  margin-top: 0px;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 26px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-834d21a9-8178-4c10-82f7-e75eb752d575 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 80%;
}
}







#s-834d21a9-8178-4c10-82f7-e75eb752d575 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-834d21a9-8178-4c10-82f7-e75eb752d575.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6410f872-4368-4ef8-ada0-b22bb526c5f3 {
  text-align: center;
}
@media (max-width: 767px){#s-6410f872-4368-4ef8-ada0-b22bb526c5f3 {
  max-width: 80%;
text-align: center;
}
}






  img.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
    
    
  }


.s-6410f872-4368-4ef8-ada0-b22bb526c5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shg-align-container {
  text-align: center
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
    
    
  }


.s-6410f872-4368-4ef8-ada0-b22bb526c5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shg-align-container {
  text-align: center
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
    
    
  }


.s-6410f872-4368-4ef8-ada0-b22bb526c5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shg-align-container {
  text-align: center
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
    
    
  }


.s-6410f872-4368-4ef8-ada0-b22bb526c5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shg-align-container {
  text-align: center
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
    
    
  }


.s-6410f872-4368-4ef8-ada0-b22bb526c5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shg-align-container {
  text-align: center
}

.s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6410f872-4368-4ef8-ada0-b22bb526c5f3.shogun-image {
  box-sizing: border-box;
}


}
#s-4f068dcd-2272-4227-bc62-e02b9d39d6a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f068dcd-2272-4227-bc62-e02b9d39d6a4 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}



#s-3e5ce3a6-3fd2-49df-b409-38f05b2fb73d {
  display: none;
}
#s-dcfc05bd-bcb2-487e-ad2e-c9fee1c77a3b {
  text-align: center;
}

#s-dcfc05bd-bcb2-487e-ad2e-c9fee1c77a3b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dcfc05bd-bcb2-487e-ad2e-c9fee1c77a3b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dcfc05bd-bcb2-487e-ad2e-c9fee1c77a3b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-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: ;
  font-family: ;
}

.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-1f485357-c88e-4bf1-8f43-24409841f70f {
  margin-top: 15px;
padding-top: 4px;
padding-left: 8%;
padding-bottom: 4px;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 500px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1f485357-c88e-4bf1-8f43-24409841f70f:hover {background-color: rgba(253, 189, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f485357-c88e-4bf1-8f43-24409841f70f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f485357-c88e-4bf1-8f43-24409841f70f-btn-wrapper {
    text-align: center;
  }


#s-1f485357-c88e-4bf1-8f43-24409841f70f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f485357-c88e-4bf1-8f43-24409841f70f-btn-wrapper {
    text-align: center;
  }


#s-1f485357-c88e-4bf1-8f43-24409841f70f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f485357-c88e-4bf1-8f43-24409841f70f-btn-wrapper {
    text-align: center;
  }


#s-1f485357-c88e-4bf1-8f43-24409841f70f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f485357-c88e-4bf1-8f43-24409841f70f-btn-wrapper {
    text-align: center;
  }


#s-1f485357-c88e-4bf1-8f43-24409841f70f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f485357-c88e-4bf1-8f43-24409841f70f-btn-wrapper {
    text-align: center;
  }


#s-1f485357-c88e-4bf1-8f43-24409841f70f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-ea38ff27-3e49-4ccf-b94b-7e27746b67cd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 220px;
}








#s-ea38ff27-3e49-4ccf-b94b-7e27746b67cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea38ff27-3e49-4ccf-b94b-7e27746b67cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d8485d6-18c6-4b05-b9d3-12c6fe1dd855 {
  margin-top: 30px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8d8485d6-18c6-4b05-b9d3-12c6fe1dd855"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8d8485d6-18c6-4b05-b9d3-12c6fe1dd855"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8d8485d6-18c6-4b05-b9d3-12c6fe1dd855"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8d8485d6-18c6-4b05-b9d3-12c6fe1dd855"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8d8485d6-18c6-4b05-b9d3-12c6fe1dd855"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d8485d6-18c6-4b05-b9d3-12c6fe1dd855"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8d8485d6-18c6-4b05-b9d3-12c6fe1dd855"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-bf2be15a-b1ee-4340-80af-4ef7f1f53433 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bf2be15a-b1ee-4340-80af-4ef7f1f53433 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c265c9c4-cc04-4624-a9e6-203c35519a3e {
  margin-top: 5px;
max-width: 23px;
text-align: left;
}







  img.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
    
    
  }


.s-c265c9c4-cc04-4624-a9e6-203c35519a3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shg-align-container {
  text-align: left
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
    
    
  }


.s-c265c9c4-cc04-4624-a9e6-203c35519a3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shg-align-container {
  text-align: left
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
    
    
  }


.s-c265c9c4-cc04-4624-a9e6-203c35519a3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shg-align-container {
  text-align: left
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
    
    
  }


.s-c265c9c4-cc04-4624-a9e6-203c35519a3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shg-align-container {
  text-align: left
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
    
    
  }


.s-c265c9c4-cc04-4624-a9e6-203c35519a3e .shogun-image-content {
  
    align-items: center;
  
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shg-align-container {
  text-align: left
}

.s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c265c9c4-cc04-4624-a9e6-203c35519a3e.shogun-image {
  box-sizing: border-box;
}


}
#s-25bc396c-038f-4c31-957b-e0c3f79aaef7 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-25bc396c-038f-4c31-957b-e0c3f79aaef7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-25bc396c-038f-4c31-957b-e0c3f79aaef7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-25bc396c-038f-4c31-957b-e0c3f79aaef7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-25bc396c-038f-4c31-957b-e0c3f79aaef7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-25bc396c-038f-4c31-957b-e0c3f79aaef7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-25bc396c-038f-4c31-957b-e0c3f79aaef7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-25bc396c-038f-4c31-957b-e0c3f79aaef7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-fba3121d-4d54-4f25-b5e2-86d819423588 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fba3121d-4d54-4f25-b5e2-86d819423588 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-fba287c6-894c-4409-9053-22b5fe66e139 {
  margin-top: 5px;
max-width: 15px;
text-align: left;
}







  img.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
    
    
  }


.s-fba287c6-894c-4409-9053-22b5fe66e139 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shg-align-container {
  text-align: left
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
    
    
  }


.s-fba287c6-894c-4409-9053-22b5fe66e139 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shg-align-container {
  text-align: left
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
    
    
  }


.s-fba287c6-894c-4409-9053-22b5fe66e139 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shg-align-container {
  text-align: left
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
    
    
  }


.s-fba287c6-894c-4409-9053-22b5fe66e139 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shg-align-container {
  text-align: left
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
    
    
  }


.s-fba287c6-894c-4409-9053-22b5fe66e139 .shogun-image-content {
  
    align-items: center;
  
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shg-align-container {
  text-align: left
}

.s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba287c6-894c-4409-9053-22b5fe66e139.shogun-image {
  box-sizing: border-box;
}


}
#s-54433420-cba6-4b22-a890-061ba5ce7525 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-54433420-cba6-4b22-a890-061ba5ce7525"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-54433420-cba6-4b22-a890-061ba5ce7525"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-54433420-cba6-4b22-a890-061ba5ce7525"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-54433420-cba6-4b22-a890-061ba5ce7525"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-54433420-cba6-4b22-a890-061ba5ce7525"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-54433420-cba6-4b22-a890-061ba5ce7525"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-54433420-cba6-4b22-a890-061ba5ce7525"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-6f1b99c6-7458-4fd3-a0f4-ac3153fa5c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f1b99c6-7458-4fd3-a0f4-ac3153fa5c3c .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3 {
  margin-top: 5px;
max-width: 15px;
text-align: left;
}







  img.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
    
    
  }


.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shg-align-container {
  text-align: left
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
    
    
  }


.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shg-align-container {
  text-align: left
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
    
    
  }


.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shg-align-container {
  text-align: left
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
    
    
  }


.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shg-align-container {
  text-align: left
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
    
    
  }


.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shg-align-container {
  text-align: left
}

.s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7162c9f-7f67-44e0-bd5f-59c3318da1a3.shogun-image {
  box-sizing: border-box;
}


}
#s-a4de1f8c-7abe-4781-ad41-7fe7764f9bed {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a4de1f8c-7abe-4781-ad41-7fe7764f9bed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a4de1f8c-7abe-4781-ad41-7fe7764f9bed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a4de1f8c-7abe-4781-ad41-7fe7764f9bed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a4de1f8c-7abe-4781-ad41-7fe7764f9bed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a4de1f8c-7abe-4781-ad41-7fe7764f9bed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4de1f8c-7abe-4781-ad41-7fe7764f9bed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a4de1f8c-7abe-4781-ad41-7fe7764f9bed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-52da7cc9-1752-4d2c-b9b3-a6d785ba827c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-52da7cc9-1752-4d2c-b9b3-a6d785ba827c .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5f104686-a495-4109-b2e9-db316ca8a89e {
  margin-top: 5px;
max-width: 23px;
text-align: left;
}







  img.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
    
    
  }


.s-5f104686-a495-4109-b2e9-db316ca8a89e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shg-align-container {
  text-align: left
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
    
    
  }


.s-5f104686-a495-4109-b2e9-db316ca8a89e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shg-align-container {
  text-align: left
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
    
    
  }


.s-5f104686-a495-4109-b2e9-db316ca8a89e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shg-align-container {
  text-align: left
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
    
    
  }


.s-5f104686-a495-4109-b2e9-db316ca8a89e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shg-align-container {
  text-align: left
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
    
    
  }


.s-5f104686-a495-4109-b2e9-db316ca8a89e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shg-align-container {
  text-align: left
}

.s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f104686-a495-4109-b2e9-db316ca8a89e.shogun-image {
  box-sizing: border-box;
}


}
#s-3e6c0db6-69c5-435d-ab6e-6ecbc897aa6e {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3e6c0db6-69c5-435d-ab6e-6ecbc897aa6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3e6c0db6-69c5-435d-ab6e-6ecbc897aa6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3e6c0db6-69c5-435d-ab6e-6ecbc897aa6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3e6c0db6-69c5-435d-ab6e-6ecbc897aa6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3e6c0db6-69c5-435d-ab6e-6ecbc897aa6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e6c0db6-69c5-435d-ab6e-6ecbc897aa6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3e6c0db6-69c5-435d-ab6e-6ecbc897aa6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-b426cf9d-df45-4b36-afc3-777498b9109f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b426cf9d-df45-4b36-afc3-777498b9109f .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c827d211-95ef-4b4b-a558-b96adeec9773 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c827d211-95ef-4b4b-a558-b96adeec9773 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-147dab88-f6d2-4028-a0f6-fc9ec843bbe6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 26px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-147dab88-f6d2-4028-a0f6-fc9ec843bbe6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 80%;
}
}







#s-147dab88-f6d2-4028-a0f6-fc9ec843bbe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-147dab88-f6d2-4028-a0f6-fc9ec843bbe6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01c3d232-c0d0-4819-9e2d-66ee8dc85e5e {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 {
  text-align: left;
}
@media (max-width: 767px){#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}


.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 {
  max-width:  100%;
}

.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 .shg-image-zoom,
.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aeac236-dc2b-4888-bd08-d946166fe9c3 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-c3cbfa36-363e-4b2c-93de-796d571db662 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3cbfa36-363e-4b2c-93de-796d571db662 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-c3cbfa36-363e-4b2c-93de-796d571db662 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-f476cb8f-aaf5-4748-82f2-fdfeade7e9eb {
  text-align: center;
}

#s-f476cb8f-aaf5-4748-82f2-fdfeade7e9eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f476cb8f-aaf5-4748-82f2-fdfeade7e9eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f476cb8f-aaf5-4748-82f2-fdfeade7e9eb .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-53e4e42f-4a78-44e8-8195-a29d42644045 {
  margin-top: 15px;
padding-top: 4px;
padding-left: 8%;
padding-bottom: 4px;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 500px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-53e4e42f-4a78-44e8-8195-a29d42644045:hover {background-color: rgba(253, 189, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53e4e42f-4a78-44e8-8195-a29d42644045:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-53e4e42f-4a78-44e8-8195-a29d42644045-btn-wrapper {
    text-align: center;
  }


#s-53e4e42f-4a78-44e8-8195-a29d42644045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53e4e42f-4a78-44e8-8195-a29d42644045-btn-wrapper {
    text-align: center;
  }


#s-53e4e42f-4a78-44e8-8195-a29d42644045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53e4e42f-4a78-44e8-8195-a29d42644045-btn-wrapper {
    text-align: center;
  }


#s-53e4e42f-4a78-44e8-8195-a29d42644045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53e4e42f-4a78-44e8-8195-a29d42644045-btn-wrapper {
    text-align: center;
  }


#s-53e4e42f-4a78-44e8-8195-a29d42644045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53e4e42f-4a78-44e8-8195-a29d42644045-btn-wrapper {
    text-align: center;
  }


#s-53e4e42f-4a78-44e8-8195-a29d42644045.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-0c0378dd-bf76-4ba3-9596-92ef819834ce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 220px;
}








#s-0c0378dd-bf76-4ba3-9596-92ef819834ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c0378dd-bf76-4ba3-9596-92ef819834ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbbfec79-8d46-4f9e-9d67-78245c0407fe {
  margin-top: 30px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bbbfec79-8d46-4f9e-9d67-78245c0407fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bbbfec79-8d46-4f9e-9d67-78245c0407fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bbbfec79-8d46-4f9e-9d67-78245c0407fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bbbfec79-8d46-4f9e-9d67-78245c0407fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bbbfec79-8d46-4f9e-9d67-78245c0407fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbbfec79-8d46-4f9e-9d67-78245c0407fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bbbfec79-8d46-4f9e-9d67-78245c0407fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-9ed3c502-b8c2-45be-aa8b-dd734766f4b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9ed3c502-b8c2-45be-aa8b-dd734766f4b3 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a8c54973-7950-4b1a-b438-a6d026237a61 {
  margin-top: 5px;
max-width: 23px;
text-align: left;
}







  img.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
    
    
  }


.s-a8c54973-7950-4b1a-b438-a6d026237a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shg-align-container {
  text-align: left
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
    
    
  }


.s-a8c54973-7950-4b1a-b438-a6d026237a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shg-align-container {
  text-align: left
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
    
    
  }


.s-a8c54973-7950-4b1a-b438-a6d026237a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shg-align-container {
  text-align: left
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
    
    
  }


.s-a8c54973-7950-4b1a-b438-a6d026237a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shg-align-container {
  text-align: left
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
    
    
  }


.s-a8c54973-7950-4b1a-b438-a6d026237a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shg-align-container {
  text-align: left
}

.s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c54973-7950-4b1a-b438-a6d026237a61.shogun-image {
  box-sizing: border-box;
}


}
#s-c3aa8455-dce6-4189-9941-3f630dc48176 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c3aa8455-dce6-4189-9941-3f630dc48176"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c3aa8455-dce6-4189-9941-3f630dc48176"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c3aa8455-dce6-4189-9941-3f630dc48176"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c3aa8455-dce6-4189-9941-3f630dc48176"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c3aa8455-dce6-4189-9941-3f630dc48176"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3aa8455-dce6-4189-9941-3f630dc48176"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c3aa8455-dce6-4189-9941-3f630dc48176"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-28a58c8a-544c-4646-84f8-097ad700e4af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28a58c8a-544c-4646-84f8-097ad700e4af .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0bcd6c3e-ea92-4f77-81ad-d904213df498 {
  margin-top: 5px;
max-width: 23px;
text-align: left;
}







  img.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
    
    
  }


.s-0bcd6c3e-ea92-4f77-81ad-d904213df498 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shg-align-container {
  text-align: left
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
    
    
  }


.s-0bcd6c3e-ea92-4f77-81ad-d904213df498 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shg-align-container {
  text-align: left
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
    
    
  }


.s-0bcd6c3e-ea92-4f77-81ad-d904213df498 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shg-align-container {
  text-align: left
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
    
    
  }


.s-0bcd6c3e-ea92-4f77-81ad-d904213df498 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shg-align-container {
  text-align: left
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
    
    
  }


.s-0bcd6c3e-ea92-4f77-81ad-d904213df498 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shg-align-container {
  text-align: left
}

.s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bcd6c3e-ea92-4f77-81ad-d904213df498.shogun-image {
  box-sizing: border-box;
}


}
#s-1ffec046-c94e-4ac2-bb05-0990caa8b382 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1ffec046-c94e-4ac2-bb05-0990caa8b382"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1ffec046-c94e-4ac2-bb05-0990caa8b382"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1ffec046-c94e-4ac2-bb05-0990caa8b382"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1ffec046-c94e-4ac2-bb05-0990caa8b382"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1ffec046-c94e-4ac2-bb05-0990caa8b382"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ffec046-c94e-4ac2-bb05-0990caa8b382"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1ffec046-c94e-4ac2-bb05-0990caa8b382"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-e6d95767-01a5-47bf-8e46-d792e70b869a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6d95767-01a5-47bf-8e46-d792e70b869a .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-be979408-3404-4e01-9ef1-d317547a3df3 {
  margin-top: 5px;
max-width: 15px;
text-align: left;
}







  img.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
    
    
  }


.s-be979408-3404-4e01-9ef1-d317547a3df3 .shogun-image-content {
  
    align-items: center;
  
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shg-align-container {
  text-align: left
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
    
    
  }


.s-be979408-3404-4e01-9ef1-d317547a3df3 .shogun-image-content {
  
    align-items: center;
  
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shg-align-container {
  text-align: left
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
    
    
  }


.s-be979408-3404-4e01-9ef1-d317547a3df3 .shogun-image-content {
  
    align-items: center;
  
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shg-align-container {
  text-align: left
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
    
    
  }


.s-be979408-3404-4e01-9ef1-d317547a3df3 .shogun-image-content {
  
    align-items: center;
  
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shg-align-container {
  text-align: left
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
    
    
  }


.s-be979408-3404-4e01-9ef1-d317547a3df3 .shogun-image-content {
  
    align-items: center;
  
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shg-align-container {
  text-align: left
}

.s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be979408-3404-4e01-9ef1-d317547a3df3.shogun-image {
  box-sizing: border-box;
}


}
#s-19c110d4-85fe-4322-afe4-8b1804f2b9f2 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-19c110d4-85fe-4322-afe4-8b1804f2b9f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-19c110d4-85fe-4322-afe4-8b1804f2b9f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-19c110d4-85fe-4322-afe4-8b1804f2b9f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-19c110d4-85fe-4322-afe4-8b1804f2b9f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-19c110d4-85fe-4322-afe4-8b1804f2b9f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-19c110d4-85fe-4322-afe4-8b1804f2b9f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-19c110d4-85fe-4322-afe4-8b1804f2b9f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-999e1744-a557-45dc-9787-cec2f5b828ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-999e1744-a557-45dc-9787-cec2f5b828ad .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5 {
  margin-top: 5px;
max-width: 23px;
text-align: left;
}







  img.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
    
    
  }


.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shg-align-container {
  text-align: left
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
    
    
  }


.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shg-align-container {
  text-align: left
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
    
    
  }


.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shg-align-container {
  text-align: left
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
    
    
  }


.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shg-align-container {
  text-align: left
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
    
    
  }


.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shg-align-container {
  text-align: left
}

.s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3cea0d5-9a64-48b2-901e-c4961bf6e9b5.shogun-image {
  box-sizing: border-box;
}


}
#s-7084badb-d124-47e2-a893-ff2cd549eafd {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7084badb-d124-47e2-a893-ff2cd549eafd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7084badb-d124-47e2-a893-ff2cd549eafd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7084badb-d124-47e2-a893-ff2cd549eafd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7084badb-d124-47e2-a893-ff2cd549eafd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7084badb-d124-47e2-a893-ff2cd549eafd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7084badb-d124-47e2-a893-ff2cd549eafd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7084badb-d124-47e2-a893-ff2cd549eafd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-2524d2ea-0cbe-4be9-ae26-f729be4bc609 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2524d2ea-0cbe-4be9-ae26-f729be4bc609 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-13777511-bf8b-4a27-ab09-2c416b1d714d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13777511-bf8b-4a27-ab09-2c416b1d714d .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d7cb23bc-8ad6-4f0d-9a57-091c61973f4d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 26px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d7cb23bc-8ad6-4f0d-9a57-091c61973f4d {
  margin-left: 10%;
margin-right: 10%;
padding-left: 20px;
padding-right: 20px;
max-width: 80%;
}
}







#s-d7cb23bc-8ad6-4f0d-9a57-091c61973f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7cb23bc-8ad6-4f0d-9a57-091c61973f4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af51a61f-f8a0-4e84-afd2-440cea50731a {
  display: none;
}
#s-7dd42885-12ce-468d-9036-476728bff103 {
  text-align: center;
}



.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 {
  max-width:  100%;
}

.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 .shg-image-zoom,
.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dd42885-12ce-468d-9036-476728bff103 img.shogun-image {
  width: 100%;
}



}
#s-fd0d0af6-78c9-40bc-8be0-cb53e2194df5 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-fd0d0af6-78c9-40bc-8be0-cb53e2194df5 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2d76a176-8126-4575-b39f-e2cb9ca176c0 {
  text-align: center;
}

#s-2d76a176-8126-4575-b39f-e2cb9ca176c0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d76a176-8126-4575-b39f-e2cb9ca176c0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d76a176-8126-4575-b39f-e2cb9ca176c0 .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-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d {
  margin-top: 15px;
padding-top: 4px;
padding-left: 8%;
padding-bottom: 4px;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 500px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d:hover {background-color: rgba(253, 189, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d-btn-wrapper {
    text-align: center;
  }


#s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d-btn-wrapper {
    text-align: center;
  }


#s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d-btn-wrapper {
    text-align: center;
  }


#s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d-btn-wrapper {
    text-align: center;
  }


#s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d-btn-wrapper {
    text-align: center;
  }


#s-87ac76f8-40fa-4bdc-a1ce-419a64fc3e2d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-0a1827b3-61f5-43f0-bc80-c86c37faa1f1 {
  text-align: left;
}

#s-bdc5e4ef-7b6d-4463-9e0b-3befd1767fc9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 220px;
}








#s-bdc5e4ef-7b6d-4463-9e0b-3befd1767fc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdc5e4ef-7b6d-4463-9e0b-3befd1767fc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b23e231-6a90-48cd-a5bf-6eab06b0a78d {
  margin-top: 30px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6b23e231-6a90-48cd-a5bf-6eab06b0a78d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6b23e231-6a90-48cd-a5bf-6eab06b0a78d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6b23e231-6a90-48cd-a5bf-6eab06b0a78d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6b23e231-6a90-48cd-a5bf-6eab06b0a78d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6b23e231-6a90-48cd-a5bf-6eab06b0a78d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b23e231-6a90-48cd-a5bf-6eab06b0a78d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6b23e231-6a90-48cd-a5bf-6eab06b0a78d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-cd17a075-87fa-4fbc-be94-e8ebf5f82a7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd17a075-87fa-4fbc-be94-e8ebf5f82a7f .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-547f9cd7-b971-4cef-86b1-56e52a0294d0 {
  margin-top: 5px;
max-width: 23px;
text-align: left;
}







  img.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
    
    
  }


.s-547f9cd7-b971-4cef-86b1-56e52a0294d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shg-align-container {
  text-align: left
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
    
    
  }


.s-547f9cd7-b971-4cef-86b1-56e52a0294d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shg-align-container {
  text-align: left
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
    
    
  }


.s-547f9cd7-b971-4cef-86b1-56e52a0294d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shg-align-container {
  text-align: left
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
    
    
  }


.s-547f9cd7-b971-4cef-86b1-56e52a0294d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shg-align-container {
  text-align: left
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
    
    
  }


.s-547f9cd7-b971-4cef-86b1-56e52a0294d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shg-align-container {
  text-align: left
}

.s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-547f9cd7-b971-4cef-86b1-56e52a0294d0.shogun-image {
  box-sizing: border-box;
}


}
#s-56d6cc11-00f8-431f-9203-ea6cc43a0359 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-56d6cc11-00f8-431f-9203-ea6cc43a0359"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-56d6cc11-00f8-431f-9203-ea6cc43a0359"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-56d6cc11-00f8-431f-9203-ea6cc43a0359"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-56d6cc11-00f8-431f-9203-ea6cc43a0359"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-56d6cc11-00f8-431f-9203-ea6cc43a0359"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-56d6cc11-00f8-431f-9203-ea6cc43a0359"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-56d6cc11-00f8-431f-9203-ea6cc43a0359"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-c8c6e314-aa4d-445c-a0d3-fcfd72b7c5c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8c6e314-aa4d-445c-a0d3-fcfd72b7c5c2 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-adb983ac-aeaf-4720-948a-69dc47aedd02 {
  margin-top: 5px;
max-width: 23px;
text-align: left;
}







  img.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
    
    
  }


.s-adb983ac-aeaf-4720-948a-69dc47aedd02 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shg-align-container {
  text-align: left
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
    
    
  }


.s-adb983ac-aeaf-4720-948a-69dc47aedd02 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shg-align-container {
  text-align: left
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
  box-sizing: border-box;
}


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





  img.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
    
    
  }


.s-adb983ac-aeaf-4720-948a-69dc47aedd02 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shg-align-container {
  text-align: left
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
  box-sizing: border-box;
}


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





  img.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
    
    
  }


.s-adb983ac-aeaf-4720-948a-69dc47aedd02 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shg-align-container {
  text-align: left
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
  box-sizing: border-box;
}


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





  img.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
    
    
  }


.s-adb983ac-aeaf-4720-948a-69dc47aedd02 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shg-align-container {
  text-align: left
}

.s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb983ac-aeaf-4720-948a-69dc47aedd02.shogun-image {
  box-sizing: border-box;
}


}
#s-99ecb302-eebe-439f-bd18-b0c4803f9493 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-99ecb302-eebe-439f-bd18-b0c4803f9493"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-99ecb302-eebe-439f-bd18-b0c4803f9493"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99ecb302-eebe-439f-bd18-b0c4803f9493"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-99ecb302-eebe-439f-bd18-b0c4803f9493"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99ecb302-eebe-439f-bd18-b0c4803f9493"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-99ecb302-eebe-439f-bd18-b0c4803f9493"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99ecb302-eebe-439f-bd18-b0c4803f9493"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-ad01a51e-f9a7-4fd9-ad73-08f59a697d85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad01a51e-f9a7-4fd9-ad73-08f59a697d85 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-59e0b27c-638e-4e83-99f2-34d2611c7b9b {
  margin-top: 5px;
max-width: 23px;
text-align: left;
}







  img.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
    
    
  }


.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b .shogun-image-content {
  
    align-items: center;
  
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shg-align-container {
  text-align: left
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
    
    
  }


.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b .shogun-image-content {
  
    align-items: center;
  
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shg-align-container {
  text-align: left
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
    
    
  }


.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b .shogun-image-content {
  
    align-items: center;
  
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shg-align-container {
  text-align: left
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
    
    
  }


.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b .shogun-image-content {
  
    align-items: center;
  
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shg-align-container {
  text-align: left
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
    
    
  }


.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b .shogun-image-content {
  
    align-items: center;
  
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shg-align-container {
  text-align: left
}

.s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59e0b27c-638e-4e83-99f2-34d2611c7b9b.shogun-image {
  box-sizing: border-box;
}


}
#s-9ab78928-28dd-4f46-8068-077e2f31eed3 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9ab78928-28dd-4f46-8068-077e2f31eed3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9ab78928-28dd-4f46-8068-077e2f31eed3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ab78928-28dd-4f46-8068-077e2f31eed3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9ab78928-28dd-4f46-8068-077e2f31eed3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ab78928-28dd-4f46-8068-077e2f31eed3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ab78928-28dd-4f46-8068-077e2f31eed3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ab78928-28dd-4f46-8068-077e2f31eed3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-050d86fe-f581-4b69-8dc7-3ef25239573b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-050d86fe-f581-4b69-8dc7-3ef25239573b .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8358c349-b5af-4428-8d88-846a6c837964 {
  margin-top: 5px;
max-width: 23px;
text-align: left;
}







  img.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
    
    
  }


.s-8358c349-b5af-4428-8d88-846a6c837964 .shogun-image-content {
  
    align-items: center;
  
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shg-align-container {
  text-align: left
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
    
    
  }


.s-8358c349-b5af-4428-8d88-846a6c837964 .shogun-image-content {
  
    align-items: center;
  
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shg-align-container {
  text-align: left
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
    
    
  }


.s-8358c349-b5af-4428-8d88-846a6c837964 .shogun-image-content {
  
    align-items: center;
  
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shg-align-container {
  text-align: left
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
    
    
  }


.s-8358c349-b5af-4428-8d88-846a6c837964 .shogun-image-content {
  
    align-items: center;
  
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shg-align-container {
  text-align: left
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
    
    
  }


.s-8358c349-b5af-4428-8d88-846a6c837964 .shogun-image-content {
  
    align-items: center;
  
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shg-align-container {
  text-align: left
}

.s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8358c349-b5af-4428-8d88-846a6c837964.shogun-image {
  box-sizing: border-box;
}


}
#s-0701649d-08f6-462e-8def-9c05016430d8 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0701649d-08f6-462e-8def-9c05016430d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0701649d-08f6-462e-8def-9c05016430d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0701649d-08f6-462e-8def-9c05016430d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0701649d-08f6-462e-8def-9c05016430d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0701649d-08f6-462e-8def-9c05016430d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0701649d-08f6-462e-8def-9c05016430d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0701649d-08f6-462e-8def-9c05016430d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-448b1c81-f27f-4b7b-b9ce-94f2736f03d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-448b1c81-f27f-4b7b-b9ce-94f2736f03d7 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-081b06f4-f2c5-49b9-a875-3671d87fe7fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-081b06f4-f2c5-49b9-a875-3671d87fe7fe .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-73892cd8-57a9-4686-9f69-0569f800ae11 {
  margin-top: 90px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-73892cd8-57a9-4686-9f69-0569f800ae11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73892cd8-57a9-4686-9f69-0569f800ae11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73892cd8-57a9-4686-9f69-0569f800ae11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73892cd8-57a9-4686-9f69-0569f800ae11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-73892cd8-57a9-4686-9f69-0569f800ae11"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9ed9dce9-6aba-4905-ae01-3a28251046f8 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 300px;
text-align: left;
}
@media (max-width: 767px){#s-9ed9dce9-6aba-4905-ae01-3a28251046f8 {
  margin-top: 0%;
}
}
#s-9ed9dce9-6aba-4905-ae01-3a28251046f8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-9ed9dce9-6aba-4905-ae01-3a28251046f8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2 {
  max-width: 95%;
text-align: center;
}
@media (max-width: 767px){#s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2 {
  margin-bottom: 20px;
max-width: 60%;
}
}






  img.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
    
    
  }


.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shg-align-container {
  text-align: center
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
    
    
  }


.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shg-align-container {
  text-align: center
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
    
    
  }


.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shg-align-container {
  text-align: center
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
    
    
  }


.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shg-align-container {
  text-align: center
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
    
    
  }


.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shg-align-container {
  text-align: center
}

.s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2cfbeaa-334d-4bc6-98c3-a21784a273a2.shogun-image {
  box-sizing: border-box;
}


}
#s-0aaf19f2-f043-4f5d-8ba4-b9a8e2f9992d {
  margin-top: 90px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0aaf19f2-f043-4f5d-8ba4-b9a8e2f9992d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0aaf19f2-f043-4f5d-8ba4-b9a8e2f9992d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0aaf19f2-f043-4f5d-8ba4-b9a8e2f9992d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0aaf19f2-f043-4f5d-8ba4-b9a8e2f9992d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0aaf19f2-f043-4f5d-8ba4-b9a8e2f9992d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0aaf19f2-f043-4f5d-8ba4-b9a8e2f9992d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0aaf19f2-f043-4f5d-8ba4-b9a8e2f9992d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9819af76-4f14-4838-a632-048abdf272a1 {
  text-align: left;
}

#s-b63b0abb-a7e4-4648-a2d1-ffa7ba70d80f {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b63b0abb-a7e4-4648-a2d1-ffa7ba70d80f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-b63b0abb-a7e4-4648-a2d1-ffa7ba70d80f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-25de80cc-d8a4-477f-b519-14922faf0656 {
  margin-top: 90px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-25de80cc-d8a4-477f-b519-14922faf0656"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25de80cc-d8a4-477f-b519-14922faf0656"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25de80cc-d8a4-477f-b519-14922faf0656"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25de80cc-d8a4-477f-b519-14922faf0656"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-25de80cc-d8a4-477f-b519-14922faf0656"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b2019aee-6efa-4083-a6d0-99e21e0223d6 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2019aee-6efa-4083-a6d0-99e21e0223d6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-b2019aee-6efa-4083-a6d0-99e21e0223d6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-d459f8f5-9937-4d8c-afdb-3c610f585bf2 {
  text-align: left;
}

#s-b38f54b2-3d44-420e-a074-d1a9e7843ffe {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
min-height: 50px;
max-width: 1350px;
}
@media (max-width: 767px){#s-b38f54b2-3d44-420e-a074-d1a9e7843ffe {
  margin-bottom: 40px;
padding-left: 13px;
padding-right: 13px;
}
}







#s-b38f54b2-3d44-420e-a074-d1a9e7843ffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b38f54b2-3d44-420e-a074-d1a9e7843ffe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74761b94-6138-4a9c-bf7e-3223e693d492 {
  text-align: left;
}

#s-0cf69217-79fa-42b0-aff8-9aab7866a9c6 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-0cf69217-79fa-42b0-aff8-9aab7866a9c6 {
  padding-left: 13px;
padding-right: 13px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cf69217-79fa-42b0-aff8-9aab7866a9c6 {
  padding-left: 13px;
padding-right: 13px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cf69217-79fa-42b0-aff8-9aab7866a9c6 {
  padding-left: 13px;
padding-right: 13px;
}
}@media (max-width: 767px){#s-0cf69217-79fa-42b0-aff8-9aab7866a9c6 {
  padding-left: 13px;
padding-right: 13px;
}
}







#s-0cf69217-79fa-42b0-aff8-9aab7866a9c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cf69217-79fa-42b0-aff8-9aab7866a9c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0913124-930b-412f-8dd5-70a4c9e805b4 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b0913124-930b-412f-8dd5-70a4c9e805b4 {
  margin-top: 10px;
}
}
#s-b0913124-930b-412f-8dd5-70a4c9e805b4 .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-b0913124-930b-412f-8dd5-70a4c9e805b4 .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-8d60160f-543b-4fed-bf06-3c68d4f41b0b {
  margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8d60160f-543b-4fed-bf06-3c68d4f41b0b {
  margin-top: 10px;
}
}
#s-8d60160f-543b-4fed-bf06-3c68d4f41b0b .shogun-heading-component h3 {
  color: rgba(147, 143, 143, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-b4d153c2-ac20-4f05-9f4d-f24284c33746 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 400px;
text-align: left;
}

#s-b4d153c2-ac20-4f05-9f4d-f24284c33746 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.45em;
  
  text-align: left;
}


@media (max-width: 767px){#s-b4d153c2-ac20-4f05-9f4d-f24284c33746 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.45em;
  
  text-align: left;
}


}
#s-8cd04270-4d8e-4887-b7e8-d523a0068926 {
  text-align: center;
}







  img.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
    
    
  }


.s-8cd04270-4d8e-4887-b7e8-d523a0068926 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shg-align-container {
  text-align: center
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
    
    
  }


.s-8cd04270-4d8e-4887-b7e8-d523a0068926 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shg-align-container {
  text-align: center
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
    
    
  }


.s-8cd04270-4d8e-4887-b7e8-d523a0068926 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shg-align-container {
  text-align: center
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
    
    
  }


.s-8cd04270-4d8e-4887-b7e8-d523a0068926 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shg-align-container {
  text-align: center
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
    
    
  }


.s-8cd04270-4d8e-4887-b7e8-d523a0068926 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shg-align-container {
  text-align: center
}

.s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd04270-4d8e-4887-b7e8-d523a0068926.shogun-image {
  box-sizing: border-box;
}


}
#s-79b302e3-bda9-457a-8888-f8b099552763 {
  margin-top: 10px;
text-align: left;
}
@media (max-width: 767px){#s-79b302e3-bda9-457a-8888-f8b099552763 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}
#s-04367d3a-93c9-4833-a809-f5f5e91d0eca {
  min-height: 50px;
}








#s-04367d3a-93c9-4833-a809-f5f5e91d0eca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04367d3a-93c9-4833-a809-f5f5e91d0eca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b487f84d-f8eb-4175-8e27-4978e0d0b0df {
  margin-top: 90px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-b487f84d-f8eb-4175-8e27-4978e0d0b0df {
  margin-top: 40px;
margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-b487f84d-f8eb-4175-8e27-4978e0d0b0df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b487f84d-f8eb-4175-8e27-4978e0d0b0df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b487f84d-f8eb-4175-8e27-4978e0d0b0df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b487f84d-f8eb-4175-8e27-4978e0d0b0df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b487f84d-f8eb-4175-8e27-4978e0d0b0df"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ece5ae65-0cde-4ab7-8fdf-466fd3f90bea {
  padding-left: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-ece5ae65-0cde-4ab7-8fdf-466fd3f90bea {
  padding-top: 24px;
padding-left: 14px;
padding-bottom: 24px;
padding-right: 14px;
}
}







#s-ece5ae65-0cde-4ab7-8fdf-466fd3f90bea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ece5ae65-0cde-4ab7-8fdf-466fd3f90bea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-976b584b-6300-46de-b469-1fb7727383d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-976b584b-6300-46de-b469-1fb7727383d3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-976b584b-6300-46de-b469-1fb7727383d3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-13a8740f-2b7c-48c6-b136-0d808cd1b2cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13a8740f-2b7c-48c6-b136-0d808cd1b2cb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-13a8740f-2b7c-48c6-b136-0d808cd1b2cb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-008509eb-62d8-4020-a3b8-8fcb77e6bd0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-008509eb-62d8-4020-a3b8-8fcb77e6bd0e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.45em;
  
  text-align: left;
}


@media (max-width: 767px){#s-008509eb-62d8-4020-a3b8-8fcb77e6bd0e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-18437312-af15-41fb-9cd3-03cdc6c7d9fe {
  text-align: center;
}







  img.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
    
    
  }


.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shg-align-container {
  text-align: center
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
    
    
  }


.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shg-align-container {
  text-align: center
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
    
    
  }


.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shg-align-container {
  text-align: center
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
    
    
  }


.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shg-align-container {
  text-align: center
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
    
    
  }


.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shg-align-container {
  text-align: center
}

.s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18437312-af15-41fb-9cd3-03cdc6c7d9fe.shogun-image {
  box-sizing: border-box;
}


}
#s-51d29370-671b-44a2-a83f-22534e450620 {
  margin-bottom: 90px;
text-align: center;
}
@media (max-width: 767px){#s-51d29370-671b-44a2-a83f-22534e450620 {
  margin-bottom: 40px;
}
}






  img.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
    
    
  }


.s-51d29370-671b-44a2-a83f-22534e450620 .shogun-image-content {
  
    align-items: center;
  
}

.s-51d29370-671b-44a2-a83f-22534e450620.shg-align-container {
  text-align: center
}

.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
    
    
  }


.s-51d29370-671b-44a2-a83f-22534e450620 .shogun-image-content {
  
    align-items: center;
  
}

.s-51d29370-671b-44a2-a83f-22534e450620.shg-align-container {
  text-align: center
}

.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
  box-sizing: border-box;
}


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





  img.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
    
    
  }


.s-51d29370-671b-44a2-a83f-22534e450620 .shogun-image-content {
  
    align-items: center;
  
}

.s-51d29370-671b-44a2-a83f-22534e450620.shg-align-container {
  text-align: center
}

.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
  box-sizing: border-box;
}


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





  img.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
    
    
  }


.s-51d29370-671b-44a2-a83f-22534e450620 .shogun-image-content {
  
    align-items: center;
  
}

.s-51d29370-671b-44a2-a83f-22534e450620.shg-align-container {
  text-align: center
}

.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
  box-sizing: border-box;
}


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





  img.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
    
    
  }


.s-51d29370-671b-44a2-a83f-22534e450620 .shogun-image-content {
  
    align-items: center;
  
}

.s-51d29370-671b-44a2-a83f-22534e450620.shg-align-container {
  text-align: center
}

.s-51d29370-671b-44a2-a83f-22534e450620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d29370-671b-44a2-a83f-22534e450620.shogun-image {
  box-sizing: border-box;
}


}
#s-f26b342f-0dc2-4a3e-8297-4482b97e3e93 {
  margin-bottom: 90px;
padding-top: 90px;
padding-left: 13px;
padding-bottom: 90px;
padding-right: 13px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-f26b342f-0dc2-4a3e-8297-4482b97e3e93 {
  margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 40px;
}
}







#s-f26b342f-0dc2-4a3e-8297-4482b97e3e93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f26b342f-0dc2-4a3e-8297-4482b97e3e93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-056ed384-3a63-43b4-a26f-27382ebc3acf {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-056ed384-3a63-43b4-a26f-27382ebc3acf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-056ed384-3a63-43b4-a26f-27382ebc3acf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-056ed384-3a63-43b4-a26f-27382ebc3acf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-056ed384-3a63-43b4-a26f-27382ebc3acf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-056ed384-3a63-43b4-a26f-27382ebc3acf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-056ed384-3a63-43b4-a26f-27382ebc3acf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-056ed384-3a63-43b4-a26f-27382ebc3acf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-056ed384-3a63-43b4-a26f-27382ebc3acf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e5b03c76-9683-409b-92dd-d2a097bfcd2f {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e5b03c76-9683-409b-92dd-d2a097bfcd2f {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-e5b03c76-9683-409b-92dd-d2a097bfcd2f .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e5b03c76-9683-409b-92dd-d2a097bfcd2f .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-d02e1469-5070-45d3-b504-e5b7affcf4c6 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d02e1469-5070-45d3-b504-e5b7affcf4c6 {
  margin-top: 10px;
}
}
#s-d02e1469-5070-45d3-b504-e5b7affcf4c6 .shogun-heading-component h6 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.6em;
  
  text-align: left;
}


@media (max-width: 767px){#s-d02e1469-5070-45d3-b504-e5b7affcf4c6 .shogun-heading-component h6 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.6em;
  
  text-align: left;
}


}
#s-90dc1b1b-cf12-46b1-bd1b-8b2a9a63022d {
  margin-top: 30px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-90dc1b1b-cf12-46b1-bd1b-8b2a9a63022d {
  margin-bottom: 10px;
}
}
#s-90dc1b1b-cf12-46b1-bd1b-8b2a9a63022d .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-90dc1b1b-cf12-46b1-bd1b-8b2a9a63022d .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-ca76c0d2-ef97-45c3-b94f-db76f063cae4 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ca76c0d2-ef97-45c3-b94f-db76f063cae4 {
  margin-top: 10px;
}
}
#s-ca76c0d2-ef97-45c3-b94f-db76f063cae4 .shogun-heading-component h6 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.6em;
  
  text-align: left;
}


@media (max-width: 767px){#s-ca76c0d2-ef97-45c3-b94f-db76f063cae4 .shogun-heading-component h6 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.6em;
  
  text-align: left;
}


}
#s-70f1c654-cc72-4bb5-aeec-b91027ba0a55 {
  margin-top: 30px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-70f1c654-cc72-4bb5-aeec-b91027ba0a55 {
  margin-top: 20px;
margin-bottom: 10px;
}
}
#s-70f1c654-cc72-4bb5-aeec-b91027ba0a55 .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-70f1c654-cc72-4bb5-aeec-b91027ba0a55 .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-8d030d3b-a6b8-427b-9b10-07acd1af5d0e {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8d030d3b-a6b8-427b-9b10-07acd1af5d0e {
  margin-top: 10px;
}
}
#s-8d030d3b-a6b8-427b-9b10-07acd1af5d0e .shogun-heading-component h6 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.6em;
  
  text-align: left;
}


@media (max-width: 767px){#s-8d030d3b-a6b8-427b-9b10-07acd1af5d0e .shogun-heading-component h6 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.6em;
  
  text-align: left;
}


}
#s-2643f8c4-8226-4dba-9a64-3937bfc0e41f {
  max-width: 90%;
text-align: center;
}
@media (max-width: 767px){#s-2643f8c4-8226-4dba-9a64-3937bfc0e41f {
  max-width: 50%;
}
}






  img.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
    
    
  }


.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f .shogun-image-content {
  
    align-items: center;
  
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shg-align-container {
  text-align: center
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
    
    
  }


.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f .shogun-image-content {
  
    align-items: center;
  
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shg-align-container {
  text-align: center
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
    
    
  }


.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f .shogun-image-content {
  
    align-items: center;
  
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shg-align-container {
  text-align: center
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
    
    
  }


.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f .shogun-image-content {
  
    align-items: center;
  
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shg-align-container {
  text-align: center
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
    
    
  }


.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f .shogun-image-content {
  
    align-items: center;
  
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shg-align-container {
  text-align: center
}

.s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2643f8c4-8226-4dba-9a64-3937bfc0e41f.shogun-image {
  box-sizing: border-box;
}


}
#s-f53b050b-6ca0-4639-99f8-0293ef690afe {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f53b050b-6ca0-4639-99f8-0293ef690afe .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f53b050b-6ca0-4639-99f8-0293ef690afe .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}


}
#s-c8811f55-ae53-450e-98c5-81bdfc375c4d {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c8811f55-ae53-450e-98c5-81bdfc375c4d {
  margin-bottom: 10px;
}
}
#s-c8811f55-ae53-450e-98c5-81bdfc375c4d .shogun-heading-component h3 {
  color: rgba(149, 149, 149, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a0e09293-17a3-45c0-9d80-fe09b352596e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 13px;
padding-bottom: 10px;
padding-right: 13px;
max-width: 600px;
text-align: center;
}

#s-a0e09293-17a3-45c0-9d80-fe09b352596e .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-a0e09293-17a3-45c0-9d80-fe09b352596e .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.1em;
  
  
}


}
#s-abadddcd-ee1e-4994-9dec-eb83b12c780f {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
max-width: 900px;
}
@media (max-width: 767px){#s-abadddcd-ee1e-4994-9dec-eb83b12c780f {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-abadddcd-ee1e-4994-9dec-eb83b12c780f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abadddcd-ee1e-4994-9dec-eb83b12c780f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abadddcd-ee1e-4994-9dec-eb83b12c780f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abadddcd-ee1e-4994-9dec-eb83b12c780f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e53c3874-18a9-436d-8ed3-1d42874636d0 {
  text-align: center;
}
@media (max-width: 767px){#s-e53c3874-18a9-436d-8ed3-1d42874636d0 {
  margin-bottom: 15px;
max-width: 58%;
}
}






  img.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
    
    
  }


.s-e53c3874-18a9-436d-8ed3-1d42874636d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shg-align-container {
  text-align: center
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
    
    
  }


.s-e53c3874-18a9-436d-8ed3-1d42874636d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shg-align-container {
  text-align: center
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
    
    
  }


.s-e53c3874-18a9-436d-8ed3-1d42874636d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shg-align-container {
  text-align: center
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
    
    
  }


.s-e53c3874-18a9-436d-8ed3-1d42874636d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shg-align-container {
  text-align: center
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
    
    
  }


.s-e53c3874-18a9-436d-8ed3-1d42874636d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shg-align-container {
  text-align: center
}

.s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e53c3874-18a9-436d-8ed3-1d42874636d0.shogun-image {
  box-sizing: border-box;
}


}
#s-b5ded840-9f7c-4d72-a71c-18035179f680 {
  max-width: 52%;
text-align: center;
}







  img.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
    
    
  }


.s-b5ded840-9f7c-4d72-a71c-18035179f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shg-align-container {
  text-align: center
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
    
    
  }


.s-b5ded840-9f7c-4d72-a71c-18035179f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shg-align-container {
  text-align: center
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
    
    
  }


.s-b5ded840-9f7c-4d72-a71c-18035179f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shg-align-container {
  text-align: center
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
    
    
  }


.s-b5ded840-9f7c-4d72-a71c-18035179f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shg-align-container {
  text-align: center
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
    
    
  }


.s-b5ded840-9f7c-4d72-a71c-18035179f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shg-align-container {
  text-align: center
}

.s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5ded840-9f7c-4d72-a71c-18035179f680.shogun-image {
  box-sizing: border-box;
}


}
#s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236 {
  max-width: 53%;
text-align: center;
}







  img.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
    
    
  }


.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236 .shogun-image-content {
  
    align-items: center;
  
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shg-align-container {
  text-align: center
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
    
    
  }


.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236 .shogun-image-content {
  
    align-items: center;
  
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shg-align-container {
  text-align: center
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
    
    
  }


.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236 .shogun-image-content {
  
    align-items: center;
  
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shg-align-container {
  text-align: center
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
    
    
  }


.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236 .shogun-image-content {
  
    align-items: center;
  
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shg-align-container {
  text-align: center
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
    
    
  }


.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236 .shogun-image-content {
  
    align-items: center;
  
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shg-align-container {
  text-align: center
}

.s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5578bee4-a6b9-4b87-a6a4-ac2fe85ce236.shogun-image {
  box-sizing: border-box;
}


}
#s-f637616d-efb7-4f36-b717-78ba7c4ed0cc {
  margin-top: 90px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
padding-left: 13px;
padding-right: 13px;
max-width: 1200px;
}
@media (max-width: 767px){#s-f637616d-efb7-4f36-b717-78ba7c4ed0cc {
  margin-top: 40px;
margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f637616d-efb7-4f36-b717-78ba7c4ed0cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-12734639-2802-4210-a48c-4a1d99d54b1c {
  text-align: center;
}

#s-528a8347-b62b-43a9-a53a-ee2ad374d6f8 {
  text-align: left;
}

#s-aa579ed2-df78-49be-9d07-e449b246230d {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa579ed2-df78-49be-9d07-e449b246230d .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-aa579ed2-df78-49be-9d07-e449b246230d .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-067fd481-287a-4f72-a82d-c3f3a3e8a8fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: left;
}
@media (max-width: 767px){#s-067fd481-287a-4f72-a82d-c3f3a3e8a8fe {
  padding-top: 0px;
}
}
#s-067fd481-287a-4f72-a82d-c3f3a3e8a8fe .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.45em;
  
  text-align: left;
}



#s-ba73edb7-fb6b-475c-9c94-0e4ab465d13f {
  margin-top: 90px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
padding-left: 13px;
padding-right: 13px;
max-width: 1200px;
}
@media (max-width: 767px){#s-ba73edb7-fb6b-475c-9c94-0e4ab465d13f {
  margin-top: 50px;
margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-ba73edb7-fb6b-475c-9c94-0e4ab465d13f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba73edb7-fb6b-475c-9c94-0e4ab465d13f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba73edb7-fb6b-475c-9c94-0e4ab465d13f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba73edb7-fb6b-475c-9c94-0e4ab465d13f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ba73edb7-fb6b-475c-9c94-0e4ab465d13f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4c19a287-4236-45cb-987d-c920af990c6e {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c19a287-4236-45cb-987d-c920af990c6e .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-4c19a287-4236-45cb-987d-c920af990c6e .shogun-heading-component h3 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-65760acc-15f2-4598-a626-7ef6fca3e8c4 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-65760acc-15f2-4598-a626-7ef6fca3e8c4 {
  margin-bottom: 20px;
}
}
#s-65760acc-15f2-4598-a626-7ef6fca3e8c4 .shogun-heading-component h3 {
  color: rgba(147, 143, 143, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-65760acc-15f2-4598-a626-7ef6fca3e8c4 .shogun-heading-component h3 {
  color: rgba(147, 143, 143, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-ad25d533-0d3b-4830-96fd-f5deb60bfbd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
max-width: 600px;
text-align: left;
}

#s-ad25d533-0d3b-4830-96fd-f5deb60bfbd1 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-6da76623-8a65-43e4-bcb9-ae777e501877 {
  text-align: left;
}

#s-01539bcf-e32d-4260-8aa2-4cfdd042c845 {
  margin-top: 40px;
margin-bottom: 90px;
padding-top: 90px;
padding-left: 13px;
padding-bottom: 90px;
padding-right: 13px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-01539bcf-e32d-4260-8aa2-4cfdd042c845 {
  margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 40px;
}
}







#s-01539bcf-e32d-4260-8aa2-4cfdd042c845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01539bcf-e32d-4260-8aa2-4cfdd042c845.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5ea980f-cb86-4af0-95c7-e42d7607c107 {
  text-align: left;
}

#s-86e6eb59-9a93-4845-91a6-77674731bd08 {
  margin-top: 90px;
margin-left: auto;
margin-right: auto;
max-width: 1150px;
}

@media (min-width: 0px) {
[id="s-86e6eb59-9a93-4845-91a6-77674731bd08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86e6eb59-9a93-4845-91a6-77674731bd08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86e6eb59-9a93-4845-91a6-77674731bd08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86e6eb59-9a93-4845-91a6-77674731bd08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6a76fb64-0916-472d-9508-854a4d61db25 {
  padding-top: 0px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6a76fb64-0916-472d-9508-854a4d61db25 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}







#s-6a76fb64-0916-472d-9508-854a4d61db25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a76fb64-0916-472d-9508-854a4d61db25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03 {
  text-align: center;
}
@media (max-width: 767px){#s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03 {
  max-width: 80%;
text-align: center;
}
}






  img.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
    
    
  }


.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shg-align-container {
  text-align: center
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
    
    
  }


.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shg-align-container {
  text-align: center
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
    
    
  }


.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shg-align-container {
  text-align: center
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
    
    
  }


.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shg-align-container {
  text-align: center
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
    
    
  }


.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shg-align-container {
  text-align: center
}

.s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b0b1ec-b615-460e-84a1-0d7bb4ccdb03.shogun-image {
  box-sizing: border-box;
}


}
#s-579c908c-f580-4793-9da6-8e8902d71a8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-579c908c-f580-4793-9da6-8e8902d71a8f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  
}


@media (max-width: 767px){#s-579c908c-f580-4793-9da6-8e8902d71a8f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-da493061-0396-4ec9-8321-c74f51246e6d {
  display: none;
}
#s-9d98dc8c-510b-4f62-a220-6c1185b4252f {
  text-align: center;
}

#s-9d98dc8c-510b-4f62-a220-6c1185b4252f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9d98dc8c-510b-4f62-a220-6c1185b4252f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9d98dc8c-510b-4f62-a220-6c1185b4252f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-92845025-f463-4c24-a964-af77fad68abf {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-92845025-f463-4c24-a964-af77fad68abf:hover {background-color: rgba(253, 189, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92845025-f463-4c24-a964-af77fad68abf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92845025-f463-4c24-a964-af77fad68abf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92845025-f463-4c24-a964-af77fad68abf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92845025-f463-4c24-a964-af77fad68abf.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-92845025-f463-4c24-a964-af77fad68abf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d6c21dd7-8b76-4ea7-8195-e887c2341a33 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d6c21dd7-8b76-4ea7-8195-e887c2341a33 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 80%;
}
}







#s-d6c21dd7-8b76-4ea7-8195-e887c2341a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6c21dd7-8b76-4ea7-8195-e887c2341a33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66781419-fb77-4c8b-a74f-83afb237ca47 {
  display: none;
}
#s-fdd0af4d-2909-42a5-9042-949d7c35296e {
  text-align: left;
}
@media (max-width: 767px){#s-fdd0af4d-2909-42a5-9042-949d7c35296e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}


.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e {
  max-width:  100%;
}

.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e .shg-image-zoom,
.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdd0af4d-2909-42a5-9042-949d7c35296e img.shogun-image {
  width: 100%;
}



}
#s-dcec2039-fde7-44a2-b820-803291ab3dd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcec2039-fde7-44a2-b820-803291ab3dd2 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-dcec2039-fde7-44a2-b820-803291ab3dd2 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-38e56bc5-4d38-4445-a6e5-b7833f187239 {
  padding-bottom: 5px;
text-align: center;
}

#s-38e56bc5-4d38-4445-a6e5-b7833f187239 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-38e56bc5-4d38-4445-a6e5-b7833f187239 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-38e56bc5-4d38-4445-a6e5-b7833f187239 .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-da447151-116b-4057-865e-85be1b5c7428 {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-da447151-116b-4057-865e-85be1b5c7428:hover {background-color: rgba(253, 189, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da447151-116b-4057-865e-85be1b5c7428:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da447151-116b-4057-865e-85be1b5c7428 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-da447151-116b-4057-865e-85be1b5c7428.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da447151-116b-4057-865e-85be1b5c7428.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-da447151-116b-4057-865e-85be1b5c7428.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fec34f65-aaae-472f-a828-00f0cee202fc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fec34f65-aaae-472f-a828-00f0cee202fc {
  margin-left: 10%;
margin-right: 10%;
max-width: 80%;
}
}







#s-fec34f65-aaae-472f-a828-00f0cee202fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fec34f65-aaae-472f-a828-00f0cee202fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6f45de3-2d2c-47a9-bf23-bcbb1c6081bd {
  display: none;
}
#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 {
  text-align: center;
}



.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 {
  max-width:  100%;
}

.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 .shg-image-zoom,
.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e52c1ae5-a196-4765-a057-5da8d0cbbbe2 img.shogun-image {
  width: 100%;
}



}
#s-21502bf3-ef94-4ed6-b76f-5d8f1b54b847 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-21502bf3-ef94-4ed6-b76f-5d8f1b54b847 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e7530827-de55-44e6-89d3-a60ad6b8a8d2 {
  padding-bottom: 5px;
text-align: center;
}

#s-e7530827-de55-44e6-89d3-a60ad6b8a8d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e7530827-de55-44e6-89d3-a60ad6b8a8d2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e7530827-de55-44e6-89d3-a60ad6b8a8d2 .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-f1c20dc8-2dde-4795-bd78-52e5e8b725dd {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f1c20dc8-2dde-4795-bd78-52e5e8b725dd:hover {background-color: rgba(253, 189, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1c20dc8-2dde-4795-bd78-52e5e8b725dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f1c20dc8-2dde-4795-bd78-52e5e8b725dd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1c20dc8-2dde-4795-bd78-52e5e8b725dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1c20dc8-2dde-4795-bd78-52e5e8b725dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-f1c20dc8-2dde-4795-bd78-52e5e8b725dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94d92a0c-be3c-4f27-bc9f-4933f986b483 {
  margin-bottom: 90px;
text-align: center;
}
@media (max-width: 767px){#s-94d92a0c-be3c-4f27-bc9f-4933f986b483 {
  margin-bottom: 40px;
}
}






  img.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
    
    
  }


.s-94d92a0c-be3c-4f27-bc9f-4933f986b483 .shogun-image-content {
  
    align-items: center;
  
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shg-align-container {
  text-align: center
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
    
    
  }


.s-94d92a0c-be3c-4f27-bc9f-4933f986b483 .shogun-image-content {
  
    align-items: center;
  
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shg-align-container {
  text-align: center
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
  box-sizing: border-box;
}


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





  img.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
    
    
  }


.s-94d92a0c-be3c-4f27-bc9f-4933f986b483 .shogun-image-content {
  
    align-items: center;
  
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shg-align-container {
  text-align: center
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
  box-sizing: border-box;
}


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





  img.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
    
    
  }


.s-94d92a0c-be3c-4f27-bc9f-4933f986b483 .shogun-image-content {
  
    align-items: center;
  
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shg-align-container {
  text-align: center
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
  box-sizing: border-box;
}


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





  img.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
    
    
  }


.s-94d92a0c-be3c-4f27-bc9f-4933f986b483 .shogun-image-content {
  
    align-items: center;
  
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shg-align-container {
  text-align: center
}

.s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94d92a0c-be3c-4f27-bc9f-4933f986b483.shogun-image {
  box-sizing: border-box;
}


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