#s-4f6e3e9c-ee64-4913-ad38-698d3e688b0d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1cc71adc-a7fd-44b3-af3f-d59e41f8c00b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.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-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebf899a8-0b83-4e12-ba87-a277c93a3da1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.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-dfb9e635-42c3-48df-954b-da1357537111 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 40px;
padding-left: %;
padding-bottom: 40px;
padding-right: %;
min-height: 50px;
}








#s-dfb9e635-42c3-48df-954b-da1357537111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfb9e635-42c3-48df-954b-da1357537111.shg-box.shg-c {
  justify-content: center;
}

#s-b61fa0fa-0c0e-487d-9775-ef304e7b6db1 {
  margin-top: 40px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b61fa0fa-0c0e-487d-9775-ef304e7b6db1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b61fa0fa-0c0e-487d-9775-ef304e7b6db1.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-e493333b-a5ef-4e6c-bb92-1ca168ae4a00 {
  padding-top: 60px;
padding-bottom: 60px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e493333b-a5ef-4e6c-bb92-1ca168ae4a00 {
  display: none;
}
#s-e493333b-a5ef-4e6c-bb92-1ca168ae4a00, #wrap-s-e493333b-a5ef-4e6c-bb92-1ca168ae4a00, #wrap-content-s-e493333b-a5ef-4e6c-bb92-1ca168ae4a00 { display: none !important; }}@media (max-width: 767px){#s-e493333b-a5ef-4e6c-bb92-1ca168ae4a00 {
  display: none;
}
#s-e493333b-a5ef-4e6c-bb92-1ca168ae4a00, #wrap-s-e493333b-a5ef-4e6c-bb92-1ca168ae4a00, #wrap-content-s-e493333b-a5ef-4e6c-bb92-1ca168ae4a00 { display: none !important; }}
#s-e493333b-a5ef-4e6c-bb92-1ca168ae4a00 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-590f004e-98f4-4d42-9df0-c34f8ef3af32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-590f004e-98f4-4d42-9df0-c34f8ef3af32 {
  display: none;
}
#s-590f004e-98f4-4d42-9df0-c34f8ef3af32, #wrap-s-590f004e-98f4-4d42-9df0-c34f8ef3af32, #wrap-content-s-590f004e-98f4-4d42-9df0-c34f8ef3af32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-590f004e-98f4-4d42-9df0-c34f8ef3af32 {
  display: none;
}
#s-590f004e-98f4-4d42-9df0-c34f8ef3af32, #wrap-s-590f004e-98f4-4d42-9df0-c34f8ef3af32, #wrap-content-s-590f004e-98f4-4d42-9df0-c34f8ef3af32 { display: none !important; }}
#s-590f004e-98f4-4d42-9df0-c34f8ef3af32 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1e308185-116f-42c7-81c8-e10a0558d441 {
  margin-left: auto;
margin-right: auto;
max-width: auto;
text-align: center;
}
@media (min-width: 1200px){#s-1e308185-116f-42c7-81c8-e10a0558d441 {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e308185-116f-42c7-81c8-e10a0558d441 {
  display: none;
}
#s-1e308185-116f-42c7-81c8-e10a0558d441, #wrap-s-1e308185-116f-42c7-81c8-e10a0558d441, #wrap-content-s-1e308185-116f-42c7-81c8-e10a0558d441 { display: none !important; }}@media (max-width: 767px){#s-1e308185-116f-42c7-81c8-e10a0558d441 {
  display: none;
}
#s-1e308185-116f-42c7-81c8-e10a0558d441, #wrap-s-1e308185-116f-42c7-81c8-e10a0558d441, #wrap-content-s-1e308185-116f-42c7-81c8-e10a0558d441 { display: none !important; }}
#s-1e308185-116f-42c7-81c8-e10a0558d441 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(255, 255, 255, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 img.shogun-image {
  width: 100%;
  
  
  max-width: auto;

      
    max-width: auto;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e308185-116f-42c7-81c8-e10a0558d441 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1e308185-116f-42c7-81c8-e10a0558d441 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 img.shogun-image {
  width: 100%;
  
  
  max-width: auto;

      
    max-width: auto;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e308185-116f-42c7-81c8-e10a0558d441 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1e308185-116f-42c7-81c8-e10a0558d441 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 img.shogun-image {
  width: 100%;
  
  
  max-width: auto;

      
    max-width: auto;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e308185-116f-42c7-81c8-e10a0558d441 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1e308185-116f-42c7-81c8-e10a0558d441 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 img.shogun-image {
  width: 100%;
  
  
  max-width: auto;

      
    max-width: auto;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e308185-116f-42c7-81c8-e10a0558d441 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1e308185-116f-42c7-81c8-e10a0558d441 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e308185-116f-42c7-81c8-e10a0558d441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441 img.shogun-image {
  width: 100%;
  
  
  max-width: auto;

      
    max-width: auto;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e308185-116f-42c7-81c8-e10a0558d441 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e308185-116f-42c7-81c8-e10a0558d441.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
@media (min-width: 0px) {
[id="s-048600fa-f0bf-4357-84eb-3d16baa4524f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-048600fa-f0bf-4357-84eb-3d16baa4524f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-048600fa-f0bf-4357-84eb-3d16baa4524f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-048600fa-f0bf-4357-84eb-3d16baa4524f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-66c93b79-3377-4986-99e7-d3a043691810 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 64px;
text-align: left;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f5a0c4-4394-4b62-9aa9-4e23c8459150.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fcb6b843-bd9d-45f7-a21c-2c53229b46e9 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-fcb6b843-bd9d-45f7-a21c-2c53229b46e9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-fcb6b843-bd9d-45f7-a21c-2c53229b46e9 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


.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-caede979-9683-443d-9782-55713827f2ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-75bc64a7-208e-4926-bd31-494035ad87b4 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 64px;
text-align: left;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b23be6-0bc4-4f8c-a861-cc82e6b25f17.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-23644ffe-fbec-4801-bcac-97fc809c06da {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-23644ffe-fbec-4801-bcac-97fc809c06da .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-23644ffe-fbec-4801-bcac-97fc809c06da .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-be9df0fa-b135-4297-94b2-42a5783d8188 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-89183e42-8cdc-409d-9a92-eaad1b54214c hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 64px;
text-align: left;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-985efec5-06e9-425b-8a2b-2da86d49b417 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-985efec5-06e9-425b-8a2b-2da86d49b417 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-985efec5-06e9-425b-8a2b-2da86d49b417 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-985efec5-06e9-425b-8a2b-2da86d49b417 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-985efec5-06e9-425b-8a2b-2da86d49b417 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-985efec5-06e9-425b-8a2b-2da86d49b417 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-985efec5-06e9-425b-8a2b-2da86d49b417.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fba0348d-6c28-4563-acc5-ae524db327c5 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-fba0348d-6c28-4563-acc5-ae524db327c5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-fba0348d-6c28-4563-acc5-ae524db327c5 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-096a62cf-41ff-421d-9c50-8a8f1dcc745a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-75637aba-d8aa-4e51-a2ab-9324878d6427 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}

#s-75637aba-d8aa-4e51-a2ab-9324878d6427 hr {
  border-top: 2px solid rgba(99, 99, 99, 1);
}

#s-25bfc413-0f3d-4edf-b957-612a1a290b89 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-9d417950-f371-48aa-b08a-5f49c613bb84 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-9d417950-f371-48aa-b08a-5f49c613bb84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d417950-f371-48aa-b08a-5f49c613bb84.shg-box.shg-c {
  justify-content: center;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 64px;
text-align: center;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51dc5a3d-69de-4fc3-84d5-79e823fe3a38.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b95823ab-3918-442c-bba6-081232227c46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b95823ab-3918-442c-bba6-081232227c46 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d549ea12-c391-4872-9e6d-5eaa2fb63cae {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-9821e312-c161-4269-b38f-5b3ed7278316 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1ac11d96-8704-474a-9a19-a487e41907cb {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-1ac11d96-8704-474a-9a19-a487e41907cb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(99, 99, 99, 1);
}

#s-1ac11d96-8704-474a-9a19-a487e41907cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 12px;
}

#s-1ac11d96-8704-474a-9a19-a487e41907cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1ac11d96-8704-474a-9a19-a487e41907cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(99, 99, 99, 1);
}

#s-1ac11d96-8704-474a-9a19-a487e41907cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Proximanova;
  
  
  font-size: 18px;
}

#s-1ac11d96-8704-474a-9a19-a487e41907cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6d2d869e-55be-419e-8596-4bca5ed7a3e4 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-6d2d869e-55be-419e-8596-4bca5ed7a3e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d2d869e-55be-419e-8596-4bca5ed7a3e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d2d869e-55be-419e-8596-4bca5ed7a3e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d2d869e-55be-419e-8596-4bca5ed7a3e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 {
  text-align: left;
}



.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b05fd55f-dea9-4d0c-8f5d-0e8686e11d65 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-12897299-9564-428c-a9c0-65ca5bbb7afd {
  min-height: 50px;
}








#s-12897299-9564-428c-a9c0-65ca5bbb7afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12897299-9564-428c-a9c0-65ca5bbb7afd.shg-box.shg-c {
  justify-content: center;
}

#s-304e9afa-12ab-4827-8a3c-dee481caabb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-304e9afa-12ab-4827-8a3c-dee481caabb7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-14612372-98f4-4a4a-a01e-54f94de3d3ae {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

.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-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 67, 53, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187-root {
    text-align: center;
  }


#s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187-root {
    text-align: center;
  }


#s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187-root {
    text-align: center;
  }


#s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187-root {
    text-align: center;
  }


#s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187-root {
    text-align: center;
  }


#s-05a23e1f-6993-4f6e-bbd5-8ff9a6cca187.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-a6948164-6972-4f66-91e1-ee47a90149f5 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-a6948164-6972-4f66-91e1-ee47a90149f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6948164-6972-4f66-91e1-ee47a90149f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6948164-6972-4f66-91e1-ee47a90149f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6948164-6972-4f66-91e1-ee47a90149f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 {
  text-align: left;
}



.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba653b5b-5a41-4035-9ba9-5f3dbc688748 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-93b41fb8-0514-4624-b5a4-f9f2680ca100 {
  min-height: 50px;
}








#s-93b41fb8-0514-4624-b5a4-f9f2680ca100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93b41fb8-0514-4624-b5a4-f9f2680ca100.shg-box.shg-c {
  justify-content: center;
}

#s-c1385891-cb77-4d2a-870e-c39d99ab6abe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1385891-cb77-4d2a-870e-c39d99ab6abe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-686a3559-1952-4629-8ac6-a32c85c852a4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-1330928d-a35f-4de7-9d1d-aa518f0669ea {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 67, 53, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1330928d-a35f-4de7-9d1d-aa518f0669ea:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-1330928d-a35f-4de7-9d1d-aa518f0669ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1330928d-a35f-4de7-9d1d-aa518f0669ea-root {
    text-align: center;
  }


#s-1330928d-a35f-4de7-9d1d-aa518f0669ea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1330928d-a35f-4de7-9d1d-aa518f0669ea-root {
    text-align: center;
  }


#s-1330928d-a35f-4de7-9d1d-aa518f0669ea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1330928d-a35f-4de7-9d1d-aa518f0669ea-root {
    text-align: center;
  }


#s-1330928d-a35f-4de7-9d1d-aa518f0669ea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1330928d-a35f-4de7-9d1d-aa518f0669ea-root {
    text-align: center;
  }


#s-1330928d-a35f-4de7-9d1d-aa518f0669ea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1330928d-a35f-4de7-9d1d-aa518f0669ea-root {
    text-align: center;
  }


#s-1330928d-a35f-4de7-9d1d-aa518f0669ea.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-3bba85f6-eae5-443a-bd1a-f619fe14dcf0 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-3bba85f6-eae5-443a-bd1a-f619fe14dcf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bba85f6-eae5-443a-bd1a-f619fe14dcf0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3bba85f6-eae5-443a-bd1a-f619fe14dcf0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bba85f6-eae5-443a-bd1a-f619fe14dcf0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f {
  text-align: left;
}



.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aeb2f5-d7c4-48e8-b37f-25eea0ed5a4f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-46769feb-363d-42ef-81c8-f2acf35a0929 {
  min-height: 50px;
}








#s-46769feb-363d-42ef-81c8-f2acf35a0929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46769feb-363d-42ef-81c8-f2acf35a0929.shg-box.shg-c {
  justify-content: center;
}

#s-2ea37200-d266-496d-ad76-180c29ff46f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ea37200-d266-496d-ad76-180c29ff46f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4bc05b4a-913e-4750-aa56-62980e1615d5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-7b887abb-3ba9-4c62-927e-4fc64231532d {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 67, 53, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b887abb-3ba9-4c62-927e-4fc64231532d:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-7b887abb-3ba9-4c62-927e-4fc64231532d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b887abb-3ba9-4c62-927e-4fc64231532d-root {
    text-align: center;
  }


#s-7b887abb-3ba9-4c62-927e-4fc64231532d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b887abb-3ba9-4c62-927e-4fc64231532d-root {
    text-align: center;
  }


#s-7b887abb-3ba9-4c62-927e-4fc64231532d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b887abb-3ba9-4c62-927e-4fc64231532d-root {
    text-align: center;
  }


#s-7b887abb-3ba9-4c62-927e-4fc64231532d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b887abb-3ba9-4c62-927e-4fc64231532d-root {
    text-align: center;
  }


#s-7b887abb-3ba9-4c62-927e-4fc64231532d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b887abb-3ba9-4c62-927e-4fc64231532d-root {
    text-align: center;
  }


#s-7b887abb-3ba9-4c62-927e-4fc64231532d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-b1749fbc-71fb-474b-93a3-45429aaa02f7 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-b1749fbc-71fb-474b-93a3-45429aaa02f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1749fbc-71fb-474b-93a3-45429aaa02f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b1749fbc-71fb-474b-93a3-45429aaa02f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1749fbc-71fb-474b-93a3-45429aaa02f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 {
  text-align: left;
}



.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdd2f26-d87c-4063-8feb-2383080f9de5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a3796504-6a50-47b8-a503-46ca19b7909b {
  min-height: 50px;
}








#s-a3796504-6a50-47b8-a503-46ca19b7909b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3796504-6a50-47b8-a503-46ca19b7909b.shg-box.shg-c {
  justify-content: center;
}

#s-ef9aa19e-c879-46eb-817e-47bf7775c285 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef9aa19e-c879-46eb-817e-47bf7775c285 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1cf9071f-dbc8-4235-a94d-ee15265b84c3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-bae444f6-9674-406e-aaaa-467cfcdf5cfa {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 67, 53, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bae444f6-9674-406e-aaaa-467cfcdf5cfa:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-bae444f6-9674-406e-aaaa-467cfcdf5cfa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bae444f6-9674-406e-aaaa-467cfcdf5cfa-root {
    text-align: center;
  }


#s-bae444f6-9674-406e-aaaa-467cfcdf5cfa.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bae444f6-9674-406e-aaaa-467cfcdf5cfa-root {
    text-align: center;
  }


#s-bae444f6-9674-406e-aaaa-467cfcdf5cfa.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bae444f6-9674-406e-aaaa-467cfcdf5cfa-root {
    text-align: center;
  }


#s-bae444f6-9674-406e-aaaa-467cfcdf5cfa.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bae444f6-9674-406e-aaaa-467cfcdf5cfa-root {
    text-align: center;
  }


#s-bae444f6-9674-406e-aaaa-467cfcdf5cfa.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bae444f6-9674-406e-aaaa-467cfcdf5cfa-root {
    text-align: center;
  }


#s-bae444f6-9674-406e-aaaa-467cfcdf5cfa.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-d9f7d6e3-37e1-4700-a753-5f35036b45d4 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-d9f7d6e3-37e1-4700-a753-5f35036b45d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9f7d6e3-37e1-4700-a753-5f35036b45d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9f7d6e3-37e1-4700-a753-5f35036b45d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9f7d6e3-37e1-4700-a753-5f35036b45d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c {
  text-align: left;
}



.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a1b1864-bbee-4e5b-958a-3a87e6327f7c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c15b531-6edc-4e2d-9731-0458a3f5cfbf {
  min-height: 50px;
}








#s-5c15b531-6edc-4e2d-9731-0458a3f5cfbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c15b531-6edc-4e2d-9731-0458a3f5cfbf.shg-box.shg-c {
  justify-content: center;
}

#s-af9d1f80-112a-4960-ab2d-8e6a8d298a9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af9d1f80-112a-4960-ab2d-8e6a8d298a9a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e106f02d-308a-4dc1-8b61-4e6c7639ef6c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-675697e4-bff6-4259-ba21-f72c7bdfd53e {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 67, 53, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-675697e4-bff6-4259-ba21-f72c7bdfd53e:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-675697e4-bff6-4259-ba21-f72c7bdfd53e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-675697e4-bff6-4259-ba21-f72c7bdfd53e-root {
    text-align: center;
  }


#s-675697e4-bff6-4259-ba21-f72c7bdfd53e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-675697e4-bff6-4259-ba21-f72c7bdfd53e-root {
    text-align: center;
  }


#s-675697e4-bff6-4259-ba21-f72c7bdfd53e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-675697e4-bff6-4259-ba21-f72c7bdfd53e-root {
    text-align: center;
  }


#s-675697e4-bff6-4259-ba21-f72c7bdfd53e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-675697e4-bff6-4259-ba21-f72c7bdfd53e-root {
    text-align: center;
  }


#s-675697e4-bff6-4259-ba21-f72c7bdfd53e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-675697e4-bff6-4259-ba21-f72c7bdfd53e-root {
    text-align: center;
  }


#s-675697e4-bff6-4259-ba21-f72c7bdfd53e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-56797112-c207-49cb-a5a1-f6939f08c93f {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-56797112-c207-49cb-a5a1-f6939f08c93f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56797112-c207-49cb-a5a1-f6939f08c93f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56797112-c207-49cb-a5a1-f6939f08c93f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56797112-c207-49cb-a5a1-f6939f08c93f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 {
  text-align: left;
}



.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d62d8464-1a6e-433f-b681-a6b5082cfa59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-db17d429-f9c6-49f7-90b8-8529ffcad8e0 {
  min-height: 50px;
}








#s-db17d429-f9c6-49f7-90b8-8529ffcad8e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db17d429-f9c6-49f7-90b8-8529ffcad8e0.shg-box.shg-c {
  justify-content: center;
}

#s-694ff031-a6ea-43fb-9181-f7585a015490 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-694ff031-a6ea-43fb-9181-f7585a015490 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-322647ed-9be0-4047-b0f1-f6af0188308b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 67, 53, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1-root {
    text-align: center;
  }


#s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1-root {
    text-align: center;
  }


#s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1-root {
    text-align: center;
  }


#s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1-root {
    text-align: center;
  }


#s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1-root {
    text-align: center;
  }


#s-be2cf0d9-cef4-4a7e-9b3d-1f99a2f7f3d1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-6414ccff-b950-43ac-a2e0-5b08521ccd66 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-6414ccff-b950-43ac-a2e0-5b08521ccd66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6414ccff-b950-43ac-a2e0-5b08521ccd66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6414ccff-b950-43ac-a2e0-5b08521ccd66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6414ccff-b950-43ac-a2e0-5b08521ccd66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f {
  text-align: left;
}



.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c55ae4a-e14a-4a40-8400-cd2fa29fea8f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-97011a7a-ffa4-415e-951a-496a4fcede45 {
  min-height: 50px;
}








#s-97011a7a-ffa4-415e-951a-496a4fcede45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97011a7a-ffa4-415e-951a-496a4fcede45.shg-box.shg-c {
  justify-content: center;
}

#s-c4159f77-99fa-47a2-8a04-84a72a04329b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4159f77-99fa-47a2-8a04-84a72a04329b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9fef2993-8f97-4bb3-93ad-915ef47b39f5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 67, 53, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2-root {
    text-align: center;
  }


#s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2-root {
    text-align: center;
  }


#s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2-root {
    text-align: center;
  }


#s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2-root {
    text-align: center;
  }


#s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2-root {
    text-align: center;
  }


#s-333dc363-28d1-42c8-95f9-5a9e4ccf72f2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-1e74648a-1f92-44bd-9147-596abca48306 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-1e74648a-1f92-44bd-9147-596abca48306"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e74648a-1f92-44bd-9147-596abca48306"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e74648a-1f92-44bd-9147-596abca48306"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e74648a-1f92-44bd-9147-596abca48306"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-267df1a3-a0f1-4612-8814-b69c00038e4b {
  text-align: left;
}



.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267df1a3-a0f1-4612-8814-b69c00038e4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d5fef80f-968f-4edd-9eb6-7a728dc71816 {
  min-height: 50px;
}








#s-d5fef80f-968f-4edd-9eb6-7a728dc71816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5fef80f-968f-4edd-9eb6-7a728dc71816.shg-box.shg-c {
  justify-content: center;
}

#s-a4dbe75d-755e-44e5-969d-1945412636dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4dbe75d-755e-44e5-969d-1945412636dd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-22fd2e8f-664d-4ca1-803e-9b3d3717534f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-d4f87aee-c87f-4c29-986e-97227a5a867a {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 67, 53, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4f87aee-c87f-4c29-986e-97227a5a867a:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-d4f87aee-c87f-4c29-986e-97227a5a867a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4f87aee-c87f-4c29-986e-97227a5a867a-root {
    text-align: center;
  }


#s-d4f87aee-c87f-4c29-986e-97227a5a867a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4f87aee-c87f-4c29-986e-97227a5a867a-root {
    text-align: center;
  }


#s-d4f87aee-c87f-4c29-986e-97227a5a867a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4f87aee-c87f-4c29-986e-97227a5a867a-root {
    text-align: center;
  }


#s-d4f87aee-c87f-4c29-986e-97227a5a867a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4f87aee-c87f-4c29-986e-97227a5a867a-root {
    text-align: center;
  }


#s-d4f87aee-c87f-4c29-986e-97227a5a867a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4f87aee-c87f-4c29-986e-97227a5a867a-root {
    text-align: center;
  }


#s-d4f87aee-c87f-4c29-986e-97227a5a867a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-310b95e2-ad3b-4466-bbeb-ea14f02a1171 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}

#s-310b95e2-ad3b-4466-bbeb-ea14f02a1171 hr {
  border-top: 2px solid rgba(99, 99, 99, 1);
}

#s-2e159b1e-335a-4998-92e5-c33264fbd141 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-2e159b1e-335a-4998-92e5-c33264fbd141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e159b1e-335a-4998-92e5-c33264fbd141.shg-box.shg-c {
  justify-content: center;
}

#s-62b73a93-fe82-4ee5-bbf1-a0a248aeaf8b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 64px;
text-align: center;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b69eb544-e1d3-48c2-89ae-878bb127b5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b69eb544-e1d3-48c2-89ae-878bb127b5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69eb544-e1d3-48c2-89ae-878bb127b5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-faba8e88-86ce-4e28-aae8-7565e8ffdcfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faba8e88-86ce-4e28-aae8-7565e8ffdcfb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-99a01c63-2395-4220-aafb-25a158f95e01 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-565a8f9e-9e11-48ad-88b8-a8f279039f09 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(99, 99, 99, 1);
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(99, 99, 99, 1);
  padding: 12px;
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(99, 99, 99, 1);
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 18px;
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (max-width: 767px){#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(99, 99, 99, 1);
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(99, 99, 99, 1);
  padding: 12px;
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(99, 99, 99, 1);
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 18px;
}

#s-fdff4386-200d-4c03-8cf3-f80abf14688f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-76022e97-2681-448e-8b1b-626afc304888 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-76022e97-2681-448e-8b1b-626afc304888"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76022e97-2681-448e-8b1b-626afc304888"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-76022e97-2681-448e-8b1b-626afc304888"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-76022e97-2681-448e-8b1b-626afc304888"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 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-7419dd13-9830-4a24-b40d-6cdd4b8cd5cb {
  max-width: 800px;
text-align: center;
}

#s-7419dd13-9830-4a24-b40d-6cdd4b8cd5cb {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7419dd13-9830-4a24-b40d-6cdd4b8cd5cb .shogun-image-content {
  
    justify-content: center;
  
}

#s-3b0417d7-44f4-402b-bb0c-0e8538026b7a {
  min-height: 50px;
}








#s-3b0417d7-44f4-402b-bb0c-0e8538026b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b0417d7-44f4-402b-bb0c-0e8538026b7a.shg-box.shg-c {
  justify-content: center;
}

#s-7def2880-8252-4197-9574-92a310f1a88b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7def2880-8252-4197-9574-92a310f1a88b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-54747a81-82c7-4c5c-8f51-20a246207af3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-58a03415-4199-4971-9a34-8a9fe195ce6e {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(213, 74, 57, 1);
text-decoration: none;
}
#s-58a03415-4199-4971-9a34-8a9fe195ce6e:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-58a03415-4199-4971-9a34-8a9fe195ce6e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58a03415-4199-4971-9a34-8a9fe195ce6e-root {
    text-align: center;
  }


#s-58a03415-4199-4971-9a34-8a9fe195ce6e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58a03415-4199-4971-9a34-8a9fe195ce6e-root {
    text-align: center;
  }


#s-58a03415-4199-4971-9a34-8a9fe195ce6e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58a03415-4199-4971-9a34-8a9fe195ce6e-root {
    text-align: center;
  }


#s-58a03415-4199-4971-9a34-8a9fe195ce6e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58a03415-4199-4971-9a34-8a9fe195ce6e-root {
    text-align: center;
  }


#s-58a03415-4199-4971-9a34-8a9fe195ce6e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58a03415-4199-4971-9a34-8a9fe195ce6e-root {
    text-align: center;
  }


#s-58a03415-4199-4971-9a34-8a9fe195ce6e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-4e1cf1aa-d833-461a-8285-8faf45bc81bb {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-4e1cf1aa-d833-461a-8285-8faf45bc81bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e1cf1aa-d833-461a-8285-8faf45bc81bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e1cf1aa-d833-461a-8285-8faf45bc81bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e1cf1aa-d833-461a-8285-8faf45bc81bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5dc0dec3-75b9-4640-b1e9-11aafae1e5e2 {
  max-width: 800px;
text-align: center;
}

#s-5dc0dec3-75b9-4640-b1e9-11aafae1e5e2 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5dc0dec3-75b9-4640-b1e9-11aafae1e5e2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-67f8f312-5751-42cd-84ce-18ddcfbc86fd {
  min-height: 50px;
}








#s-67f8f312-5751-42cd-84ce-18ddcfbc86fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67f8f312-5751-42cd-84ce-18ddcfbc86fd.shg-box.shg-c {
  justify-content: center;
}

#s-74f11ac9-733c-4517-8f65-054609ad23e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74f11ac9-733c-4517-8f65-054609ad23e1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-192bb1fd-c7b5-4058-bd75-053e74b82188 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-062c11f0-9b99-4f46-9974-5e3d352caf52 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(213, 74, 57, 1);
text-decoration: none;
}
#s-062c11f0-9b99-4f46-9974-5e3d352caf52:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-062c11f0-9b99-4f46-9974-5e3d352caf52:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-062c11f0-9b99-4f46-9974-5e3d352caf52-root {
    text-align: center;
  }


#s-062c11f0-9b99-4f46-9974-5e3d352caf52.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-062c11f0-9b99-4f46-9974-5e3d352caf52-root {
    text-align: center;
  }


#s-062c11f0-9b99-4f46-9974-5e3d352caf52.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-062c11f0-9b99-4f46-9974-5e3d352caf52-root {
    text-align: center;
  }


#s-062c11f0-9b99-4f46-9974-5e3d352caf52.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-062c11f0-9b99-4f46-9974-5e3d352caf52-root {
    text-align: center;
  }


#s-062c11f0-9b99-4f46-9974-5e3d352caf52.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-062c11f0-9b99-4f46-9974-5e3d352caf52-root {
    text-align: center;
  }


#s-062c11f0-9b99-4f46-9974-5e3d352caf52.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-e40e1490-23b4-47dd-b7d1-d7476eedec41 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-e40e1490-23b4-47dd-b7d1-d7476eedec41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e40e1490-23b4-47dd-b7d1-d7476eedec41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e40e1490-23b4-47dd-b7d1-d7476eedec41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e40e1490-23b4-47dd-b7d1-d7476eedec41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cef578bc-a112-42e2-a971-bf0d120f3599 {
  max-width: 800px;
text-align: center;
}

#s-cef578bc-a112-42e2-a971-bf0d120f3599 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-cef578bc-a112-42e2-a971-bf0d120f3599 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9d204920-a532-43fd-9c7d-31ba35a960aa {
  min-height: 50px;
}








#s-9d204920-a532-43fd-9c7d-31ba35a960aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d204920-a532-43fd-9c7d-31ba35a960aa.shg-box.shg-c {
  justify-content: center;
}

#s-6c309264-865f-4aef-b99f-755a2d976cc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c309264-865f-4aef-b99f-755a2d976cc4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cf5d6dd6-f099-429d-8548-b906403851a2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-d1e31cde-54e2-45c2-9a3a-648b50d3579c {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(213, 74, 57, 1);
text-decoration: none;
}
#s-d1e31cde-54e2-45c2-9a3a-648b50d3579c:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-d1e31cde-54e2-45c2-9a3a-648b50d3579c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1e31cde-54e2-45c2-9a3a-648b50d3579c-root {
    text-align: center;
  }


#s-d1e31cde-54e2-45c2-9a3a-648b50d3579c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1e31cde-54e2-45c2-9a3a-648b50d3579c-root {
    text-align: center;
  }


#s-d1e31cde-54e2-45c2-9a3a-648b50d3579c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1e31cde-54e2-45c2-9a3a-648b50d3579c-root {
    text-align: center;
  }


#s-d1e31cde-54e2-45c2-9a3a-648b50d3579c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1e31cde-54e2-45c2-9a3a-648b50d3579c-root {
    text-align: center;
  }


#s-d1e31cde-54e2-45c2-9a3a-648b50d3579c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1e31cde-54e2-45c2-9a3a-648b50d3579c-root {
    text-align: center;
  }


#s-d1e31cde-54e2-45c2-9a3a-648b50d3579c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-f1e67fbb-c7c0-4299-ae95-4eaaf1e40677 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-f1e67fbb-c7c0-4299-ae95-4eaaf1e40677"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1e67fbb-c7c0-4299-ae95-4eaaf1e40677"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f1e67fbb-c7c0-4299-ae95-4eaaf1e40677"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1e67fbb-c7c0-4299-ae95-4eaaf1e40677"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2e7b42f1-6eae-4b59-ba82-9e8b835f9d90 {
  max-width: 800px;
text-align: center;
}

#s-2e7b42f1-6eae-4b59-ba82-9e8b835f9d90 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-2e7b42f1-6eae-4b59-ba82-9e8b835f9d90 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f818133-d06d-485e-a45a-effe7c017bfb {
  min-height: 50px;
}








#s-8f818133-d06d-485e-a45a-effe7c017bfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f818133-d06d-485e-a45a-effe7c017bfb.shg-box.shg-c {
  justify-content: center;
}

#s-29f1eab1-d68c-4a94-adc8-83ca8d26cfd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29f1eab1-d68c-4a94-adc8-83ca8d26cfd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-65f708e8-ae5e-49b7-bfd6-a0a6a1d46ce9 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(213, 74, 57, 1);
text-decoration: none;
}
#s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16-root {
    text-align: center;
  }


#s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16-root {
    text-align: center;
  }


#s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16-root {
    text-align: center;
  }


#s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16-root {
    text-align: center;
  }


#s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16-root {
    text-align: center;
  }


#s-b5f5fd31-6142-48c7-8d7c-1ac1d85dad16.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-ccf3ce1c-9008-4ed5-bb3b-41a7382bae7b {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-ccf3ce1c-9008-4ed5-bb3b-41a7382bae7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccf3ce1c-9008-4ed5-bb3b-41a7382bae7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ccf3ce1c-9008-4ed5-bb3b-41a7382bae7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccf3ce1c-9008-4ed5-bb3b-41a7382bae7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-640710ef-9137-44ef-ab86-394a9eed8e72 {
  max-width: 800px;
text-align: center;
}

#s-640710ef-9137-44ef-ab86-394a9eed8e72 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-640710ef-9137-44ef-ab86-394a9eed8e72 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6e55a3dc-5413-42ed-bba4-39482eeb6a16 {
  min-height: 50px;
}








#s-6e55a3dc-5413-42ed-bba4-39482eeb6a16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e55a3dc-5413-42ed-bba4-39482eeb6a16.shg-box.shg-c {
  justify-content: center;
}

#s-a23ce8ce-cb81-449d-8037-328c098f0421 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a23ce8ce-cb81-449d-8037-328c098f0421 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c36f9020-1bb3-45df-a6a4-fdc5b50242d9 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(213, 74, 57, 1);
text-decoration: none;
}
#s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c:hover {background-color: rgba(99, 99, 99, 1) !important;
text-decoration: none !important;}#s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c-root {
    text-align: center;
  }


#s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c-root {
    text-align: center;
  }


#s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c-root {
    text-align: center;
  }


#s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c-root {
    text-align: center;
  }


#s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c-root {
    text-align: center;
  }


#s-d7e20be0-a34c-484e-85cb-f5fcaad84a7c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Proximanova;
  display:  inline-block ;
}
}
#s-e6be9f31-a764-4c88-8a5f-b89af92c35fc {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}

#s-e6be9f31-a764-4c88-8a5f-b89af92c35fc hr {
  border-top: 2px solid rgba(99, 99, 99, 1);
}

#s-13fca516-e04f-4f6d-9be0-c968a7f367cb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-13fca516-e04f-4f6d-9be0-c968a7f367cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13fca516-e04f-4f6d-9be0-c968a7f367cb.shg-box.shg-c {
  justify-content: center;
}

#s-04ab39d6-312a-4cf2-87a5-da055b1b4146 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 64px;
text-align: center;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09ede77d-93c1-4075-be5f-78e54fce7623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09ede77d-93c1-4075-be5f-78e54fce7623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09ede77d-93c1-4075-be5f-78e54fce7623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09ede77d-93c1-4075-be5f-78e54fce7623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09ede77d-93c1-4075-be5f-78e54fce7623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 64px;

      
    max-width: 64px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09ede77d-93c1-4075-be5f-78e54fce7623 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ede77d-93c1-4075-be5f-78e54fce7623.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-aa75d482-1a98-4804-ac57-121955bfd251 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa75d482-1a98-4804-ac57-121955bfd251 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c63d8dd8-7f5d-4614-8640-061b3f5bb519 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-4cf840c1-a8ac-495b-8e62-c8e1b68de9a4 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(99, 99, 99, 1);
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(99, 99, 99, 1);
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  
  
  
  font-size: 18px;
}

#s-a75a5ddb-a217-4899-9458-a5eada82e106 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-ae6585b9-4d0d-4e93-a8ae-2f6173626c40 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}








#s-ae6585b9-4d0d-4e93-a8ae-2f6173626c40 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-ae6585b9-4d0d-4e93-a8ae-2f6173626c40.shg-box.shg-c {
  justify-content: center;
}

#s-2f6a7fe0-a452-45e3-9a05-bf46b1bad435 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f6a7fe0-a452-45e3-9a05-bf46b1bad435 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-6058b83c-4cd6-482a-8410-d760cdd936cd {
  text-align: center;
}

#s-6058b83c-4cd6-482a-8410-d760cdd936cd .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-05e97a0b-e45a-490c-84d7-ab3309f82471 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-3e241645-dc82-4958-8f04-fa1e2b15008c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}








#s-3e241645-dc82-4958-8f04-fa1e2b15008c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-3e241645-dc82-4958-8f04-fa1e2b15008c.shg-box.shg-c {
  justify-content: center;
}

#s-3484bfb6-acd2-449f-9b52-74923f77b73f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3484bfb6-acd2-449f-9b52-74923f77b73f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-e89c7a59-c00f-4b0f-be52-f373707171a1 {
  text-align: center;
}

#s-e89c7a59-c00f-4b0f-be52-f373707171a1 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a320895a-bd7e-4a80-9887-e738745d6e7e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-e45e6e3e-7f12-4878-88e9-de7ab651bdac {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}








#s-e45e6e3e-7f12-4878-88e9-de7ab651bdac > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-e45e6e3e-7f12-4878-88e9-de7ab651bdac.shg-box.shg-c {
  justify-content: center;
}

#s-498cd1ca-79f5-43bb-ad10-34e6545377ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-498cd1ca-79f5-43bb-ad10-34e6545377ed .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-4e1db032-69f7-441d-8f25-0e7cb2dd0504 {
  text-align: center;
}

#s-4e1db032-69f7-441d-8f25-0e7cb2dd0504 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ebce49d5-e1c6-457a-b904-d47d07781d7a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-7a576ab4-d031-4114-b0a6-f19e43b9dd83 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}








#s-7a576ab4-d031-4114-b0a6-f19e43b9dd83 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-7a576ab4-d031-4114-b0a6-f19e43b9dd83.shg-box.shg-c {
  justify-content: center;
}

#s-b94a75b5-0e24-449a-88e2-59783ee12f93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b94a75b5-0e24-449a-88e2-59783ee12f93 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-e02fb997-b79b-4046-9480-ad40aa0f7353 {
  text-align: center;
}

#s-e02fb997-b79b-4046-9480-ad40aa0f7353 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a40521ed-0de8-4612-bf0c-be93bb78bacd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-8a839e58-94df-42fd-970f-44d42b1abbee {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}








#s-8a839e58-94df-42fd-970f-44d42b1abbee > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-8a839e58-94df-42fd-970f-44d42b1abbee.shg-box.shg-c {
  justify-content: center;
}

#s-49a22a18-ad31-436c-bf6a-9cc80768116e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49a22a18-ad31-436c-bf6a-9cc80768116e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-5209e6d4-545f-4425-a4ef-ad82b3466911 {
  text-align: center;
}

#s-5209e6d4-545f-4425-a4ef-ad82b3466911 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5b13390f-de04-46ce-8b4d-0d5ee0a810f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 700px;
}

#s-76934f71-26be-4921-bac1-10861ab17edc {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-76934f71-26be-4921-bac1-10861ab17edc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76934f71-26be-4921-bac1-10861ab17edc.shg-box.shg-c {
  justify-content: center;
}

#s-15947c40-7d0e-4c09-97e7-11a47ea770f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15947c40-7d0e-4c09-97e7-11a47ea770f1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 400px;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c38ad0d4-5af9-40c8-9ce6-8ea78b325903"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8c0af8e-7a60-446c-8add-079f0f7c044f {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e8c0af8e-7a60-446c-8add-079f0f7c044f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8c0af8e-7a60-446c-8add-079f0f7c044f.shg-box.shg-c {
  justify-content: center;
}

#s-0b1ec0cb-4e1d-4a2f-aa34-6da02d81865d {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(114, 141, 96, 1);
}

#s-0b1ec0cb-4e1d-4a2f-aa34-6da02d81865d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1f22dbe1-6e1e-47e8-97f0-5f24b6908904 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-1f22dbe1-6e1e-47e8-97f0-5f24b6908904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f22dbe1-6e1e-47e8-97f0-5f24b6908904.shg-box.shg-c {
  justify-content: center;
}

#s-e533903a-4c0c-4b80-84ef-fefe8c83e6f8 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-8bd38c7f-d29a-4772-baa8-98780a104461 {
  text-align: left;
}



.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bd38c7f-d29a-4772-baa8-98780a104461 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-4309d9bc-0606-4e9a-9671-589484e03451 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4309d9bc-0606-4e9a-9671-589484e03451 {
  
}
}
#s-4309d9bc-0606-4e9a-9671-589484e03451 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-8be4e6be-b500-4eb7-9842-db8f397f0955 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-8be4e6be-b500-4eb7-9842-db8f397f0955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8be4e6be-b500-4eb7-9842-db8f397f0955.shg-box.shg-c {
  justify-content: center;
}

#s-fe23aa08-608a-46e7-8e59-5508faf33cc3 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9b079123-2977-40f7-984a-64e850cf27af {
  text-align: left;
}



.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b079123-2977-40f7-984a-64e850cf27af img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-69e25b4f-5492-499a-acd8-37896c8edf7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-69e25b4f-5492-499a-acd8-37896c8edf7b {
  
}
}
#s-69e25b4f-5492-499a-acd8-37896c8edf7b .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-8d1e32ac-1c36-4385-98be-ccc551793167 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8d1e32ac-1c36-4385-98be-ccc551793167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d1e32ac-1c36-4385-98be-ccc551793167.shg-box.shg-c {
  justify-content: center;
}

#s-55db7e40-c415-4155-b7a2-a0b444b347d3 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(114, 141, 96, 1);
}

#s-55db7e40-c415-4155-b7a2-a0b444b347d3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7c5e20c2-ea26-415a-aa09-7a0f0a8be961 {
  margin-left: auto;
margin-right: auto;
}

#s-41be44b1-bc48-497e-8c1d-39320d4cae7a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a {
  max-width:  100%;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  aspect-ratio: 1200/1500;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a {
  max-width:  100%;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  aspect-ratio: 1200/1500;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a {
  max-width:  100%;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  aspect-ratio: 1200/1500;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a {
  max-width:  100%;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  aspect-ratio: 1200/1500;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a {
  max-width:  100%;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a .shg-image-zoom,
.shg-c#s-41be44b1-bc48-497e-8c1d-39320d4cae7a img.shogun-image {
  aspect-ratio: 1200/1500;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1f7abf41-1f6d-4c1e-a74b-59a4d9084f2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1f7abf41-1f6d-4c1e-a74b-59a4d9084f2c {
  
}
}
#s-1f7abf41-1f6d-4c1e-a74b-59a4d9084f2c .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-499c3480-b19d-4099-8872-1748e413d65f {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-499c3480-b19d-4099-8872-1748e413d65f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-499c3480-b19d-4099-8872-1748e413d65f.shg-box.shg-c {
  justify-content: center;
}

#s-5574830d-1c0b-497e-ae65-1d7da32f97b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5574830d-1c0b-497e-ae65-1d7da32f97b0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-4888c73c-2f27-4f52-bf0b-d075fe63018b {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 600px;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4888c73c-2f27-4f52-bf0b-d075fe63018b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-c190cb53-aedd-4b0b-a2cd-0830c4549c69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c190cb53-aedd-4b0b-a2cd-0830c4549c69 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-a15f1197-12d4-4234-90fc-8f0d8c96299b {
  display: none;
}
#s-a15f1197-12d4-4234-90fc-8f0d8c96299b, #wrap-s-a15f1197-12d4-4234-90fc-8f0d8c96299b, #wrap-content-s-a15f1197-12d4-4234-90fc-8f0d8c96299b { display: none !important; }}
#s-a15f1197-12d4-4234-90fc-8f0d8c96299b hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-0beff01e-508e-485e-bfca-fe26f15169c3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-0beff01e-508e-485e-bfca-fe26f15169c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0beff01e-508e-485e-bfca-fe26f15169c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0beff01e-508e-485e-bfca-fe26f15169c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0beff01e-508e-485e-bfca-fe26f15169c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7992f21d-480e-47e3-ba06-db6d1f7c3ba7 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7992f21d-480e-47e3-ba06-db6d1f7c3ba7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7992f21d-480e-47e3-ba06-db6d1f7c3ba7.shg-box.shg-c {
  justify-content: center;
}

#s-3350d004-6e63-4b3c-b8d1-3da03229e3ce {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-3350d004-6e63-4b3c-b8d1-3da03229e3ce .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-01c51d21-5286-4bc3-bbe2-56b6222c1cf5 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-01c51d21-5286-4bc3-bbe2-56b6222c1cf5 {
  
}
}
#s-c8f5e99c-d6a9-4ec9-bbdc-b8130a3b4300 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-c8f5e99c-d6a9-4ec9-bbdc-b8130a3b4300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8f5e99c-d6a9-4ec9-bbdc-b8130a3b4300.shg-box.shg-c {
  justify-content: center;
}

#s-b0f331fc-aa94-42df-bab8-2f867995683d {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-96a2a365-6c19-4b47-9d50-0a121d806105 {
  text-align: left;
}



.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96a2a365-6c19-4b47-9d50-0a121d806105 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3437b437-d381-4914-96c1-0ac794c3dd35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3437b437-d381-4914-96c1-0ac794c3dd35 {
  
}
}
#s-3437b437-d381-4914-96c1-0ac794c3dd35 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-368749e4-dfaf-4c39-8769-5ce2d423c0a8 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-368749e4-dfaf-4c39-8769-5ce2d423c0a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-368749e4-dfaf-4c39-8769-5ce2d423c0a8.shg-box.shg-c {
  justify-content: center;
}

#s-7a38da4b-b128-42d7-9fc7-2431162f599f {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 {
  text-align: left;
}



.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eeef4f9-6e8e-4145-af88-a6c80a0f7cf9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aaa08626-f927-46f0-bfa5-779e70ef259b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-aaa08626-f927-46f0-bfa5-779e70ef259b {
  
}
}
#s-aaa08626-f927-46f0-bfa5-779e70ef259b .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-7fef9e3c-19a5-4ab8-967e-5799f526d5e5 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7fef9e3c-19a5-4ab8-967e-5799f526d5e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fef9e3c-19a5-4ab8-967e-5799f526d5e5.shg-box.shg-c {
  justify-content: center;
}

#s-937c4ed3-82b5-4a32-b90e-70b1904a6267 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-937c4ed3-82b5-4a32-b90e-70b1904a6267 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-79d0650f-0a39-4018-b5a3-4c5273132b4b {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-79d0650f-0a39-4018-b5a3-4c5273132b4b {
  
}
}
#s-6179fdf4-9ffe-4e36-ae3a-b6ddc2b63520 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-6179fdf4-9ffe-4e36-ae3a-b6ddc2b63520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6179fdf4-9ffe-4e36-ae3a-b6ddc2b63520.shg-box.shg-c {
  justify-content: center;
}

#s-5f7575f1-9a6c-4786-8b4c-0ab2de23f5cf {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 {
  text-align: left;
}



.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc6c6808-ac6c-4efd-9d02-e5b4e2865c04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7c872d05-29db-4402-bf27-9413aff5be32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7c872d05-29db-4402-bf27-9413aff5be32 {
  
}
}
#s-7c872d05-29db-4402-bf27-9413aff5be32 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-0e81d7fd-d56a-46bf-ab4a-f149d9be31e8 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0e81d7fd-d56a-46bf-ab4a-f149d9be31e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e81d7fd-d56a-46bf-ab4a-f149d9be31e8.shg-box.shg-c {
  justify-content: center;
}

#s-1426f871-03ac-4a07-8f11-9eb9cfefe16b {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-1426f871-03ac-4a07-8f11-9eb9cfefe16b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4da286b1-3293-426b-a4fe-b77863acf692 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-4da286b1-3293-426b-a4fe-b77863acf692 {
  
}
}
#s-cb51479f-805f-47d0-a9d8-81fd3e44024c {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-cb51479f-805f-47d0-a9d8-81fd3e44024c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb51479f-805f-47d0-a9d8-81fd3e44024c.shg-box.shg-c {
  justify-content: center;
}

#s-79ee60a2-1fb3-430f-9684-7023de30289a {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a {
  text-align: left;
}



.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-088bad2b-1ee2-4208-a7eb-eb2513bf9d1a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed4c0139-a8cb-4319-8bb1-73f16a3f7096 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ed4c0139-a8cb-4319-8bb1-73f16a3f7096 {
  
}
}
#s-ed4c0139-a8cb-4319-8bb1-73f16a3f7096 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

@media (min-width: 1200px){#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 {
  display: none;
}
#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820, #wrap-s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820, #wrap-content-s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 {
  display: none;
}
#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820, #wrap-s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820, #wrap-content-s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 {
  display: none;
}
#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820, #wrap-s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820, #wrap-content-s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 { display: none !important; }}
#s-0f93fb7d-f451-4e20-ad2d-9d3e64b46820 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-776199f1-7218-44ce-bb4a-d9e0c91f5ab2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-776199f1-7218-44ce-bb4a-d9e0c91f5ab2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-670589bc-5d9a-41e8-8af2-05f5a01dab94 {
  display: none;
}
#s-670589bc-5d9a-41e8-8af2-05f5a01dab94, #wrap-s-670589bc-5d9a-41e8-8af2-05f5a01dab94, #wrap-content-s-670589bc-5d9a-41e8-8af2-05f5a01dab94 { display: none !important; }}
#s-670589bc-5d9a-41e8-8af2-05f5a01dab94 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-5c9ae9ea-c471-4846-876b-1abc1a647363 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5c9ae9ea-c471-4846-876b-1abc1a647363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c9ae9ea-c471-4846-876b-1abc1a647363.shg-box.shg-c {
  justify-content: center;
}

#s-d09ddc6d-b8c2-41fe-a61a-5969a7089790 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-d09ddc6d-b8c2-41fe-a61a-5969a7089790 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b88616b3-5cdd-4f91-9f4b-75a48a91d416 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-b88616b3-5cdd-4f91-9f4b-75a48a91d416 {
  
}
}
#s-7279cd32-db28-4896-be6e-0db726dbf1d7 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-7279cd32-db28-4896-be6e-0db726dbf1d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7279cd32-db28-4896-be6e-0db726dbf1d7.shg-box.shg-c {
  justify-content: center;
}

#s-f560e3cf-cae9-4b87-a346-d637ebd414b3 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-5fdde30b-4479-4e91-931c-874b8353c51b {
  text-align: left;
}



.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fdde30b-4479-4e91-931c-874b8353c51b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-26cc2bd1-b671-4ae8-b388-e78ed75136bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-26cc2bd1-b671-4ae8-b388-e78ed75136bf {
  
}
}
#s-26cc2bd1-b671-4ae8-b388-e78ed75136bf .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-81167939-a081-4103-a662-97d6e0e14ffc {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-81167939-a081-4103-a662-97d6e0e14ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81167939-a081-4103-a662-97d6e0e14ffc.shg-box.shg-c {
  justify-content: center;
}

#s-014c503f-c159-4b83-af59-913c679bd5da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-014c503f-c159-4b83-af59-913c679bd5da .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-2383ccab-e78b-4a87-bbfb-6a336020122d {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2383ccab-e78b-4a87-bbfb-6a336020122d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-5b3d71dd-8945-43e3-8265-aea0ec5f132b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b3d71dd-8945-43e3-8265-aea0ec5f132b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-27de154a-4aeb-4e8c-b659-c60902248e37 {
  display: none;
}
#s-27de154a-4aeb-4e8c-b659-c60902248e37, #wrap-s-27de154a-4aeb-4e8c-b659-c60902248e37, #wrap-content-s-27de154a-4aeb-4e8c-b659-c60902248e37 { display: none !important; }}
#s-27de154a-4aeb-4e8c-b659-c60902248e37 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-63190805-1317-4ba2-b259-dbfc6e1bd27c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-63190805-1317-4ba2-b259-dbfc6e1bd27c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-63190805-1317-4ba2-b259-dbfc6e1bd27c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-63190805-1317-4ba2-b259-dbfc6e1bd27c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-63190805-1317-4ba2-b259-dbfc6e1bd27c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-62257d5d-2564-42d8-8f87-8aaaeeef14ce {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-62257d5d-2564-42d8-8f87-8aaaeeef14ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62257d5d-2564-42d8-8f87-8aaaeeef14ce.shg-box.shg-c {
  justify-content: center;
}

#s-83fa58a0-4f6b-4cad-b4d0-f00c93e9e2cf {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-83fa58a0-4f6b-4cad-b4d0-f00c93e9e2cf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e50c05ef-98a5-4d07-aa22-217f29b4dbdb {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-e50c05ef-98a5-4d07-aa22-217f29b4dbdb {
  
}
}
#s-a8499692-bdc3-4bc1-a68a-188d4aafcfd9 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-a8499692-bdc3-4bc1-a68a-188d4aafcfd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8499692-bdc3-4bc1-a68a-188d4aafcfd9.shg-box.shg-c {
  justify-content: center;
}

#s-b0719605-dbbb-4f60-bdbe-1cb597be4659 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd {
  text-align: left;
}



.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ed54ca8-112b-4cc4-a051-47f7b777a3fd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e07b7368-9258-4de8-a574-20dadd6bfeff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e07b7368-9258-4de8-a574-20dadd6bfeff {
  
}
}
#s-e07b7368-9258-4de8-a574-20dadd6bfeff .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-892490a4-fc02-4ce5-bcf1-01afcc7729ba {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-892490a4-fc02-4ce5-bcf1-01afcc7729ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-892490a4-fc02-4ce5-bcf1-01afcc7729ba.shg-box.shg-c {
  justify-content: center;
}

#s-2fc01716-eac3-43a7-ad7b-0d51e2bd89b0 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-d65a5175-9ccb-4914-a5cc-77032771f301 {
  text-align: left;
}



.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a5175-9ccb-4914-a5cc-77032771f301 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3829778d-ecc0-4a19-8fd2-d4d8c7cbbe7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3829778d-ecc0-4a19-8fd2-d4d8c7cbbe7d {
  
}
}
#s-3829778d-ecc0-4a19-8fd2-d4d8c7cbbe7d .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-6a58ae29-0c77-4fdc-8752-e39900e8801c {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6a58ae29-0c77-4fdc-8752-e39900e8801c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a58ae29-0c77-4fdc-8752-e39900e8801c.shg-box.shg-c {
  justify-content: center;
}

#s-d1176871-1a08-4d95-9fed-018eb5b7ba52 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-d1176871-1a08-4d95-9fed-018eb5b7ba52 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-68f35f2c-1f3f-474a-9f9d-872bfa81aa9d {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-68f35f2c-1f3f-474a-9f9d-872bfa81aa9d {
  
}
}
#s-59a5b56d-3207-4fce-ad04-95acfe43a87a {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-59a5b56d-3207-4fce-ad04-95acfe43a87a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59a5b56d-3207-4fce-ad04-95acfe43a87a.shg-box.shg-c {
  justify-content: center;
}

#s-a37e18c1-1f11-4604-be5f-d9da4608ef41 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 {
  text-align: left;
}



.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68836d3-92ef-4d97-aa8a-b59176ea22b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-da03d5f6-c47a-4f42-bda9-f5fa0d155a0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-da03d5f6-c47a-4f42-bda9-f5fa0d155a0c {
  
}
}
#s-da03d5f6-c47a-4f42-bda9-f5fa0d155a0c .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-e8262b6f-1daa-49db-8a6c-f46e890d837b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-e8262b6f-1daa-49db-8a6c-f46e890d837b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8262b6f-1daa-49db-8a6c-f46e890d837b.shg-box.shg-c {
  justify-content: center;
}

#s-88b7f0d5-34dc-4a08-b433-6e3b08c9c0b2 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 {
  text-align: left;
}



.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf271ae8-6d75-4b31-a3d3-1cf12f8156d0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-168b9c3d-6ab6-4127-b6cf-dad28cc166c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-168b9c3d-6ab6-4127-b6cf-dad28cc166c1 {
  
}
}
#s-168b9c3d-6ab6-4127-b6cf-dad28cc166c1 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-a63cc8eb-6c6d-4b7f-9ca5-5ee693f1ea9e {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a63cc8eb-6c6d-4b7f-9ca5-5ee693f1ea9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a63cc8eb-6c6d-4b7f-9ca5-5ee693f1ea9e.shg-box.shg-c {
  justify-content: center;
}

#s-fff5bf8d-a6c7-43fe-b135-c8d2089349b1 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-fff5bf8d-a6c7-43fe-b135-c8d2089349b1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-380f4d58-babe-48da-bfce-a3a374a654cc {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-380f4d58-babe-48da-bfce-a3a374a654cc {
  
}
}
#s-20afcab8-0456-4d7e-975c-e65f7851f0cc {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-20afcab8-0456-4d7e-975c-e65f7851f0cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20afcab8-0456-4d7e-975c-e65f7851f0cc.shg-box.shg-c {
  justify-content: center;
}

#s-39a54e10-597e-4e91-b7b1-e4e7c5ee9982 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 {
  text-align: left;
}



.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ee3a5ae-66a1-4a8c-bb70-8399765b8d57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fb2ab4bc-46a8-49b2-b317-7bf2536c95f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fb2ab4bc-46a8-49b2-b317-7bf2536c95f7 {
  
}
}
#s-fb2ab4bc-46a8-49b2-b317-7bf2536c95f7 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-77b17c65-0c70-4802-a32a-4f5592ff0e5a {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-77b17c65-0c70-4802-a32a-4f5592ff0e5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77b17c65-0c70-4802-a32a-4f5592ff0e5a.shg-box.shg-c {
  justify-content: center;
}

#s-b216dd97-b11c-4914-9573-41f55272eabd {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-af493ad4-b988-4129-bd53-b818bca2cd4c {
  text-align: left;
}



.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af493ad4-b988-4129-bd53-b818bca2cd4c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-722727fe-6a7c-4f29-a71c-f6ca1d19c4e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-722727fe-6a7c-4f29-a71c-f6ca1d19c4e5 {
  
}
}
#s-722727fe-6a7c-4f29-a71c-f6ca1d19c4e5 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

@media (min-width: 1200px){#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 {
  display: none;
}
#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4, #wrap-s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4, #wrap-content-s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 {
  display: none;
}
#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4, #wrap-s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4, #wrap-content-s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 {
  display: none;
}
#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4, #wrap-s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4, #wrap-content-s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 { display: none !important; }}
#s-73847a6a-2bd0-41f7-a71d-01e54b8c5de4 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-04491cda-3e5b-45ac-b36b-7ac00a932875 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04491cda-3e5b-45ac-b36b-7ac00a932875 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-ea981b8e-629b-4684-bb41-ac27c78caa05 {
  display: none;
}
#s-ea981b8e-629b-4684-bb41-ac27c78caa05, #wrap-s-ea981b8e-629b-4684-bb41-ac27c78caa05, #wrap-content-s-ea981b8e-629b-4684-bb41-ac27c78caa05 { display: none !important; }}
#s-ea981b8e-629b-4684-bb41-ac27c78caa05 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-6afe8910-d24b-4538-8ebc-4931c491ce62 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6afe8910-d24b-4538-8ebc-4931c491ce62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6afe8910-d24b-4538-8ebc-4931c491ce62.shg-box.shg-c {
  justify-content: center;
}

#s-ba35b2d5-cc6e-4614-9982-dcc68ed4ed85 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-ba35b2d5-cc6e-4614-9982-dcc68ed4ed85 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5c8b7c92-e223-4759-a4a4-884f4e98a4de {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-5c8b7c92-e223-4759-a4a4-884f4e98a4de {
  
}
}
#s-2dc14b18-5feb-4d8b-84aa-9f49f0ad15d4 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-2dc14b18-5feb-4d8b-84aa-9f49f0ad15d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dc14b18-5feb-4d8b-84aa-9f49f0ad15d4.shg-box.shg-c {
  justify-content: center;
}

#s-e37cf186-2d99-4d09-b783-5453fbd73320 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 {
  text-align: left;
}



.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63c8920f-1d25-4f77-8e5d-801c0e0cf641 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bc81636e-55fb-40bc-ba47-f474857a5c77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bc81636e-55fb-40bc-ba47-f474857a5c77 {
  
}
}
#s-bc81636e-55fb-40bc-ba47-f474857a5c77 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-2f8fba94-4234-4a41-8110-b548587aa57c {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2f8fba94-4234-4a41-8110-b548587aa57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f8fba94-4234-4a41-8110-b548587aa57c.shg-box.shg-c {
  justify-content: center;
}

#s-11aaa802-838b-4d41-a7d9-9e4bbc7250ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11aaa802-838b-4d41-a7d9-9e4bbc7250ca .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-321976a7-15df-4d59-9822-475b228e67ec {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-321976a7-15df-4d59-9822-475b228e67ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-50ee2457-8ab6-40a6-9e2b-8b821a5b1e69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50ee2457-8ab6-40a6-9e2b-8b821a5b1e69 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-f34aef92-2762-4688-a84c-5143faa3a963 {
  display: none;
}
#s-f34aef92-2762-4688-a84c-5143faa3a963, #wrap-s-f34aef92-2762-4688-a84c-5143faa3a963, #wrap-content-s-f34aef92-2762-4688-a84c-5143faa3a963 { display: none !important; }}
#s-f34aef92-2762-4688-a84c-5143faa3a963 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-3f8c0cf6-db98-4971-9cf5-e74ec490f361 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-3f8c0cf6-db98-4971-9cf5-e74ec490f361"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-3f8c0cf6-db98-4971-9cf5-e74ec490f361"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3f8c0cf6-db98-4971-9cf5-e74ec490f361"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3f8c0cf6-db98-4971-9cf5-e74ec490f361"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c4da8074-a23c-434b-851a-c4fbbffe3d15 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c4da8074-a23c-434b-851a-c4fbbffe3d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4da8074-a23c-434b-851a-c4fbbffe3d15.shg-box.shg-c {
  justify-content: center;
}

#s-15955e15-ab94-4a35-b8b2-9b0178091709 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-15955e15-ab94-4a35-b8b2-9b0178091709 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cc1c2b5e-b3ec-4378-8d6c-d8ea56f36eb9 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-cc1c2b5e-b3ec-4378-8d6c-d8ea56f36eb9 {
  
}
}
#s-ed9de6ae-2850-4a84-a3d1-5bf5451a8b83 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed9de6ae-2850-4a84-a3d1-5bf5451a8b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed9de6ae-2850-4a84-a3d1-5bf5451a8b83.shg-box.shg-c {
  justify-content: center;
}

#s-4ec1fcd6-d484-4969-a3e9-64ca45b42687 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 {
  text-align: left;
}



.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3da9106b-6fae-49a1-aca3-af43505b6ad8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-102d4d42-93fe-4975-aac3-e97ca6beeb11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-102d4d42-93fe-4975-aac3-e97ca6beeb11 {
  
}
}
#s-102d4d42-93fe-4975-aac3-e97ca6beeb11 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-c9edc78e-e8d0-499e-8338-607c61408c13 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-c9edc78e-e8d0-499e-8338-607c61408c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9edc78e-e8d0-499e-8338-607c61408c13.shg-box.shg-c {
  justify-content: center;
}

#s-727ee1e6-20f3-489b-bf0b-4e9356c191cd {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 {
  text-align: left;
}



.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eceb41e-fb6e-48ee-ad00-8e2f5f6ee426 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-20de37a8-7fac-41a8-a8e3-c5d0af969c0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-20de37a8-7fac-41a8-a8e3-c5d0af969c0a {
  
}
}
#s-20de37a8-7fac-41a8-a8e3-c5d0af969c0a .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-25c0367c-3051-4082-9d27-df6b0d6b21db {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-25c0367c-3051-4082-9d27-df6b0d6b21db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25c0367c-3051-4082-9d27-df6b0d6b21db.shg-box.shg-c {
  justify-content: center;
}

#s-566cbce6-6912-40f7-a708-be25605a47b2 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-566cbce6-6912-40f7-a708-be25605a47b2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0b9ce595-da84-49a2-9a36-1d8d4c99adee {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-0b9ce595-da84-49a2-9a36-1d8d4c99adee {
  
}
}
#s-93a09a23-7dec-42d8-8064-feb07191d4ea {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-93a09a23-7dec-42d8-8064-feb07191d4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93a09a23-7dec-42d8-8064-feb07191d4ea.shg-box.shg-c {
  justify-content: center;
}

#s-7bcfcb7b-b617-4c19-b810-b8a01c19d3f2 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-f3cb90f9-f74b-46b4-926a-875acc484c93 {
  text-align: left;
}



.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3cb90f9-f74b-46b4-926a-875acc484c93 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e537090-6318-4854-b227-1da22e72e440 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0e537090-6318-4854-b227-1da22e72e440 {
  
}
}
#s-0e537090-6318-4854-b227-1da22e72e440 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-3719bed2-08c2-4ed4-92b5-7b5234e55589 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3719bed2-08c2-4ed4-92b5-7b5234e55589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3719bed2-08c2-4ed4-92b5-7b5234e55589.shg-box.shg-c {
  justify-content: center;
}

#s-52c06c07-fbb9-480d-9416-de97091b8608 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-52c06c07-fbb9-480d-9416-de97091b8608 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-39416968-a195-46d9-b8e0-32e56350c0a2 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-39416968-a195-46d9-b8e0-32e56350c0a2 {
  
}
}
#s-4af8dfff-37d5-4678-9937-704116ac8152 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-4af8dfff-37d5-4678-9937-704116ac8152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4af8dfff-37d5-4678-9937-704116ac8152.shg-box.shg-c {
  justify-content: center;
}

#s-25a10f78-15fb-43d3-84aa-156d3e1dc803 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-d446d7b1-5197-4e7d-b003-3f2175509451 {
  text-align: left;
}



.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d446d7b1-5197-4e7d-b003-3f2175509451 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0670b9b7-b3bb-4bfa-a39a-d60a9f717796 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0670b9b7-b3bb-4bfa-a39a-d60a9f717796 {
  
}
}
#s-0670b9b7-b3bb-4bfa-a39a-d60a9f717796 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-0a71fa55-5b17-40c1-9840-ba0f100fe68d {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a71fa55-5b17-40c1-9840-ba0f100fe68d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a71fa55-5b17-40c1-9840-ba0f100fe68d.shg-box.shg-c {
  justify-content: center;
}

#s-00007d5d-9c59-4f8e-8f36-f4a77c6e7d76 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-00007d5d-9c59-4f8e-8f36-f4a77c6e7d76 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b0b3be95-d4c5-472f-ad30-6ea8ad94e51a {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-b0b3be95-d4c5-472f-ad30-6ea8ad94e51a {
  
}
}
#s-dbcefba2-0823-4550-8f6c-81a1c0ce04d5 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-dbcefba2-0823-4550-8f6c-81a1c0ce04d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbcefba2-0823-4550-8f6c-81a1c0ce04d5.shg-box.shg-c {
  justify-content: center;
}

#s-9c31bdf8-08a1-41d9-9fe2-bd9daa020e03 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 {
  text-align: left;
}



.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dc43ad9-90cc-4194-a183-59f87cfa2112 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0469377d-2757-45bc-869f-9bd7043f6abf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0469377d-2757-45bc-869f-9bd7043f6abf {
  
}
}
#s-0469377d-2757-45bc-869f-9bd7043f6abf .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

@media (min-width: 1200px){#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b {
  display: none;
}
#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b, #wrap-s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b, #wrap-content-s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b {
  display: none;
}
#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b, #wrap-s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b, #wrap-content-s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b {
  display: none;
}
#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b, #wrap-s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b, #wrap-content-s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b { display: none !important; }}
#s-2cf3e2ad-bf4c-4afb-8bec-067116b95f6b hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-389b5858-e90f-453b-a737-78875a1279f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-389b5858-e90f-453b-a737-78875a1279f9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-18d41459-6d5b-47ec-878e-74dbd390dd51 {
  display: none;
}
#s-18d41459-6d5b-47ec-878e-74dbd390dd51, #wrap-s-18d41459-6d5b-47ec-878e-74dbd390dd51, #wrap-content-s-18d41459-6d5b-47ec-878e-74dbd390dd51 { display: none !important; }}
#s-18d41459-6d5b-47ec-878e-74dbd390dd51 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-a86ceafc-26b7-45a1-9fcb-5b96a6bf0e82 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a86ceafc-26b7-45a1-9fcb-5b96a6bf0e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a86ceafc-26b7-45a1-9fcb-5b96a6bf0e82.shg-box.shg-c {
  justify-content: center;
}

#s-a2fe59ce-8f08-44af-b109-24697253008f {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-a2fe59ce-8f08-44af-b109-24697253008f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-25cf4ace-1e83-4d8c-b8b2-b5295f58b377 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-25cf4ace-1e83-4d8c-b8b2-b5295f58b377 {
  
}
}
#s-46c8271e-017a-4934-b582-aa040ed215ef {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-46c8271e-017a-4934-b582-aa040ed215ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46c8271e-017a-4934-b582-aa040ed215ef.shg-box.shg-c {
  justify-content: center;
}

#s-03ff17da-bdf0-47bc-b44c-26b2f92a7e03 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 {
  text-align: left;
}



.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d82bb8a7-6f33-4a47-9b9d-681a194fb1e2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a5b15e7e-2040-4a3a-9f67-1e0f70bbd8f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a5b15e7e-2040-4a3a-9f67-1e0f70bbd8f4 {
  
}
}
#s-a5b15e7e-2040-4a3a-9f67-1e0f70bbd8f4 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-cab0ab9f-612a-450b-9ad2-adc2fe11d028 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cab0ab9f-612a-450b-9ad2-adc2fe11d028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cab0ab9f-612a-450b-9ad2-adc2fe11d028.shg-box.shg-c {
  justify-content: center;
}

#s-3902fb94-744a-4d45-b143-b6103fca6cd1 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-3902fb94-744a-4d45-b143-b6103fca6cd1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8996fba6-8fc2-43b7-8c84-474739d8567d {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-8996fba6-8fc2-43b7-8c84-474739d8567d {
  
}
}
#s-59bf31d3-f664-49af-a687-98c6ff1b189b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-59bf31d3-f664-49af-a687-98c6ff1b189b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59bf31d3-f664-49af-a687-98c6ff1b189b.shg-box.shg-c {
  justify-content: center;
}

#s-94d36483-b05c-4ba3-b8ad-e9cd15829a57 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9302b959-1355-4a0b-b0b5-05a92e362639 {
  text-align: left;
}



.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9302b959-1355-4a0b-b0b5-05a92e362639 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-12012677-2ad2-4687-9082-4f858412b133 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-12012677-2ad2-4687-9082-4f858412b133 {
  
}
}
#s-12012677-2ad2-4687-9082-4f858412b133 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-ea612581-8ea8-4cf3-809d-c81af0f35497 {
  background-size: cover;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: left center;
}








#s-ea612581-8ea8-4cf3-809d-c81af0f35497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea612581-8ea8-4cf3-809d-c81af0f35497.shg-box.shg-c {
  justify-content: center;
}

#s-44fb8540-22ab-46a9-b00a-c79f6adf84e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44fb8540-22ab-46a9-b00a-c79f6adf84e2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-4f97032f-9b69-42c5-86b7-b926e9547629 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(238, 238, 238, 0);
}

@media (min-width: 0px) {
[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f97032f-9b69-42c5-86b7-b926e9547629"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-cbb6194b-5ca4-4d4b-b0f0-09aad507ad5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbb6194b-5ca4-4d4b-b0f0-09aad507ad5a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-e84842df-f12f-4ff9-85e7-883317a01401 {
  display: none;
}
#s-e84842df-f12f-4ff9-85e7-883317a01401, #wrap-s-e84842df-f12f-4ff9-85e7-883317a01401, #wrap-content-s-e84842df-f12f-4ff9-85e7-883317a01401 { display: none !important; }}
#s-e84842df-f12f-4ff9-85e7-883317a01401 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-079bbd21-bdcc-4534-a70a-66f249bc697a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-079bbd21-bdcc-4534-a70a-66f249bc697a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-079bbd21-bdcc-4534-a70a-66f249bc697a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-079bbd21-bdcc-4534-a70a-66f249bc697a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-079bbd21-bdcc-4534-a70a-66f249bc697a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-72be8623-ff6e-494e-9530-d996126a24bb {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-72be8623-ff6e-494e-9530-d996126a24bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72be8623-ff6e-494e-9530-d996126a24bb.shg-box.shg-c {
  justify-content: center;
}

#s-3a7fd944-2ce6-4fc3-82a5-55faea2f6071 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-3a7fd944-2ce6-4fc3-82a5-55faea2f6071 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f7fe0ad8-df25-4c8d-b4e1-f882ddf1728e {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-f7fe0ad8-df25-4c8d-b4e1-f882ddf1728e {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-8049f7df-d817-4c4d-8a30-2d111f9ea21c {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-8049f7df-d817-4c4d-8a30-2d111f9ea21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8049f7df-d817-4c4d-8a30-2d111f9ea21c.shg-box.shg-c {
  justify-content: center;
}

#s-adbe0acd-0f78-4219-bdd5-275d74eb328f {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-11105202-6e3a-45c0-8a31-af235e8ace4c {
  text-align: left;
}



.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11105202-6e3a-45c0-8a31-af235e8ace4c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d41abeb3-13eb-4697-b39a-386bf928d676 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d41abeb3-13eb-4697-b39a-386bf928d676 {
  
}
}
#s-d41abeb3-13eb-4697-b39a-386bf928d676 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-05b391e6-5053-40d1-9d6d-c8f965c046f3 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-05b391e6-5053-40d1-9d6d-c8f965c046f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05b391e6-5053-40d1-9d6d-c8f965c046f3.shg-box.shg-c {
  justify-content: center;
}

#s-c03bd0f0-d14f-4070-994a-1b94ce549863 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-2513534e-318d-4da6-915b-a3985c77613e {
  text-align: left;
}



.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2513534e-318d-4da6-915b-a3985c77613e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-83eb94c8-7d86-4a9f-9244-19caad2ad11d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-83eb94c8-7d86-4a9f-9244-19caad2ad11d {
  
}
}
#s-83eb94c8-7d86-4a9f-9244-19caad2ad11d .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-db25b29c-1af9-4315-b504-74fe196fada5 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-db25b29c-1af9-4315-b504-74fe196fada5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db25b29c-1af9-4315-b504-74fe196fada5.shg-box.shg-c {
  justify-content: center;
}

#s-c2d64607-24f9-4aec-baef-7d7e68d52577 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-c2d64607-24f9-4aec-baef-7d7e68d52577 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-15a9ff01-aa01-4e6e-a78d-71d9c6957c5e {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-15a9ff01-aa01-4e6e-a78d-71d9c6957c5e {
  
}
}
#s-c111a346-50b7-4c22-a4c7-e386bc78c8c1 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-c111a346-50b7-4c22-a4c7-e386bc78c8c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c111a346-50b7-4c22-a4c7-e386bc78c8c1.shg-box.shg-c {
  justify-content: center;
}

#s-fcebb6b5-63ab-469f-b6f2-2686eaec90a3 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-52196159-c7b1-45a5-b530-fe2d58c10428 {
  text-align: left;
}



.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52196159-c7b1-45a5-b530-fe2d58c10428 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c43bef29-4608-4d4f-a321-0179900d0f35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c43bef29-4608-4d4f-a321-0179900d0f35 {
  
}
}
#s-c43bef29-4608-4d4f-a321-0179900d0f35 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-a03d21a2-0fdb-4cd7-85f7-cbf97393dd53 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-a03d21a2-0fdb-4cd7-85f7-cbf97393dd53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a03d21a2-0fdb-4cd7-85f7-cbf97393dd53.shg-box.shg-c {
  justify-content: center;
}

#s-4797e164-4e54-40a5-aa0c-97906990c6cf {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-191db47a-58ba-405b-ba3d-fe54250bf980 {
  text-align: left;
}



.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191db47a-58ba-405b-ba3d-fe54250bf980 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8166089d-324a-4cfb-845c-f5be4b728332 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8166089d-324a-4cfb-845c-f5be4b728332 {
  
}
}
#s-8166089d-324a-4cfb-845c-f5be4b728332 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-bc081229-0160-4d4d-bb12-1171ad9a37ff {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bc081229-0160-4d4d-bb12-1171ad9a37ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc081229-0160-4d4d-bb12-1171ad9a37ff.shg-box.shg-c {
  justify-content: center;
}

#s-e39984dd-565b-4372-b2b0-9cdc66dd08be {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-e39984dd-565b-4372-b2b0-9cdc66dd08be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c91e22d6-abca-4798-8173-52b811c1dfaa {
  margin-top: 5px;
padding-left: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-c91e22d6-abca-4798-8173-52b811c1dfaa {
  
}
}
#s-c88a77e0-729a-4a21-be27-11199d92b1b1 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-c88a77e0-729a-4a21-be27-11199d92b1b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c88a77e0-729a-4a21-be27-11199d92b1b1.shg-box.shg-c {
  justify-content: center;
}

#s-d24c0f7d-438f-4dd1-a29d-1e8902308c1a {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-9c133942-23e5-4c4c-9797-e06782770b2f {
  text-align: left;
}



.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c133942-23e5-4c4c-9797-e06782770b2f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-84ef547e-8cbf-4719-92af-f5b9c3decda7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-84ef547e-8cbf-4719-92af-f5b9c3decda7 {
  
}
}
#s-84ef547e-8cbf-4719-92af-f5b9c3decda7 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-bab06b4f-ec7a-49d2-90c1-a2381c3504cd {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-bab06b4f-ec7a-49d2-90c1-a2381c3504cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bab06b4f-ec7a-49d2-90c1-a2381c3504cd.shg-box.shg-c {
  justify-content: center;
}

#s-a8f265e9-3f5c-4346-8a6a-78f18be99dd7 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 {
  text-align: left;
}



.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e88a07b7-02c7-40af-89e7-cb3c7cdd28a8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-83de308c-be25-41d7-b394-9ccc1555967e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-83de308c-be25-41d7-b394-9ccc1555967e {
  
}
}
#s-83de308c-be25-41d7-b394-9ccc1555967e .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

@media (min-width: 1200px){#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 {
  display: none;
}
#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2, #wrap-s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2, #wrap-content-s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 {
  display: none;
}
#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2, #wrap-s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2, #wrap-content-s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 {
  display: none;
}
#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2, #wrap-s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2, #wrap-content-s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 { display: none !important; }}
#s-b4e37aef-b309-4743-8c7a-c2ad753e5ea2 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-ca3d7250-8d62-4749-868d-3eaa5ebd3406 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca3d7250-8d62-4749-868d-3eaa5ebd3406 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-a15aaf35-669d-4366-a944-8bbc6ce1331f {
  display: none;
}
#s-a15aaf35-669d-4366-a944-8bbc6ce1331f, #wrap-s-a15aaf35-669d-4366-a944-8bbc6ce1331f, #wrap-content-s-a15aaf35-669d-4366-a944-8bbc6ce1331f { display: none !important; }}
#s-a15aaf35-669d-4366-a944-8bbc6ce1331f hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-77e1ecea-6ff4-459f-9bc2-53ca45007e7d {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-77e1ecea-6ff4-459f-9bc2-53ca45007e7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77e1ecea-6ff4-459f-9bc2-53ca45007e7d.shg-box.shg-c {
  justify-content: center;
}

#s-9249a00d-d833-433e-b9a4-3ee34d2a436f {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-9249a00d-d833-433e-b9a4-3ee34d2a436f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Proximanova";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-808d085a-c05e-4054-b1a0-039ad7fc0349 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(99, 99, 99, 1);
}
@media (max-width: 767px){#s-808d085a-c05e-4054-b1a0-039ad7fc0349 {
  
}
}
#s-1e645dad-a9bd-425b-835b-81a7b703019e {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e645dad-a9bd-425b-835b-81a7b703019e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e645dad-a9bd-425b-835b-81a7b703019e.shg-box.shg-c {
  justify-content: center;
}

#s-0403871c-f717-4773-addc-1a7bb3086569 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-302f57df-b235-4b12-9213-88926ac3734f {
  text-align: left;
}



.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-302f57df-b235-4b12-9213-88926ac3734f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-907cc07f-ca6d-4229-9a13-2808cd5f5dd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-907cc07f-ca6d-4229-9a13-2808cd5f5dd6 .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

#s-599981a4-4d04-4aa7-9add-1c872b2bbffe {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
max-width: 220px;
background-color: rgba(255, 255, 255, 1);
}








#s-599981a4-4d04-4aa7-9add-1c872b2bbffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-599981a4-4d04-4aa7-9add-1c872b2bbffe.shg-box.shg-c {
  justify-content: center;
}

#s-01a66ae6-b265-40b8-9cb1-22a79cd515bf {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 {
  text-align: left;
}



.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c406bb66-2035-4ba0-adc9-42e27d62aec6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-24495054-726b-4669-b993-eb03510bf69e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24495054-726b-4669-b993-eb03510bf69e .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  
  font-family: Proximanova;
  
  font-size: 12px;
  
  
  
}

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