.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-04060d44-5900-445f-9289-e658eb2f1510 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 50px;
}








#s-04060d44-5900-445f-9289-e658eb2f1510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04060d44-5900-445f-9289-e658eb2f1510.shg-box.shg-c {
  justify-content: center;
}

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

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

.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-60ec3fb7-de36-4d5a-948d-9d780fb49fa1 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(224, 10, 10, 0);
border-style: solid;
min-height: 600px;
opacity: 1;
}

#s-60ec3fb7-de36-4d5a-948d-9d780fb49fa1 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-60ec3fb7-de36-4d5a-948d-9d780fb49fa1 .shg-sld-nav-button.shg-sld-left,
#s-60ec3fb7-de36-4d5a-948d-9d780fb49fa1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-c8eb1c2d-0d61-48d6-b8a1-e3cc7223d96c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}

#s-c8eb1c2d-0d61-48d6-b8a1-e3cc7223d96c {
  background-image: url(https://i.shgcdn.com/dadb34b9-1c5a-4f54-bbfd-da8873b6dbe2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c8eb1c2d-0d61-48d6-b8a1-e3cc7223d96c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-c8eb1c2d-0d61-48d6-b8a1-e3cc7223d96c.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-d2ba393d-a49e-4fc4-90af-7b4ccf666690 {
  margin-bottom: 0px;
text-align: center;
}

#s-d2ba393d-a49e-4fc4-90af-7b4ccf666690 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d2ba393d-a49e-4fc4-90af-7b4ccf666690 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-d2ba393d-a49e-4fc4-90af-7b4ccf666690 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-556b6f04-7e8c-4190-8d55-2a52d2ca3778 {
  margin-top: 13px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 28px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-556b6f04-7e8c-4190-8d55-2a52d2ca3778 {
  padding-bottom: 28px;
}
}
#s-556b6f04-7e8c-4190-8d55-2a52d2ca3778 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 40px;
  line-height: 0.5em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-556b6f04-7e8c-4190-8d55-2a52d2ca3778 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-556b6f04-7e8c-4190-8d55-2a52d2ca3778 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 29px;
  line-height: 0.5em;
  
  text-align: center;
}


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

.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-e051b5c0-74bc-4010-91af-c510b72f0cb6 {
  padding-top: 9px;
padding-left: 50px;
padding-bottom: 8px;
padding-right: 50px;
border-radius: 4px;
background-color: rgba(248, 195, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-e051b5c0-74bc-4010-91af-c510b72f0cb6:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e051b5c0-74bc-4010-91af-c510b72f0cb6:active {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e051b5c0-74bc-4010-91af-c510b72f0cb6-root {
    text-align: center;
  }


#s-e051b5c0-74bc-4010-91af-c510b72f0cb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e051b5c0-74bc-4010-91af-c510b72f0cb6-root {
    text-align: center;
  }


#s-e051b5c0-74bc-4010-91af-c510b72f0cb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e051b5c0-74bc-4010-91af-c510b72f0cb6-root {
    text-align: center;
  }


#s-e051b5c0-74bc-4010-91af-c510b72f0cb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e051b5c0-74bc-4010-91af-c510b72f0cb6-root {
    text-align: center;
  }


#s-e051b5c0-74bc-4010-91af-c510b72f0cb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e051b5c0-74bc-4010-91af-c510b72f0cb6-root {
    text-align: center;
  }


#s-e051b5c0-74bc-4010-91af-c510b72f0cb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-4358f463-8e6f-42ac-8837-48341753409d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 100%;
max-width: 100%;
background-position: center center;
}

#s-4358f463-8e6f-42ac-8837-48341753409d {
  background-image: url(https://i.shgcdn.com/fec0dbff-0808-45a9-887b-b7f2943c2498/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4358f463-8e6f-42ac-8837-48341753409d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-4358f463-8e6f-42ac-8837-48341753409d.shg-box.shg-c {
  justify-content: center;
}

#s-50a0dcb4-f066-4c9c-90ec-2cd2ab9482cd {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
max-width: 1170px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50a0dcb4-f066-4c9c-90ec-2cd2ab9482cd {
  max-width: 600px;
}
}@media (max-width: 767px){#s-50a0dcb4-f066-4c9c-90ec-2cd2ab9482cd {
  min-height: 550px;
max-width: 304px;
}
}
#s-50a0dcb4-f066-4c9c-90ec-2cd2ab9482cd {
  background-image: url();
}








#s-50a0dcb4-f066-4c9c-90ec-2cd2ab9482cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50a0dcb4-f066-4c9c-90ec-2cd2ab9482cd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-107ff210-2f72-44f5-b06c-e995df7c8ac9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 0px;
text-align: right;
}

#s-107ff210-2f72-44f5-b06c-e995df7c8ac9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  text-align: right;
}


@media (min-width: 768px) and (max-width: 991px){#s-107ff210-2f72-44f5-b06c-e995df7c8ac9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: right;
}


}@media (max-width: 767px){#s-107ff210-2f72-44f5-b06c-e995df7c8ac9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: right;
}


}
#s-fa88be5c-221b-4333-9eb9-7975fa3e36e8 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: right;
}

#s-fa88be5c-221b-4333-9eb9-7975fa3e36e8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.33em;
  
  text-align: right;
}


@media (min-width: 768px) and (max-width: 991px){#s-fa88be5c-221b-4333-9eb9-7975fa3e36e8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.33em;
  
  text-align: right;
}


}@media (max-width: 767px){#s-fa88be5c-221b-4333-9eb9-7975fa3e36e8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.33em;
  
  text-align: right;
}


}
#s-e875648d-b1ed-43b9-9bba-1d21ca1fd649 {
  padding-top: 9px;
padding-left: 50px;
padding-bottom: 8px;
padding-right: 50px;
border-radius: 4px;
background-color: rgba(248, 195, 0, 1);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-e875648d-b1ed-43b9-9bba-1d21ca1fd649:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e875648d-b1ed-43b9-9bba-1d21ca1fd649:active {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e875648d-b1ed-43b9-9bba-1d21ca1fd649-root {
    text-align: right;
  }


#s-e875648d-b1ed-43b9-9bba-1d21ca1fd649.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e875648d-b1ed-43b9-9bba-1d21ca1fd649-root {
    text-align: right;
  }


#s-e875648d-b1ed-43b9-9bba-1d21ca1fd649.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e875648d-b1ed-43b9-9bba-1d21ca1fd649-root {
    text-align: right;
  }


#s-e875648d-b1ed-43b9-9bba-1d21ca1fd649.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e875648d-b1ed-43b9-9bba-1d21ca1fd649-root {
    text-align: right;
  }


#s-e875648d-b1ed-43b9-9bba-1d21ca1fd649.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e875648d-b1ed-43b9-9bba-1d21ca1fd649-root {
    text-align: right;
  }


#s-e875648d-b1ed-43b9-9bba-1d21ca1fd649.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-52a3c20a-252c-45d6-bfe7-c654e83c1a02 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 100%;
max-width: 100%;
background-position: center center;
}

#s-52a3c20a-252c-45d6-bfe7-c654e83c1a02 {
  background-image: url(https://i.shgcdn.com/d37a8a24-7a79-4645-a1a5-1690d28e3bb0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-52a3c20a-252c-45d6-bfe7-c654e83c1a02 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-52a3c20a-252c-45d6-bfe7-c654e83c1a02.shg-box.shg-c {
  justify-content: center;
}

#s-c664404f-5781-467e-b376-dd5ced1077e8 {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
max-width: 1170px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c664404f-5781-467e-b376-dd5ced1077e8 {
  max-width: 600px;
}
}
#s-c664404f-5781-467e-b376-dd5ced1077e8 {
  background-image: url();
}








#s-c664404f-5781-467e-b376-dd5ced1077e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c664404f-5781-467e-b376-dd5ced1077e8.shg-box.shg-c {
  justify-content: center;
}

#s-b0336a81-0155-419a-ad51-a1ad0aa63486 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0336a81-0155-419a-ad51-a1ad0aa63486 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-b0336a81-0155-419a-ad51-a1ad0aa63486 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-a9daa665-cb4d-4351-97fa-0d8fcdbd394e {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9daa665-cb4d-4351-97fa-0d8fcdbd394e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.33em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-a9daa665-cb4d-4351-97fa-0d8fcdbd394e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.33em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-a9daa665-cb4d-4351-97fa-0d8fcdbd394e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.33em;
  
  text-align: center;
}


}
#s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjJjNjAwZjUtYzIwYi00MjY5LWI2YjItOTRjNDUzZTNlZGU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjU5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmOGMzMDA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmY2Y1Y2U7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzIyYzYwMGY1LWMyMGItNDI2OS1iNmIyLTk0YzQ1M2UzZWRlOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
padding-top: 9px;
padding-left: 50px;
padding-bottom: 8px;
padding-right: 50px;
border-radius: 4px;
text-align: center;
text-decoration: none;
color: rgba(249, 249, 249, 1);
background-gradient: [{"id"=>1, "pos"=>0.5954545454545455, "color"=>"#f8c300"}, {"id"=>2, "pos"=>1, "color"=>"#fcf5ce"}];
hover-type: gradient;
}
#s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e:active {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e-root {
    text-align: center;
  }


#s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e.shg-btn {
  color: rgba(249, 249, 249, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e-root {
    text-align: center;
  }


#s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e.shg-btn {
  color: rgba(249, 249, 249, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e-root {
    text-align: center;
  }


#s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e.shg-btn {
  color: rgba(249, 249, 249, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e-root {
    text-align: center;
  }


#s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e.shg-btn {
  color: rgba(249, 249, 249, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e-root {
    text-align: center;
  }


#s-4f9191a5-0ae9-422d-bf93-f56348bcfc8e.shg-btn {
  color: rgba(249, 249, 249, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-040f8529-faa9-4072-9538-82d77711a4dc {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-040f8529-faa9-4072-9538-82d77711a4dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-040f8529-faa9-4072-9538-82d77711a4dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-040f8529-faa9-4072-9538-82d77711a4dc {
  
}
}@media (max-width: 767px){#s-040f8529-faa9-4072-9538-82d77711a4dc {
  
}
}
#s-040f8529-faa9-4072-9538-82d77711a4dc {
  background-image: url(https://i.shgcdn.com/0fc651e2-c871-4345-a327-5c976c06f5f9/);
}








#s-040f8529-faa9-4072-9538-82d77711a4dc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-040f8529-faa9-4072-9538-82d77711a4dc.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-040f8529-faa9-4072-9538-82d77711a4dc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-040f8529-faa9-4072-9538-82d77711a4dc.shg-box.shg-c {
  justify-content: center;
}
}
#s-58bd8462-413f-4cbb-bea6-86cdc9d7646e {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 600px;
max-width: 1170px;
}
@media (min-width: 1200px){#s-58bd8462-413f-4cbb-bea6-86cdc9d7646e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58bd8462-413f-4cbb-bea6-86cdc9d7646e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58bd8462-413f-4cbb-bea6-86cdc9d7646e {
  max-width: 600px;
}
}@media (max-width: 767px){#s-58bd8462-413f-4cbb-bea6-86cdc9d7646e {
  max-width: 350px;
}
}







#s-58bd8462-413f-4cbb-bea6-86cdc9d7646e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  display: block;
}#s-58bd8462-413f-4cbb-bea6-86cdc9d7646e.shg-box.shg-c {
  justify-content: center;
}

#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 {
  margin-top: -8px;
margin-bottom: 72px;
padding-top: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 {
  display: none;
}
#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9, #wrap-s-5927b6b7-b62f-412e-a8a2-4986304ea5e9, #wrap-content-s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 {
  display: none;
}
#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9, #wrap-s-5927b6b7-b62f-412e-a8a2-4986304ea5e9, #wrap-content-s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 {
  display: none;
}
#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9, #wrap-s-5927b6b7-b62f-412e-a8a2-4986304ea5e9, #wrap-content-s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 { display: none !important; }}@media (max-width: 767px){#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 {
  display: none;
}
#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9, #wrap-s-5927b6b7-b62f-412e-a8a2-4986304ea5e9, #wrap-content-s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 { display: none !important; }}
#s-5927b6b7-b62f-412e-a8a2-4986304ea5e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  text-align: left;
}



#s-02e9d893-0483-43de-b064-62767f471fb5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWY1MjQzODMtZmI1NS00OGQ1LWI5ZjgtMTg1M2FmMzE5OTM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjciIHN0eWxlPSJzdG9wLWNvbG9yOiNmOGMzMDA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmN2YxYzY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzFmNTI0MzgzLWZiNTUtNDhkNS1iOWY4LTE4NTNhZjMxOTkzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 330px;
margin-bottom: 25px;
padding-top: 8px;
padding-left: 50px;
padding-bottom: 8px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 4px;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-gradient: [{"id"=>1, "pos"=>0.7, "color"=>"#f8c300"}, {"id"=>2, "pos"=>1, "color"=>"#f7f1c6"}];
hover-type: gradient;
opacity: 1;
}
#s-02e9d893-0483-43de-b064-62767f471fb5:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-02e9d893-0483-43de-b064-62767f471fb5:active {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-02e9d893-0483-43de-b064-62767f471fb5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02e9d893-0483-43de-b064-62767f471fb5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02e9d893-0483-43de-b064-62767f471fb5 {
  
}
}@media (max-width: 767px){#s-02e9d893-0483-43de-b064-62767f471fb5 {
  
}
}

  #s-02e9d893-0483-43de-b064-62767f471fb5-root {
    text-align: center;
  }


#s-02e9d893-0483-43de-b064-62767f471fb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02e9d893-0483-43de-b064-62767f471fb5-root {
    text-align: center;
  }


#s-02e9d893-0483-43de-b064-62767f471fb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02e9d893-0483-43de-b064-62767f471fb5-root {
    text-align: center;
  }


#s-02e9d893-0483-43de-b064-62767f471fb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02e9d893-0483-43de-b064-62767f471fb5-root {
    text-align: center;
  }


#s-02e9d893-0483-43de-b064-62767f471fb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02e9d893-0483-43de-b064-62767f471fb5-root {
    text-align: center;
  }


#s-02e9d893-0483-43de-b064-62767f471fb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-da423226-1c80-4a6b-bdd4-01ecd716e4e4 {
  display: none;
}
#s-da423226-1c80-4a6b-bdd4-01ecd716e4e4, #wrap-s-da423226-1c80-4a6b-bdd4-01ecd716e4e4, #wrap-content-s-da423226-1c80-4a6b-bdd4-01ecd716e4e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da423226-1c80-4a6b-bdd4-01ecd716e4e4 {
  display: none;
}
#s-da423226-1c80-4a6b-bdd4-01ecd716e4e4, #wrap-s-da423226-1c80-4a6b-bdd4-01ecd716e4e4, #wrap-content-s-da423226-1c80-4a6b-bdd4-01ecd716e4e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da423226-1c80-4a6b-bdd4-01ecd716e4e4 {
  display: none;
}
#s-da423226-1c80-4a6b-bdd4-01ecd716e4e4, #wrap-s-da423226-1c80-4a6b-bdd4-01ecd716e4e4, #wrap-content-s-da423226-1c80-4a6b-bdd4-01ecd716e4e4 { display: none !important; }}@media (max-width: 767px){#s-da423226-1c80-4a6b-bdd4-01ecd716e4e4 {
  display: none;
}
#s-da423226-1c80-4a6b-bdd4-01ecd716e4e4, #wrap-s-da423226-1c80-4a6b-bdd4-01ecd716e4e4, #wrap-content-s-da423226-1c80-4a6b-bdd4-01ecd716e4e4 { display: none !important; }}
#s-b1bdaf72-3ee3-4ea1-95be-f7484fb3d6b8 {
  margin-top: -88px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b1bdaf72-3ee3-4ea1-95be-f7484fb3d6b8 {
  padding-left: 22px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-b1bdaf72-3ee3-4ea1-95be-f7484fb3d6b8 {
  padding-left: 5%;
padding-right: 8%;
}
}







#s-b1bdaf72-3ee3-4ea1-95be-f7484fb3d6b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1bdaf72-3ee3-4ea1-95be-f7484fb3d6b8.shg-box.shg-c {
  justify-content: center;
}

#s-a34c84ec-c731-4089-89ab-b86b6ef99c46 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 1251px;
}








#s-a34c84ec-c731-4089-89ab-b86b6ef99c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a34c84ec-c731-4089-89ab-b86b6ef99c46.shg-box.shg-c {
  justify-content: center;
}

#s-6676412e-0d27-4d69-aaf2-5172afd7c657 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1250px;
}








#s-6676412e-0d27-4d69-aaf2-5172afd7c657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6676412e-0d27-4d69-aaf2-5172afd7c657.shg-box.shg-c {
  justify-content: center;
}

#s-e3af417d-9848-4afa-83eb-1ffb4fc2e23f {
  max-width: 1250px;
}








#s-e3af417d-9848-4afa-83eb-1ffb4fc2e23f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3af417d-9848-4afa-83eb-1ffb4fc2e23f.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

@media (min-width: 0px) {
[id="s-26d5eea6-b64e-437d-b0ad-94ba6db59b91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26d5eea6-b64e-437d-b0ad-94ba6db59b91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26d5eea6-b64e-437d-b0ad-94ba6db59b91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26d5eea6-b64e-437d-b0ad-94ba6db59b91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26d5eea6-b64e-437d-b0ad-94ba6db59b91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26d5eea6-b64e-437d-b0ad-94ba6db59b91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26d5eea6-b64e-437d-b0ad-94ba6db59b91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d7707a4d-16ae-493a-8724-fd2c092f9758 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 280px;
background-position: center center;
opacity: 1;
}








#s-d7707a4d-16ae-493a-8724-fd2c092f9758 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.86);
  opacity: 0.5;
  display: block;
}#s-d7707a4d-16ae-493a-8724-fd2c092f9758 {
  cursor: pointer;
}#s-d7707a4d-16ae-493a-8724-fd2c092f9758.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dee21bd6-2081-4776-aacf-cb058282d699 {
  margin-top: 16px;
padding-top: 5px;
padding-bottom: 65px;
padding-right: 3%;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-dee21bd6-2081-4776-aacf-cb058282d699 {
  padding-bottom: 65px;
}
}@media (max-width: 767px){#s-dee21bd6-2081-4776-aacf-cb058282d699 {
  padding-bottom: 15px;
}
}
#s-dee21bd6-2081-4776-aacf-cb058282d699 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: right;
}



#s-4edff87b-a74d-4e81-be6c-d9e7ef458743 {
  border-style: solid;
margin-top: 14%;
margin-right: 3%;
padding-top: 5px;
padding-left: 45px;
padding-bottom: 5px;
padding-right: 45px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: right;
text-decoration: none;
line-height: 2em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: center undefined;
}
#s-4edff87b-a74d-4e81-be6c-d9e7ef458743:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4edff87b-a74d-4e81-be6c-d9e7ef458743:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-4edff87b-a74d-4e81-be6c-d9e7ef458743 {
  margin-top: 43%;
}
}

  #s-4edff87b-a74d-4e81-be6c-d9e7ef458743-root {
    text-align: right;
  }


#s-4edff87b-a74d-4e81-be6c-d9e7ef458743.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4edff87b-a74d-4e81-be6c-d9e7ef458743-root {
    text-align: right;
  }


#s-4edff87b-a74d-4e81-be6c-d9e7ef458743.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4edff87b-a74d-4e81-be6c-d9e7ef458743-root {
    text-align: right;
  }


#s-4edff87b-a74d-4e81-be6c-d9e7ef458743.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4edff87b-a74d-4e81-be6c-d9e7ef458743-root {
    text-align: right;
  }


#s-4edff87b-a74d-4e81-be6c-d9e7ef458743.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4edff87b-a74d-4e81-be6c-d9e7ef458743-root {
    text-align: right;
  }


#s-4edff87b-a74d-4e81-be6c-d9e7ef458743.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-273ccb65-266a-4876-b797-e0cfaa4f67a5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 6%;
min-height: 280px;
background-position: center center;
}








#s-273ccb65-266a-4876-b797-e0cfaa4f67a5 > .shg-box-overlay {
  background-color: rgba(14, 14, 14, 0.84);
  opacity: 0.5;
  display: block;
}#s-273ccb65-266a-4876-b797-e0cfaa4f67a5 {
  cursor: pointer;
}#s-273ccb65-266a-4876-b797-e0cfaa4f67a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-33d83d30-9a09-4368-8fa2-a7f659d40e50 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-33d83d30-9a09-4368-8fa2-a7f659d40e50 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-1063e713-17c5-4b18-aadd-2e4c607ef3be {
  border-style: solid;
margin-top: 43%;
margin-right: 4%;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: right;
text-decoration: none;
line-height: 2em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: center undefined;
}
#s-1063e713-17c5-4b18-aadd-2e4c607ef3be:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1063e713-17c5-4b18-aadd-2e4c607ef3be:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 254, 254, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1063e713-17c5-4b18-aadd-2e4c607ef3be-root {
    text-align: right;
  }


#s-1063e713-17c5-4b18-aadd-2e4c607ef3be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1063e713-17c5-4b18-aadd-2e4c607ef3be-root {
    text-align: right;
  }


#s-1063e713-17c5-4b18-aadd-2e4c607ef3be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1063e713-17c5-4b18-aadd-2e4c607ef3be-root {
    text-align: right;
  }


#s-1063e713-17c5-4b18-aadd-2e4c607ef3be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1063e713-17c5-4b18-aadd-2e4c607ef3be-root {
    text-align: right;
  }


#s-1063e713-17c5-4b18-aadd-2e4c607ef3be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1063e713-17c5-4b18-aadd-2e4c607ef3be-root {
    text-align: right;
  }


#s-1063e713-17c5-4b18-aadd-2e4c607ef3be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-c7c81394-2a14-4088-b3b0-3ca2b341c6f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7c81394-2a14-4088-b3b0-3ca2b341c6f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c7c81394-2a14-4088-b3b0-3ca2b341c6f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7c81394-2a14-4088-b3b0-3ca2b341c6f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a93bae4c-c76a-47f2-9de1-1a7008f20271 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 6%;
min-height: 280px;
background-position: center center;
}








#s-a93bae4c-c76a-47f2-9de1-1a7008f20271 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.98);
  opacity: 0.5;
  display: block;
}#s-a93bae4c-c76a-47f2-9de1-1a7008f20271 {
  cursor: pointer;
}#s-a93bae4c-c76a-47f2-9de1-1a7008f20271.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e13fe674-9bb8-4625-a376-3478c7eeba3a {
  padding-top: 20px;
padding-bottom: 95px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e13fe674-9bb8-4625-a376-3478c7eeba3a {
  padding-bottom: 15px;
}
}@media (max-width: 767px){#s-e13fe674-9bb8-4625-a376-3478c7eeba3a {
  padding-bottom: 15px;
}
}
#s-e13fe674-9bb8-4625-a376-3478c7eeba3a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-44a6627c-78ff-4552-bfda-54617c4bc00e {
  border-style: solid;
margin-top: 7%;
margin-right: 7%;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: right;
text-decoration: none;
line-height: 2em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: center undefined;
}
#s-44a6627c-78ff-4552-bfda-54617c4bc00e:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-44a6627c-78ff-4552-bfda-54617c4bc00e:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-44a6627c-78ff-4552-bfda-54617c4bc00e {
  margin-top: 50%;
}
}@media (max-width: 767px){#s-44a6627c-78ff-4552-bfda-54617c4bc00e {
  margin-top: 34%;
}
}

  #s-44a6627c-78ff-4552-bfda-54617c4bc00e-root {
    text-align: right;
  }


#s-44a6627c-78ff-4552-bfda-54617c4bc00e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-44a6627c-78ff-4552-bfda-54617c4bc00e-root {
    text-align: right;
  }


#s-44a6627c-78ff-4552-bfda-54617c4bc00e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44a6627c-78ff-4552-bfda-54617c4bc00e-root {
    text-align: right;
  }


#s-44a6627c-78ff-4552-bfda-54617c4bc00e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44a6627c-78ff-4552-bfda-54617c4bc00e-root {
    text-align: right;
  }


#s-44a6627c-78ff-4552-bfda-54617c4bc00e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-44a6627c-78ff-4552-bfda-54617c4bc00e-root {
    text-align: right;
  }


#s-44a6627c-78ff-4552-bfda-54617c4bc00e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-01afa2c9-40f8-40a5-bbf9-9c5056b04942 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 7%;
padding-bottom: 6%;
min-height: 280px;
background-position: center center;
}








#s-01afa2c9-40f8-40a5-bbf9-9c5056b04942 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-01afa2c9-40f8-40a5-bbf9-9c5056b04942 {
  cursor: pointer;
}#s-01afa2c9-40f8-40a5-bbf9-9c5056b04942.shg-box.shg-c {
  justify-content: flex-start;
}

#s-558ec864-c58b-489f-8120-041fba7ea502 {
  margin-top: 16px;
padding-top: 115px;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-558ec864-c58b-489f-8120-041fba7ea502 {
  padding-top: 140px;
}
}
#s-558ec864-c58b-489f-8120-041fba7ea502 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-558ec864-c58b-489f-8120-041fba7ea502 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-558ec864-c58b-489f-8120-041fba7ea502 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
#s-cd20086f-8802-46f4-8a0f-806935755849 {
  border-style: solid;
margin-top: 3%;
margin-right: 10%;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(254, 254, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
line-height: 2em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: center undefined;
}
#s-cd20086f-8802-46f4-8a0f-806935755849:hover {background-color: rgba(255, 41, 41, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd20086f-8802-46f4-8a0f-806935755849:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cd20086f-8802-46f4-8a0f-806935755849-root {
    text-align: left;
  }


#s-cd20086f-8802-46f4-8a0f-806935755849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd20086f-8802-46f4-8a0f-806935755849-root {
    text-align: left;
  }


#s-cd20086f-8802-46f4-8a0f-806935755849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd20086f-8802-46f4-8a0f-806935755849-root {
    text-align: left;
  }


#s-cd20086f-8802-46f4-8a0f-806935755849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd20086f-8802-46f4-8a0f-806935755849-root {
    text-align: left;
  }


#s-cd20086f-8802-46f4-8a0f-806935755849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd20086f-8802-46f4-8a0f-806935755849-root {
    text-align: left;
  }


#s-cd20086f-8802-46f4-8a0f-806935755849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-cfb62b40-b181-477a-afd8-00f9f6296e37 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 280px;
background-position: center center;
}








#s-cfb62b40-b181-477a-afd8-00f9f6296e37 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.72);
  opacity: 0.5;
  display: block;
}#s-cfb62b40-b181-477a-afd8-00f9f6296e37 {
  cursor: pointer;
}#s-cfb62b40-b181-477a-afd8-00f9f6296e37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9ce2c779-21df-4334-9ff3-da246e822414 {
  margin-top: 0px;
padding-top: 35px;
padding-bottom: 130px;
padding-right: 5%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ce2c779-21df-4334-9ff3-da246e822414 {
  margin-left: 2%;
margin-right: 2%;
padding-bottom: 75px;
}
}
#s-9ce2c779-21df-4334-9ff3-da246e822414 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-e8ca2a92-5974-497d-84df-d1e881861d32 {
  border-style: solid;
margin-top: -15px;
margin-left: 0%;
margin-right: 7%;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: right;
text-decoration: none;
line-height: 2em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: center undefined;
}
#s-e8ca2a92-5974-497d-84df-d1e881861d32:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e8ca2a92-5974-497d-84df-d1e881861d32:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e8ca2a92-5974-497d-84df-d1e881861d32-root {
    text-align: right;
  }


#s-e8ca2a92-5974-497d-84df-d1e881861d32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8ca2a92-5974-497d-84df-d1e881861d32-root {
    text-align: right;
  }


#s-e8ca2a92-5974-497d-84df-d1e881861d32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8ca2a92-5974-497d-84df-d1e881861d32-root {
    text-align: right;
  }


#s-e8ca2a92-5974-497d-84df-d1e881861d32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8ca2a92-5974-497d-84df-d1e881861d32-root {
    text-align: right;
  }


#s-e8ca2a92-5974-497d-84df-d1e881861d32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8ca2a92-5974-497d-84df-d1e881861d32-root {
    text-align: right;
  }


#s-e8ca2a92-5974-497d-84df-d1e881861d32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-c541f33e-f51c-42c5-ab6d-a47aa481a28e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c541f33e-f51c-42c5-ab6d-a47aa481a28e {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-c541f33e-f51c-42c5-ab6d-a47aa481a28e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c541f33e-f51c-42c5-ab6d-a47aa481a28e.shg-box.shg-c {
  justify-content: center;
}

#s-bf8bcc9e-c447-4b19-a40b-77189de882ef {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(59, 59, 59, 1);
border-style: solid;
max-width: 1249px;
}

@media (min-width: 0px) {
[id="s-bf8bcc9e-c447-4b19-a40b-77189de882ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf8bcc9e-c447-4b19-a40b-77189de882ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf8bcc9e-c447-4b19-a40b-77189de882ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf8bcc9e-c447-4b19-a40b-77189de882ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf8bcc9e-c447-4b19-a40b-77189de882ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf8bcc9e-c447-4b19-a40b-77189de882ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf8bcc9e-c447-4b19-a40b-77189de882ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-63a5d2f9-eebe-48a5-bb99-64b94a5a52ca {
  padding-top: 10px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(251, 247, 247, 1);
border-style: solid;
text-align: left;
}

#s-63a5d2f9-eebe-48a5-bb99-64b94a5a52ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-cc75eb8d-409b-466d-addf-84fbccafe85e {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
max-width: 1249px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc75eb8d-409b-466d-addf-84fbccafe85e {
  margin-left: 2%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-cc75eb8d-409b-466d-addf-84fbccafe85e {
  padding-left: 5%;
padding-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-cc75eb8d-409b-466d-addf-84fbccafe85e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc75eb8d-409b-466d-addf-84fbccafe85e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc75eb8d-409b-466d-addf-84fbccafe85e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc75eb8d-409b-466d-addf-84fbccafe85e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc75eb8d-409b-466d-addf-84fbccafe85e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc75eb8d-409b-466d-addf-84fbccafe85e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc75eb8d-409b-466d-addf-84fbccafe85e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

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

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  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-24bab8a7-eb5c-4448-b38b-879f40e151fb {
  margin-right: 3%;
max-width: 100%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-24bab8a7-eb5c-4448-b38b-879f40e151fb {
  margin-bottom: 50px;
}
}@media (max-width: 767px){#s-24bab8a7-eb5c-4448-b38b-879f40e151fb {
  margin-left: 0%;
margin-bottom: 40px;
}
}
#s-24bab8a7-eb5c-4448-b38b-879f40e151fb {
  overflow: hidden;
  
  
      max-width: 100%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-24bab8a7-eb5c-4448-b38b-879f40e151fb img.shogun-image {
    

    
    
    
  }


#s-24bab8a7-eb5c-4448-b38b-879f40e151fb .shogun-image-content {
  
    justify-content:  flex-start;
  
}








#s-1c99ca26-7b7c-49a2-97f2-3935827c728d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c99ca26-7b7c-49a2-97f2-3935827c728d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fbd7eae2-3673-4cd8-8d69-26012b72ab2b {
  margin-top: 35px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbd7eae2-3673-4cd8-8d69-26012b72ab2b {
  margin-top: 35px;
}
}
@media (min-width: 0px) {
[id="s-fbd7eae2-3673-4cd8-8d69-26012b72ab2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbd7eae2-3673-4cd8-8d69-26012b72ab2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fbd7eae2-3673-4cd8-8d69-26012b72ab2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbd7eae2-3673-4cd8-8d69-26012b72ab2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-64561fcc-4792-49f9-9510-856cf2140a01 {
  margin-bottom: 20px;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-77eecfc2-dea7-4380-a23f-e1376c2922bd {
  text-align: left;
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd {
  max-width:  100%;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom,
.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd {
  max-width:  100%;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom,
.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd {
  max-width:  100%;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom,
.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd {
  max-width:  100%;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom,
.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd {
  max-width:  100%;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom,
.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77eecfc2-dea7-4380-a23f-e1376c2922bd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-77dd65cd-2a0a-4b6a-80e0-6ed30bff3696 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-77dd65cd-2a0a-4b6a-80e0-6ed30bff3696 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-147ed6d0-f2c8-4cfe-ad22-8df5a36efd90 {
  text-align: center;
}
@media (max-width: 767px){#s-147ed6d0-f2c8-4cfe-ad22-8df5a36efd90 {
  margin-bottom: 20px;
}
}
#s-147ed6d0-f2c8-4cfe-ad22-8df5a36efd90 .shg-product-sold-out {
  display: none;
  color: rgba(248, 195, 0, 1);
  font-size: 19px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-147ed6d0-f2c8-4cfe-ad22-8df5a36efd90 .shg-product-price {
  color: rgba(248, 195, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 19px;
}

#s-147ed6d0-f2c8-4cfe-ad22-8df5a36efd90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c {
  text-align: left;
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c {
  max-width:  100%;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom,
.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c {
  max-width:  100%;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom,
.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c {
  max-width:  100%;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom,
.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c {
  max-width:  100%;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom,
.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c {
  max-width:  100%;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom,
.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fa5a956-a694-486b-88e2-d79d7baf6d3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6db530db-832f-4863-b79a-bc814048b9bc {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-6db530db-832f-4863-b79a-bc814048b9bc .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-52d3418d-5122-47c1-8fbb-7f7aca35ac92 {
  text-align: center;
}
@media (max-width: 767px){#s-52d3418d-5122-47c1-8fbb-7f7aca35ac92 {
  margin-bottom: 20px;
}
}
#s-52d3418d-5122-47c1-8fbb-7f7aca35ac92 .shg-product-sold-out {
  display: none;
  color: rgba(248, 195, 0, 1);
  font-size: 19px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-52d3418d-5122-47c1-8fbb-7f7aca35ac92 .shg-product-price {
  color: rgba(248, 195, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 19px;
}

#s-52d3418d-5122-47c1-8fbb-7f7aca35ac92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-649858bf-7e79-43e6-9b9d-70d6eb3b2792 {
  margin-bottom: 18px;
padding-bottom: 25px;
}

#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 {
  text-align: left;
}



.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c6ff6da-2dfd-4eed-95fe-4fc6fd090374 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1f03c50d-bae4-4a97-97ff-1f1ed1782dfc {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-1f03c50d-bae4-4a97-97ff-1f1ed1782dfc .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-45a449bc-d9c9-419d-82ab-673f48218a3b {
  text-align: center;
}
@media (max-width: 767px){#s-45a449bc-d9c9-419d-82ab-673f48218a3b {
  margin-bottom: 20px;
}
}
#s-45a449bc-d9c9-419d-82ab-673f48218a3b .shg-product-sold-out {
  display: none;
  color: rgba(248, 195, 0, 1);
  font-size: 19px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-45a449bc-d9c9-419d-82ab-673f48218a3b .shg-product-price {
  color: rgba(248, 195, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 19px;
}

#s-45a449bc-d9c9-419d-82ab-673f48218a3b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d6ec8543-a768-4f90-b656-ef01656e0b4d {
  text-align: left;
}



.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec8543-a768-4f90-b656-ef01656e0b4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9da0a264-d9e7-4ffa-928d-3f6c60958af5 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-9da0a264-d9e7-4ffa-928d-3f6c60958af5 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  
  font-size: 14px;
  
  
  
}

#s-67c30daf-bd37-4bfc-ad1e-2c4dd15d9ad5 {
  text-align: center;
}
@media (max-width: 767px){#s-67c30daf-bd37-4bfc-ad1e-2c4dd15d9ad5 {
  margin-bottom: 20px;
}
}
#s-67c30daf-bd37-4bfc-ad1e-2c4dd15d9ad5 .shg-product-sold-out {
  display: none;
  color: rgba(248, 195, 0, 1);
  font-size: 19px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-67c30daf-bd37-4bfc-ad1e-2c4dd15d9ad5 .shg-product-price {
  color: rgba(248, 195, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 19px;
}

#s-67c30daf-bd37-4bfc-ad1e-2c4dd15d9ad5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-52f0a6fa-412c-4c3f-a1e3-e65d58fc8875 {
  margin-bottom: 20px;
}

#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 {
  text-align: left;
}



.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddd0a41-55cd-4901-bb15-4cb2cc0ee220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ab795b76-eaa7-4389-9cfe-f3e6eda65025 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-ab795b76-eaa7-4389-9cfe-f3e6eda65025 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-20bb5d22-cb02-4948-ab00-005e3288ad12 {
  text-align: center;
}
@media (max-width: 767px){#s-20bb5d22-cb02-4948-ab00-005e3288ad12 {
  margin-bottom: 20px;
}
}
#s-20bb5d22-cb02-4948-ab00-005e3288ad12 .shg-product-sold-out {
  display: none;
  color: rgba(248, 195, 0, 1);
  font-size: 19px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-20bb5d22-cb02-4948-ab00-005e3288ad12 .shg-product-price {
  color: rgba(248, 195, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 19px;
}

#s-20bb5d22-cb02-4948-ab00-005e3288ad12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 {
  text-align: left;
}



.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4bfbebc-3a58-4dcc-a14c-bcba9b015e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-18a1846b-1473-4e88-b45c-5d070f7b5b3d {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-18a1846b-1473-4e88-b45c-5d070f7b5b3d .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-bda0cb91-5a4c-426d-bdd5-8ce4ae5ddefa {
  text-align: center;
}
@media (max-width: 767px){#s-bda0cb91-5a4c-426d-bdd5-8ce4ae5ddefa {
  margin-bottom: 20px;
}
}
#s-bda0cb91-5a4c-426d-bdd5-8ce4ae5ddefa .shg-product-sold-out {
  display: none;
  color: rgba(248, 195, 0, 1);
  font-size: 19px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-bda0cb91-5a4c-426d-bdd5-8ce4ae5ddefa .shg-product-price {
  color: rgba(248, 195, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 19px;
}

#s-bda0cb91-5a4c-426d-bdd5-8ce4ae5ddefa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b3b5379c-46ae-49a4-b5cc-f8ded289a760 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3b5379c-46ae-49a4-b5cc-f8ded289a760 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-b3b5379c-46ae-49a4-b5cc-f8ded289a760 {
  padding-left: 4%;
padding-right: 7%;
}
}







#s-b3b5379c-46ae-49a4-b5cc-f8ded289a760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3b5379c-46ae-49a4-b5cc-f8ded289a760.shg-box.shg-c {
  justify-content: center;
}

#s-01525572-6f33-4ab8-ab50-090e6211c0ea {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(59, 59, 59, 1);
border-style: solid;
max-width: 1249px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01525572-6f33-4ab8-ab50-090e6211c0ea {
  max-width: 1200px;
}
}
@media (min-width: 0px) {
[id="s-01525572-6f33-4ab8-ab50-090e6211c0ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01525572-6f33-4ab8-ab50-090e6211c0ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01525572-6f33-4ab8-ab50-090e6211c0ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01525572-6f33-4ab8-ab50-090e6211c0ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e73968ac-52d7-4200-b379-cdbad1402fc4 {
  padding-top: 4%;
padding-left: 1%;
padding-bottom: 4%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-e73968ac-52d7-4200-b379-cdbad1402fc4 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 35px;
}
}
@media (min-width: 0px) {
[id="s-e73968ac-52d7-4200-b379-cdbad1402fc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e73968ac-52d7-4200-b379-cdbad1402fc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e73968ac-52d7-4200-b379-cdbad1402fc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e73968ac-52d7-4200-b379-cdbad1402fc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e73968ac-52d7-4200-b379-cdbad1402fc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e73968ac-52d7-4200-b379-cdbad1402fc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e73968ac-52d7-4200-b379-cdbad1402fc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d9ac9b89-5ed0-4f35-95b2-d52abcde2487 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9ac9b89-5ed0-4f35-95b2-d52abcde2487 {
  overflow: hidden;
  
  
}







  #s-d9ac9b89-5ed0-4f35-95b2-d52abcde2487 img.shogun-image {
    

    
    
    
  }


#s-d9ac9b89-5ed0-4f35-95b2-d52abcde2487 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1b2d6d46-7c35-415c-a3f7-49d9e4c142c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b2d6d46-7c35-415c-a3f7-49d9e4c142c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-1b2d6d46-7c35-415c-a3f7-49d9e4c142c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1b2d6d46-7c35-415c-a3f7-49d9e4c142c3 .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1b2d6d46-7c35-415c-a3f7-49d9e4c142c3 .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-1b2d6d46-7c35-415c-a3f7-49d9e4c142c3 .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-4f546c37-4709-46ec-ad54-5b425601c857 {
  padding-top: 4%;
padding-left: 1%;
padding-bottom: 4%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f546c37-4709-46ec-ad54-5b425601c857 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 35px;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-4f546c37-4709-46ec-ad54-5b425601c857 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-4f546c37-4709-46ec-ad54-5b425601c857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f546c37-4709-46ec-ad54-5b425601c857"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f546c37-4709-46ec-ad54-5b425601c857"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f546c37-4709-46ec-ad54-5b425601c857"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f546c37-4709-46ec-ad54-5b425601c857"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f546c37-4709-46ec-ad54-5b425601c857"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f546c37-4709-46ec-ad54-5b425601c857"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-159e9f5c-2e53-484f-a72a-709a335e7eef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-159e9f5c-2e53-484f-a72a-709a335e7eef {
  overflow: hidden;
  
  
}







  #s-159e9f5c-2e53-484f-a72a-709a335e7eef img.shogun-image {
    

    
    
    
  }


#s-159e9f5c-2e53-484f-a72a-709a335e7eef .shogun-image-content {
  
    justify-content: center;
  
}

#s-795275e7-c559-406a-938c-1b5cb2dd106f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-795275e7-c559-406a-938c-1b5cb2dd106f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-795275e7-c559-406a-938c-1b5cb2dd106f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-795275e7-c559-406a-938c-1b5cb2dd106f .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-795275e7-c559-406a-938c-1b5cb2dd106f .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-795275e7-c559-406a-938c-1b5cb2dd106f .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-38808d50-0314-42e2-97a1-05c9e6c4c236 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(59, 59, 59, 1);
border-style: solid;
max-width: 1249px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38808d50-0314-42e2-97a1-05c9e6c4c236 {
  max-width: 1200px;
}
}
@media (min-width: 0px) {
[id="s-38808d50-0314-42e2-97a1-05c9e6c4c236"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38808d50-0314-42e2-97a1-05c9e6c4c236"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38808d50-0314-42e2-97a1-05c9e6c4c236"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38808d50-0314-42e2-97a1-05c9e6c4c236"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0 {
  padding-top: 4%;
padding-left: 1%;
padding-bottom: 4%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 35px;
}
}@media (max-width: 767px){#s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc8b4a06-d142-4afd-9a9e-43b1fc1ba2d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-01ab2485-2b9f-4058-97c0-3f99202743a5 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
text-align: center;
}

#s-01ab2485-2b9f-4058-97c0-3f99202743a5 {
  overflow: hidden;
  
  
}







  #s-01ab2485-2b9f-4058-97c0-3f99202743a5 img.shogun-image {
    

    
    
    
  }


#s-01ab2485-2b9f-4058-97c0-3f99202743a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0084d69f-d366-4e95-8cd4-b7b3c6e93f93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0084d69f-d366-4e95-8cd4-b7b3c6e93f93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-0084d69f-d366-4e95-8cd4-b7b3c6e93f93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-0084d69f-d366-4e95-8cd4-b7b3c6e93f93 .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0084d69f-d366-4e95-8cd4-b7b3c6e93f93 .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-0084d69f-d366-4e95-8cd4-b7b3c6e93f93 .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-18e3d55f-e284-4d2b-b16c-84f748ecc52a {
  padding-top: 4%;
padding-left: 1%;
padding-bottom: 4%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-18e3d55f-e284-4d2b-b16c-84f748ecc52a {
  margin-left: 20px;
margin-right: 35px;
}
}
@media (min-width: 0px) {
[id="s-18e3d55f-e284-4d2b-b16c-84f748ecc52a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18e3d55f-e284-4d2b-b16c-84f748ecc52a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18e3d55f-e284-4d2b-b16c-84f748ecc52a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18e3d55f-e284-4d2b-b16c-84f748ecc52a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18e3d55f-e284-4d2b-b16c-84f748ecc52a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18e3d55f-e284-4d2b-b16c-84f748ecc52a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18e3d55f-e284-4d2b-b16c-84f748ecc52a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-89781eaf-e921-4660-b89b-ea89e85ff743 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89781eaf-e921-4660-b89b-ea89e85ff743 {
  overflow: hidden;
  
  
}







  #s-89781eaf-e921-4660-b89b-ea89e85ff743 img.shogun-image {
    

    
    
    
  }


#s-89781eaf-e921-4660-b89b-ea89e85ff743 .shogun-image-content {
  
    justify-content: center;
  
}

#s-91ba1171-8031-4923-89b1-9fa08ddbc285 {
  margin-top: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-91ba1171-8031-4923-89b1-9fa08ddbc285 {
  margin-top: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-91ba1171-8031-4923-89b1-9fa08ddbc285 {
  margin-top: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-91ba1171-8031-4923-89b1-9fa08ddbc285 .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-91ba1171-8031-4923-89b1-9fa08ddbc285 .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-91ba1171-8031-4923-89b1-9fa08ddbc285 .shogun-heading-component h2 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: center;
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-26e64b94-9e30-49ed-92d8-9eb8f3bd7b67 {
  margin-top: -14px;
margin-bottom: -35px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26e64b94-9e30-49ed-92d8-9eb8f3bd7b67 {
  margin-top: -27px;
margin-bottom: -20px;
}
}@media (max-width: 767px){#s-26e64b94-9e30-49ed-92d8-9eb8f3bd7b67 {
  margin-bottom: -20px;
}
}
#s-404f0211-5c7c-421e-a471-59380b42dbb1 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-404f0211-5c7c-421e-a471-59380b42dbb1 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-404f0211-5c7c-421e-a471-59380b42dbb1 {
  padding-left: 4%;
padding-right: 7%;
}
}







#s-404f0211-5c7c-421e-a471-59380b42dbb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-404f0211-5c7c-421e-a471-59380b42dbb1.shg-box.shg-c {
  justify-content: center;
}

#s-52aa2779-66f8-4803-b9b6-1feaf191dc66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}

#s-52aa2779-66f8-4803-b9b6-1feaf191dc66 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-52aa2779-66f8-4803-b9b6-1feaf191dc66 .shg-sld-nav-button.shg-sld-left,
#s-52aa2779-66f8-4803-b9b6-1feaf191dc66 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-17d646b7-e619-4438-acaf-73643fc4d19d {
  min-height: 50px;
}








#s-17d646b7-e619-4438-acaf-73643fc4d19d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17d646b7-e619-4438-acaf-73643fc4d19d.shg-box.shg-c {
  justify-content: center;
}

#s-c8c1b3e6-1fd3-4260-9c4e-bc85ef743f25 {
  padding-left: 7%;
padding-bottom: 20px;
padding-right: 7%;
}

#s-0128dabb-ed0c-4f77-b321-8506c1f40e99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0128dabb-ed0c-4f77-b321-8506c1f40e99 .shogun-heading-component h3 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-270ecc0b-e89c-4c84-a4af-9662ad0e84fd {
  min-height: 50px;
}








#s-270ecc0b-e89c-4c84-a4af-9662ad0e84fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-270ecc0b-e89c-4c84-a4af-9662ad0e84fd.shg-box.shg-c {
  justify-content: center;
}

#s-88c14313-746b-4b77-b0f7-977ec127aa7e {
  padding-left: 7%;
padding-bottom: 20px;
padding-right: 7%;
}

#s-8d738417-432e-4a66-bfb8-d9fa481a4435 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d738417-432e-4a66-bfb8-d9fa481a4435 .shogun-heading-component h3 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-66869c0d-b239-42dd-9107-03db30a022e5 {
  min-height: 50px;
}








#s-66869c0d-b239-42dd-9107-03db30a022e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66869c0d-b239-42dd-9107-03db30a022e5.shg-box.shg-c {
  justify-content: center;
}

#s-6fb4b5a1-4e40-4e0c-8466-92d340bfba66 {
  padding-left: 7%;
padding-bottom: 20px;
padding-right: 7%;
}

#s-7e82766d-b45b-4a78-bf96-f06348697dd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e82766d-b45b-4a78-bf96-f06348697dd4 .shogun-heading-component h3 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-268fa6fd-5b7b-4168-b077-7517deb3a627 {
  min-height: 50px;
}








#s-268fa6fd-5b7b-4168-b077-7517deb3a627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-268fa6fd-5b7b-4168-b077-7517deb3a627.shg-box.shg-c {
  justify-content: center;
}

#s-3d8329c5-7ee8-4bcc-ad5f-2f6b0028dc45 {
  padding-left: 7%;
padding-bottom: 20px;
padding-right: 7%;
}

#s-02c4224e-3f74-4b2c-9a06-7f2c04f8fdd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02c4224e-3f74-4b2c-9a06-7f2c04f8fdd4 .shogun-heading-component h3 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-9d778e91-7a7e-42a2-9b17-7dc5bd536137 {
  min-height: 50px;
}








#s-9d778e91-7a7e-42a2-9b17-7dc5bd536137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d778e91-7a7e-42a2-9b17-7dc5bd536137.shg-box.shg-c {
  justify-content: center;
}

#s-0438485b-bf6d-4647-9d8f-42dd32e1e7de {
  padding-left: 7%;
padding-bottom: 20px;
padding-right: 7%;
}

#s-96201c27-c16c-4683-929c-c4f4cdc158f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96201c27-c16c-4683-929c-c4f4cdc158f1 .shogun-heading-component h3 {
  color: rgba(248, 195, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-1cd50822-9879-4d9e-8f90-ee76a311ebd6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1cd50822-9879-4d9e-8f90-ee76a311ebd6 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-1cd50822-9879-4d9e-8f90-ee76a311ebd6 {
  padding-left: 4%;
padding-right: 7%;
}
}







#s-1cd50822-9879-4d9e-8f90-ee76a311ebd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cd50822-9879-4d9e-8f90-ee76a311ebd6.shg-box.shg-c {
  justify-content: center;
}

#s-b28d1d83-27f6-4052-bac7-5e15fd65d0b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}

#s-b28d1d83-27f6-4052-bac7-5e15fd65d0b2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b28d1d83-27f6-4052-bac7-5e15fd65d0b2 .shg-sld-nav-button.shg-sld-left,
#s-b28d1d83-27f6-4052-bac7-5e15fd65d0b2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d96693e7-dcd8-465c-9ab1-9893226bac59 {
  min-height: 50px;
}








#s-d96693e7-dcd8-465c-9ab1-9893226bac59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d96693e7-dcd8-465c-9ab1-9893226bac59.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-326962ef-a6d6-43a3-9fa5-77f48a4752f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-326962ef-a6d6-43a3-9fa5-77f48a4752f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-326962ef-a6d6-43a3-9fa5-77f48a4752f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-326962ef-a6d6-43a3-9fa5-77f48a4752f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ee0c254c-5b3b-4b2b-bec6-8302d948269e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-ee0c254c-5b3b-4b2b-bec6-8302d948269e {
  overflow: hidden;
  
  
}







  #s-ee0c254c-5b3b-4b2b-bec6-8302d948269e img.shogun-image {
    

    
    
    
  }


#s-ee0c254c-5b3b-4b2b-bec6-8302d948269e .shogun-image-content {
  
    justify-content: center;
  
}

#s-3270c706-943d-4d0a-a513-1de67da05052 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-3270c706-943d-4d0a-a513-1de67da05052 {
  overflow: hidden;
  
  
}







  #s-3270c706-943d-4d0a-a513-1de67da05052 img.shogun-image {
    

    
    
    
  }


#s-3270c706-943d-4d0a-a513-1de67da05052 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c32d5f6b-8e73-4eff-8b83-4bd671c501bc {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-c32d5f6b-8e73-4eff-8b83-4bd671c501bc {
  overflow: hidden;
  
  
}







  #s-c32d5f6b-8e73-4eff-8b83-4bd671c501bc img.shogun-image {
    

    
    
    
  }


#s-c32d5f6b-8e73-4eff-8b83-4bd671c501bc .shogun-image-content {
  
    justify-content: center;
  
}

#s-8c9395ed-66e4-479c-b21a-fb5ee7eac661 {
  min-height: 50px;
}








#s-8c9395ed-66e4-479c-b21a-fb5ee7eac661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c9395ed-66e4-479c-b21a-fb5ee7eac661.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f6510294-da61-49d0-b913-66c449efa994"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f6510294-da61-49d0-b913-66c449efa994"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f6510294-da61-49d0-b913-66c449efa994"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f6510294-da61-49d0-b913-66c449efa994"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-69a74cca-2544-414a-a726-aa82aa3d0a5c {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-69a74cca-2544-414a-a726-aa82aa3d0a5c {
  overflow: hidden;
  
  
}







  #s-69a74cca-2544-414a-a726-aa82aa3d0a5c img.shogun-image {
    

    
    
    
  }


#s-69a74cca-2544-414a-a726-aa82aa3d0a5c .shogun-image-content {
  
    justify-content: center;
  
}

#s-1195be22-9ea2-4004-abde-d90d5cd3458e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-1195be22-9ea2-4004-abde-d90d5cd3458e {
  overflow: hidden;
  
  
}







  #s-1195be22-9ea2-4004-abde-d90d5cd3458e img.shogun-image {
    

    
    
    
  }


#s-1195be22-9ea2-4004-abde-d90d5cd3458e .shogun-image-content {
  
    justify-content: center;
  
}

#s-2969da57-1b3e-4318-bbd6-c8e95195fcc7 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-2969da57-1b3e-4318-bbd6-c8e95195fcc7 {
  overflow: hidden;
  
  
}







  #s-2969da57-1b3e-4318-bbd6-c8e95195fcc7 img.shogun-image {
    

    
    
    
  }


#s-2969da57-1b3e-4318-bbd6-c8e95195fcc7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9d19d389-775e-46f6-b82d-6b4909ce4765 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-9d19d389-775e-46f6-b82d-6b4909ce4765 {
  overflow: hidden;
  
  
}







  #s-9d19d389-775e-46f6-b82d-6b4909ce4765 img.shogun-image {
    

    
    
    
  }


#s-9d19d389-775e-46f6-b82d-6b4909ce4765 .shogun-image-content {
  
    justify-content: center;
  
}

#s-811ae477-f3e6-4337-b211-af735b3f0bd2 {
  min-height: 50px;
}








#s-811ae477-f3e6-4337-b211-af735b3f0bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-811ae477-f3e6-4337-b211-af735b3f0bd2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ab33fc37-b4d5-439e-827d-1cf7c88377ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab33fc37-b4d5-439e-827d-1cf7c88377ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ab33fc37-b4d5-439e-827d-1cf7c88377ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ab33fc37-b4d5-439e-827d-1cf7c88377ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e5b89f4a-d76d-429a-ad5e-2f55dd916904 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-e5b89f4a-d76d-429a-ad5e-2f55dd916904 {
  overflow: hidden;
  
  
}







  #s-e5b89f4a-d76d-429a-ad5e-2f55dd916904 img.shogun-image {
    

    
    
    
  }


#s-e5b89f4a-d76d-429a-ad5e-2f55dd916904 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8cb44792-6346-43a0-a7b3-720caec7b27a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-8cb44792-6346-43a0-a7b3-720caec7b27a {
  overflow: hidden;
  
  
}







  #s-8cb44792-6346-43a0-a7b3-720caec7b27a img.shogun-image {
    

    
    
    
  }


#s-8cb44792-6346-43a0-a7b3-720caec7b27a .shogun-image-content {
  
    justify-content: center;
  
}

#s-3dbd5cba-9a60-45ff-83c6-c79b28942e2f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-3dbd5cba-9a60-45ff-83c6-c79b28942e2f {
  overflow: hidden;
  
  
}







  #s-3dbd5cba-9a60-45ff-83c6-c79b28942e2f img.shogun-image {
    

    
    
    
  }


#s-3dbd5cba-9a60-45ff-83c6-c79b28942e2f .shogun-image-content {
  
    justify-content: center;
  
}

#s-04c3601a-f2af-41e2-b9b9-71ecab58041f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-04c3601a-f2af-41e2-b9b9-71ecab58041f {
  overflow: hidden;
  
  
}







  #s-04c3601a-f2af-41e2-b9b9-71ecab58041f img.shogun-image {
    

    
    
    
  }


#s-04c3601a-f2af-41e2-b9b9-71ecab58041f .shogun-image-content {
  
    justify-content: center;
  
}

#s-11b68c2b-43d7-4121-bcbc-9baef7d2e496 {
  min-height: 50px;
}








#s-11b68c2b-43d7-4121-bcbc-9baef7d2e496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11b68c2b-43d7-4121-bcbc-9baef7d2e496.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-234e35ba-1f68-4958-8b7e-80359a63b3ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-234e35ba-1f68-4958-8b7e-80359a63b3ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-234e35ba-1f68-4958-8b7e-80359a63b3ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-234e35ba-1f68-4958-8b7e-80359a63b3ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b1426d9b-0144-4030-ba8f-15ff82f04ce9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-b1426d9b-0144-4030-ba8f-15ff82f04ce9 {
  overflow: hidden;
  
  
}







  #s-b1426d9b-0144-4030-ba8f-15ff82f04ce9 img.shogun-image {
    

    
    
    
  }


#s-b1426d9b-0144-4030-ba8f-15ff82f04ce9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9416af37-ce33-4c1e-a1f1-55913578c53c {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-9416af37-ce33-4c1e-a1f1-55913578c53c {
  overflow: hidden;
  
  
}







  #s-9416af37-ce33-4c1e-a1f1-55913578c53c img.shogun-image {
    

    
    
    
  }


#s-9416af37-ce33-4c1e-a1f1-55913578c53c .shogun-image-content {
  
    justify-content: center;
  
}

#s-70e5f601-0456-49fe-a364-1963591a17a5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-70e5f601-0456-49fe-a364-1963591a17a5 {
  overflow: hidden;
  
  
}







  #s-70e5f601-0456-49fe-a364-1963591a17a5 img.shogun-image {
    

    
    
    
  }


#s-70e5f601-0456-49fe-a364-1963591a17a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dd7042ce-afe3-4197-9462-460e189ec4b6 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-dd7042ce-afe3-4197-9462-460e189ec4b6 {
  overflow: hidden;
  
  
}







  #s-dd7042ce-afe3-4197-9462-460e189ec4b6 img.shogun-image {
    

    
    
    
  }


#s-dd7042ce-afe3-4197-9462-460e189ec4b6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dbc5a856-e106-49c7-be75-32f2a3604a87 {
  min-height: 50px;
}








#s-dbc5a856-e106-49c7-be75-32f2a3604a87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbc5a856-e106-49c7-be75-32f2a3604a87.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0c6475a6-25a9-472d-b8e2-d96952351492"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c6475a6-25a9-472d-b8e2-d96952351492"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0c6475a6-25a9-472d-b8e2-d96952351492"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0c6475a6-25a9-472d-b8e2-d96952351492"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-119a98d2-dc8b-4c79-b9b5-d212237d51bd {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-119a98d2-dc8b-4c79-b9b5-d212237d51bd {
  overflow: hidden;
  
  
}







  #s-119a98d2-dc8b-4c79-b9b5-d212237d51bd img.shogun-image {
    

    
    
    
  }


#s-119a98d2-dc8b-4c79-b9b5-d212237d51bd .shogun-image-content {
  
    justify-content: center;
  
}

#s-f0c64d43-391b-4bdb-a6c4-debbfb8a58d5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-f0c64d43-391b-4bdb-a6c4-debbfb8a58d5 {
  overflow: hidden;
  
  
}







  #s-f0c64d43-391b-4bdb-a6c4-debbfb8a58d5 img.shogun-image {
    

    
    
    
  }


#s-f0c64d43-391b-4bdb-a6c4-debbfb8a58d5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c72ee17b-0787-4e0c-9351-a1181d78d0ea {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-c72ee17b-0787-4e0c-9351-a1181d78d0ea {
  overflow: hidden;
  
  
}







  #s-c72ee17b-0787-4e0c-9351-a1181d78d0ea img.shogun-image {
    

    
    
    
  }


#s-c72ee17b-0787-4e0c-9351-a1181d78d0ea .shogun-image-content {
  
    justify-content: center;
  
}

#s-a671761d-78ed-4bd0-9227-0133a37f0a88 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-a671761d-78ed-4bd0-9227-0133a37f0a88 {
  overflow: hidden;
  
  
}







  #s-a671761d-78ed-4bd0-9227-0133a37f0a88 img.shogun-image {
    

    
    
    
  }


#s-a671761d-78ed-4bd0-9227-0133a37f0a88 .shogun-image-content {
  
    justify-content: center;
  
}

#s-62986e24-ad0c-437a-88e7-f42b771fab82 {
  min-height: 50px;
}








#s-62986e24-ad0c-437a-88e7-f42b771fab82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62986e24-ad0c-437a-88e7-f42b771fab82.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2487eadf-b01b-4466-8dfe-f7584e9a85df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2487eadf-b01b-4466-8dfe-f7584e9a85df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2487eadf-b01b-4466-8dfe-f7584e9a85df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2487eadf-b01b-4466-8dfe-f7584e9a85df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9385000b-9f58-4e41-a7ea-f128a5cc7053 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-9385000b-9f58-4e41-a7ea-f128a5cc7053 {
  overflow: hidden;
  
  
}







  #s-9385000b-9f58-4e41-a7ea-f128a5cc7053 img.shogun-image {
    

    
    
    
  }


#s-9385000b-9f58-4e41-a7ea-f128a5cc7053 .shogun-image-content {
  
    justify-content: center;
  
}

#s-66626a58-c993-48f1-b6e4-e7ffae4d2b92 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-66626a58-c993-48f1-b6e4-e7ffae4d2b92 {
  overflow: hidden;
  
  
}







  #s-66626a58-c993-48f1-b6e4-e7ffae4d2b92 img.shogun-image {
    

    
    
    
  }


#s-66626a58-c993-48f1-b6e4-e7ffae4d2b92 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f0826be2-9dc5-429e-ae7a-e7e2dbd1e701 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-f0826be2-9dc5-429e-ae7a-e7e2dbd1e701 {
  overflow: hidden;
  
  
}







  #s-f0826be2-9dc5-429e-ae7a-e7e2dbd1e701 img.shogun-image {
    

    
    
    
  }


#s-f0826be2-9dc5-429e-ae7a-e7e2dbd1e701 .shogun-image-content {
  
    justify-content: center;
  
}

#s-30c75208-95aa-4fcd-95f2-b403dd390baf {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-30c75208-95aa-4fcd-95f2-b403dd390baf {
  overflow: hidden;
  
  
}







  #s-30c75208-95aa-4fcd-95f2-b403dd390baf img.shogun-image {
    

    
    
    
  }


#s-30c75208-95aa-4fcd-95f2-b403dd390baf .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-da06e820-5af6-46b8-8ce3-ea6e9ccc2c14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-da06e820-5af6-46b8-8ce3-ea6e9ccc2c14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-da06e820-5af6-46b8-8ce3-ea6e9ccc2c14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-da06e820-5af6-46b8-8ce3-ea6e9ccc2c14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-08d30925-65f9-45c3-ac27-eda8b01ec763 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-08d30925-65f9-45c3-ac27-eda8b01ec763 {
  overflow: hidden;
  
  
}







  #s-08d30925-65f9-45c3-ac27-eda8b01ec763 img.shogun-image {
    

    
    
    
  }


#s-08d30925-65f9-45c3-ac27-eda8b01ec763 .shogun-image-content {
  
    justify-content: center;
  
}

#s-70137646-fc16-48d6-9872-a47a4c986adb {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-70137646-fc16-48d6-9872-a47a4c986adb {
  overflow: hidden;
  
  
}







  #s-70137646-fc16-48d6-9872-a47a4c986adb img.shogun-image {
    

    
    
    
  }


#s-70137646-fc16-48d6-9872-a47a4c986adb .shogun-image-content {
  
    justify-content: center;
  
}

#s-bdbff62e-adac-41fe-847c-c11ea5e4e2e9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-bdbff62e-adac-41fe-847c-c11ea5e4e2e9 {
  overflow: hidden;
  
  
}







  #s-bdbff62e-adac-41fe-847c-c11ea5e4e2e9 img.shogun-image {
    

    
    
    
  }


#s-bdbff62e-adac-41fe-847c-c11ea5e4e2e9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-87978e73-3d7b-4617-a55b-61b816efe397 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-87978e73-3d7b-4617-a55b-61b816efe397 {
  overflow: hidden;
  
  
}







  #s-87978e73-3d7b-4617-a55b-61b816efe397 img.shogun-image {
    

    
    
    
  }


#s-87978e73-3d7b-4617-a55b-61b816efe397 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9fc0e936-2d91-4725-bdf0-7162470d7448 {
  min-height: 50px;
}








#s-9fc0e936-2d91-4725-bdf0-7162470d7448 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fc0e936-2d91-4725-bdf0-7162470d7448.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-267ebee0-f8b4-4450-9bda-48cf1348805a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-267ebee0-f8b4-4450-9bda-48cf1348805a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-267ebee0-f8b4-4450-9bda-48cf1348805a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-267ebee0-f8b4-4450-9bda-48cf1348805a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2a7dcf96-81cb-47b5-8d1f-0a52f1eb8566 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-2a7dcf96-81cb-47b5-8d1f-0a52f1eb8566 {
  overflow: hidden;
  
  
}







  #s-2a7dcf96-81cb-47b5-8d1f-0a52f1eb8566 img.shogun-image {
    

    
    
    
  }


#s-2a7dcf96-81cb-47b5-8d1f-0a52f1eb8566 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f601efc-e175-4609-942c-cf995ad6b99d {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-1f601efc-e175-4609-942c-cf995ad6b99d {
  overflow: hidden;
  
  
}







  #s-1f601efc-e175-4609-942c-cf995ad6b99d img.shogun-image {
    

    
    
    
  }


#s-1f601efc-e175-4609-942c-cf995ad6b99d .shogun-image-content {
  
    justify-content: center;
  
}

#s-6f36df5e-88de-45ba-8370-aa7a43530dde {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-6f36df5e-88de-45ba-8370-aa7a43530dde {
  overflow: hidden;
  
  
}







  #s-6f36df5e-88de-45ba-8370-aa7a43530dde img.shogun-image {
    

    
    
    
  }


#s-6f36df5e-88de-45ba-8370-aa7a43530dde .shogun-image-content {
  
    justify-content: center;
  
}

#s-ba742c3a-de50-4992-ace7-6f6acc57244b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-ba742c3a-de50-4992-ace7-6f6acc57244b {
  overflow: hidden;
  
  
}







  #s-ba742c3a-de50-4992-ace7-6f6acc57244b img.shogun-image {
    

    
    
    
  }


#s-ba742c3a-de50-4992-ace7-6f6acc57244b .shogun-image-content {
  
    justify-content: center;
  
}

#s-d52505f9-cf87-445c-8418-651a43e1884b {
  min-height: 50px;
}








#s-d52505f9-cf87-445c-8418-651a43e1884b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d52505f9-cf87-445c-8418-651a43e1884b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-63b724f3-ab27-4862-8ea2-165a4d8e9491"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-63b724f3-ab27-4862-8ea2-165a4d8e9491"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-63b724f3-ab27-4862-8ea2-165a4d8e9491"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-63b724f3-ab27-4862-8ea2-165a4d8e9491"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c7fe6dc0-3478-4b8a-a270-e46d13b7823a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-c7fe6dc0-3478-4b8a-a270-e46d13b7823a {
  overflow: hidden;
  
  
}







  #s-c7fe6dc0-3478-4b8a-a270-e46d13b7823a img.shogun-image {
    

    
    
    
  }


#s-c7fe6dc0-3478-4b8a-a270-e46d13b7823a .shogun-image-content {
  
    justify-content: center;
  
}

#s-dcd059b2-3dbe-4efd-b142-5a7d62b16ef4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-dcd059b2-3dbe-4efd-b142-5a7d62b16ef4 {
  overflow: hidden;
  
  
}







  #s-dcd059b2-3dbe-4efd-b142-5a7d62b16ef4 img.shogun-image {
    

    
    
    
  }


#s-dcd059b2-3dbe-4efd-b142-5a7d62b16ef4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-08163db9-e64b-4d49-a54f-a34edb50d5ac {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-08163db9-e64b-4d49-a54f-a34edb50d5ac {
  overflow: hidden;
  
  
}







  #s-08163db9-e64b-4d49-a54f-a34edb50d5ac img.shogun-image {
    

    
    
    
  }


#s-08163db9-e64b-4d49-a54f-a34edb50d5ac .shogun-image-content {
  
    justify-content: center;
  
}

#s-5a6545c2-f425-4b88-8974-931d918bc8ab {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-5a6545c2-f425-4b88-8974-931d918bc8ab {
  overflow: hidden;
  
  
}







  #s-5a6545c2-f425-4b88-8974-931d918bc8ab img.shogun-image {
    

    
    
    
  }


#s-5a6545c2-f425-4b88-8974-931d918bc8ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-f4efc5d6-d528-47fe-8668-0b02f3e7dc1f {
  min-height: 50px;
}








#s-f4efc5d6-d528-47fe-8668-0b02f3e7dc1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4efc5d6-d528-47fe-8668-0b02f3e7dc1f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3bd5d89a-c9dc-4c5e-94c5-4c140f6a835d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3bd5d89a-c9dc-4c5e-94c5-4c140f6a835d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3bd5d89a-c9dc-4c5e-94c5-4c140f6a835d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3bd5d89a-c9dc-4c5e-94c5-4c140f6a835d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-83314aa4-cb07-4a7d-9f81-15b0f4139c55 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-83314aa4-cb07-4a7d-9f81-15b0f4139c55 {
  overflow: hidden;
  
  
}







  #s-83314aa4-cb07-4a7d-9f81-15b0f4139c55 img.shogun-image {
    

    
    
    
  }


#s-83314aa4-cb07-4a7d-9f81-15b0f4139c55 .shogun-image-content {
  
    justify-content: center;
  
}

#s-725a9e8c-e5c2-4e6a-a7d9-cbd1faeaadc4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-725a9e8c-e5c2-4e6a-a7d9-cbd1faeaadc4 {
  overflow: hidden;
  
  
}







  #s-725a9e8c-e5c2-4e6a-a7d9-cbd1faeaadc4 img.shogun-image {
    

    
    
    
  }


#s-725a9e8c-e5c2-4e6a-a7d9-cbd1faeaadc4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3045b8a4-9441-48b6-9bf1-bbcb3d4a90b5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-3045b8a4-9441-48b6-9bf1-bbcb3d4a90b5 {
  overflow: hidden;
  
  
}







  #s-3045b8a4-9441-48b6-9bf1-bbcb3d4a90b5 img.shogun-image {
    

    
    
    
  }


#s-3045b8a4-9441-48b6-9bf1-bbcb3d4a90b5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4425ca04-2054-4f57-9789-198f94235e9b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-4425ca04-2054-4f57-9789-198f94235e9b {
  overflow: hidden;
  
  
}







  #s-4425ca04-2054-4f57-9789-198f94235e9b img.shogun-image {
    

    
    
    
  }


#s-4425ca04-2054-4f57-9789-198f94235e9b .shogun-image-content {
  
    justify-content: center;
  
}

#s-09bca048-3045-43fd-a6fc-0faa03afedc2 {
  min-height: 50px;
}








#s-09bca048-3045-43fd-a6fc-0faa03afedc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09bca048-3045-43fd-a6fc-0faa03afedc2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-640c3bbc-c8b6-4481-9b83-66892eee04ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-640c3bbc-c8b6-4481-9b83-66892eee04ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-640c3bbc-c8b6-4481-9b83-66892eee04ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-640c3bbc-c8b6-4481-9b83-66892eee04ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1eeee489-4a34-4559-bf12-4b39ed7712dd {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-1eeee489-4a34-4559-bf12-4b39ed7712dd {
  overflow: hidden;
  
  
}







  #s-1eeee489-4a34-4559-bf12-4b39ed7712dd img.shogun-image {
    

    
    
    
  }


#s-1eeee489-4a34-4559-bf12-4b39ed7712dd .shogun-image-content {
  
    justify-content: center;
  
}

#s-292cfb23-14d9-4c7f-bec9-dc30a9576220 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-292cfb23-14d9-4c7f-bec9-dc30a9576220 {
  overflow: hidden;
  
  
}







  #s-292cfb23-14d9-4c7f-bec9-dc30a9576220 img.shogun-image {
    

    
    
    
  }


#s-292cfb23-14d9-4c7f-bec9-dc30a9576220 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c67085b0-dd1b-4878-9dc1-7e8e46ca876b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-c67085b0-dd1b-4878-9dc1-7e8e46ca876b {
  overflow: hidden;
  
  
}







  #s-c67085b0-dd1b-4878-9dc1-7e8e46ca876b img.shogun-image {
    

    
    
    
  }


#s-c67085b0-dd1b-4878-9dc1-7e8e46ca876b .shogun-image-content {
  
    justify-content: center;
  
}

#s-ed5d5db2-658c-4ed0-b5ac-26d2ad41dc34 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
text-align: center;
}

#s-ed5d5db2-658c-4ed0-b5ac-26d2ad41dc34 {
  overflow: hidden;
  
  
}







  #s-ed5d5db2-658c-4ed0-b5ac-26d2ad41dc34 img.shogun-image {
    

    
    
    
  }


#s-ed5d5db2-658c-4ed0-b5ac-26d2ad41dc34 .shogun-image-content {
  
    justify-content: center;
  
}

#s-282ac091-3256-40d4-90fc-6c12cc78e066 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -50px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-282ac091-3256-40d4-90fc-6c12cc78e066 {
  display: none;
}
#s-282ac091-3256-40d4-90fc-6c12cc78e066, #wrap-s-282ac091-3256-40d4-90fc-6c12cc78e066, #wrap-content-s-282ac091-3256-40d4-90fc-6c12cc78e066 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-282ac091-3256-40d4-90fc-6c12cc78e066 {
  display: none;
}
#s-282ac091-3256-40d4-90fc-6c12cc78e066, #wrap-s-282ac091-3256-40d4-90fc-6c12cc78e066, #wrap-content-s-282ac091-3256-40d4-90fc-6c12cc78e066 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-282ac091-3256-40d4-90fc-6c12cc78e066 {
  padding-top: 0px;
padding-left: 15px;
padding-right: 15px;
display: none;
}
#s-282ac091-3256-40d4-90fc-6c12cc78e066, #wrap-s-282ac091-3256-40d4-90fc-6c12cc78e066, #wrap-content-s-282ac091-3256-40d4-90fc-6c12cc78e066 { display: none !important; }}@media (max-width: 767px){#s-282ac091-3256-40d4-90fc-6c12cc78e066 {
  padding-top: 0px;
padding-left: 4%;
padding-right: 7%;
display: none;
}
#s-282ac091-3256-40d4-90fc-6c12cc78e066, #wrap-s-282ac091-3256-40d4-90fc-6c12cc78e066, #wrap-content-s-282ac091-3256-40d4-90fc-6c12cc78e066 { display: none !important; }}







#s-282ac091-3256-40d4-90fc-6c12cc78e066 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-282ac091-3256-40d4-90fc-6c12cc78e066.shg-box.shg-c {
  justify-content: center;
}

#s-f752e637-96fc-4e8b-9f9e-d44d40c7ba1c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-f752e637-96fc-4e8b-9f9e-d44d40c7ba1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f752e637-96fc-4e8b-9f9e-d44d40c7ba1c.shg-box.shg-c {
  justify-content: center;
}

#s-f90d57fd-5b4f-4d73-a21f-c5630a0fc39f {
  text-align: center;
}

#s-f90d57fd-5b4f-4d73-a21f-c5630a0fc39f {
  overflow: hidden;
  
  
}







  #s-f90d57fd-5b4f-4d73-a21f-c5630a0fc39f img.shogun-image {
    

    
    
    
  }


#s-f90d57fd-5b4f-4d73-a21f-c5630a0fc39f .shogun-image-content {
  
    justify-content: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

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