.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-5adb7797-8fc3-4205-8834-fdd2c892a6f2 {
  min-height: 50px;
}








#s-5adb7797-8fc3-4205-8834-fdd2c892a6f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5adb7797-8fc3-4205-8834-fdd2c892a6f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-83902de3-65dc-4108-8e3c-664445a030df {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-83902de3-65dc-4108-8e3c-664445a030df {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-83902de3-65dc-4108-8e3c-664445a030df"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-83902de3-65dc-4108-8e3c-664445a030df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-83902de3-65dc-4108-8e3c-664445a030df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-83902de3-65dc-4108-8e3c-664445a030df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-83902de3-65dc-4108-8e3c-664445a030df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-83902de3-65dc-4108-8e3c-664445a030df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-83902de3-65dc-4108-8e3c-664445a030df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

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

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

#s-81966387-1bb3-468c-b03c-f1fb52d509d7 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-81966387-1bb3-468c-b03c-f1fb52d509d7 {
  display: none;
}
#s-81966387-1bb3-468c-b03c-f1fb52d509d7, #wrap-s-81966387-1bb3-468c-b03c-f1fb52d509d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81966387-1bb3-468c-b03c-f1fb52d509d7 {
  display: none;
}
#s-81966387-1bb3-468c-b03c-f1fb52d509d7, #wrap-s-81966387-1bb3-468c-b03c-f1fb52d509d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81966387-1bb3-468c-b03c-f1fb52d509d7 {
  display: none;
}
#s-81966387-1bb3-468c-b03c-f1fb52d509d7, #wrap-s-81966387-1bb3-468c-b03c-f1fb52d509d7 { display:none !important; }}
#s-81966387-1bb3-468c-b03c-f1fb52d509d7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-13aef9fa-b749-4f38-a40d-0494ae91da88 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-13aef9fa-b749-4f38-a40d-0494ae91da88 {
  display: none;
}
#s-13aef9fa-b749-4f38-a40d-0494ae91da88, #wrap-s-13aef9fa-b749-4f38-a40d-0494ae91da88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13aef9fa-b749-4f38-a40d-0494ae91da88 {
  display: none;
}
#s-13aef9fa-b749-4f38-a40d-0494ae91da88, #wrap-s-13aef9fa-b749-4f38-a40d-0494ae91da88 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13aef9fa-b749-4f38-a40d-0494ae91da88 {
  display: none;
}
#s-13aef9fa-b749-4f38-a40d-0494ae91da88, #wrap-s-13aef9fa-b749-4f38-a40d-0494ae91da88 { display:none !important; }}@media (max-width: 767px){#s-13aef9fa-b749-4f38-a40d-0494ae91da88 {
  display: none;
}
#s-13aef9fa-b749-4f38-a40d-0494ae91da88, #wrap-s-13aef9fa-b749-4f38-a40d-0494ae91da88 { display:none !important; }}
#s-13aef9fa-b749-4f38-a40d-0494ae91da88 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

.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-3935b1f0-6078-4d7c-9c40-2bc559bc1161 {
  box-shadow:7px 7px 20px 0px rgba(233, 233, 233, 1);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(185, 185, 185, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 {
  margin-left: 0%;
margin-right: 0%;
}
}


.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3935b1f0-6078-4d7c-9c40-2bc559bc1161 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-6b86aa3c-1110-49e5-8a4b-f72bdca8ee27 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b86aa3c-1110-49e5-8a4b-f72bdca8ee27 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-6b86aa3c-1110-49e5-8a4b-f72bdca8ee27 {
  
}
}
#s-6b86aa3c-1110-49e5-8a4b-f72bdca8ee27 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 33.333333333333336%;
  padding-right: 0px;
  padding-bottom: 0px;
}

#s-6b86aa3c-1110-49e5-8a4b-f72bdca8ee27 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6b86aa3c-1110-49e5-8a4b-f72bdca8ee27 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-6b86aa3c-1110-49e5-8a4b-f72bdca8ee27 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6b86aa3c-1110-49e5-8a4b-f72bdca8ee27 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6b86aa3c-1110-49e5-8a4b-f72bdca8ee27 .shg-gallery-dot {
  background-color: #FFF;
}

#s-553c46f5-6493-410d-9c6e-de13a0b9b52c {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-553c46f5-6493-410d-9c6e-de13a0b9b52c {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-553c46f5-6493-410d-9c6e-de13a0b9b52c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-553c46f5-6493-410d-9c6e-de13a0b9b52c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a80ea4e-8611-48a5-99d9-8e2f986458fb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3a80ea4e-8611-48a5-99d9-8e2f986458fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a80ea4e-8611-48a5-99d9-8e2f986458fb {
  
}
}@media (max-width: 767px){#s-3a80ea4e-8611-48a5-99d9-8e2f986458fb {
  display: none;
}
#s-3a80ea4e-8611-48a5-99d9-8e2f986458fb, #wrap-s-3a80ea4e-8611-48a5-99d9-8e2f986458fb { display:none !important; }}
#s-3a80ea4e-8611-48a5-99d9-8e2f986458fb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-01eb1881-f31b-4f00-a81b-68723b17e0ff {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-01eb1881-f31b-4f00-a81b-68723b17e0ff {
  display: none;
}
#s-01eb1881-f31b-4f00-a81b-68723b17e0ff, #wrap-s-01eb1881-f31b-4f00-a81b-68723b17e0ff { display:none !important; }}@media (max-width: 767px){#s-01eb1881-f31b-4f00-a81b-68723b17e0ff {
  display: none;
}
#s-01eb1881-f31b-4f00-a81b-68723b17e0ff, #wrap-s-01eb1881-f31b-4f00-a81b-68723b17e0ff { display:none !important; }}
#s-01eb1881-f31b-4f00-a81b-68723b17e0ff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 26px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-01eb1881-f31b-4f00-a81b-68723b17e0ff .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 26px;
}

#s-01eb1881-f31b-4f00-a81b-68723b17e0ff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-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-5ad83bd5-f678-43c3-891e-807e0a91a8ce {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ad83bd5-f678-43c3-891e-807e0a91a8ce {
  display: none;
}
#s-5ad83bd5-f678-43c3-891e-807e0a91a8ce, #wrap-s-5ad83bd5-f678-43c3-891e-807e0a91a8ce { display:none !important; }}@media (max-width: 767px){#s-5ad83bd5-f678-43c3-891e-807e0a91a8ce {
  display: none;
}
#s-5ad83bd5-f678-43c3-891e-807e0a91a8ce, #wrap-s-5ad83bd5-f678-43c3-891e-807e0a91a8ce { display:none !important; }}
#s-c78c2b8c-87b1-4517-9659-129da66f272f {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c78c2b8c-87b1-4517-9659-129da66f272f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4987d815-8321-4e9a-8374-2326df4b4fa6 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-4987d815-8321-4e9a-8374-2326df4b4fa6 {
  display: none;
}
#s-4987d815-8321-4e9a-8374-2326df4b4fa6, #wrap-s-4987d815-8321-4e9a-8374-2326df4b4fa6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4987d815-8321-4e9a-8374-2326df4b4fa6 {
  display: none;
}
#s-4987d815-8321-4e9a-8374-2326df4b4fa6, #wrap-s-4987d815-8321-4e9a-8374-2326df4b4fa6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4987d815-8321-4e9a-8374-2326df4b4fa6 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-4987d815-8321-4e9a-8374-2326df4b4fa6 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-9e099a61-9747-471e-8ca2-ebff462cb24e {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e099a61-9747-471e-8ca2-ebff462cb24e {
  display: none;
}
#s-9e099a61-9747-471e-8ca2-ebff462cb24e, #wrap-s-9e099a61-9747-471e-8ca2-ebff462cb24e { display:none !important; }}@media (max-width: 767px){#s-9e099a61-9747-471e-8ca2-ebff462cb24e {
  display: none;
}
#s-9e099a61-9747-471e-8ca2-ebff462cb24e, #wrap-s-9e099a61-9747-471e-8ca2-ebff462cb24e { display:none !important; }}
@media (min-width: 0px) {
[id="s-9e099a61-9747-471e-8ca2-ebff462cb24e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e099a61-9747-471e-8ca2-ebff462cb24e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e099a61-9747-471e-8ca2-ebff462cb24e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e099a61-9747-471e-8ca2-ebff462cb24e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

.shg-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-66faec23-53e5-467b-9906-ee59012d60ab {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-66faec23-53e5-467b-9906-ee59012d60ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66faec23-53e5-467b-9906-ee59012d60ab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-66faec23-53e5-467b-9906-ee59012d60ab {
  display: none;
}
#s-66faec23-53e5-467b-9906-ee59012d60ab, #wrap-s-66faec23-53e5-467b-9906-ee59012d60ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66faec23-53e5-467b-9906-ee59012d60ab {
  display: none;
}
#s-66faec23-53e5-467b-9906-ee59012d60ab, #wrap-s-66faec23-53e5-467b-9906-ee59012d60ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66faec23-53e5-467b-9906-ee59012d60ab {
  display: none;
}
#s-66faec23-53e5-467b-9906-ee59012d60ab, #wrap-s-66faec23-53e5-467b-9906-ee59012d60ab { display:none !important; }}@media (max-width: 767px){#s-66faec23-53e5-467b-9906-ee59012d60ab {
  display: none;
}
#s-66faec23-53e5-467b-9906-ee59012d60ab, #wrap-s-66faec23-53e5-467b-9906-ee59012d60ab { display:none !important; }}

  #s-66faec23-53e5-467b-9906-ee59012d60ab-root {
    text-align: center;
  }


#s-66faec23-53e5-467b-9906-ee59012d60ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-66faec23-53e5-467b-9906-ee59012d60ab-root {
    text-align: center;
  }


#s-66faec23-53e5-467b-9906-ee59012d60ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66faec23-53e5-467b-9906-ee59012d60ab-root {
    text-align: center;
  }


#s-66faec23-53e5-467b-9906-ee59012d60ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66faec23-53e5-467b-9906-ee59012d60ab-root {
    text-align: center;
  }


#s-66faec23-53e5-467b-9906-ee59012d60ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-66faec23-53e5-467b-9906-ee59012d60ab-root {
    text-align: center;
  }


#s-66faec23-53e5-467b-9906-ee59012d60ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7 {
  display: none;
}
#s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7, #wrap-s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7 {
  display: none;
}
#s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7, #wrap-s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7 {
  
}
}
#s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 26px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 26px;
}

#s-9fea6724-029d-4535-a2a5-8fae2fb4e7e7 .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-7682c938-51b0-4d55-b683-b40370d3fa17 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-7682c938-51b0-4d55-b683-b40370d3fa17 {
  display: none;
}
#s-7682c938-51b0-4d55-b683-b40370d3fa17, #wrap-s-7682c938-51b0-4d55-b683-b40370d3fa17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7682c938-51b0-4d55-b683-b40370d3fa17 {
  display: none;
}
#s-7682c938-51b0-4d55-b683-b40370d3fa17, #wrap-s-7682c938-51b0-4d55-b683-b40370d3fa17 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7682c938-51b0-4d55-b683-b40370d3fa17 {
  
}
}
@media (min-width: 0px) {
[id="s-baba4283-f748-4607-87b2-49ff996c3380"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-baba4283-f748-4607-87b2-49ff996c3380"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-baba4283-f748-4607-87b2-49ff996c3380"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-baba4283-f748-4607-87b2-49ff996c3380"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

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

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

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

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

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

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

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

#s-5e9909dd-cac5-4e2c-a8e3-f4914454199d {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(221, 37, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5e9909dd-cac5-4e2c-a8e3-f4914454199d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e9909dd-cac5-4e2c-a8e3-f4914454199d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e9909dd-cac5-4e2c-a8e3-f4914454199d-atc-btn-wrapper {
    text-align: center;
  }


#s-5e9909dd-cac5-4e2c-a8e3-f4914454199d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e9909dd-cac5-4e2c-a8e3-f4914454199d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e9909dd-cac5-4e2c-a8e3-f4914454199d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5e9909dd-cac5-4e2c-a8e3-f4914454199d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

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

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

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

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

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

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-6a88f341-20f4-4b5a-b6a4-e798437480a0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 50%;
text-align: right;
}
@media (min-width: 1200px){#s-6a88f341-20f4-4b5a-b6a4-e798437480a0 {
  margin-right: 80%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a88f341-20f4-4b5a-b6a4-e798437480a0 {
  margin-right: 80%;
}
}






  #s-6a88f341-20f4-4b5a-b6a4-e798437480a0 img.shogun-image {
    

    
    
    
  }


#s-6a88f341-20f4-4b5a-b6a4-e798437480a0 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 {
  display: none;
}
#s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85, #wrap-s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 { display:none !important; }}@media (max-width: 767px){#s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 {
  display: none;
}
#s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85, #wrap-s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 { display:none !important; }}

  #s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #DDDDDD;
  }
  #s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-fbbf4be1-a6f6-48d1-9f46-c4375217fe85 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-efc41d99-2202-4e77-83d1-0ecfae26f289 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-efc41d99-2202-4e77-83d1-0ecfae26f289"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efc41d99-2202-4e77-83d1-0ecfae26f289"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efc41d99-2202-4e77-83d1-0ecfae26f289"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efc41d99-2202-4e77-83d1-0ecfae26f289"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c9b0e2e-d6c4-4c0d-b5a9-c3ee9d988cbd {
  min-height: 10em;
}








#s-0c9b0e2e-d6c4-4c0d-b5a9-c3ee9d988cbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c9b0e2e-d6c4-4c0d-b5a9-c3ee9d988cbd.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-5107757e-54ed-46f7-92a0-63a85247b534 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5107757e-54ed-46f7-92a0-63a85247b534 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-19d2b145-ce33-47ac-bda0-7be4e8628d8f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-19d2b145-ce33-47ac-bda0-7be4e8628d8f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-19d2b145-ce33-47ac-bda0-7be4e8628d8f .shg-sld-nav-button.shg-sld-left,
#s-19d2b145-ce33-47ac-bda0-7be4e8628d8f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-111dda67-2f03-414b-9500-84d6f982e272 {
  text-align: center;
}







  #s-111dda67-2f03-414b-9500-84d6f982e272 img.shogun-image {
    

    
    
    
  }


#s-111dda67-2f03-414b-9500-84d6f982e272 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c4be4de-5a29-4368-b95c-b6b5b1940997 {
  text-align: center;
}







  #s-0c4be4de-5a29-4368-b95c-b6b5b1940997 img.shogun-image {
    

    
    
    
  }


#s-0c4be4de-5a29-4368-b95c-b6b5b1940997 .shogun-image-content {
  
    align-items: center;
  
}

#s-82a27f5d-de72-4453-99de-53fd04de3bfc {
  text-align: center;
}







  #s-82a27f5d-de72-4453-99de-53fd04de3bfc img.shogun-image {
    

    
    
    
  }


#s-82a27f5d-de72-4453-99de-53fd04de3bfc .shogun-image-content {
  
    align-items: center;
  
}

.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-d8393bad-3263-45ba-9ca7-2739f1fe4986 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f-root {
    text-align: center;
  }


#s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f-root {
    text-align: center;
  }


#s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f-root {
    text-align: center;
  }


#s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f-root {
    text-align: center;
  }


#s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f-root {
    text-align: center;
  }


#s-c8ffcd3d-7ec5-487c-a484-489a84b3c44f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a96f7188-0867-4817-9575-d222a652020d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-d8477455-340f-4a4c-894e-ff925d3a2e42 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d8477455-340f-4a4c-894e-ff925d3a2e42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8477455-340f-4a4c-894e-ff925d3a2e42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8477455-340f-4a4c-894e-ff925d3a2e42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8477455-340f-4a4c-894e-ff925d3a2e42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9c0a332e-3993-481b-802a-1417d1c7b163 {
  min-height: 10em;
}








#s-9c0a332e-3993-481b-802a-1417d1c7b163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c0a332e-3993-481b-802a-1417d1c7b163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47a0ef45-3bd7-43ea-ad9b-d73ac3450a82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47a0ef45-3bd7-43ea-ad9b-d73ac3450a82 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-39d66bd1-6f1e-44de-8c08-8742552a84d2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-39d66bd1-6f1e-44de-8c08-8742552a84d2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-39d66bd1-6f1e-44de-8c08-8742552a84d2 .shg-sld-nav-button.shg-sld-left,
#s-39d66bd1-6f1e-44de-8c08-8742552a84d2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-dd74466c-89f7-4287-a554-42bab5526f1a {
  text-align: center;
}







  #s-dd74466c-89f7-4287-a554-42bab5526f1a img.shogun-image {
    

    
    
    
  }


#s-dd74466c-89f7-4287-a554-42bab5526f1a .shogun-image-content {
  
    align-items: center;
  
}

#s-520b7556-8221-4672-b7a3-e00b1296dae0 {
  text-align: center;
}







  #s-520b7556-8221-4672-b7a3-e00b1296dae0 img.shogun-image {
    

    
    
    
  }


#s-520b7556-8221-4672-b7a3-e00b1296dae0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f8594f4-1358-4403-96f3-2906e2ae6622 {
  text-align: center;
}







  #s-7f8594f4-1358-4403-96f3-2906e2ae6622 img.shogun-image {
    

    
    
    
  }


#s-7f8594f4-1358-4403-96f3-2906e2ae6622 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5ca1c50-46c9-4c9a-8203-19970089d544 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0-root {
    text-align: center;
  }


#s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0-root {
    text-align: center;
  }


#s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0-root {
    text-align: center;
  }


#s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0-root {
    text-align: center;
  }


#s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0-root {
    text-align: center;
  }


#s-8c85f6e5-dfd9-4c66-b95a-9f644da849f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-279ed15d-8c58-4536-ac07-57ab1cb47ed7 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-7ea4fd90-a0ed-4e6a-8761-7e45a6744fb7 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-7ea4fd90-a0ed-4e6a-8761-7e45a6744fb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ea4fd90-a0ed-4e6a-8761-7e45a6744fb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ea4fd90-a0ed-4e6a-8761-7e45a6744fb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ea4fd90-a0ed-4e6a-8761-7e45a6744fb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-87ee619d-d8c5-4131-8c98-22cf8b35bb2e {
  min-height: 4em;
}








#s-87ee619d-d8c5-4131-8c98-22cf8b35bb2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87ee619d-d8c5-4131-8c98-22cf8b35bb2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-055afe29-a96b-4fc1-8d8c-c7ac274f573b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-055afe29-a96b-4fc1-8d8c-c7ac274f573b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3f3b2127-8c67-4edc-8c99-037b28cbfe10 {
  text-align: center;
}







  #s-3f3b2127-8c67-4edc-8c99-037b28cbfe10 img.shogun-image {
    

    
    
    
  }


#s-3f3b2127-8c67-4edc-8c99-037b28cbfe10 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc737654-4f5a-4914-814b-fa34d0d86cbf {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-20847c0e-038f-41ea-9019-e08538e515e7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-20847c0e-038f-41ea-9019-e08538e515e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20847c0e-038f-41ea-9019-e08538e515e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20847c0e-038f-41ea-9019-e08538e515e7-root {
    text-align: center;
  }


#s-20847c0e-038f-41ea-9019-e08538e515e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20847c0e-038f-41ea-9019-e08538e515e7-root {
    text-align: center;
  }


#s-20847c0e-038f-41ea-9019-e08538e515e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20847c0e-038f-41ea-9019-e08538e515e7-root {
    text-align: center;
  }


#s-20847c0e-038f-41ea-9019-e08538e515e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20847c0e-038f-41ea-9019-e08538e515e7-root {
    text-align: center;
  }


#s-20847c0e-038f-41ea-9019-e08538e515e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20847c0e-038f-41ea-9019-e08538e515e7-root {
    text-align: center;
  }


#s-20847c0e-038f-41ea-9019-e08538e515e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b2695577-a894-45a1-b8a3-1a09d2cdfcc9 {
  padding-top: 20px;
padding-bottom: 20px;
}

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

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

#s-7523c3bf-644a-49ab-b19c-eb0278928f0e hr {
  border-top: 2px solid #ddd;
}

#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e {
  display: none;
}
#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e, #wrap-s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e {
  display: none;
}
#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e, #wrap-s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e {
  
}
}@media (max-width: 767px){#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e {
  
}
}

  #s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #DDDDDD;
  }
  #s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-9ee40996-8ae1-42d7-80f8-9b4cc1f1cc3e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-6b0c4caa-94cd-40bb-9e4f-3786943adda6 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-ab26563b-9601-431c-a4f4-e9f1ecf70fce {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-4f2266f1-3909-4f50-85a2-c5deb234d748 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-21225010-ae9b-426e-8972-a990a5066984 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21225010-ae9b-426e-8972-a990a5066984 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-59c50aed-ebcd-4fc8-83ed-925df17abec0 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59c50aed-ebcd-4fc8-83ed-925df17abec0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2cb7610a-786a-4cd6-af02-1944fdd65801 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cb7610a-786a-4cd6-af02-1944fdd65801 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-62ed5b63-bbc6-4c46-91e2-67b1c688bddd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-62ed5b63-bbc6-4c46-91e2-67b1c688bddd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-62ed5b63-bbc6-4c46-91e2-67b1c688bddd .shg-sld-nav-button.shg-sld-left,
#s-62ed5b63-bbc6-4c46-91e2-67b1c688bddd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-83969419-fcdb-47d1-b6d8-cefed4f9b837 {
  text-align: center;
}







  #s-83969419-fcdb-47d1-b6d8-cefed4f9b837 img.shogun-image {
    

    
    
    
  }


#s-83969419-fcdb-47d1-b6d8-cefed4f9b837 .shogun-image-content {
  
    align-items: center;
  
}

#s-63e2cc91-3f6a-4a09-84af-8cf23f0ef07f {
  text-align: center;
}







  #s-63e2cc91-3f6a-4a09-84af-8cf23f0ef07f img.shogun-image {
    

    
    
    
  }


#s-63e2cc91-3f6a-4a09-84af-8cf23f0ef07f .shogun-image-content {
  
    align-items: center;
  
}

#s-5d57e6f9-0a65-40fe-8ecb-6a4d74c333ba {
  text-align: center;
}







  #s-5d57e6f9-0a65-40fe-8ecb-6a4d74c333ba img.shogun-image {
    

    
    
    
  }


#s-5d57e6f9-0a65-40fe-8ecb-6a4d74c333ba .shogun-image-content {
  
    align-items: center;
  
}

#s-d7fe03b6-7944-47d0-83bf-20168d92264e {
  text-align: center;
}







  #s-d7fe03b6-7944-47d0-83bf-20168d92264e img.shogun-image {
    

    
    
    
  }


#s-d7fe03b6-7944-47d0-83bf-20168d92264e .shogun-image-content {
  
    align-items: center;
  
}

#s-086af676-ba50-4147-98cd-e2d5df94f5d4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-086af676-ba50-4147-98cd-e2d5df94f5d4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-086af676-ba50-4147-98cd-e2d5df94f5d4 .shg-sld-nav-button.shg-sld-left,
#s-086af676-ba50-4147-98cd-e2d5df94f5d4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-573db40a-c9b8-46c0-b887-93db313567d8 {
  text-align: center;
}







  #s-573db40a-c9b8-46c0-b887-93db313567d8 img.shogun-image {
    

    
    
    
  }


#s-573db40a-c9b8-46c0-b887-93db313567d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fccea5ee-0a90-41e4-aae1-d0f553dbdf9e {
  text-align: center;
}







  #s-fccea5ee-0a90-41e4-aae1-d0f553dbdf9e img.shogun-image {
    

    
    
    
  }


#s-fccea5ee-0a90-41e4-aae1-d0f553dbdf9e .shogun-image-content {
  
    align-items: center;
  
}

#s-f7b2628d-bc88-4e9a-8ba4-78d83c2dba73 {
  text-align: center;
}







  #s-f7b2628d-bc88-4e9a-8ba4-78d83c2dba73 img.shogun-image {
    

    
    
    
  }


#s-f7b2628d-bc88-4e9a-8ba4-78d83c2dba73 .shogun-image-content {
  
    align-items: center;
  
}

#s-993ab084-c474-4001-931d-3dde8e80a8f0 {
  padding-top: 20px;
padding-bottom: 0px;
}

#s-1ddf2425-3c84-4d57-9198-f1ca20eb291f {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-59bc2e37-3717-474f-8596-20042e3717e0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-59bc2e37-3717-474f-8596-20042e3717e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59bc2e37-3717-474f-8596-20042e3717e0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59bc2e37-3717-474f-8596-20042e3717e0-root {
    text-align: center;
  }


#s-59bc2e37-3717-474f-8596-20042e3717e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59bc2e37-3717-474f-8596-20042e3717e0-root {
    text-align: center;
  }


#s-59bc2e37-3717-474f-8596-20042e3717e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59bc2e37-3717-474f-8596-20042e3717e0-root {
    text-align: center;
  }


#s-59bc2e37-3717-474f-8596-20042e3717e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59bc2e37-3717-474f-8596-20042e3717e0-root {
    text-align: center;
  }


#s-59bc2e37-3717-474f-8596-20042e3717e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59bc2e37-3717-474f-8596-20042e3717e0-root {
    text-align: center;
  }


#s-59bc2e37-3717-474f-8596-20042e3717e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ea07aa08-b9ec-4e78-8262-a5082e198bed {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ea07aa08-b9ec-4e78-8262-a5082e198bed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea07aa08-b9ec-4e78-8262-a5082e198bed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea07aa08-b9ec-4e78-8262-a5082e198bed-root {
    text-align: center;
  }


#s-ea07aa08-b9ec-4e78-8262-a5082e198bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea07aa08-b9ec-4e78-8262-a5082e198bed-root {
    text-align: center;
  }


#s-ea07aa08-b9ec-4e78-8262-a5082e198bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea07aa08-b9ec-4e78-8262-a5082e198bed-root {
    text-align: center;
  }


#s-ea07aa08-b9ec-4e78-8262-a5082e198bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea07aa08-b9ec-4e78-8262-a5082e198bed-root {
    text-align: center;
  }


#s-ea07aa08-b9ec-4e78-8262-a5082e198bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea07aa08-b9ec-4e78-8262-a5082e198bed-root {
    text-align: center;
  }


#s-ea07aa08-b9ec-4e78-8262-a5082e198bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-af063431-625c-4c9e-a55b-d9af5a9dac66 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-af063431-625c-4c9e-a55b-d9af5a9dac66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af063431-625c-4c9e-a55b-d9af5a9dac66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af063431-625c-4c9e-a55b-d9af5a9dac66-root {
    text-align: center;
  }


#s-af063431-625c-4c9e-a55b-d9af5a9dac66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af063431-625c-4c9e-a55b-d9af5a9dac66-root {
    text-align: center;
  }


#s-af063431-625c-4c9e-a55b-d9af5a9dac66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af063431-625c-4c9e-a55b-d9af5a9dac66-root {
    text-align: center;
  }


#s-af063431-625c-4c9e-a55b-d9af5a9dac66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af063431-625c-4c9e-a55b-d9af5a9dac66-root {
    text-align: center;
  }


#s-af063431-625c-4c9e-a55b-d9af5a9dac66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af063431-625c-4c9e-a55b-d9af5a9dac66-root {
    text-align: center;
  }


#s-af063431-625c-4c9e-a55b-d9af5a9dac66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-af3a0072-9f5d-48af-be54-f0fa0736627f hr {
  border-top: 2px solid #ddd;
}

#s-f2c04816-56e9-4d9a-8248-10c0943d5173 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f2c04816-56e9-4d9a-8248-10c0943d5173 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2c04816-56e9-4d9a-8248-10c0943d5173 {
  margin-left: 20%;
margin-right: 20%;
}
}
@media (min-width: 0px) {
[id="s-f2c04816-56e9-4d9a-8248-10c0943d5173"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-f2c04816-56e9-4d9a-8248-10c0943d5173"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f2c04816-56e9-4d9a-8248-10c0943d5173"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f2c04816-56e9-4d9a-8248-10c0943d5173"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-484371b9-5382-4f80-82d4-c8a09bb81104 {
  text-align: center;
}







  #s-484371b9-5382-4f80-82d4-c8a09bb81104 img.shogun-image {
    

    
    
    
  }


#s-484371b9-5382-4f80-82d4-c8a09bb81104 .shogun-image-content {
  
    align-items: center;
  
}

#s-38b2204b-3860-4cfc-a240-37272147b945 {
  text-align: center;
}







  #s-38b2204b-3860-4cfc-a240-37272147b945 img.shogun-image {
    

    
    
    
  }


#s-38b2204b-3860-4cfc-a240-37272147b945 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f0d1758-62db-4716-89ad-cc8689c28fc6 {
  text-align: center;
}







  #s-4f0d1758-62db-4716-89ad-cc8689c28fc6 img.shogun-image {
    

    
    
    
  }


#s-4f0d1758-62db-4716-89ad-cc8689c28fc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1e81859-b440-4933-a424-19b777e379ad {
  margin-top: 0px;
background-color: rgba(221, 37, 37, 1);
}
@media (min-width: 1200px){#s-a1e81859-b440-4933-a424-19b777e379ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1e81859-b440-4933-a424-19b777e379ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1e81859-b440-4933-a424-19b777e379ad {
  
}
}@media (max-width: 767px){#s-a1e81859-b440-4933-a424-19b777e379ad {
  
}
}







#s-a1e81859-b440-4933-a424-19b777e379ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1e81859-b440-4933-a424-19b777e379ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f96149df-98f1-46f9-b0c7-e3f6857b0af8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 44px;
padding-bottom: 44px;
}








#s-f96149df-98f1-46f9-b0c7-e3f6857b0af8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f96149df-98f1-46f9-b0c7-e3f6857b0af8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1178515-ba0d-4904-808d-565d9d88203a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-d1178515-ba0d-4904-808d-565d9d88203a .shogun-icon-wrapper {
  text-align: center;
}


#s-d1178515-ba0d-4904-808d-565d9d88203a .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(255, 255, 255, 1);
}

#s-23f590a2-c60e-4f8c-a769-9b2ae2caa429 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-23f590a2-c60e-4f8c-a769-9b2ae2caa429 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-c30ff5e4-e774-4d4b-82b0-b16d0db04a9c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-c30ff5e4-e774-4d4b-82b0-b16d0db04a9c {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c30ff5e4-e774-4d4b-82b0-b16d0db04a9c {
  margin-left: 20%;
margin-right: 20%;
}
}
@media (min-width: 0px) {
[id="s-c30ff5e4-e774-4d4b-82b0-b16d0db04a9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c30ff5e4-e774-4d4b-82b0-b16d0db04a9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c30ff5e4-e774-4d4b-82b0-b16d0db04a9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c30ff5e4-e774-4d4b-82b0-b16d0db04a9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-5bca990b-e264-4dac-9405-e59ac3e5b086 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5bca990b-e264-4dac-9405-e59ac3e5b086:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5bca990b-e264-4dac-9405-e59ac3e5b086:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5bca990b-e264-4dac-9405-e59ac3e5b086-root {
    text-align: center;
  }


#s-5bca990b-e264-4dac-9405-e59ac3e5b086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5bca990b-e264-4dac-9405-e59ac3e5b086-root {
    text-align: center;
  }


#s-5bca990b-e264-4dac-9405-e59ac3e5b086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bca990b-e264-4dac-9405-e59ac3e5b086-root {
    text-align: center;
  }


#s-5bca990b-e264-4dac-9405-e59ac3e5b086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bca990b-e264-4dac-9405-e59ac3e5b086-root {
    text-align: center;
  }


#s-5bca990b-e264-4dac-9405-e59ac3e5b086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5bca990b-e264-4dac-9405-e59ac3e5b086-root {
    text-align: center;
  }


#s-5bca990b-e264-4dac-9405-e59ac3e5b086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-5bca990b-e264-4dac-9405-e59ac3e5b086-root {
    text-align: center;
  }


#s-5bca990b-e264-4dac-9405-e59ac3e5b086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ce912818-a7d1-4986-af15-3869acf80a75 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ce912818-a7d1-4986-af15-3869acf80a75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce912818-a7d1-4986-af15-3869acf80a75:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce912818-a7d1-4986-af15-3869acf80a75-root {
    text-align: center;
  }


#s-ce912818-a7d1-4986-af15-3869acf80a75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce912818-a7d1-4986-af15-3869acf80a75-root {
    text-align: center;
  }


#s-ce912818-a7d1-4986-af15-3869acf80a75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce912818-a7d1-4986-af15-3869acf80a75-root {
    text-align: center;
  }


#s-ce912818-a7d1-4986-af15-3869acf80a75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce912818-a7d1-4986-af15-3869acf80a75-root {
    text-align: center;
  }


#s-ce912818-a7d1-4986-af15-3869acf80a75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce912818-a7d1-4986-af15-3869acf80a75-root {
    text-align: center;
  }


#s-ce912818-a7d1-4986-af15-3869acf80a75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-ce912818-a7d1-4986-af15-3869acf80a75-root {
    text-align: center;
  }


#s-ce912818-a7d1-4986-af15-3869acf80a75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-323c2bdf-87de-46d3-b3d6-dcb2a4c68e62 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-323c2bdf-87de-46d3-b3d6-dcb2a4c68e62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-323c2bdf-87de-46d3-b3d6-dcb2a4c68e62 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-323c2bdf-87de-46d3-b3d6-dcb2a4c68e62 {
  
}
}@media (max-width: 767px){#s-323c2bdf-87de-46d3-b3d6-dcb2a4c68e62 {
  
}
}







#s-323c2bdf-87de-46d3-b3d6-dcb2a4c68e62 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.9;
}#s-323c2bdf-87de-46d3-b3d6-dcb2a4c68e62.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3db432b-bc17-474a-84e1-c5df5461eeaf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d3db432b-bc17-474a-84e1-c5df5461eeaf {
  display: none;
}
#s-d3db432b-bc17-474a-84e1-c5df5461eeaf, #wrap-s-d3db432b-bc17-474a-84e1-c5df5461eeaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3db432b-bc17-474a-84e1-c5df5461eeaf {
  display: none;
}
#s-d3db432b-bc17-474a-84e1-c5df5461eeaf, #wrap-s-d3db432b-bc17-474a-84e1-c5df5461eeaf { display:none !important; }}







#s-d3db432b-bc17-474a-84e1-c5df5461eeaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3db432b-bc17-474a-84e1-c5df5461eeaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf7e5f7a-b8fe-4346-bdf9-48547fdd3dc3 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bf7e5f7a-b8fe-4346-bdf9-48547fdd3dc3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf7e5f7a-b8fe-4346-bdf9-48547fdd3dc3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf7e5f7a-b8fe-4346-bdf9-48547fdd3dc3 {
  
}
}@media (max-width: 767px){#s-bf7e5f7a-b8fe-4346-bdf9-48547fdd3dc3 {
  
}
}
#s-bf7e5f7a-b8fe-4346-bdf9-48547fdd3dc3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5a175dec-f583-4545-8548-2abd50866881 {
  margin-left: 10%;
margin-right: 10%;
}

#s-a353e111-723e-48ac-a30c-5b07e42a3bfe {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a353e111-723e-48ac-a30c-5b07e42a3bfe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 768px) {
[id="s-a353e111-723e-48ac-a30c-5b07e42a3bfe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a353e111-723e-48ac-a30c-5b07e42a3bfe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a353e111-723e-48ac-a30c-5b07e42a3bfe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-c85ea4ef-6851-44cb-8647-93f51efcde62 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-c85ea4ef-6851-44cb-8647-93f51efcde62 img.shogun-image {
    

    
    
    
  }


#s-c85ea4ef-6851-44cb-8647-93f51efcde62 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1ab350e-a390-4560-a797-83c947448980 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-a1ab350e-a390-4560-a797-83c947448980 img.shogun-image {
    

    
    
    
  }


#s-a1ab350e-a390-4560-a797-83c947448980 .shogun-image-content {
  
    align-items: center;
  
}

#s-84ed9f00-a62f-48a2-aed6-60aef871ddeb {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-84ed9f00-a62f-48a2-aed6-60aef871ddeb img.shogun-image {
    

    
    
    
  }


#s-84ed9f00-a62f-48a2-aed6-60aef871ddeb .shogun-image-content {
  
    align-items: center;
  
}

#s-501efb09-097e-4cae-a87d-779264cedca3 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-501efb09-097e-4cae-a87d-779264cedca3 img.shogun-image {
    

    
    
    
  }


#s-501efb09-097e-4cae-a87d-779264cedca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b56ef235-0435-4458-9e65-a3a0d5af1233 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-b56ef235-0435-4458-9e65-a3a0d5af1233 img.shogun-image {
    

    
    
    
  }


#s-b56ef235-0435-4458-9e65-a3a0d5af1233 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c8545fb-f097-4817-a3ef-314a1c9ac939 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-3c8545fb-f097-4817-a3ef-314a1c9ac939 img.shogun-image {
    

    
    
    
  }


#s-3c8545fb-f097-4817-a3ef-314a1c9ac939 .shogun-image-content {
  
    align-items: center;
  
}

#s-046f7bc3-92e6-41db-9d21-995dc7b78d1c {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-046f7bc3-92e6-41db-9d21-995dc7b78d1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-046f7bc3-92e6-41db-9d21-995dc7b78d1c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-046f7bc3-92e6-41db-9d21-995dc7b78d1c {
  
}
}@media (max-width: 767px){#s-046f7bc3-92e6-41db-9d21-995dc7b78d1c {
  
}
}
#s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 50px;
padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f {
  display: none;
}
#s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f, #wrap-s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f { display:none !important; }}@media (max-width: 767px){#s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f {
  display: none;
}
#s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f, #wrap-s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f { display:none !important; }}
@media (min-width: 0px) {
[id="s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8000c3b6-34ff-44d1-8f3c-0a99d73dca9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-facd3e7a-cb69-421e-ab53-03672ed0a288 {
  margin-top: 60px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-facd3e7a-cb69-421e-ab53-03672ed0a288 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-facd3e7a-cb69-421e-ab53-03672ed0a288 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-facd3e7a-cb69-421e-ab53-03672ed0a288 {
  
}
}@media (max-width: 767px){#s-facd3e7a-cb69-421e-ab53-03672ed0a288 {
  
}
}
#s-facd3e7a-cb69-421e-ab53-03672ed0a288 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-aa16f266-d0a8-4d7f-b05d-7dca6de1e540 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-aa16f266-d0a8-4d7f-b05d-7dca6de1e540 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa16f266-d0a8-4d7f-b05d-7dca6de1e540 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa16f266-d0a8-4d7f-b05d-7dca6de1e540 {
  
}
}@media (max-width: 767px){#s-aa16f266-d0a8-4d7f-b05d-7dca6de1e540 {
  
}
}
#s-04d1a653-35f9-44fb-b2e8-9b6727332873 {
  margin-left: 10%;
margin-right: 10%;
}

#s-cf7eaa4f-a643-4ff4-8820-2ed08c52f10d {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-cf7eaa4f-a643-4ff4-8820-2ed08c52f10d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 768px) {
[id="s-cf7eaa4f-a643-4ff4-8820-2ed08c52f10d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-cf7eaa4f-a643-4ff4-8820-2ed08c52f10d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-cf7eaa4f-a643-4ff4-8820-2ed08c52f10d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-38e858da-bb53-4d5b-b5b9-6d3582af73e5 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-38e858da-bb53-4d5b-b5b9-6d3582af73e5 img.shogun-image {
    

    
    
    
  }


#s-38e858da-bb53-4d5b-b5b9-6d3582af73e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-687abe98-3cea-4d52-b152-8469a276b6a3 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-687abe98-3cea-4d52-b152-8469a276b6a3 img.shogun-image {
    

    
    
    
  }


#s-687abe98-3cea-4d52-b152-8469a276b6a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d78de9fa-ce81-4220-b8e9-3f0bcc5e86e0 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-d78de9fa-ce81-4220-b8e9-3f0bcc5e86e0 img.shogun-image {
    

    
    
    
  }


#s-d78de9fa-ce81-4220-b8e9-3f0bcc5e86e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbca6fec-7dc5-435d-ac95-a4f504435650 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-cbca6fec-7dc5-435d-ac95-a4f504435650 img.shogun-image {
    

    
    
    
  }


#s-cbca6fec-7dc5-435d-ac95-a4f504435650 .shogun-image-content {
  
    align-items: center;
  
}

#s-54f4cb32-0f66-44be-a404-8fc1accfbfed {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-54f4cb32-0f66-44be-a404-8fc1accfbfed img.shogun-image {
    

    
    
    
  }


#s-54f4cb32-0f66-44be-a404-8fc1accfbfed .shogun-image-content {
  
    align-items: center;
  
}

#s-daf92901-c0df-4217-9b56-8db88567b3a1 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-daf92901-c0df-4217-9b56-8db88567b3a1 img.shogun-image {
    

    
    
    
  }


#s-daf92901-c0df-4217-9b56-8db88567b3a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b620f0f9-fd01-44cb-8faa-9fc1907e88a4 {
  background-color: rgba(221, 37, 37, 1);
}
@media (min-width: 1200px){#s-b620f0f9-fd01-44cb-8faa-9fc1907e88a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b620f0f9-fd01-44cb-8faa-9fc1907e88a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b620f0f9-fd01-44cb-8faa-9fc1907e88a4 {
  
}
}@media (max-width: 767px){#s-b620f0f9-fd01-44cb-8faa-9fc1907e88a4 {
  
}
}







#s-b620f0f9-fd01-44cb-8faa-9fc1907e88a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b620f0f9-fd01-44cb-8faa-9fc1907e88a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47691904-646e-47bf-973b-384d13d19993 {
  margin-top: 44px;
margin-left: 10%;
margin-bottom: 44px;
margin-right: 10%;
min-height: 50px;
}








#s-47691904-646e-47bf-973b-384d13d19993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47691904-646e-47bf-973b-384d13d19993.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-399669a5-bc83-4ac2-9d75-ae83b048d1c3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-399669a5-bc83-4ac2-9d75-ae83b048d1c3 .shogun-icon-wrapper {
  text-align: center;
}


#s-399669a5-bc83-4ac2-9d75-ae83b048d1c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(255, 255, 255, 1);
}

#s-0b102b53-1c1f-4223-a592-e729a80256ff {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0b102b53-1c1f-4223-a592-e729a80256ff .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-b536760a-9d76-44d3-98c8-8903713366b4 {
  margin-left: 0%;
margin-right: 0%;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 1200px){#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e {
  display: none;
}
#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e, #wrap-s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e {
  display: none;
}
#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e, #wrap-s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e {
  display: none;
}
#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e, #wrap-s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e { display:none !important; }}
#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-41a021d2-bbef-45a8-a23b-c16ab6e7f51e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}

  #s-1787f56b-4265-409c-9404-8075bc1b8420 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-1787f56b-4265-409c-9404-8075bc1b8420 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-1787f56b-4265-409c-9404-8075bc1b8420 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1787f56b-4265-409c-9404-8075bc1b8420 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-1787f56b-4265-409c-9404-8075bc1b8420 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-1787f56b-4265-409c-9404-8075bc1b8420 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-fb215144-74b4-4024-b5df-2901f45f1918 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-fb215144-74b4-4024-b5df-2901f45f1918 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-fb215144-74b4-4024-b5df-2901f45f1918 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fb215144-74b4-4024-b5df-2901f45f1918 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fb215144-74b4-4024-b5df-2901f45f1918 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fb215144-74b4-4024-b5df-2901f45f1918 td.shogun-table-column, #s-fb215144-74b4-4024-b5df-2901f45f1918 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-06852cc7-9389-4776-b621-455e4e4f33d0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-06852cc7-9389-4776-b621-455e4e4f33d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06852cc7-9389-4776-b621-455e4e4f33d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-06852cc7-9389-4776-b621-455e4e4f33d0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06852cc7-9389-4776-b621-455e4e4f33d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06852cc7-9389-4776-b621-455e4e4f33d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06852cc7-9389-4776-b621-455e4e4f33d0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-14dab5c4-b5b6-4bdd-a297-16b8448453ff {
  text-align: center;
}

#s-14dab5c4-b5b6-4bdd-a297-16b8448453ff .shg-product-sold-out {
  display: none;
  color: rgba(23, 158, 10, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-14dab5c4-b5b6-4bdd-a297-16b8448453ff .shg-product-price {
  color: rgba(23, 158, 10, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 26px;
}

#s-14dab5c4-b5b6-4bdd-a297-16b8448453ff .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-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 {
  margin-left: 15%;
margin-right: 15%;
text-align: left;
}



.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106ac21f-5a6d-422c-9a7e-67c72a0ebeb4 img.shogun-image {
  width: 100%;
}



}
#s-fa6cf459-d48d-44d8-bd62-5e66ffaaef72 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-fa6cf459-d48d-44d8-bd62-5e66ffaaef72 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-058796fa-ed04-45b7-81b6-046303d3b4ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-058796fa-ed04-45b7-81b6-046303d3b4ff .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6f6f7c66-b12b-4422-b3f5-8c1251652efc {
  min-height: 100px;
}

#s-65f62cb3-59ec-4c86-80fc-5f6ccdb9430b {
  min-height: 90px;
}

#s-a430dab3-cf23-4f0f-8cb3-63770e48fdc9 {
  text-align: center;
}







  #s-a430dab3-cf23-4f0f-8cb3-63770e48fdc9 img.shogun-image {
    

    
    
    
  }


#s-a430dab3-cf23-4f0f-8cb3-63770e48fdc9 .shogun-image-content {
  
    align-items: center;
  
}


  #s-82c28015-1b2d-4f62-a894-7dd08159bc83 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-82c28015-1b2d-4f62-a894-7dd08159bc83 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-82c28015-1b2d-4f62-a894-7dd08159bc83 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-82c28015-1b2d-4f62-a894-7dd08159bc83 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-82c28015-1b2d-4f62-a894-7dd08159bc83 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-82c28015-1b2d-4f62-a894-7dd08159bc83 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-9294371d-9411-4418-8550-1a082d533506 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-9294371d-9411-4418-8550-1a082d533506 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-9294371d-9411-4418-8550-1a082d533506 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9294371d-9411-4418-8550-1a082d533506 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9294371d-9411-4418-8550-1a082d533506 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-9294371d-9411-4418-8550-1a082d533506 td.shogun-table-column, #s-9294371d-9411-4418-8550-1a082d533506 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-06df9162-7550-4ae2-90e5-fc9f8421b722 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-06df9162-7550-4ae2-90e5-fc9f8421b722:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06df9162-7550-4ae2-90e5-fc9f8421b722:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-06df9162-7550-4ae2-90e5-fc9f8421b722 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06df9162-7550-4ae2-90e5-fc9f8421b722.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06df9162-7550-4ae2-90e5-fc9f8421b722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06df9162-7550-4ae2-90e5-fc9f8421b722.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5f36de85-3439-4ba7-8051-09e27c191732 {
  text-align: center;
}

#s-5f36de85-3439-4ba7-8051-09e27c191732 .shg-product-sold-out {
  display: none;
  color: rgba(23, 158, 10, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5f36de85-3439-4ba7-8051-09e27c191732 .shg-product-price {
  color: rgba(23, 158, 10, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 26px;
}

#s-5f36de85-3439-4ba7-8051-09e27c191732 .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-8a5f4808-9f14-4504-8a0c-e69f1f0e631d {
  margin-left: 15%;
margin-right: 15%;
text-align: left;
}



.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a5f4808-9f14-4504-8a0c-e69f1f0e631d img.shogun-image {
  width: 100%;
}



}
#s-733a6767-5c90-4f7b-bb9c-4be24bb34fa1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-733a6767-5c90-4f7b-bb9c-4be24bb34fa1 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e0053379-0d6a-4981-a819-724cc5b347ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0053379-0d6a-4981-a819-724cc5b347ff .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-26e8042c-2664-4604-8899-d5b13cd97515 {
  min-height: 100px;
}

#s-b44b02ed-f9d7-47e0-ad64-447764964893 {
  min-height: 90px;
}

#s-af863ede-aa7b-4926-94ed-98ee92f154bb {
  text-align: center;
}







  #s-af863ede-aa7b-4926-94ed-98ee92f154bb img.shogun-image {
    

    
    
    
  }


#s-af863ede-aa7b-4926-94ed-98ee92f154bb .shogun-image-content {
  
    align-items: center;
  
}


  #s-8f4a2988-e404-4881-862d-563036700035 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-8f4a2988-e404-4881-862d-563036700035 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-8f4a2988-e404-4881-862d-563036700035 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8f4a2988-e404-4881-862d-563036700035 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-8f4a2988-e404-4881-862d-563036700035 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-8f4a2988-e404-4881-862d-563036700035 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-5a5704f0-6d5e-4280-9d74-f7f524a21c81 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-5a5704f0-6d5e-4280-9d74-f7f524a21c81 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-5a5704f0-6d5e-4280-9d74-f7f524a21c81 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5a5704f0-6d5e-4280-9d74-f7f524a21c81 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5a5704f0-6d5e-4280-9d74-f7f524a21c81 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-5a5704f0-6d5e-4280-9d74-f7f524a21c81 td.shogun-table-column, #s-5a5704f0-6d5e-4280-9d74-f7f524a21c81 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-22ea02b2-7c6a-4af8-b43e-95c719fb7f3b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-22ea02b2-7c6a-4af8-b43e-95c719fb7f3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22ea02b2-7c6a-4af8-b43e-95c719fb7f3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22ea02b2-7c6a-4af8-b43e-95c719fb7f3b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22ea02b2-7c6a-4af8-b43e-95c719fb7f3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22ea02b2-7c6a-4af8-b43e-95c719fb7f3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22ea02b2-7c6a-4af8-b43e-95c719fb7f3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-79b477eb-97b9-49eb-8afa-62078bc6fbaf {
  text-align: center;
}

#s-79b477eb-97b9-49eb-8afa-62078bc6fbaf .shg-product-sold-out {
  display: none;
  color: rgba(23, 158, 10, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79b477eb-97b9-49eb-8afa-62078bc6fbaf .shg-product-price {
  color: rgba(23, 158, 10, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 26px;
}

#s-79b477eb-97b9-49eb-8afa-62078bc6fbaf .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-fb03494a-e379-415a-934c-4017c7f86632 {
  margin-left: 15%;
margin-right: 15%;
text-align: left;
}



.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb03494a-e379-415a-934c-4017c7f86632 img.shogun-image {
  width: 100%;
}



}
#s-eb498c85-0849-4863-a1d0-f704a38ac67d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-eb498c85-0849-4863-a1d0-f704a38ac67d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f5d98956-4177-4edc-9e49-545d85f28af2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5d98956-4177-4edc-9e49-545d85f28af2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d89ce025-7489-4cfb-8fd6-b751bf0fbbf9 {
  min-height: 100px;
}

#s-be7d598c-5063-48c5-a81d-ce382e402404 {
  min-height: 90px;
}

#s-9b723d56-ffa1-4ec3-be03-f8ff55689cd3 {
  text-align: center;
}







  #s-9b723d56-ffa1-4ec3-be03-f8ff55689cd3 img.shogun-image {
    

    
    
    
  }


#s-9b723d56-ffa1-4ec3-be03-f8ff55689cd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4aacb115-87d1-4aee-8c22-7084415ba5b0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4aacb115-87d1-4aee-8c22-7084415ba5b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4aacb115-87d1-4aee-8c22-7084415ba5b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4aacb115-87d1-4aee-8c22-7084415ba5b0 {
  
}
}@media (max-width: 767px){#s-4aacb115-87d1-4aee-8c22-7084415ba5b0 {
  display: none;
}
#s-4aacb115-87d1-4aee-8c22-7084415ba5b0, #wrap-s-4aacb115-87d1-4aee-8c22-7084415ba5b0 { display:none !important; }}







#s-4aacb115-87d1-4aee-8c22-7084415ba5b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aacb115-87d1-4aee-8c22-7084415ba5b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f38a823-5a65-4c38-8102-d5d88a1d81fa {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-0f38a823-5a65-4c38-8102-d5d88a1d81fa {
  display: none;
}
#s-0f38a823-5a65-4c38-8102-d5d88a1d81fa, #wrap-s-0f38a823-5a65-4c38-8102-d5d88a1d81fa { display:none !important; }}

  #s-0f38a823-5a65-4c38-8102-d5d88a1d81fa .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-0f38a823-5a65-4c38-8102-d5d88a1d81fa .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-0f38a823-5a65-4c38-8102-d5d88a1d81fa .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0f38a823-5a65-4c38-8102-d5d88a1d81fa .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-0f38a823-5a65-4c38-8102-d5d88a1d81fa .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-0f38a823-5a65-4c38-8102-d5d88a1d81fa .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-7919de92-8e00-4f21-abd9-b3fc6693abc3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-7919de92-8e00-4f21-abd9-b3fc6693abc3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-7919de92-8e00-4f21-abd9-b3fc6693abc3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7919de92-8e00-4f21-abd9-b3fc6693abc3 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7919de92-8e00-4f21-abd9-b3fc6693abc3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7919de92-8e00-4f21-abd9-b3fc6693abc3 td.shogun-table-column, #s-7919de92-8e00-4f21-abd9-b3fc6693abc3 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-e5752c74-15cd-48d2-b864-13c990f8554b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-e5752c74-15cd-48d2-b864-13c990f8554b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d72b1a48-a30a-40cf-bd63-e452080b0c0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d72b1a48-a30a-40cf-bd63-e452080b0c0a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8a3cd251-67bf-4a04-b8f0-1d3f2680ca13 {
  min-height: 100px;
}

#s-b75a5aab-bc7d-4cb2-8d2a-b11b70ccf5e0 {
  min-height: 90px;
}

#s-1ec61e5b-43ee-4bad-8401-ba9f956f8188 {
  margin-top: 0px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(221, 37, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1ec61e5b-43ee-4bad-8401-ba9f956f8188:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ec61e5b-43ee-4bad-8401-ba9f956f8188:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1ec61e5b-43ee-4bad-8401-ba9f956f8188 {
  margin-left: 15%;
margin-right: 15%;
}
}

  #s-1ec61e5b-43ee-4bad-8401-ba9f956f8188-atc-btn-wrapper {
    text-align: center;
  }


#s-1ec61e5b-43ee-4bad-8401-ba9f956f8188 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ec61e5b-43ee-4bad-8401-ba9f956f8188.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ec61e5b-43ee-4bad-8401-ba9f956f8188.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1ec61e5b-43ee-4bad-8401-ba9f956f8188.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ad0860a9-5149-449b-89d8-7796f3f9f672 {
  margin-top: 0px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(221, 37, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ad0860a9-5149-449b-89d8-7796f3f9f672:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad0860a9-5149-449b-89d8-7796f3f9f672:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ad0860a9-5149-449b-89d8-7796f3f9f672 {
  margin-left: 15%;
margin-right: 15%;
}
}

  #s-ad0860a9-5149-449b-89d8-7796f3f9f672-atc-btn-wrapper {
    text-align: center;
  }


#s-ad0860a9-5149-449b-89d8-7796f3f9f672 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad0860a9-5149-449b-89d8-7796f3f9f672.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad0860a9-5149-449b-89d8-7796f3f9f672.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ad0860a9-5149-449b-89d8-7796f3f9f672.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bd880c27-9afd-4ff2-957c-327ddf0e311a {
  margin-top: 0px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(221, 37, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bd880c27-9afd-4ff2-957c-327ddf0e311a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bd880c27-9afd-4ff2-957c-327ddf0e311a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-bd880c27-9afd-4ff2-957c-327ddf0e311a {
  margin-left: 15%;
margin-right: 15%;
}
}

  #s-bd880c27-9afd-4ff2-957c-327ddf0e311a-atc-btn-wrapper {
    text-align: center;
  }


#s-bd880c27-9afd-4ff2-957c-327ddf0e311a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bd880c27-9afd-4ff2-957c-327ddf0e311a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd880c27-9afd-4ff2-957c-327ddf0e311a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bd880c27-9afd-4ff2-957c-327ddf0e311a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-abcd100b-1709-4daf-81bf-fc3ac09a9bab {
  min-height: 90px;
}

#s-5f2b5bd6-e42e-4c29-a1ea-3d9915056ad6 {
  min-height: 90px;
}

#s-9368389c-3105-4f5e-9aff-12e9821d1de2 {
  margin-left: 5%;
margin-right: 5%;
min-height: 100px;
}

#s-bdacea52-06bc-43d5-9312-569aa062a33a {
  min-height: 100px;
}

#s-edea0e67-703e-4c16-b2fb-b1dbb2f7fa08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edea0e67-703e-4c16-b2fb-b1dbb2f7fa08 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8dfa073c-8f45-4441-8880-a20fb72921ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8dfa073c-8f45-4441-8880-a20fb72921ad .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1925d132-1dd9-4216-8fb3-573f726f133a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-1925d132-1dd9-4216-8fb3-573f726f133a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-14087863-6aba-4c4b-91f7-ec868d90c579 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-14087863-6aba-4c4b-91f7-ec868d90c579 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e64f811f-d5c5-4345-9ca4-feef3db0297a {
  text-align: center;
}

#s-e64f811f-d5c5-4345-9ca4-feef3db0297a .shg-product-sold-out {
  display: none;
  color: rgba(23, 158, 10, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e64f811f-d5c5-4345-9ca4-feef3db0297a .shg-product-price {
  color: rgba(23, 158, 10, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 26px;
}

#s-e64f811f-d5c5-4345-9ca4-feef3db0297a .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-81056c6e-5a7d-412c-bc9d-454df49c0ae9 {
  text-align: center;
}

#s-81056c6e-5a7d-412c-bc9d-454df49c0ae9 .shg-product-sold-out {
  display: none;
  color: rgba(23, 158, 10, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-81056c6e-5a7d-412c-bc9d-454df49c0ae9 .shg-product-price {
  color: rgba(23, 158, 10, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 26px;
}

#s-81056c6e-5a7d-412c-bc9d-454df49c0ae9 .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-d625cef4-dcd0-4b9c-bf4c-bac0fbe6936d {
  text-align: center;
}

#s-d625cef4-dcd0-4b9c-bf4c-bac0fbe6936d .shg-product-sold-out {
  display: none;
  color: rgba(23, 158, 10, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d625cef4-dcd0-4b9c-bf4c-bac0fbe6936d .shg-product-price {
  color: rgba(23, 158, 10, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 26px;
}

#s-d625cef4-dcd0-4b9c-bf4c-bac0fbe6936d .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-e1dc5be0-2d96-4976-bbac-b65d3d64d93b {
  text-align: left;
}



.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1dc5be0-2d96-4976-bbac-b65d3d64d93b img.shogun-image {
  width: 100%;
}



}
#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 {
  text-align: left;
}



.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca4a60aa-7d95-442c-83aa-40b0f9569090 img.shogun-image {
  width: 100%;
}



}
#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 {
  text-align: left;
}



.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1460d6ce-d7c8-43c9-ab69-48af8e301774 img.shogun-image {
  width: 100%;
}



}
#s-548e8942-391e-4bd1-be0b-60ce94a0f06f {
  text-align: center;
}







  #s-548e8942-391e-4bd1-be0b-60ce94a0f06f img.shogun-image {
    

    
    
    
  }


#s-548e8942-391e-4bd1-be0b-60ce94a0f06f .shogun-image-content {
  
    align-items: center;
  
}

#s-7a2ea0e7-9fbe-45da-91c1-c008610d8ffb {
  text-align: center;
}







  #s-7a2ea0e7-9fbe-45da-91c1-c008610d8ffb img.shogun-image {
    

    
    
    
  }


#s-7a2ea0e7-9fbe-45da-91c1-c008610d8ffb .shogun-image-content {
  
    align-items: center;
  
}

#s-a55dc08e-32b2-4f05-a10d-9cb2bd2405ac {
  text-align: center;
}







  #s-a55dc08e-32b2-4f05-a10d-9cb2bd2405ac img.shogun-image {
    

    
    
    
  }


#s-a55dc08e-32b2-4f05-a10d-9cb2bd2405ac .shogun-image-content {
  
    align-items: center;
  
}

#s-11b673e2-be6f-417c-8b6c-6bbba0e65967 {
  background-size: cover;
background-attachment: fixed;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(44, 44, 44, 1);
background-position: right center;
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-11b673e2-be6f-417c-8b6c-6bbba0e65967 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11b673e2-be6f-417c-8b6c-6bbba0e65967 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11b673e2-be6f-417c-8b6c-6bbba0e65967 {
  display: none;
}
#s-11b673e2-be6f-417c-8b6c-6bbba0e65967, #wrap-s-11b673e2-be6f-417c-8b6c-6bbba0e65967 { display:none !important; }}@media (max-width: 767px){#s-11b673e2-be6f-417c-8b6c-6bbba0e65967 {
  
}
}







#s-11b673e2-be6f-417c-8b6c-6bbba0e65967 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11b673e2-be6f-417c-8b6c-6bbba0e65967.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-87805bc0-e4b7-4d07-b36b-92b7892bd3e3 {
  background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: center center;
background-color: rgba(0, 0, 0, 0);
background-attachment: scroll;
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-87805bc0-e4b7-4d07-b36b-92b7892bd3e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87805bc0-e4b7-4d07-b36b-92b7892bd3e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87805bc0-e4b7-4d07-b36b-92b7892bd3e3 {
  
}
}@media (max-width: 767px){#s-87805bc0-e4b7-4d07-b36b-92b7892bd3e3 {
  
}
}







#s-87805bc0-e4b7-4d07-b36b-92b7892bd3e3 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-87805bc0-e4b7-4d07-b36b-92b7892bd3e3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e5edb4d8-553a-4e92-a0dd-06864c431de4 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 30em;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5edb4d8-553a-4e92-a0dd-06864c431de4 {
  
}
}@media (max-width: 767px){#s-e5edb4d8-553a-4e92-a0dd-06864c431de4 {
  margin-top: 0px;
margin-bottom: -50px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-e5edb4d8-553a-4e92-a0dd-06864c431de4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5edb4d8-553a-4e92-a0dd-06864c431de4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5edb4d8-553a-4e92-a0dd-06864c431de4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5edb4d8-553a-4e92-a0dd-06864c431de4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-668cee83-37ce-4afa-adc1-5a63cdf02cfe {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-668cee83-37ce-4afa-adc1-5a63cdf02cfe {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-668cee83-37ce-4afa-adc1-5a63cdf02cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-668cee83-37ce-4afa-adc1-5a63cdf02cfe.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-10e95daa-8f44-44d6-80fa-7c0be92f6875 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-10e95daa-8f44-44d6-80fa-7c0be92f6875 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-44e7cd49-716c-4529-98ea-25006bc0cb2e {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-44e7cd49-716c-4529-98ea-25006bc0cb2e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44e7cd49-716c-4529-98ea-25006bc0cb2e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44e7cd49-716c-4529-98ea-25006bc0cb2e {
  
}
}@media (max-width: 767px){#s-44e7cd49-716c-4529-98ea-25006bc0cb2e {
  
}
}
#s-adacf459-4648-4466-ba29-7ab71f528bdf {
  margin-top: 0px;
max-width: 500px;
}
@media (max-width: 767px){#s-adacf459-4648-4466-ba29-7ab71f528bdf {
  margin-bottom: 0px;
margin-right: 0%;
}
}






  #s-adacf459-4648-4466-ba29-7ab71f528bdf img.shogun-image {
    

    
    
    
  }


#s-adacf459-4648-4466-ba29-7ab71f528bdf .shogun-image-content {
  
    align-items: center;
  
}

#s-81d74003-e5fc-4778-8eeb-7e8a42767c46 {
  background-size: cover;
background-attachment: fixed;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(44, 44, 44, 1);
background-position: right center;
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-81d74003-e5fc-4778-8eeb-7e8a42767c46 {
  display: none;
}
#s-81d74003-e5fc-4778-8eeb-7e8a42767c46, #wrap-s-81d74003-e5fc-4778-8eeb-7e8a42767c46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81d74003-e5fc-4778-8eeb-7e8a42767c46 {
  display: none;
}
#s-81d74003-e5fc-4778-8eeb-7e8a42767c46, #wrap-s-81d74003-e5fc-4778-8eeb-7e8a42767c46 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81d74003-e5fc-4778-8eeb-7e8a42767c46 {
  
}
}@media (max-width: 767px){#s-81d74003-e5fc-4778-8eeb-7e8a42767c46 {
  display: none;
}
#s-81d74003-e5fc-4778-8eeb-7e8a42767c46, #wrap-s-81d74003-e5fc-4778-8eeb-7e8a42767c46 { display:none !important; }}







#s-81d74003-e5fc-4778-8eeb-7e8a42767c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81d74003-e5fc-4778-8eeb-7e8a42767c46.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c24a1899-0d49-467e-b490-f7243ab73d4b {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-c24a1899-0d49-467e-b490-f7243ab73d4b {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-c24a1899-0d49-467e-b490-f7243ab73d4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c24a1899-0d49-467e-b490-f7243ab73d4b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ca1e3b2e-3a63-4b9b-8f6e-a7a4d20c2feb {
  margin-top: 5px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ca1e3b2e-3a63-4b9b-8f6e-a7a4d20c2feb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-00383628-461e-422a-8ebf-8838a5979e8f {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-00383628-461e-422a-8ebf-8838a5979e8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00383628-461e-422a-8ebf-8838a5979e8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00383628-461e-422a-8ebf-8838a5979e8f {
  
}
}@media (max-width: 767px){#s-00383628-461e-422a-8ebf-8838a5979e8f {
  
}
}
#s-f148c381-7c3c-468e-b107-dd541afc9bfb {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-f148c381-7c3c-468e-b107-dd541afc9bfb img.shogun-image {
    

    
    
    
  }


#s-f148c381-7c3c-468e-b107-dd541afc9bfb .shogun-image-content {
  
    align-items: center;
  
}

#s-41e6a84d-773c-4334-808d-c86f91160a4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-41e6a84d-773c-4334-808d-c86f91160a4b {
  display: none;
}
#s-41e6a84d-773c-4334-808d-c86f91160a4b, #wrap-s-41e6a84d-773c-4334-808d-c86f91160a4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41e6a84d-773c-4334-808d-c86f91160a4b {
  display: none;
}
#s-41e6a84d-773c-4334-808d-c86f91160a4b, #wrap-s-41e6a84d-773c-4334-808d-c86f91160a4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41e6a84d-773c-4334-808d-c86f91160a4b {
  display: none;
}
#s-41e6a84d-773c-4334-808d-c86f91160a4b, #wrap-s-41e6a84d-773c-4334-808d-c86f91160a4b { display:none !important; }}
#s-41e6a84d-773c-4334-808d-c86f91160a4b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-30a89bed-37fb-4acc-803e-6df7abc76550 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-30a89bed-37fb-4acc-803e-6df7abc76550 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30a89bed-37fb-4acc-803e-6df7abc76550 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30a89bed-37fb-4acc-803e-6df7abc76550 {
  display: none;
}
#s-30a89bed-37fb-4acc-803e-6df7abc76550, #wrap-s-30a89bed-37fb-4acc-803e-6df7abc76550 { display:none !important; }}
@media (min-width: 0px) {
[id="s-30a89bed-37fb-4acc-803e-6df7abc76550"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30a89bed-37fb-4acc-803e-6df7abc76550"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30a89bed-37fb-4acc-803e-6df7abc76550"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30a89bed-37fb-4acc-803e-6df7abc76550"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-30a89bed-37fb-4acc-803e-6df7abc76550"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-62bc362a-4076-4985-b767-b3efc809a7cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-62bc362a-4076-4985-b767-b3efc809a7cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62bc362a-4076-4985-b767-b3efc809a7cb {
  
}
}@media (max-width: 767px){#s-62bc362a-4076-4985-b767-b3efc809a7cb {
  display: none;
}
#s-62bc362a-4076-4985-b767-b3efc809a7cb, #wrap-s-62bc362a-4076-4985-b767-b3efc809a7cb { display:none !important; }}
#s-62bc362a-4076-4985-b767-b3efc809a7cb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-35127b2c-6061-442a-a8cc-76b39324d9ec {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-b5089faf-6160-4d63-ae5b-1c84b11b64e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-b5089faf-6160-4d63-ae5b-1c84b11b64e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.06);
  padding: 10px;
}

#s-b5089faf-6160-4d63-ae5b-1c84b11b64e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(228, 86, 86, 1);
}

#s-b5089faf-6160-4d63-ae5b-1c84b11b64e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b5089faf-6160-4d63-ae5b-1c84b11b64e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(228, 86, 86, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-b5089faf-6160-4d63-ae5b-1c84b11b64e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}

  #s-9c870368-8c0f-46bc-b183-182710645f82 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-9c870368-8c0f-46bc-b183-182710645f82 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-9c870368-8c0f-46bc-b183-182710645f82 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9c870368-8c0f-46bc-b183-182710645f82 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-9c870368-8c0f-46bc-b183-182710645f82 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-9c870368-8c0f-46bc-b183-182710645f82 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-461a5a64-91c8-4eb5-b916-6c0d6db4189e {
  text-align: center;
}







  #s-461a5a64-91c8-4eb5-b916-6c0d6db4189e img.shogun-image {
    

    
    
    
  }


#s-461a5a64-91c8-4eb5-b916-6c0d6db4189e .shogun-image-content {
  
    align-items: center;
  
}

#s-4c6b8eb8-b9b0-4843-b001-8342241785e4 {
  text-align: center;
}







  #s-4c6b8eb8-b9b0-4843-b001-8342241785e4 img.shogun-image {
    

    
    
    
  }


#s-4c6b8eb8-b9b0-4843-b001-8342241785e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-682d76dd-ec79-40e1-b88f-f34ac4841e0e {
  text-align: center;
}







  #s-682d76dd-ec79-40e1-b88f-f34ac4841e0e img.shogun-image {
    

    
    
    
  }


#s-682d76dd-ec79-40e1-b88f-f34ac4841e0e .shogun-image-content {
  
    align-items: center;
  
}

#s-17877849-9166-49a9-a29a-164bcac98d86 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-17877849-9166-49a9-a29a-164bcac98d86 {
  display: none;
}
#s-17877849-9166-49a9-a29a-164bcac98d86, #wrap-s-17877849-9166-49a9-a29a-164bcac98d86 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17877849-9166-49a9-a29a-164bcac98d86 {
  display: none;
}
#s-17877849-9166-49a9-a29a-164bcac98d86, #wrap-s-17877849-9166-49a9-a29a-164bcac98d86 { display:none !important; }}@media (max-width: 767px){#s-17877849-9166-49a9-a29a-164bcac98d86 {
  display: none;
}
#s-17877849-9166-49a9-a29a-164bcac98d86, #wrap-s-17877849-9166-49a9-a29a-164bcac98d86 { display:none !important; }}







#s-17877849-9166-49a9-a29a-164bcac98d86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17877849-9166-49a9-a29a-164bcac98d86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e41feff3-7b4c-49eb-bf67-381e343c8483 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e41feff3-7b4c-49eb-bf67-381e343c8483 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}




  #s-49b18341-06b6-46c5-b99e-a6ac071f5eac .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-49b18341-06b6-46c5-b99e-a6ac071f5eac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-49b18341-06b6-46c5-b99e-a6ac071f5eac .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-49b18341-06b6-46c5-b99e-a6ac071f5eac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-49b18341-06b6-46c5-b99e-a6ac071f5eac .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-49b18341-06b6-46c5-b99e-a6ac071f5eac .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-f68c5b1e-c11b-4903-8b4f-c9f8434389b2 {
  text-align: center;
}







  #s-f68c5b1e-c11b-4903-8b4f-c9f8434389b2 img.shogun-image {
    

    
    
    
  }


#s-f68c5b1e-c11b-4903-8b4f-c9f8434389b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3479fa74-4f07-47e7-9f2d-3b5edcd2a495 {
  text-align: center;
}







  #s-3479fa74-4f07-47e7-9f2d-3b5edcd2a495 img.shogun-image {
    

    
    
    
  }


#s-3479fa74-4f07-47e7-9f2d-3b5edcd2a495 .shogun-image-content {
  
    align-items: center;
  
}

#s-e26bb953-521b-4a95-ae4f-a7c2732cfdfc {
  text-align: center;
}







  #s-e26bb953-521b-4a95-ae4f-a7c2732cfdfc img.shogun-image {
    

    
    
    
  }


#s-e26bb953-521b-4a95-ae4f-a7c2732cfdfc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-07d1a9f5-318f-47de-82da-189f90974784 {
  display: none;
}
#s-07d1a9f5-318f-47de-82da-189f90974784, #wrap-s-07d1a9f5-318f-47de-82da-189f90974784 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07d1a9f5-318f-47de-82da-189f90974784 {
  display: none;
}
#s-07d1a9f5-318f-47de-82da-189f90974784, #wrap-s-07d1a9f5-318f-47de-82da-189f90974784 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07d1a9f5-318f-47de-82da-189f90974784 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-07d1a9f5-318f-47de-82da-189f90974784 {
  display: none;
}
#s-07d1a9f5-318f-47de-82da-189f90974784, #wrap-s-07d1a9f5-318f-47de-82da-189f90974784 { display:none !important; }}
#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c {
  display: none;
}
#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c, #wrap-s-f400fdaf-4528-4396-81e2-d8e2b5346b5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c {
  display: none;
}
#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c, #wrap-s-f400fdaf-4528-4396-81e2-d8e2b5346b5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c {
  display: none;
}
#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c, #wrap-s-f400fdaf-4528-4396-81e2-d8e2b5346b5c { display:none !important; }}
#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.06);
  padding: 10px;
}

#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(228, 86, 86, 1);
}

#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(228, 86, 86, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-f400fdaf-4528-4396-81e2-d8e2b5346b5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-f598ccbd-61a1-4c1c-828b-3024b3053c4a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: center top;
}
@media (min-width: 1200px){#s-f598ccbd-61a1-4c1c-828b-3024b3053c4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f598ccbd-61a1-4c1c-828b-3024b3053c4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f598ccbd-61a1-4c1c-828b-3024b3053c4a {
  
}
}@media (max-width: 767px){#s-f598ccbd-61a1-4c1c-828b-3024b3053c4a {
  
}
}







#s-f598ccbd-61a1-4c1c-828b-3024b3053c4a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-f598ccbd-61a1-4c1c-828b-3024b3053c4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef1235cd-5289-49c5-9489-5a4981d01e92 {
  border-style: solid;
margin-top: 100px;
margin-left: 5%;
margin-bottom: 100px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0px;
opacity: 1;
background-color: rgba(0, 0, 0, 0.33);
}
@media (min-width: 1200px){#s-ef1235cd-5289-49c5-9489-5a4981d01e92 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef1235cd-5289-49c5-9489-5a4981d01e92 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef1235cd-5289-49c5-9489-5a4981d01e92 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-ef1235cd-5289-49c5-9489-5a4981d01e92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef1235cd-5289-49c5-9489-5a4981d01e92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72615ace-b2cb-46b7-a502-d424715e1ef1 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-72615ace-b2cb-46b7-a502-d424715e1ef1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72615ace-b2cb-46b7-a502-d424715e1ef1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72615ace-b2cb-46b7-a502-d424715e1ef1 {
  
}
}@media (max-width: 767px){#s-72615ace-b2cb-46b7-a502-d424715e1ef1 {
  
}
}
#s-72615ace-b2cb-46b7-a502-d424715e1ef1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6 {
  margin-top: 25px;
margin-bottom: 40px;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6-root {
    text-align: center;
  }


#s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6-root {
    text-align: center;
  }


#s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6-root {
    text-align: center;
  }


#s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6-root {
    text-align: center;
  }


#s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6-root {
    text-align: center;
  }


#s-6cd1f873-8cb2-4bd0-bdc8-8f963d5a9ef6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ab9ac651-021e-4374-adbe-21de85f9efda {
  margin-top: 50px;
margin-bottom: 20px;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-16ade571-2f97-460b-a0b8-f38c0da5aa6c .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-16ade571-2f97-460b-a0b8-f38c0da5aa6c .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-16ade571-2f97-460b-a0b8-f38c0da5aa6c .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(221, 37, 37, 1);
}

#s-16ade571-2f97-460b-a0b8-f38c0da5aa6c .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-16ade571-2f97-460b-a0b8-f38c0da5aa6c .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(221, 37, 37, 1);
  stroke: rgba(221, 37, 37, 1);
}

#s-16ade571-2f97-460b-a0b8-f38c0da5aa6c .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(221, 37, 37, 1);
}

#s-16ade571-2f97-460b-a0b8-f38c0da5aa6c .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(221, 37, 37, 1);
  color: #FFFFFF;
}

#s-16ade571-2f97-460b-a0b8-f38c0da5aa6c .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(221, 37, 37, 1);
}

#s-16ade571-2f97-460b-a0b8-f38c0da5aa6c .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(221, 37, 37, 1);
}

#s-cf93e5b4-e49c-4740-9e7f-d06346d880ca {
  margin-bottom: -77px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(221, 37, 37, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cf93e5b4-e49c-4740-9e7f-d06346d880ca {
  
}
}@media (max-width: 767px){#s-cf93e5b4-e49c-4740-9e7f-d06346d880ca {
  
}
}







#s-cf93e5b4-e49c-4740-9e7f-d06346d880ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf93e5b4-e49c-4740-9e7f-d06346d880ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0e4aabf-2c6b-4802-8664-59857d7cd33c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-f0e4aabf-2c6b-4802-8664-59857d7cd33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0e4aabf-2c6b-4802-8664-59857d7cd33c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-928173ed-d1c3-46d3-813d-a3222dd41042 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-928173ed-d1c3-46d3-813d-a3222dd41042 .shogun-icon-wrapper {
  text-align: center;
}


#s-928173ed-d1c3-46d3-813d-a3222dd41042 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(255, 255, 255, 1);
}

#s-5b8bd47e-99eb-4786-ae5f-9c6bd2716eb9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5b8bd47e-99eb-4786-ae5f-9c6bd2716eb9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-2ffbb416-c81c-420b-8837-9d9605128219 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-8878d6ce-3a28-4d21-a394-f5fdafdad693 {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8878d6ce-3a28-4d21-a394-f5fdafdad693 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-8878d6ce-3a28-4d21-a394-f5fdafdad693 {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-8878d6ce-3a28-4d21-a394-f5fdafdad693"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8878d6ce-3a28-4d21-a394-f5fdafdad693"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8878d6ce-3a28-4d21-a394-f5fdafdad693"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8878d6ce-3a28-4d21-a394-f5fdafdad693"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bfc53473-a06e-47da-99f4-4bca7b018bf1 {
  margin-top: 2px;
margin-left: 2%;
margin-bottom: 2px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bfc53473-a06e-47da-99f4-4bca7b018bf1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfc53473-a06e-47da-99f4-4bca7b018bf1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfc53473-a06e-47da-99f4-4bca7b018bf1-root {
    text-align: center;
  }


#s-bfc53473-a06e-47da-99f4-4bca7b018bf1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bfc53473-a06e-47da-99f4-4bca7b018bf1-root {
    text-align: center;
  }


#s-bfc53473-a06e-47da-99f4-4bca7b018bf1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfc53473-a06e-47da-99f4-4bca7b018bf1-root {
    text-align: center;
  }


#s-bfc53473-a06e-47da-99f4-4bca7b018bf1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfc53473-a06e-47da-99f4-4bca7b018bf1-root {
    text-align: center;
  }


#s-bfc53473-a06e-47da-99f4-4bca7b018bf1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bfc53473-a06e-47da-99f4-4bca7b018bf1-root {
    text-align: center;
  }


#s-bfc53473-a06e-47da-99f4-4bca7b018bf1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-bfc53473-a06e-47da-99f4-4bca7b018bf1-root {
    text-align: center;
  }


#s-bfc53473-a06e-47da-99f4-4bca7b018bf1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6ed374ef-a9ac-4abd-9d40-d12944c76c77 {
  margin-top: 2px;
margin-left: 2%;
margin-bottom: 2px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6ed374ef-a9ac-4abd-9d40-d12944c76c77:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ed374ef-a9ac-4abd-9d40-d12944c76c77:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ed374ef-a9ac-4abd-9d40-d12944c76c77-root {
    text-align: center;
  }


#s-6ed374ef-a9ac-4abd-9d40-d12944c76c77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ed374ef-a9ac-4abd-9d40-d12944c76c77-root {
    text-align: center;
  }


#s-6ed374ef-a9ac-4abd-9d40-d12944c76c77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ed374ef-a9ac-4abd-9d40-d12944c76c77-root {
    text-align: center;
  }


#s-6ed374ef-a9ac-4abd-9d40-d12944c76c77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ed374ef-a9ac-4abd-9d40-d12944c76c77-root {
    text-align: center;
  }


#s-6ed374ef-a9ac-4abd-9d40-d12944c76c77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ed374ef-a9ac-4abd-9d40-d12944c76c77-root {
    text-align: center;
  }


#s-6ed374ef-a9ac-4abd-9d40-d12944c76c77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-6ed374ef-a9ac-4abd-9d40-d12944c76c77-root {
    text-align: center;
  }


#s-6ed374ef-a9ac-4abd-9d40-d12944c76c77.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}