.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-28788ed4-b12a-44d7-a5fd-e187daf31e22 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-28788ed4-b12a-44d7-a5fd-e187daf31e22 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28788ed4-b12a-44d7-a5fd-e187daf31e22 {
  
}
}@media (max-width: 767px){#s-28788ed4-b12a-44d7-a5fd-e187daf31e22 {
  
}
}
#s-28788ed4-b12a-44d7-a5fd-e187daf31e22 {
  background-image: url(https://i.shgcdn.com/2eb4159d-4713-450c-b9f0-f10c98dff0ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-28788ed4-b12a-44d7-a5fd-e187daf31e22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28788ed4-b12a-44d7-a5fd-e187daf31e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-28788ed4-b12a-44d7-a5fd-e187daf31e22 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-28788ed4-b12a-44d7-a5fd-e187daf31e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-28788ed4-b12a-44d7-a5fd-e187daf31e22 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-28788ed4-b12a-44d7-a5fd-e187daf31e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-28788ed4-b12a-44d7-a5fd-e187daf31e22 > .shg-box-overlay {
  background-color: rgba(90, 65, 43, 1);
  opacity: 0.7;
}#s-28788ed4-b12a-44d7-a5fd-e187daf31e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-28788ed4-b12a-44d7-a5fd-e187daf31e22 > .shg-box-overlay {
  background-color: rgba(90, 65, 43, 1);
  opacity: 0.7;
}#s-28788ed4-b12a-44d7-a5fd-e187daf31e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-44441fa6-1c32-45a6-bc03-143ec7bc53ab {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1400px;
}








#s-44441fa6-1c32-45a6-bc03-143ec7bc53ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44441fa6-1c32-45a6-bc03-143ec7bc53ab.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-d45a7041-2420-4f57-8b30-1f8409438234 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 840px;
text-align: left;
}

#s-d45a7041-2420-4f57-8b30-1f8409438234 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Merriweather";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4b24c885-d565-42c9-bef5-e9adf84062d4 {
  max-width: 840px;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-2939f82b-23f2-4d97-8356-d710f72a8bd5 {
  max-width: 840px;
}

@media (min-width: 0px) {
[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2939f82b-23f2-4d97-8356-d710f72a8bd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-db747b33-ae96-478d-95d3-a4966723e43a {
  margin-top: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-db747b33-ae96-478d-95d3-a4966723e43a:hover {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db747b33-ae96-478d-95d3-a4966723e43a:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-db747b33-ae96-478d-95d3-a4966723e43a-root {
    text-align: left;
  }


#s-db747b33-ae96-478d-95d3-a4966723e43a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db747b33-ae96-478d-95d3-a4966723e43a-root {
    text-align: left;
  }


#s-db747b33-ae96-478d-95d3-a4966723e43a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db747b33-ae96-478d-95d3-a4966723e43a-root {
    text-align: left;
  }


#s-db747b33-ae96-478d-95d3-a4966723e43a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db747b33-ae96-478d-95d3-a4966723e43a-root {
    text-align: left;
  }


#s-db747b33-ae96-478d-95d3-a4966723e43a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db747b33-ae96-478d-95d3-a4966723e43a-root {
    text-align: left;
  }


#s-db747b33-ae96-478d-95d3-a4966723e43a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-22cc6756-8ef3-493e-a52a-1f6d095e95e1 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-22cc6756-8ef3-493e-a52a-1f6d095e95e1:hover {background-color: rgba(168, 141, 47, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-22cc6756-8ef3-493e-a52a-1f6d095e95e1:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-22cc6756-8ef3-493e-a52a-1f6d095e95e1-root {
    text-align: left;
  }


#s-22cc6756-8ef3-493e-a52a-1f6d095e95e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22cc6756-8ef3-493e-a52a-1f6d095e95e1-root {
    text-align: left;
  }


#s-22cc6756-8ef3-493e-a52a-1f6d095e95e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22cc6756-8ef3-493e-a52a-1f6d095e95e1-root {
    text-align: left;
  }


#s-22cc6756-8ef3-493e-a52a-1f6d095e95e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22cc6756-8ef3-493e-a52a-1f6d095e95e1-root {
    text-align: left;
  }


#s-22cc6756-8ef3-493e-a52a-1f6d095e95e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22cc6756-8ef3-493e-a52a-1f6d095e95e1-root {
    text-align: left;
  }


#s-22cc6756-8ef3-493e-a52a-1f6d095e95e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0:hover {background-color: rgba(168, 141, 47, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0-root {
    text-align: left;
  }


#s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0-root {
    text-align: left;
  }


#s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0-root {
    text-align: left;
  }


#s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0-root {
    text-align: left;
  }


#s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0-root {
    text-align: left;
  }


#s-1a63ade5-d80b-4f0e-b27d-0c14302c7de0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-9b6f7901-bf64-4e43-a996-f968eeca3375 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9b6f7901-bf64-4e43-a996-f968eeca3375 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b6f7901-bf64-4e43-a996-f968eeca3375 {
  
}
}@media (max-width: 767px){#s-9b6f7901-bf64-4e43-a996-f968eeca3375 {
  
}
}







#s-9b6f7901-bf64-4e43-a996-f968eeca3375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b6f7901-bf64-4e43-a996-f968eeca3375.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-151b6af1-f687-4a95-b255-2c81503452da {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-926c9770-ef4c-41f3-986d-3e4a78f465fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-926c9770-ef4c-41f3-986d-3e4a78f465fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-926c9770-ef4c-41f3-986d-3e4a78f465fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-926c9770-ef4c-41f3-986d-3e4a78f465fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1dc8de9f-e3d0-42e0-be63-ca8b2a31b536 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1dc8de9f-e3d0-42e0-be63-ca8b2a31b536 .shogun-heading-component h2 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6e1fc39c-8778-4d5b-87bf-1c65735aee30 {
  margin-top: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 41, 41, 1);
border-style: solid;
max-width: 325px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-6e1fc39c-8778-4d5b-87bf-1c65735aee30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e1fc39c-8778-4d5b-87bf-1c65735aee30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e1fc39c-8778-4d5b-87bf-1c65735aee30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e1fc39c-8778-4d5b-87bf-1c65735aee30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b705e254-cade-4ec6-a47c-5fad04880af0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(41, 41, 41, 1);
border-style: solid;
}
@media (max-width: 767px){#s-b705e254-cade-4ec6-a47c-5fad04880af0 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}
#s-d1001593-9b4c-4c8e-825f-6d635c309910 {
  max-width: 1400px;
}

#s-32cedb73-a90f-46ba-abf3-ab4d914fc4e3 {
  margin-top: 0px;
max-width: 325px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-d662571a-9072-49cc-b2b3-2e3498c3f98e {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-d662571a-9072-49cc-b2b3-2e3498c3f98e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

}

#s-a33fa3e4-c531-48ec-9efd-47ca51340ef7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a33fa3e4-c531-48ec-9efd-47ca51340ef7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-24cdbc77-236d-47a2-b3f0-64eff0920a77 {
  margin-top: 25px;
}
@media (max-width: 767px){#s-24cdbc77-236d-47a2-b3f0-64eff0920a77 {
  display: none;
}
#s-24cdbc77-236d-47a2-b3f0-64eff0920a77, #wrap-s-24cdbc77-236d-47a2-b3f0-64eff0920a77 { display: none !important; }}
@media (min-width: 0px) {
[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-24cdbc77-236d-47a2-b3f0-64eff0920a77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

}

#s-8b6b1587-1800-46a4-8197-d769416d316d {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}








#s-8b6b1587-1800-46a4-8197-d769416d316d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6b1587-1800-46a4-8197-d769416d316d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57f11747-5a7d-49da-8621-52d318960776 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}








#s-57f11747-5a7d-49da-8621-52d318960776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57f11747-5a7d-49da-8621-52d318960776.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47107e50-e977-4bff-a333-94c8f1769f6f {
  margin-top: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 35, 60, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.8333333333333334px);
}

[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.8333333333333334px);
}

[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.8333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.8333333333333334px);
}

[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.8333333333333334px);
}

[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.8333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.8333333333333334px);
}

[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.8333333333333334px);
}

[id="s-47107e50-e977-4bff-a333-94c8f1769f6f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.8333333333333334px);
}

}

#s-a6071551-c844-4998-b297-bf3fb5317a10 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a6071551-c844-4998-b297-bf3fb5317a10 {
  display: none;
}
#s-a6071551-c844-4998-b297-bf3fb5317a10, #wrap-s-a6071551-c844-4998-b297-bf3fb5317a10 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6071551-c844-4998-b297-bf3fb5317a10 {
  display: none;
}
#s-a6071551-c844-4998-b297-bf3fb5317a10, #wrap-s-a6071551-c844-4998-b297-bf3fb5317a10 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6071551-c844-4998-b297-bf3fb5317a10 {
  display: none;
}
#s-a6071551-c844-4998-b297-bf3fb5317a10, #wrap-s-a6071551-c844-4998-b297-bf3fb5317a10 { display: none !important; }}@media (max-width: 767px){#s-a6071551-c844-4998-b297-bf3fb5317a10 {
  
}
}







#s-a6071551-c844-4998-b297-bf3fb5317a10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6071551-c844-4998-b297-bf3fb5317a10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef5a669a-dcc7-4ac3-a6ef-e370ce5d7fb3 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ef5a669a-dcc7-4ac3-a6ef-e370ce5d7fb3 {
  
}
}







#s-ef5a669a-dcc7-4ac3-a6ef-e370ce5d7fb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef5a669a-dcc7-4ac3-a6ef-e370ce5d7fb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-235177f8-5be6-4f20-a81c-7f25a9da2a90 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-235177f8-5be6-4f20-a81c-7f25a9da2a90 {
  display: none;
}
#s-235177f8-5be6-4f20-a81c-7f25a9da2a90, #wrap-s-235177f8-5be6-4f20-a81c-7f25a9da2a90 { display: none !important; }}







#s-235177f8-5be6-4f20-a81c-7f25a9da2a90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235177f8-5be6-4f20-a81c-7f25a9da2a90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a667cc1-836e-4ed6-bf1f-084554623bdc {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0a667cc1-836e-4ed6-bf1f-084554623bdc {
  display: none;
}
#s-0a667cc1-836e-4ed6-bf1f-084554623bdc, #wrap-s-0a667cc1-836e-4ed6-bf1f-084554623bdc { display: none !important; }}







#s-0a667cc1-836e-4ed6-bf1f-084554623bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a667cc1-836e-4ed6-bf1f-084554623bdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afad3083-f008-428c-ac69-5cd49daddfaf {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-afad3083-f008-428c-ac69-5cd49daddfaf {
  
}
}@media (max-width: 767px){#s-afad3083-f008-428c-ac69-5cd49daddfaf {
  display: none;
}
#s-afad3083-f008-428c-ac69-5cd49daddfaf, #wrap-s-afad3083-f008-428c-ac69-5cd49daddfaf { display: none !important; }}







#s-afad3083-f008-428c-ac69-5cd49daddfaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afad3083-f008-428c-ac69-5cd49daddfaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04c106a8-a582-4a6e-bb80-ea702b0d6735 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-04c106a8-a582-4a6e-bb80-ea702b0d6735 {
  
}
}@media (max-width: 767px){#s-04c106a8-a582-4a6e-bb80-ea702b0d6735 {
  display: none;
}
#s-04c106a8-a582-4a6e-bb80-ea702b0d6735, #wrap-s-04c106a8-a582-4a6e-bb80-ea702b0d6735 { display: none !important; }}







#s-04c106a8-a582-4a6e-bb80-ea702b0d6735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04c106a8-a582-4a6e-bb80-ea702b0d6735.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf97d0d8-2e32-468d-b745-d9f333d569c8 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bf97d0d8-2e32-468d-b745-d9f333d569c8 {
  
}
}@media (max-width: 767px){#s-bf97d0d8-2e32-468d-b745-d9f333d569c8 {
  display: none;
}
#s-bf97d0d8-2e32-468d-b745-d9f333d569c8, #wrap-s-bf97d0d8-2e32-468d-b745-d9f333d569c8 { display: none !important; }}







#s-bf97d0d8-2e32-468d-b745-d9f333d569c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf97d0d8-2e32-468d-b745-d9f333d569c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b456a25-4ba4-41cc-bda4-bb6a15471c57 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4b456a25-4ba4-41cc-bda4-bb6a15471c57 {
  
}
}@media (max-width: 767px){#s-4b456a25-4ba4-41cc-bda4-bb6a15471c57 {
  display: none;
}
#s-4b456a25-4ba4-41cc-bda4-bb6a15471c57, #wrap-s-4b456a25-4ba4-41cc-bda4-bb6a15471c57 { display: none !important; }}







#s-4b456a25-4ba4-41cc-bda4-bb6a15471c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b456a25-4ba4-41cc-bda4-bb6a15471c57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfbdb794-9d42-4d53-bc64-bbb606faf9f4 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bfbdb794-9d42-4d53-bc64-bbb606faf9f4 {
  
}
}@media (max-width: 767px){#s-bfbdb794-9d42-4d53-bc64-bbb606faf9f4 {
  display: none;
}
#s-bfbdb794-9d42-4d53-bc64-bbb606faf9f4, #wrap-s-bfbdb794-9d42-4d53-bc64-bbb606faf9f4 { display: none !important; }}







#s-bfbdb794-9d42-4d53-bc64-bbb606faf9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfbdb794-9d42-4d53-bc64-bbb606faf9f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f7ed0f1-358c-4309-aa23-74f847b40c7e {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8f7ed0f1-358c-4309-aa23-74f847b40c7e {
  
}
}@media (max-width: 767px){#s-8f7ed0f1-358c-4309-aa23-74f847b40c7e {
  display: none;
}
#s-8f7ed0f1-358c-4309-aa23-74f847b40c7e, #wrap-s-8f7ed0f1-358c-4309-aa23-74f847b40c7e { display: none !important; }}







#s-8f7ed0f1-358c-4309-aa23-74f847b40c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f7ed0f1-358c-4309-aa23-74f847b40c7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dd70003-93b7-455f-afeb-15da3fa07c07 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1dd70003-93b7-455f-afeb-15da3fa07c07 {
  
}
}@media (max-width: 767px){#s-1dd70003-93b7-455f-afeb-15da3fa07c07 {
  display: none;
}
#s-1dd70003-93b7-455f-afeb-15da3fa07c07, #wrap-s-1dd70003-93b7-455f-afeb-15da3fa07c07 { display: none !important; }}







#s-1dd70003-93b7-455f-afeb-15da3fa07c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd70003-93b7-455f-afeb-15da3fa07c07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13875281-584b-469c-80be-0ab4728dca25 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-13875281-584b-469c-80be-0ab4728dca25 {
  display: none;
}
#s-13875281-584b-469c-80be-0ab4728dca25, #wrap-s-13875281-584b-469c-80be-0ab4728dca25 { display: none !important; }}







#s-13875281-584b-469c-80be-0ab4728dca25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13875281-584b-469c-80be-0ab4728dca25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5aa45348-1187-4297-a809-edb611254c4b {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}
@media (min-width: 1200px){#s-5aa45348-1187-4297-a809-edb611254c4b {
  display: none;
}
#s-5aa45348-1187-4297-a809-edb611254c4b, #wrap-s-5aa45348-1187-4297-a809-edb611254c4b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5aa45348-1187-4297-a809-edb611254c4b {
  display: none;
}
#s-5aa45348-1187-4297-a809-edb611254c4b, #wrap-s-5aa45348-1187-4297-a809-edb611254c4b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5aa45348-1187-4297-a809-edb611254c4b {
  display: none;
}
#s-5aa45348-1187-4297-a809-edb611254c4b, #wrap-s-5aa45348-1187-4297-a809-edb611254c4b { display: none !important; }}







#s-5aa45348-1187-4297-a809-edb611254c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aa45348-1187-4297-a809-edb611254c4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-080f8d77-fd97-42ce-8d8a-bd5c37082ff9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-080f8d77-fd97-42ce-8d8a-bd5c37082ff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-080f8d77-fd97-42ce-8d8a-bd5c37082ff9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 {
  text-align: center;
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 {
  max-width:  100%;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom,
.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 {
  max-width:  100%;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom,
.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 {
  max-width:  100%;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom,
.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 {
  max-width:  100%;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom,
.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 {
  max-width:  100%;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom,
.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f3a363-2b64-4c1a-91f2-7c60cd0de1e8 img.shogun-image {
  width: 100%;
}



}
#s-9a1b087f-1e93-4934-ae78-7b20d5555e1b {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-9a1b087f-1e93-4934-ae78-7b20d5555e1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a1b087f-1e93-4934-ae78-7b20d5555e1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-babe0016-6b31-40a1-95b6-99d344a278b5 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-babe0016-6b31-40a1-95b6-99d344a278b5 {
  
}
}@media (max-width: 767px){#s-babe0016-6b31-40a1-95b6-99d344a278b5 {
  
}
}







#s-babe0016-6b31-40a1-95b6-99d344a278b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-babe0016-6b31-40a1-95b6-99d344a278b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a6fd36e-e627-4596-9d7b-f9f219db40f0 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-2a6fd36e-e627-4596-9d7b-f9f219db40f0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2a6fd36e-e627-4596-9d7b-f9f219db40f0 .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2a6fd36e-e627-4596-9d7b-f9f219db40f0 .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-2f7f4869-2cab-4439-bc4d-a177dc1ea475 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-2f7f4869-2cab-4439-bc4d-a177dc1ea475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f7f4869-2cab-4439-bc4d-a177dc1ea475.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-580c98a7-abd4-4a88-a42b-4d33114617ae {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-580c98a7-abd4-4a88-a42b-4d33114617ae {
  display: none;
}
#s-580c98a7-abd4-4a88-a42b-4d33114617ae, #wrap-s-580c98a7-abd4-4a88-a42b-4d33114617ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-580c98a7-abd4-4a88-a42b-4d33114617ae {
  display: none;
}
#s-580c98a7-abd4-4a88-a42b-4d33114617ae, #wrap-s-580c98a7-abd4-4a88-a42b-4d33114617ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-580c98a7-abd4-4a88-a42b-4d33114617ae {
  display: none;
}
#s-580c98a7-abd4-4a88-a42b-4d33114617ae, #wrap-s-580c98a7-abd4-4a88-a42b-4d33114617ae { display: none !important; }}
#s-b4def0f5-6271-4d30-9b3d-d554a4e422ba {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-b4def0f5-6271-4d30-9b3d-d554a4e422ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4def0f5-6271-4d30-9b3d-d554a4e422ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9 {
  display: none;
}
#s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9, #wrap-s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9 {
  display: none;
}
#s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9, #wrap-s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9 {
  display: none;
}
#s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9, #wrap-s-49f936b8-b66d-4ae3-a77f-fd2ee491a9a9 { display: none !important; }}
@media (min-width: 1200px){#s-a64bdc72-30d3-4dd1-9865-c7ddfdb45b53 {
  display: none;
}
#s-a64bdc72-30d3-4dd1-9865-c7ddfdb45b53, #wrap-s-a64bdc72-30d3-4dd1-9865-c7ddfdb45b53 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a64bdc72-30d3-4dd1-9865-c7ddfdb45b53 {
  display: none;
}
#s-a64bdc72-30d3-4dd1-9865-c7ddfdb45b53, #wrap-s-a64bdc72-30d3-4dd1-9865-c7ddfdb45b53 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a64bdc72-30d3-4dd1-9865-c7ddfdb45b53 {
  display: none;
}
#s-a64bdc72-30d3-4dd1-9865-c7ddfdb45b53, #wrap-s-a64bdc72-30d3-4dd1-9865-c7ddfdb45b53 { display: none !important; }}
#s-deac8ddf-5914-4fc8-a83c-758e3de13890 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-deac8ddf-5914-4fc8-a83c-758e3de13890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deac8ddf-5914-4fc8-a83c-758e3de13890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bea6b292-f074-4828-8672-38cc3a1b538b {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-bea6b292-f074-4828-8672-38cc3a1b538b {
  display: none;
}
#s-bea6b292-f074-4828-8672-38cc3a1b538b, #wrap-s-bea6b292-f074-4828-8672-38cc3a1b538b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bea6b292-f074-4828-8672-38cc3a1b538b {
  display: none;
}
#s-bea6b292-f074-4828-8672-38cc3a1b538b, #wrap-s-bea6b292-f074-4828-8672-38cc3a1b538b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bea6b292-f074-4828-8672-38cc3a1b538b {
  display: none;
}
#s-bea6b292-f074-4828-8672-38cc3a1b538b, #wrap-s-bea6b292-f074-4828-8672-38cc3a1b538b { display: none !important; }}
#s-17f0571b-033b-4b95-b80e-8932fc936ce2 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-17f0571b-033b-4b95-b80e-8932fc936ce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17f0571b-033b-4b95-b80e-8932fc936ce2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6c87544-c031-4d79-88a7-6caa9270be49 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-b6c87544-c031-4d79-88a7-6caa9270be49 {
  display: none;
}
#s-b6c87544-c031-4d79-88a7-6caa9270be49, #wrap-s-b6c87544-c031-4d79-88a7-6caa9270be49 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6c87544-c031-4d79-88a7-6caa9270be49 {
  display: none;
}
#s-b6c87544-c031-4d79-88a7-6caa9270be49, #wrap-s-b6c87544-c031-4d79-88a7-6caa9270be49 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6c87544-c031-4d79-88a7-6caa9270be49 {
  display: none;
}
#s-b6c87544-c031-4d79-88a7-6caa9270be49, #wrap-s-b6c87544-c031-4d79-88a7-6caa9270be49 { display: none !important; }}
#s-70a48a2d-9685-430b-82f7-7995d95b2d9c {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-70a48a2d-9685-430b-82f7-7995d95b2d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70a48a2d-9685-430b-82f7-7995d95b2d9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b199e4df-a32e-469f-993f-da671e9b4157 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-b199e4df-a32e-469f-993f-da671e9b4157 {
  display: none;
}
#s-b199e4df-a32e-469f-993f-da671e9b4157, #wrap-s-b199e4df-a32e-469f-993f-da671e9b4157 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b199e4df-a32e-469f-993f-da671e9b4157 {
  display: none;
}
#s-b199e4df-a32e-469f-993f-da671e9b4157, #wrap-s-b199e4df-a32e-469f-993f-da671e9b4157 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b199e4df-a32e-469f-993f-da671e9b4157 {
  display: none;
}
#s-b199e4df-a32e-469f-993f-da671e9b4157, #wrap-s-b199e4df-a32e-469f-993f-da671e9b4157 { display: none !important; }}
#s-6c88e296-ebb9-4a44-9340-3400604c5745 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c88e296-ebb9-4a44-9340-3400604c5745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c88e296-ebb9-4a44-9340-3400604c5745.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10489b40-00f7-4f6c-b199-a728d9b9d9ec {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-10489b40-00f7-4f6c-b199-a728d9b9d9ec {
  display: none;
}
#s-10489b40-00f7-4f6c-b199-a728d9b9d9ec, #wrap-s-10489b40-00f7-4f6c-b199-a728d9b9d9ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10489b40-00f7-4f6c-b199-a728d9b9d9ec {
  display: none;
}
#s-10489b40-00f7-4f6c-b199-a728d9b9d9ec, #wrap-s-10489b40-00f7-4f6c-b199-a728d9b9d9ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10489b40-00f7-4f6c-b199-a728d9b9d9ec {
  display: none;
}
#s-10489b40-00f7-4f6c-b199-a728d9b9d9ec, #wrap-s-10489b40-00f7-4f6c-b199-a728d9b9d9ec { display: none !important; }}
#s-d3e0544b-b752-42e6-9bc4-5660ec666da4 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-d3e0544b-b752-42e6-9bc4-5660ec666da4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3e0544b-b752-42e6-9bc4-5660ec666da4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6172c502-5bdf-4524-9f2d-36a87cca91df {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-6172c502-5bdf-4524-9f2d-36a87cca91df {
  display: none;
}
#s-6172c502-5bdf-4524-9f2d-36a87cca91df, #wrap-s-6172c502-5bdf-4524-9f2d-36a87cca91df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6172c502-5bdf-4524-9f2d-36a87cca91df {
  display: none;
}
#s-6172c502-5bdf-4524-9f2d-36a87cca91df, #wrap-s-6172c502-5bdf-4524-9f2d-36a87cca91df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6172c502-5bdf-4524-9f2d-36a87cca91df {
  display: none;
}
#s-6172c502-5bdf-4524-9f2d-36a87cca91df, #wrap-s-6172c502-5bdf-4524-9f2d-36a87cca91df { display: none !important; }}
@media (min-width: 1200px){#s-1173c0d7-df56-4d75-a646-bbb07cd0190b {
  display: none;
}
#s-1173c0d7-df56-4d75-a646-bbb07cd0190b, #wrap-s-1173c0d7-df56-4d75-a646-bbb07cd0190b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1173c0d7-df56-4d75-a646-bbb07cd0190b {
  display: none;
}
#s-1173c0d7-df56-4d75-a646-bbb07cd0190b, #wrap-s-1173c0d7-df56-4d75-a646-bbb07cd0190b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1173c0d7-df56-4d75-a646-bbb07cd0190b {
  display: none;
}
#s-1173c0d7-df56-4d75-a646-bbb07cd0190b, #wrap-s-1173c0d7-df56-4d75-a646-bbb07cd0190b { display: none !important; }}
#s-86599bd0-d862-4360-9d73-50adffada4c5 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-86599bd0-d862-4360-9d73-50adffada4c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86599bd0-d862-4360-9d73-50adffada4c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8-root {
    text-align: center;
  }


#s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8-root {
    text-align: center;
  }


#s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8-root {
    text-align: center;
  }


#s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8-root {
    text-align: center;
  }


#s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8-root {
    text-align: center;
  }


#s-10544f58-e4a5-4f4f-809a-ebc9f829e2a8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-cc144827-60ef-444d-aa2b-451f5534bcb0 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}
@media (min-width: 1200px){#s-cc144827-60ef-444d-aa2b-451f5534bcb0 {
  display: none;
}
#s-cc144827-60ef-444d-aa2b-451f5534bcb0, #wrap-s-cc144827-60ef-444d-aa2b-451f5534bcb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc144827-60ef-444d-aa2b-451f5534bcb0 {
  display: none;
}
#s-cc144827-60ef-444d-aa2b-451f5534bcb0, #wrap-s-cc144827-60ef-444d-aa2b-451f5534bcb0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc144827-60ef-444d-aa2b-451f5534bcb0 {
  display: none;
}
#s-cc144827-60ef-444d-aa2b-451f5534bcb0, #wrap-s-cc144827-60ef-444d-aa2b-451f5534bcb0 { display: none !important; }}







#s-cc144827-60ef-444d-aa2b-451f5534bcb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc144827-60ef-444d-aa2b-451f5534bcb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ccd6776-9510-43d3-87de-52de9f18b434 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0ccd6776-9510-43d3-87de-52de9f18b434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ccd6776-9510-43d3-87de-52de9f18b434.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fdf8197-a775-43fc-898b-7207de150b87 {
  text-align: center;
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 {
  max-width:  100%;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom,
.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 {
  max-width:  100%;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom,
.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 {
  max-width:  100%;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom,
.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 {
  max-width:  100%;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom,
.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 {
  max-width:  100%;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom,
.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fdf8197-a775-43fc-898b-7207de150b87 img.shogun-image {
  width: 100%;
}



}
#s-1cd3a199-236f-41b3-b068-220eb10a37e3 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-1cd3a199-236f-41b3-b068-220eb10a37e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cd3a199-236f-41b3-b068-220eb10a37e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8ddca8f-f2b0-479c-b158-6b8b314b0227 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a8ddca8f-f2b0-479c-b158-6b8b314b0227 {
  
}
}@media (max-width: 767px){#s-a8ddca8f-f2b0-479c-b158-6b8b314b0227 {
  
}
}







#s-a8ddca8f-f2b0-479c-b158-6b8b314b0227 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8ddca8f-f2b0-479c-b158-6b8b314b0227.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cadfd0bb-1b24-4524-9d90-3d5f9e994034 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-cadfd0bb-1b24-4524-9d90-3d5f9e994034 .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cadfd0bb-1b24-4524-9d90-3d5f9e994034 .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cadfd0bb-1b24-4524-9d90-3d5f9e994034 .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-a4e2ba05-6e94-48d3-aff2-15cad04fa641 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-a4e2ba05-6e94-48d3-aff2-15cad04fa641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4e2ba05-6e94-48d3-aff2-15cad04fa641.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b184f6c0-71f1-4e74-b9ef-06829a72bb75 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-b184f6c0-71f1-4e74-b9ef-06829a72bb75 {
  display: none;
}
#s-b184f6c0-71f1-4e74-b9ef-06829a72bb75, #wrap-s-b184f6c0-71f1-4e74-b9ef-06829a72bb75 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b184f6c0-71f1-4e74-b9ef-06829a72bb75 {
  display: none;
}
#s-b184f6c0-71f1-4e74-b9ef-06829a72bb75, #wrap-s-b184f6c0-71f1-4e74-b9ef-06829a72bb75 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b184f6c0-71f1-4e74-b9ef-06829a72bb75 {
  display: none;
}
#s-b184f6c0-71f1-4e74-b9ef-06829a72bb75, #wrap-s-b184f6c0-71f1-4e74-b9ef-06829a72bb75 { display: none !important; }}
@media (min-width: 1200px){#s-3e7a07e2-22e7-4d21-9e61-2170c7859e2e {
  display: none;
}
#s-3e7a07e2-22e7-4d21-9e61-2170c7859e2e, #wrap-s-3e7a07e2-22e7-4d21-9e61-2170c7859e2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e7a07e2-22e7-4d21-9e61-2170c7859e2e {
  display: none;
}
#s-3e7a07e2-22e7-4d21-9e61-2170c7859e2e, #wrap-s-3e7a07e2-22e7-4d21-9e61-2170c7859e2e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e7a07e2-22e7-4d21-9e61-2170c7859e2e {
  display: none;
}
#s-3e7a07e2-22e7-4d21-9e61-2170c7859e2e, #wrap-s-3e7a07e2-22e7-4d21-9e61-2170c7859e2e { display: none !important; }}
#s-ccf530d5-417a-477f-a1c3-317b2e3b4360 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-ccf530d5-417a-477f-a1c3-317b2e3b4360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccf530d5-417a-477f-a1c3-317b2e3b4360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63463b5e-2d0e-4367-8619-18d6906dd926 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-63463b5e-2d0e-4367-8619-18d6906dd926 {
  display: none;
}
#s-63463b5e-2d0e-4367-8619-18d6906dd926, #wrap-s-63463b5e-2d0e-4367-8619-18d6906dd926 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63463b5e-2d0e-4367-8619-18d6906dd926 {
  display: none;
}
#s-63463b5e-2d0e-4367-8619-18d6906dd926, #wrap-s-63463b5e-2d0e-4367-8619-18d6906dd926 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63463b5e-2d0e-4367-8619-18d6906dd926 {
  display: none;
}
#s-63463b5e-2d0e-4367-8619-18d6906dd926, #wrap-s-63463b5e-2d0e-4367-8619-18d6906dd926 { display: none !important; }}
@media (min-width: 1200px){#s-3ac3638d-47be-47a0-bd51-65ae5e21c32b {
  display: none;
}
#s-3ac3638d-47be-47a0-bd51-65ae5e21c32b, #wrap-s-3ac3638d-47be-47a0-bd51-65ae5e21c32b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ac3638d-47be-47a0-bd51-65ae5e21c32b {
  display: none;
}
#s-3ac3638d-47be-47a0-bd51-65ae5e21c32b, #wrap-s-3ac3638d-47be-47a0-bd51-65ae5e21c32b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ac3638d-47be-47a0-bd51-65ae5e21c32b {
  display: none;
}
#s-3ac3638d-47be-47a0-bd51-65ae5e21c32b, #wrap-s-3ac3638d-47be-47a0-bd51-65ae5e21c32b { display: none !important; }}
#s-7fbd1ed2-e45b-4f02-a13e-f84b25d694f9 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-7fbd1ed2-e45b-4f02-a13e-f84b25d694f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fbd1ed2-e45b-4f02-a13e-f84b25d694f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f525d5a-44f3-4330-8c45-2451dcc60fa7 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-4f525d5a-44f3-4330-8c45-2451dcc60fa7 {
  display: none;
}
#s-4f525d5a-44f3-4330-8c45-2451dcc60fa7, #wrap-s-4f525d5a-44f3-4330-8c45-2451dcc60fa7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f525d5a-44f3-4330-8c45-2451dcc60fa7 {
  display: none;
}
#s-4f525d5a-44f3-4330-8c45-2451dcc60fa7, #wrap-s-4f525d5a-44f3-4330-8c45-2451dcc60fa7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f525d5a-44f3-4330-8c45-2451dcc60fa7 {
  display: none;
}
#s-4f525d5a-44f3-4330-8c45-2451dcc60fa7, #wrap-s-4f525d5a-44f3-4330-8c45-2451dcc60fa7 { display: none !important; }}
@media (min-width: 1200px){#s-2b1483ed-cc0e-4060-9fd1-41d04f7d3cfd {
  display: none;
}
#s-2b1483ed-cc0e-4060-9fd1-41d04f7d3cfd, #wrap-s-2b1483ed-cc0e-4060-9fd1-41d04f7d3cfd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b1483ed-cc0e-4060-9fd1-41d04f7d3cfd {
  display: none;
}
#s-2b1483ed-cc0e-4060-9fd1-41d04f7d3cfd, #wrap-s-2b1483ed-cc0e-4060-9fd1-41d04f7d3cfd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b1483ed-cc0e-4060-9fd1-41d04f7d3cfd {
  display: none;
}
#s-2b1483ed-cc0e-4060-9fd1-41d04f7d3cfd, #wrap-s-2b1483ed-cc0e-4060-9fd1-41d04f7d3cfd { display: none !important; }}
#s-080ddfa6-18e0-4f18-82bb-bfbb1b607101 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-080ddfa6-18e0-4f18-82bb-bfbb1b607101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-080ddfa6-18e0-4f18-82bb-bfbb1b607101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e79c4083-9e7c-42b2-97bd-33c6d58afd01 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-e79c4083-9e7c-42b2-97bd-33c6d58afd01 {
  display: none;
}
#s-e79c4083-9e7c-42b2-97bd-33c6d58afd01, #wrap-s-e79c4083-9e7c-42b2-97bd-33c6d58afd01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e79c4083-9e7c-42b2-97bd-33c6d58afd01 {
  display: none;
}
#s-e79c4083-9e7c-42b2-97bd-33c6d58afd01, #wrap-s-e79c4083-9e7c-42b2-97bd-33c6d58afd01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e79c4083-9e7c-42b2-97bd-33c6d58afd01 {
  display: none;
}
#s-e79c4083-9e7c-42b2-97bd-33c6d58afd01, #wrap-s-e79c4083-9e7c-42b2-97bd-33c6d58afd01 { display: none !important; }}
@media (min-width: 1200px){#s-07f81e62-376a-4235-bc89-3f427c589a4b {
  display: none;
}
#s-07f81e62-376a-4235-bc89-3f427c589a4b, #wrap-s-07f81e62-376a-4235-bc89-3f427c589a4b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07f81e62-376a-4235-bc89-3f427c589a4b {
  display: none;
}
#s-07f81e62-376a-4235-bc89-3f427c589a4b, #wrap-s-07f81e62-376a-4235-bc89-3f427c589a4b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07f81e62-376a-4235-bc89-3f427c589a4b {
  display: none;
}
#s-07f81e62-376a-4235-bc89-3f427c589a4b, #wrap-s-07f81e62-376a-4235-bc89-3f427c589a4b { display: none !important; }}
#s-8db1680a-0f31-4ef2-99be-b4863fc100b0 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-8db1680a-0f31-4ef2-99be-b4863fc100b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db1680a-0f31-4ef2-99be-b4863fc100b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8b3ed02-1634-424d-964b-2d19a64a3fe3 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-e8b3ed02-1634-424d-964b-2d19a64a3fe3 {
  display: none;
}
#s-e8b3ed02-1634-424d-964b-2d19a64a3fe3, #wrap-s-e8b3ed02-1634-424d-964b-2d19a64a3fe3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8b3ed02-1634-424d-964b-2d19a64a3fe3 {
  display: none;
}
#s-e8b3ed02-1634-424d-964b-2d19a64a3fe3, #wrap-s-e8b3ed02-1634-424d-964b-2d19a64a3fe3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8b3ed02-1634-424d-964b-2d19a64a3fe3 {
  display: none;
}
#s-e8b3ed02-1634-424d-964b-2d19a64a3fe3, #wrap-s-e8b3ed02-1634-424d-964b-2d19a64a3fe3 { display: none !important; }}
#s-bb5e6c01-0eb7-4124-9357-1efa87c09296 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-bb5e6c01-0eb7-4124-9357-1efa87c09296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb5e6c01-0eb7-4124-9357-1efa87c09296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-668e3c62-2f6c-4072-be08-d9ba65c13907 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-668e3c62-2f6c-4072-be08-d9ba65c13907 {
  display: none;
}
#s-668e3c62-2f6c-4072-be08-d9ba65c13907, #wrap-s-668e3c62-2f6c-4072-be08-d9ba65c13907 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-668e3c62-2f6c-4072-be08-d9ba65c13907 {
  display: none;
}
#s-668e3c62-2f6c-4072-be08-d9ba65c13907, #wrap-s-668e3c62-2f6c-4072-be08-d9ba65c13907 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-668e3c62-2f6c-4072-be08-d9ba65c13907 {
  display: none;
}
#s-668e3c62-2f6c-4072-be08-d9ba65c13907, #wrap-s-668e3c62-2f6c-4072-be08-d9ba65c13907 { display: none !important; }}
#s-54a198dc-3eaf-49b2-b81d-1dbee7e2579e {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-54a198dc-3eaf-49b2-b81d-1dbee7e2579e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54a198dc-3eaf-49b2-b81d-1dbee7e2579e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32b28128-9109-4393-a92c-9454a061cc0f {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-32b28128-9109-4393-a92c-9454a061cc0f {
  display: none;
}
#s-32b28128-9109-4393-a92c-9454a061cc0f, #wrap-s-32b28128-9109-4393-a92c-9454a061cc0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32b28128-9109-4393-a92c-9454a061cc0f {
  display: none;
}
#s-32b28128-9109-4393-a92c-9454a061cc0f, #wrap-s-32b28128-9109-4393-a92c-9454a061cc0f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32b28128-9109-4393-a92c-9454a061cc0f {
  display: none;
}
#s-32b28128-9109-4393-a92c-9454a061cc0f, #wrap-s-32b28128-9109-4393-a92c-9454a061cc0f { display: none !important; }}
@media (min-width: 1200px){#s-773fd354-4e70-45de-a203-011cb691879a {
  display: none;
}
#s-773fd354-4e70-45de-a203-011cb691879a, #wrap-s-773fd354-4e70-45de-a203-011cb691879a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-773fd354-4e70-45de-a203-011cb691879a {
  display: none;
}
#s-773fd354-4e70-45de-a203-011cb691879a, #wrap-s-773fd354-4e70-45de-a203-011cb691879a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-773fd354-4e70-45de-a203-011cb691879a {
  display: none;
}
#s-773fd354-4e70-45de-a203-011cb691879a, #wrap-s-773fd354-4e70-45de-a203-011cb691879a { display: none !important; }}
#s-55f010b2-b4ec-4e52-b22e-f92bfb11d25d {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-55f010b2-b4ec-4e52-b22e-f92bfb11d25d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55f010b2-b4ec-4e52-b22e-f92bfb11d25d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dfcd897-21ca-4cde-b65b-1047379f7ad9 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-4dfcd897-21ca-4cde-b65b-1047379f7ad9:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4dfcd897-21ca-4cde-b65b-1047379f7ad9:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4dfcd897-21ca-4cde-b65b-1047379f7ad9-root {
    text-align: center;
  }


#s-4dfcd897-21ca-4cde-b65b-1047379f7ad9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4dfcd897-21ca-4cde-b65b-1047379f7ad9-root {
    text-align: center;
  }


#s-4dfcd897-21ca-4cde-b65b-1047379f7ad9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4dfcd897-21ca-4cde-b65b-1047379f7ad9-root {
    text-align: center;
  }


#s-4dfcd897-21ca-4cde-b65b-1047379f7ad9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4dfcd897-21ca-4cde-b65b-1047379f7ad9-root {
    text-align: center;
  }


#s-4dfcd897-21ca-4cde-b65b-1047379f7ad9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4dfcd897-21ca-4cde-b65b-1047379f7ad9-root {
    text-align: center;
  }


#s-4dfcd897-21ca-4cde-b65b-1047379f7ad9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}
@media (min-width: 1200px){#s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3 {
  display: none;
}
#s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3, #wrap-s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3 {
  display: none;
}
#s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3, #wrap-s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3 {
  display: none;
}
#s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3, #wrap-s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3 { display: none !important; }}







#s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddadab4d-79a4-4fb0-9a3b-8d0187c745d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bacdff8-8d8c-4e11-a5a4-ac5dc40714d9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5bacdff8-8d8c-4e11-a5a4-ac5dc40714d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bacdff8-8d8c-4e11-a5a4-ac5dc40714d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bdb8181-2a80-4f33-a264-7846e262de88 {
  text-align: center;
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 {
  max-width:  100%;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom,
.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 {
  max-width:  100%;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom,
.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 {
  max-width:  100%;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom,
.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 {
  max-width:  100%;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom,
.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 {
  max-width:  100%;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom,
.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bdb8181-2a80-4f33-a264-7846e262de88 img.shogun-image {
  width: 100%;
}



}
#s-85c9031d-727d-4143-a3cc-1e82cf7e6394 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-85c9031d-727d-4143-a3cc-1e82cf7e6394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85c9031d-727d-4143-a3cc-1e82cf7e6394.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bec4bde0-c2e6-4419-ba23-5e3657c9f824 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bec4bde0-c2e6-4419-ba23-5e3657c9f824 {
  
}
}@media (max-width: 767px){#s-bec4bde0-c2e6-4419-ba23-5e3657c9f824 {
  
}
}







#s-bec4bde0-c2e6-4419-ba23-5e3657c9f824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bec4bde0-c2e6-4419-ba23-5e3657c9f824.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7b5f6b6-a01e-4051-bf3b-21638a4d7b7a {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-c7b5f6b6-a01e-4051-bf3b-21638a4d7b7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c7b5f6b6-a01e-4051-bf3b-21638a4d7b7a .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c7b5f6b6-a01e-4051-bf3b-21638a4d7b7a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 1, 1, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-4aba787c-47b2-4e05-a9a9-3ece08187c06 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-4aba787c-47b2-4e05-a9a9-3ece08187c06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aba787c-47b2-4e05-a9a9-3ece08187c06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b546853d-1c9a-401e-b37f-d8ff02c9ff39 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-b546853d-1c9a-401e-b37f-d8ff02c9ff39 {
  display: none;
}
#s-b546853d-1c9a-401e-b37f-d8ff02c9ff39, #wrap-s-b546853d-1c9a-401e-b37f-d8ff02c9ff39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b546853d-1c9a-401e-b37f-d8ff02c9ff39 {
  display: none;
}
#s-b546853d-1c9a-401e-b37f-d8ff02c9ff39, #wrap-s-b546853d-1c9a-401e-b37f-d8ff02c9ff39 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b546853d-1c9a-401e-b37f-d8ff02c9ff39 {
  display: none;
}
#s-b546853d-1c9a-401e-b37f-d8ff02c9ff39, #wrap-s-b546853d-1c9a-401e-b37f-d8ff02c9ff39 { display: none !important; }}
@media (min-width: 1200px){#s-28447fe7-4be1-434d-826a-7a7138334950 {
  display: none;
}
#s-28447fe7-4be1-434d-826a-7a7138334950, #wrap-s-28447fe7-4be1-434d-826a-7a7138334950 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28447fe7-4be1-434d-826a-7a7138334950 {
  display: none;
}
#s-28447fe7-4be1-434d-826a-7a7138334950, #wrap-s-28447fe7-4be1-434d-826a-7a7138334950 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28447fe7-4be1-434d-826a-7a7138334950 {
  display: none;
}
#s-28447fe7-4be1-434d-826a-7a7138334950, #wrap-s-28447fe7-4be1-434d-826a-7a7138334950 { display: none !important; }}
#s-df8ddf1f-dc6a-4e8f-b74b-dcbe2c5c39c5 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-df8ddf1f-dc6a-4e8f-b74b-dcbe2c5c39c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df8ddf1f-dc6a-4e8f-b74b-dcbe2c5c39c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98f74b6a-c5e9-49e4-b623-02e9c4834e62 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-98f74b6a-c5e9-49e4-b623-02e9c4834e62 {
  display: none;
}
#s-98f74b6a-c5e9-49e4-b623-02e9c4834e62, #wrap-s-98f74b6a-c5e9-49e4-b623-02e9c4834e62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98f74b6a-c5e9-49e4-b623-02e9c4834e62 {
  display: none;
}
#s-98f74b6a-c5e9-49e4-b623-02e9c4834e62, #wrap-s-98f74b6a-c5e9-49e4-b623-02e9c4834e62 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98f74b6a-c5e9-49e4-b623-02e9c4834e62 {
  display: none;
}
#s-98f74b6a-c5e9-49e4-b623-02e9c4834e62, #wrap-s-98f74b6a-c5e9-49e4-b623-02e9c4834e62 { display: none !important; }}
#s-44569de5-7073-4c4b-a051-81eb2eac9052 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-44569de5-7073-4c4b-a051-81eb2eac9052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44569de5-7073-4c4b-a051-81eb2eac9052.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc37abdd-ca47-4f27-9175-ddf6af4837cc {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-cc37abdd-ca47-4f27-9175-ddf6af4837cc {
  display: none;
}
#s-cc37abdd-ca47-4f27-9175-ddf6af4837cc, #wrap-s-cc37abdd-ca47-4f27-9175-ddf6af4837cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc37abdd-ca47-4f27-9175-ddf6af4837cc {
  display: none;
}
#s-cc37abdd-ca47-4f27-9175-ddf6af4837cc, #wrap-s-cc37abdd-ca47-4f27-9175-ddf6af4837cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc37abdd-ca47-4f27-9175-ddf6af4837cc {
  display: none;
}
#s-cc37abdd-ca47-4f27-9175-ddf6af4837cc, #wrap-s-cc37abdd-ca47-4f27-9175-ddf6af4837cc { display: none !important; }}
#s-7db9b8a3-fd3a-416e-967f-317b745c4c7f {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-7db9b8a3-fd3a-416e-967f-317b745c4c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7db9b8a3-fd3a-416e-967f-317b745c4c7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b851adc8-d2c2-432e-89c6-c27024d2d392 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-b851adc8-d2c2-432e-89c6-c27024d2d392 {
  display: none;
}
#s-b851adc8-d2c2-432e-89c6-c27024d2d392, #wrap-s-b851adc8-d2c2-432e-89c6-c27024d2d392 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b851adc8-d2c2-432e-89c6-c27024d2d392 {
  display: none;
}
#s-b851adc8-d2c2-432e-89c6-c27024d2d392, #wrap-s-b851adc8-d2c2-432e-89c6-c27024d2d392 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b851adc8-d2c2-432e-89c6-c27024d2d392 {
  display: none;
}
#s-b851adc8-d2c2-432e-89c6-c27024d2d392, #wrap-s-b851adc8-d2c2-432e-89c6-c27024d2d392 { display: none !important; }}
#s-9f536d8e-218f-4af8-89b5-8bba0123d936 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-9f536d8e-218f-4af8-89b5-8bba0123d936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f536d8e-218f-4af8-89b5-8bba0123d936.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc9627ae-7f16-431d-9b37-41043c0a6722 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-dc9627ae-7f16-431d-9b37-41043c0a6722 {
  display: none;
}
#s-dc9627ae-7f16-431d-9b37-41043c0a6722, #wrap-s-dc9627ae-7f16-431d-9b37-41043c0a6722 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc9627ae-7f16-431d-9b37-41043c0a6722 {
  display: none;
}
#s-dc9627ae-7f16-431d-9b37-41043c0a6722, #wrap-s-dc9627ae-7f16-431d-9b37-41043c0a6722 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc9627ae-7f16-431d-9b37-41043c0a6722 {
  display: none;
}
#s-dc9627ae-7f16-431d-9b37-41043c0a6722, #wrap-s-dc9627ae-7f16-431d-9b37-41043c0a6722 { display: none !important; }}
#s-e353cf91-4c88-4e19-8fc3-bfd4619be842 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-e353cf91-4c88-4e19-8fc3-bfd4619be842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e353cf91-4c88-4e19-8fc3-bfd4619be842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50fb65fc-056a-43cb-befa-fdb8617ba56f {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-50fb65fc-056a-43cb-befa-fdb8617ba56f {
  display: none;
}
#s-50fb65fc-056a-43cb-befa-fdb8617ba56f, #wrap-s-50fb65fc-056a-43cb-befa-fdb8617ba56f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50fb65fc-056a-43cb-befa-fdb8617ba56f {
  display: none;
}
#s-50fb65fc-056a-43cb-befa-fdb8617ba56f, #wrap-s-50fb65fc-056a-43cb-befa-fdb8617ba56f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50fb65fc-056a-43cb-befa-fdb8617ba56f {
  display: none;
}
#s-50fb65fc-056a-43cb-befa-fdb8617ba56f, #wrap-s-50fb65fc-056a-43cb-befa-fdb8617ba56f { display: none !important; }}
#s-42aa0aca-799a-4c80-a033-d2a8b159580b {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-42aa0aca-799a-4c80-a033-d2a8b159580b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42aa0aca-799a-4c80-a033-d2a8b159580b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b {
  display: none;
}
#s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b, #wrap-s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b {
  display: none;
}
#s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b, #wrap-s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b {
  display: none;
}
#s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b, #wrap-s-f5f481cf-721b-4bb0-a88a-3073b24fcd4b { display: none !important; }}
@media (min-width: 1200px){#s-5acb90d6-a3b4-4f61-a1ab-a42f6babae0a {
  display: none;
}
#s-5acb90d6-a3b4-4f61-a1ab-a42f6babae0a, #wrap-s-5acb90d6-a3b4-4f61-a1ab-a42f6babae0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5acb90d6-a3b4-4f61-a1ab-a42f6babae0a {
  display: none;
}
#s-5acb90d6-a3b4-4f61-a1ab-a42f6babae0a, #wrap-s-5acb90d6-a3b4-4f61-a1ab-a42f6babae0a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5acb90d6-a3b4-4f61-a1ab-a42f6babae0a {
  display: none;
}
#s-5acb90d6-a3b4-4f61-a1ab-a42f6babae0a, #wrap-s-5acb90d6-a3b4-4f61-a1ab-a42f6babae0a { display: none !important; }}
#s-e402261b-717d-47f7-b97f-a167d9003039 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-e402261b-717d-47f7-b97f-a167d9003039 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e402261b-717d-47f7-b97f-a167d9003039.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbba9362-daff-4e7a-b433-82e3e1f80c27 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-dbba9362-daff-4e7a-b433-82e3e1f80c27:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dbba9362-daff-4e7a-b433-82e3e1f80c27:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dbba9362-daff-4e7a-b433-82e3e1f80c27-root {
    text-align: center;
  }


#s-dbba9362-daff-4e7a-b433-82e3e1f80c27.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dbba9362-daff-4e7a-b433-82e3e1f80c27-root {
    text-align: center;
  }


#s-dbba9362-daff-4e7a-b433-82e3e1f80c27.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbba9362-daff-4e7a-b433-82e3e1f80c27-root {
    text-align: center;
  }


#s-dbba9362-daff-4e7a-b433-82e3e1f80c27.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbba9362-daff-4e7a-b433-82e3e1f80c27-root {
    text-align: center;
  }


#s-dbba9362-daff-4e7a-b433-82e3e1f80c27.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dbba9362-daff-4e7a-b433-82e3e1f80c27-root {
    text-align: center;
  }


#s-dbba9362-daff-4e7a-b433-82e3e1f80c27.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-8405d046-7751-4a53-b0cd-dc16c6adf04f {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}
@media (min-width: 1200px){#s-8405d046-7751-4a53-b0cd-dc16c6adf04f {
  display: none;
}
#s-8405d046-7751-4a53-b0cd-dc16c6adf04f, #wrap-s-8405d046-7751-4a53-b0cd-dc16c6adf04f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8405d046-7751-4a53-b0cd-dc16c6adf04f {
  display: none;
}
#s-8405d046-7751-4a53-b0cd-dc16c6adf04f, #wrap-s-8405d046-7751-4a53-b0cd-dc16c6adf04f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8405d046-7751-4a53-b0cd-dc16c6adf04f {
  display: none;
}
#s-8405d046-7751-4a53-b0cd-dc16c6adf04f, #wrap-s-8405d046-7751-4a53-b0cd-dc16c6adf04f { display: none !important; }}







#s-8405d046-7751-4a53-b0cd-dc16c6adf04f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8405d046-7751-4a53-b0cd-dc16c6adf04f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b99e2e6f-012c-437b-a066-99a50dcbb4b7 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b99e2e6f-012c-437b-a066-99a50dcbb4b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99e2e6f-012c-437b-a066-99a50dcbb4b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-565f3e74-cead-419f-8448-36ae6aa01de8 {
  text-align: center;
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 {
  max-width:  100%;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom,
.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 {
  max-width:  100%;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom,
.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 {
  max-width:  100%;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom,
.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 {
  max-width:  100%;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom,
.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 {
  max-width:  100%;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom,
.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-565f3e74-cead-419f-8448-36ae6aa01de8 img.shogun-image {
  width: 100%;
}



}
#s-31e5417f-0554-4bd0-833b-4b3506815674 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-31e5417f-0554-4bd0-833b-4b3506815674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31e5417f-0554-4bd0-833b-4b3506815674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c36d433f-eda1-4c6d-8c02-1264ed7731be {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c36d433f-eda1-4c6d-8c02-1264ed7731be {
  
}
}@media (max-width: 767px){#s-c36d433f-eda1-4c6d-8c02-1264ed7731be {
  
}
}







#s-c36d433f-eda1-4c6d-8c02-1264ed7731be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c36d433f-eda1-4c6d-8c02-1264ed7731be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d9a6d27-2445-416c-a14e-19439a708f88 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-4d9a6d27-2445-416c-a14e-19439a708f88 .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d9a6d27-2445-416c-a14e-19439a708f88 .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4d9a6d27-2445-416c-a14e-19439a708f88 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 1, 1, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-984b0941-051e-4e44-925e-eba96155a4ed {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-984b0941-051e-4e44-925e-eba96155a4ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-984b0941-051e-4e44-925e-eba96155a4ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61 {
  display: none;
}
#s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61, #wrap-s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61 {
  display: none;
}
#s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61, #wrap-s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61 {
  display: none;
}
#s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61, #wrap-s-b6e8bc17-dca4-43bb-b411-f8a8ae1feb61 { display: none !important; }}
@media (min-width: 1200px){#s-2eccdaf3-c2f6-4152-ad7a-3bedce1733a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2eccdaf3-c2f6-4152-ad7a-3bedce1733a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2eccdaf3-c2f6-4152-ad7a-3bedce1733a5 {
  
}
}
#s-5813fadb-0e23-42dd-a41b-58695dd7a2e4 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-5813fadb-0e23-42dd-a41b-58695dd7a2e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5813fadb-0e23-42dd-a41b-58695dd7a2e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fdd7145-1293-4c76-913d-0d602f9ecd0a {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-9fdd7145-1293-4c76-913d-0d602f9ecd0a {
  display: none;
}
#s-9fdd7145-1293-4c76-913d-0d602f9ecd0a, #wrap-s-9fdd7145-1293-4c76-913d-0d602f9ecd0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fdd7145-1293-4c76-913d-0d602f9ecd0a {
  display: none;
}
#s-9fdd7145-1293-4c76-913d-0d602f9ecd0a, #wrap-s-9fdd7145-1293-4c76-913d-0d602f9ecd0a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fdd7145-1293-4c76-913d-0d602f9ecd0a {
  display: none;
}
#s-9fdd7145-1293-4c76-913d-0d602f9ecd0a, #wrap-s-9fdd7145-1293-4c76-913d-0d602f9ecd0a { display: none !important; }}
#s-bf8be825-5a07-414e-843c-dddc7eb1f4d8 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-bf8be825-5a07-414e-843c-dddc7eb1f4d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf8be825-5a07-414e-843c-dddc7eb1f4d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6faa5d3b-5d79-4926-9670-5dea49e71097 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-6faa5d3b-5d79-4926-9670-5dea49e71097 {
  display: none;
}
#s-6faa5d3b-5d79-4926-9670-5dea49e71097, #wrap-s-6faa5d3b-5d79-4926-9670-5dea49e71097 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6faa5d3b-5d79-4926-9670-5dea49e71097 {
  display: none;
}
#s-6faa5d3b-5d79-4926-9670-5dea49e71097, #wrap-s-6faa5d3b-5d79-4926-9670-5dea49e71097 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6faa5d3b-5d79-4926-9670-5dea49e71097 {
  display: none;
}
#s-6faa5d3b-5d79-4926-9670-5dea49e71097, #wrap-s-6faa5d3b-5d79-4926-9670-5dea49e71097 { display: none !important; }}
#s-ad14b184-43af-478d-a4fb-1b067e59afcd {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-ad14b184-43af-478d-a4fb-1b067e59afcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad14b184-43af-478d-a4fb-1b067e59afcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-316b2595-0cd7-432a-91ed-b42332aeee71 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-316b2595-0cd7-432a-91ed-b42332aeee71 {
  display: none;
}
#s-316b2595-0cd7-432a-91ed-b42332aeee71, #wrap-s-316b2595-0cd7-432a-91ed-b42332aeee71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-316b2595-0cd7-432a-91ed-b42332aeee71 {
  display: none;
}
#s-316b2595-0cd7-432a-91ed-b42332aeee71, #wrap-s-316b2595-0cd7-432a-91ed-b42332aeee71 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-316b2595-0cd7-432a-91ed-b42332aeee71 {
  display: none;
}
#s-316b2595-0cd7-432a-91ed-b42332aeee71, #wrap-s-316b2595-0cd7-432a-91ed-b42332aeee71 { display: none !important; }}
#s-5669836d-9d87-4217-959e-46c34af5abdf {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-5669836d-9d87-4217-959e-46c34af5abdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5669836d-9d87-4217-959e-46c34af5abdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebcc5784-2c70-46dc-88af-be9ee96247d4 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-ebcc5784-2c70-46dc-88af-be9ee96247d4 {
  display: none;
}
#s-ebcc5784-2c70-46dc-88af-be9ee96247d4, #wrap-s-ebcc5784-2c70-46dc-88af-be9ee96247d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebcc5784-2c70-46dc-88af-be9ee96247d4 {
  display: none;
}
#s-ebcc5784-2c70-46dc-88af-be9ee96247d4, #wrap-s-ebcc5784-2c70-46dc-88af-be9ee96247d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebcc5784-2c70-46dc-88af-be9ee96247d4 {
  display: none;
}
#s-ebcc5784-2c70-46dc-88af-be9ee96247d4, #wrap-s-ebcc5784-2c70-46dc-88af-be9ee96247d4 { display: none !important; }}
#s-e45c6267-dfa4-43c4-a674-6970d0e37968 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-e45c6267-dfa4-43c4-a674-6970d0e37968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e45c6267-dfa4-43c4-a674-6970d0e37968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-675c48f4-a842-4228-8f51-d7d17e3f8c30 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-675c48f4-a842-4228-8f51-d7d17e3f8c30 {
  display: none;
}
#s-675c48f4-a842-4228-8f51-d7d17e3f8c30, #wrap-s-675c48f4-a842-4228-8f51-d7d17e3f8c30 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-675c48f4-a842-4228-8f51-d7d17e3f8c30 {
  display: none;
}
#s-675c48f4-a842-4228-8f51-d7d17e3f8c30, #wrap-s-675c48f4-a842-4228-8f51-d7d17e3f8c30 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-675c48f4-a842-4228-8f51-d7d17e3f8c30 {
  display: none;
}
#s-675c48f4-a842-4228-8f51-d7d17e3f8c30, #wrap-s-675c48f4-a842-4228-8f51-d7d17e3f8c30 { display: none !important; }}
#s-ca847c52-81a7-4580-bf20-d40ec4e7f371 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-ca847c52-81a7-4580-bf20-d40ec4e7f371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca847c52-81a7-4580-bf20-d40ec4e7f371.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f {
  display: none;
}
#s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f, #wrap-s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f {
  display: none;
}
#s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f, #wrap-s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f {
  display: none;
}
#s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f, #wrap-s-ccbeb3cb-a60d-40b0-b481-0e244b188a6f { display: none !important; }}
#s-1e8869cd-66c0-49a3-9b3d-3d69e9966977 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-1e8869cd-66c0-49a3-9b3d-3d69e9966977:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1e8869cd-66c0-49a3-9b3d-3d69e9966977:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1e8869cd-66c0-49a3-9b3d-3d69e9966977-root {
    text-align: center;
  }


#s-1e8869cd-66c0-49a3-9b3d-3d69e9966977.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e8869cd-66c0-49a3-9b3d-3d69e9966977-root {
    text-align: center;
  }


#s-1e8869cd-66c0-49a3-9b3d-3d69e9966977.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e8869cd-66c0-49a3-9b3d-3d69e9966977-root {
    text-align: center;
  }


#s-1e8869cd-66c0-49a3-9b3d-3d69e9966977.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e8869cd-66c0-49a3-9b3d-3d69e9966977-root {
    text-align: center;
  }


#s-1e8869cd-66c0-49a3-9b3d-3d69e9966977.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e8869cd-66c0-49a3-9b3d-3d69e9966977-root {
    text-align: center;
  }


#s-1e8869cd-66c0-49a3-9b3d-3d69e9966977.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-135bf5c9-5bd7-444a-9c8a-e7858d7944d3 {
  min-height: 25px;
}

#s-e6432125-f5a4-4fc3-86c0-1e7f7a7b3416 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6432125-f5a4-4fc3-86c0-1e7f7a7b3416 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



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