.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-e49e7768-e131-44fa-ba3b-4ec5de2da2ab {
  margin-top: -40px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab {
  display: none;
}
#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab, #wrap-s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab, #wrap-content-s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab { display: none !important; }}@media (max-width: 767px){#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab {
  display: none;
}
#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab, #wrap-s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab, #wrap-content-s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab { display: none !important; }}







#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e49e7768-e131-44fa-ba3b-4ec5de2da2ab.shg-box.shg-c {
  justify-content: center;
}

#s-45043521-bc4c-404c-8f9d-11d138a7f820 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* 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-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  max-width: 1920px;
text-align: center;
opacity: 0.9;
}
@media (min-width: 768px) and (max-width: 991px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  display: none;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-content-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 { display: none !important; }}@media (max-width: 767px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  display: none;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-content-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 { display: none !important; }}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}



.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}



.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}



.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}



.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1.shogun-image {
  box-sizing: border-box;
}



.s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 img.shogun-image {
  
}


}
#s-5bc2365b-9412-4dd9-aae6-b1771ec4c51e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5bc2365b-9412-4dd9-aae6-b1771ec4c51e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bc2365b-9412-4dd9-aae6-b1771ec4c51e.shg-box.shg-c {
  justify-content: center;
}

#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  margin-top: -24px;
min-height: 50px;
}
@media (min-width: 1200px){#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  display: none;
}
#s-161764ba-abdc-4873-8472-4bcc1e1eea96, #wrap-s-161764ba-abdc-4873-8472-4bcc1e1eea96, #wrap-content-s-161764ba-abdc-4873-8472-4bcc1e1eea96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  display: none;
}
#s-161764ba-abdc-4873-8472-4bcc1e1eea96, #wrap-s-161764ba-abdc-4873-8472-4bcc1e1eea96, #wrap-content-s-161764ba-abdc-4873-8472-4bcc1e1eea96 { display: none !important; }}@media (max-width: 767px){#s-161764ba-abdc-4873-8472-4bcc1e1eea96 {
  margin-bottom: -24px;
}
}







#s-161764ba-abdc-4873-8472-4bcc1e1eea96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-161764ba-abdc-4873-8472-4bcc1e1eea96.shg-box.shg-c {
  justify-content: center;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  max-width: 1080px;
text-align: center;
opacity: 0.9;
}
@media (min-width: 1200px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  display: none;
}
#s-817e7a51-19f9-4f56-b870-1a02bf590d08, #wrap-s-817e7a51-19f9-4f56-b870-1a02bf590d08, #wrap-content-s-817e7a51-19f9-4f56-b870-1a02bf590d08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  display: none;
}
#s-817e7a51-19f9-4f56-b870-1a02bf590d08, #wrap-s-817e7a51-19f9-4f56-b870-1a02bf590d08, #wrap-content-s-817e7a51-19f9-4f56-b870-1a02bf590d08 { display: none !important; }}
#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
  overflow: visible;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add background color handling */
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}



.s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  
}


@media (min-width: 1200px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
  overflow: visible;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add background color handling */
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}



.s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
  overflow: visible;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add background color handling */
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}



.s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
  overflow: visible;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add background color handling */
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}



.s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  
}


}@media (max-width: 767px){#s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  margin: 0 !important;
  overflow: visible;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-817e7a51-19f9-4f56-b870-1a02bf590d08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add background color handling */
  
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-817e7a51-19f9-4f56-b870-1a02bf590d08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817e7a51-19f9-4f56-b870-1a02bf590d08.shogun-image {
  box-sizing: border-box;
}



.s-817e7a51-19f9-4f56-b870-1a02bf590d08 img.shogun-image {
  
}


}
#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c {
  margin-left: 4%;
margin-right: 4%;
display: none;
}
#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c, #wrap-s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c, #wrap-content-s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c { display: none !important; }}







#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-148b3e80-e49b-4dc5-b4b4-e2ed38b1653c.shg-box.shg-c {
  justify-content: center;
}

#s-04462bea-9eef-46b6-85fb-7198a4d19c40 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-04462bea-9eef-46b6-85fb-7198a4d19c40 {
  display: none;
}
#s-04462bea-9eef-46b6-85fb-7198a4d19c40, #wrap-s-04462bea-9eef-46b6-85fb-7198a4d19c40, #wrap-content-s-04462bea-9eef-46b6-85fb-7198a4d19c40 { display: none !important; }}







#s-04462bea-9eef-46b6-85fb-7198a4d19c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04462bea-9eef-46b6-85fb-7198a4d19c40.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-35d4093b-060c-4b1b-a4fe-006364d53dc2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-35d4093b-060c-4b1b-a4fe-006364d53dc2 {
  display: none;
}
#s-35d4093b-060c-4b1b-a4fe-006364d53dc2, #wrap-s-35d4093b-060c-4b1b-a4fe-006364d53dc2, #wrap-content-s-35d4093b-060c-4b1b-a4fe-006364d53dc2 { display: none !important; }}@media (max-width: 767px){#s-35d4093b-060c-4b1b-a4fe-006364d53dc2 {
  display: none;
}
#s-35d4093b-060c-4b1b-a4fe-006364d53dc2, #wrap-s-35d4093b-060c-4b1b-a4fe-006364d53dc2, #wrap-content-s-35d4093b-060c-4b1b-a4fe-006364d53dc2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-35d4093b-060c-4b1b-a4fe-006364d53dc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35d4093b-060c-4b1b-a4fe-006364d53dc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35d4093b-060c-4b1b-a4fe-006364d53dc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35d4093b-060c-4b1b-a4fe-006364d53dc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
opacity: 0.9;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 12px;

}






.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}



.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}



.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}



.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}



.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa91bba-27e2-4f45-b5d1-a561755db4c0.shogun-image {
  box-sizing: border-box;
}



.s-5fa91bba-27e2-4f45-b5d1-a561755db4c0 img.shogun-image {
  
}


}
#s-0801e3f5-a24f-46e0-bfc1-7f1f4152cbd4 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
}








#s-0801e3f5-a24f-46e0-bfc1-7f1f4152cbd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0801e3f5-a24f-46e0-bfc1-7f1f4152cbd4.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

.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-4f59cf1b-4855-438f-ba03-8feb9efdd78f {
  margin-top: 0px;
margin-bottom: -16px;
}

.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-a4e7eea4-33e4-47ed-b4a2-4f57754406b7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI0YmJhODEtYWJhYi00OWNmLTg5NDUtYzkyMDUzZjE0M2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjRiYmE4MS1hYmFiLTQ5Y2YtODk0NS1jOTIwNTNmMTQzYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 144, 30, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
color: rgba(29, 29, 29, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}];
}
#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7:hover {box-shadow:1px 1px 13px 10px rgba(22, 22, 22, 0.67) !important;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWQzNDhjOGEtNDc1Yy00ODJjLTg4ZGItNDQ3MDEzM2Y3Y2M5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZDM0OGM4YS00NzVjLTQ4MmMtODhkYi00NDcwMTMzZjdjYzkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}] !important;
hover-type: gradient !important;}#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7-root {
    text-align: center;
  }


#s-a4e7eea4-33e4-47ed-b4a2-4f57754406b7.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
opacity: 0.9;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 12px;

}






.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}



.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}



.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}



.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}



.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d157e332-0798-4d55-8ef9-f006e5e39fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d157e332-0798-4d55-8ef9-f006e5e39fd0.shogun-image {
  box-sizing: border-box;
}



.s-d157e332-0798-4d55-8ef9-f006e5e39fd0 img.shogun-image {
  
}


}
#s-df8f7227-eea4-4340-9d50-45b06b348465 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
}








#s-df8f7227-eea4-4340-9d50-45b06b348465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df8f7227-eea4-4340-9d50-45b06b348465.shg-box.shg-c {
  justify-content: center;
}

#s-ef4770e4-9ead-4158-9a0b-4ba6650a990c {
  margin-top: 0px;
margin-bottom: -16px;
}

#s-bbcccfa2-9b45-4285-92f1-4013ded603f1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI0YmJhODEtYWJhYi00OWNmLTg5NDUtYzkyMDUzZjE0M2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjRiYmE4MS1hYmFiLTQ5Y2YtODk0NS1jOTIwNTNmMTQzYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 144, 30, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
color: rgba(29, 29, 29, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}];
}
#s-bbcccfa2-9b45-4285-92f1-4013ded603f1:hover {box-shadow:1px 1px 13px 10px rgba(22, 22, 22, 0.67) !important;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGRlN2I3MmUtOTZkMC00M2FlLTgwYWMtMWE5Mjk1MzE3NmIwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZGU3YjcyZS05NmQwLTQzYWUtODBhYy0xYTkyOTUzMTc2YjApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}] !important;
hover-type: gradient !important;}#s-bbcccfa2-9b45-4285-92f1-4013ded603f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bbcccfa2-9b45-4285-92f1-4013ded603f1-root {
    text-align: center;
  }


#s-bbcccfa2-9b45-4285-92f1-4013ded603f1.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
opacity: 0.9;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
  overflow: visible;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add background color handling */
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 12px;

}






.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}



.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  
}


@media (min-width: 1200px){#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
  overflow: visible;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add background color handling */
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}



.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
  overflow: visible;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add background color handling */
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}



.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
  overflow: visible;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add background color handling */
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}



.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  
}


}@media (max-width: 767px){#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  margin: 0 !important;
  overflow: visible;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caea90-26f1-4ddc-8ebd-e164e8c60389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add background color handling */
  
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caea90-26f1-4ddc-8ebd-e164e8c60389.shogun-image {
  box-sizing: border-box;
}



.s-44caea90-26f1-4ddc-8ebd-e164e8c60389 img.shogun-image {
  
}


}
#s-0b29bb26-3a51-418a-b41b-a1c527062118 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
}








#s-0b29bb26-3a51-418a-b41b-a1c527062118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b29bb26-3a51-418a-b41b-a1c527062118.shg-box.shg-c {
  justify-content: center;
}

#s-2a5c3154-3eab-401b-93d3-64ea9681bd21 {
  margin-top: 0px;
margin-bottom: -16px;
}

#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI0YmJhODEtYWJhYi00OWNmLTg5NDUtYzkyMDUzZjE0M2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjRiYmE4MS1hYmFiLTQ5Y2YtODk0NS1jOTIwNTNmMTQzYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 144, 30, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
color: rgba(29, 29, 29, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}];
}
#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a:hover {box-shadow:1px 1px 13px 10px rgba(22, 22, 22, 0.67) !important;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDhkNmQzY2ItOTdiMS00MThiLThjMjQtYmQ0MWJlOGRhNWI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkOGQ2ZDNjYi05N2IxLTQxOGItOGMyNC1iZDQxYmU4ZGE1YjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}] !important;
hover-type: gradient !important;}#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a-root {
    text-align: center;
  }


#s-42a9ddb9-87b8-46e4-819d-f6ff5ddc296a.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-bab79353-cc33-4aeb-ba11-dfb2806173be {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-bab79353-cc33-4aeb-ba11-dfb2806173be {
  margin-top: -15px;
}
}
#s-bab79353-cc33-4aeb-ba11-dfb2806173be hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-d10d283e-517e-4892-8205-3948d7a0e5e3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-d10d283e-517e-4892-8205-3948d7a0e5e3 {
  margin-top: 0px;
margin-left: 4%;
margin-right: 4%;
}
}







#s-d10d283e-517e-4892-8205-3948d7a0e5e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d10d283e-517e-4892-8205-3948d7a0e5e3.shg-box.shg-c {
  justify-content: center;
}

.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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  display: none;
}
#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6, #wrap-s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6, #wrap-content-s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 { display: none !important; }}@media (max-width: 767px){#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  display: none;
}
#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6, #wrap-s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6, #wrap-content-s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 { display: none !important; }}
#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6-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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6-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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6-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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6-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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6-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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6147cd9d-99c9-44d3-9d6c-2cc191fd4af6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7837c4aa-58fd-429f-bb1e-268521754bd1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f00f7806-925d-464d-a785-900945a6e7eb {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 1200px;
background-color: rgba(22, 22, 22, 1);
}








#s-f00f7806-925d-464d-a785-900945a6e7eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f00f7806-925d-464d-a785-900945a6e7eb.shg-box.shg-c {
  justify-content: center;
}

#s-c661b3e8-0c32-4848-8b87-740f0ce1e35b {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-c661b3e8-0c32-4848-8b87-740f0ce1e35b {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-c661b3e8-0c32-4848-8b87-740f0ce1e35b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c661b3e8-0c32-4848-8b87-740f0ce1e35b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c661b3e8-0c32-4848-8b87-740f0ce1e35b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c661b3e8-0c32-4848-8b87-740f0ce1e35b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70f8aaa7-e7fc-4fa1-bda6-897fd2050be3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-70f8aaa7-e7fc-4fa1-bda6-897fd2050be3 {
  min-height: 2px;
}
}







#s-70f8aaa7-e7fc-4fa1-bda6-897fd2050be3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70f8aaa7-e7fc-4fa1-bda6-897fd2050be3.shg-box.shg-c {
  justify-content: center;
}

#s-63f0fc96-d2b8-4807-881b-e3562b3e1262 {
  margin-bottom: -24px;
}

#s-47c3e4fc-e4de-48a6-a011-f56bd34e51cb {
  margin-top: -29px;
margin-bottom: -16px;
}

#s-3f4d1e52-2cb0-4cb0-a244-9e9793048f63 {
  margin-top: 10px;
margin-bottom: -21px;
}

#s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI0YmJhODEtYWJhYi00OWNmLTg5NDUtYzkyMDUzZjE0M2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjRiYmE4MS1hYmFiLTQ5Y2YtODk0NS1jOTIwNTNmMTQzYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 144, 30, 1);
border-style: solid;
border-radius: 8px;
text-align: left;
text-decoration: none;
color: rgba(29, 29, 29, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}];
}
#s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3:hover {box-shadow:1px 1px 13px 10px rgba(22, 22, 22, 0.67) !important;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODRiZGNmOTQtZmY0OC00NzRiLWEwMTQtYjFkMGYxYzYxNGQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NGJkY2Y5NC1mZjQ4LTQ3NGItYTAxNC1iMWQwZjFjNjE0ZDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}] !important;
hover-type: gradient !important;}#s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3-root {
    text-align: left;
  }


#s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3-root {
    text-align: left;
  }


#s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3-root {
    text-align: left;
  }


#s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3-root {
    text-align: left;
  }


#s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3-root {
    text-align: left;
  }


#s-f84e84c5-cb61-472e-b9af-9c9aa998b4a3.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-0bb688f7-2e5b-455f-80f3-6501a67a1b25 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0bb688f7-2e5b-455f-80f3-6501a67a1b25 {
  min-height: 0px;
}
}







#s-0bb688f7-2e5b-455f-80f3-6501a67a1b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bb688f7-2e5b-455f-80f3-6501a67a1b25.shg-box.shg-c {
  justify-content: center;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}



.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}



.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;

}






.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}



.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}



.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}



.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
  
}


}
#s-0e885b55-839f-471c-8acc-421118cc46cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-0e885b55-839f-471c-8acc-421118cc46cd {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-e8335f21-88cc-4536-9f78-f945d8d41d70 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-e8335f21-88cc-4536-9f78-f945d8d41d70 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin-bottom: 20px;
}
}
#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
  overflow: visible;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add background color handling */
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}



.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  
}


@media (min-width: 1200px){#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
  overflow: visible;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add background color handling */
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}



.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
  overflow: visible;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add background color handling */
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}



.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
  overflow: visible;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add background color handling */
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}



.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  
}


}@media (max-width: 767px){#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
  overflow: visible;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add background color handling */
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}



.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
  
}


}
#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
  overflow: visible;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add background color handling */
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}



.s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
  overflow: visible;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add background color handling */
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}



.s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
  overflow: visible;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add background color handling */
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}



.s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
  overflow: visible;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add background color handling */
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}



.s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
  overflow: visible;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add background color handling */
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}



.s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
  overflow: visible;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add background color handling */
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}



.s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  
}


@media (min-width: 1200px){#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
  overflow: visible;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add background color handling */
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}



.s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
  overflow: visible;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add background color handling */
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}



.s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
  overflow: visible;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add background color handling */
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}



.s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  
}


}@media (max-width: 767px){#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
  overflow: visible;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add background color handling */
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}



.s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
  
}


}
#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
  overflow: visible;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add background color handling */
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}



.s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
  overflow: visible;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add background color handling */
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}



.s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
  overflow: visible;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add background color handling */
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}



.s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
  overflow: visible;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add background color handling */
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}



.s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
  overflow: visible;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add background color handling */
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}



.s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-9559eb90-e413-4426-ac61-b1f3a8986ed2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9559eb90-e413-4426-ac61-b1f3a8986ed2 {
  display: none;
}
#s-9559eb90-e413-4426-ac61-b1f3a8986ed2, #wrap-s-9559eb90-e413-4426-ac61-b1f3a8986ed2, #wrap-content-s-9559eb90-e413-4426-ac61-b1f3a8986ed2 { display: none !important; }}@media (max-width: 767px){#s-9559eb90-e413-4426-ac61-b1f3a8986ed2 {
  display: none;
}
#s-9559eb90-e413-4426-ac61-b1f3a8986ed2, #wrap-s-9559eb90-e413-4426-ac61-b1f3a8986ed2, #wrap-content-s-9559eb90-e413-4426-ac61-b1f3a8986ed2 { display: none !important; }}







#s-9559eb90-e413-4426-ac61-b1f3a8986ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9559eb90-e413-4426-ac61-b1f3a8986ed2.shg-box.shg-c {
  justify-content: center;
}

#s-bb729bf0-febc-4871-9eaf-8670629c8544 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-bb729bf0-febc-4871-9eaf-8670629c8544 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-bb729bf0-febc-4871-9eaf-8670629c8544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb729bf0-febc-4871-9eaf-8670629c8544.shg-box.shg-c {
  justify-content: center;
}

#s-366b37f9-1b83-49c4-ac59-8bbbfcfb3b2a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-092d45e1-7622-4e10-8bde-54c698bb8fe5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-092d45e1-7622-4e10-8bde-54c698bb8fe5 {
  margin-top: 0px;
}
}
#s-092d45e1-7622-4e10-8bde-54c698bb8fe5 hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-1f8d4865-d59f-4846-87e5-416ffe250319 {
  margin-top: 0px;
margin-bottom: -20px;
}

#s-f10ae6e1-6668-4f62-8c8b-ec23573318cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -37px;
margin-right: auto;
min-height: 50px;
}








#s-f10ae6e1-6668-4f62-8c8b-ec23573318cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f10ae6e1-6668-4f62-8c8b-ec23573318cd.shg-box.shg-c {
  justify-content: center;
}

#s-31102335-a5d0-422b-afa5-5ad78830966d {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-31102335-a5d0-422b-afa5-5ad78830966d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31102335-a5d0-422b-afa5-5ad78830966d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-31102335-a5d0-422b-afa5-5ad78830966d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-31102335-a5d0-422b-afa5-5ad78830966d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  max-width: 1920px;
text-align: center;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  margin: 0 !important;
  overflow: visible;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add background color handling */
  
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 15px;

}






.s-92dbe6a6-5007-42e3-8116-f99b8dce145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image {
  box-sizing: border-box;
}



.s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  
}


@media (min-width: 1200px){#s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  margin: 0 !important;
  overflow: visible;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add background color handling */
  
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-92dbe6a6-5007-42e3-8116-f99b8dce145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image {
  box-sizing: border-box;
}



.s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  margin: 0 !important;
  overflow: visible;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add background color handling */
  
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-92dbe6a6-5007-42e3-8116-f99b8dce145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image {
  box-sizing: border-box;
}



.s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  margin: 0 !important;
  overflow: visible;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add background color handling */
  
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-92dbe6a6-5007-42e3-8116-f99b8dce145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image {
  box-sizing: border-box;
}



.s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  
}


}@media (max-width: 767px){#s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  margin: 0 !important;
  overflow: visible;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92dbe6a6-5007-42e3-8116-f99b8dce145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add background color handling */
  
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-92dbe6a6-5007-42e3-8116-f99b8dce145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92dbe6a6-5007-42e3-8116-f99b8dce145b.shogun-image {
  box-sizing: border-box;
}



.s-92dbe6a6-5007-42e3-8116-f99b8dce145b img.shogun-image {
  
}


}
#s-592d3f43-296f-4bc0-a0a1-d2f85480c2ac {
  min-height: 50px;
}








#s-592d3f43-296f-4bc0-a0a1-d2f85480c2ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-592d3f43-296f-4bc0-a0a1-d2f85480c2ac.shg-box.shg-c {
  justify-content: center;
}

#s-523c10db-d014-40f6-98f5-4dc52663c87e {
  margin-top: 10px;
margin-bottom: -21px;
}

#s-e0d12d97-6c0c-4b88-b3d0-2700ef1f125f {
  margin-top: 22px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-e0d12d97-6c0c-4b88-b3d0-2700ef1f125f {
  margin-top: 0px;
}
}
#s-e0d12d97-6c0c-4b88-b3d0-2700ef1f125f hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa.shg-box.shg-c {
  justify-content: center;
}

#s-70774283-949e-42aa-b05e-6302adf886bb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bc510ef1-b5e5-40b0-9bae-5db3f30d571d {
  margin-top: 0px;
margin-bottom: -25px;
}
@media (max-width: 767px){#s-bc510ef1-b5e5-40b0-9bae-5db3f30d571d {
  margin-bottom: 0px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-570d5dee-488b-49fd-84d0-4e428ee5f723 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-570d5dee-488b-49fd-84d0-4e428ee5f723 {
  display: none;
}
#s-570d5dee-488b-49fd-84d0-4e428ee5f723, #wrap-s-570d5dee-488b-49fd-84d0-4e428ee5f723, #wrap-content-s-570d5dee-488b-49fd-84d0-4e428ee5f723 { display: none !important; }}@media (max-width: 767px){#s-570d5dee-488b-49fd-84d0-4e428ee5f723 {
  display: none;
}
#s-570d5dee-488b-49fd-84d0-4e428ee5f723, #wrap-s-570d5dee-488b-49fd-84d0-4e428ee5f723, #wrap-content-s-570d5dee-488b-49fd-84d0-4e428ee5f723 { display: none !important; }}
#s-570d5dee-488b-49fd-84d0-4e428ee5f723 .shg-dynamic-column-count {
  grid-template-columns: repeat(6, 1fr);
}


#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 > .swiper-button-prev,
#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 > .swiper-button-next {
  
}

#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 > .swiper-button-prev svg,
#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-570d5dee-488b-49fd-84d0-4e428ee5f723 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-a0ce755b-dce3-48bb-b390-7cf49922aff4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

.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-fc30c24b-1851-474e-9ed7-2f801259898c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc30c24b-1851-474e-9ed7-2f801259898c 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-a35490a0-e27b-4e75-98c7-b41e948b0201 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a35490a0-e27b-4e75-98c7-b41e948b0201 .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

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

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

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

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

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

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

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

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

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f8a0b349-a24e-469f-8f17-6ed49f42e1ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-20e281f9-291b-4878-adbe-131c12296033 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2eaf02ed-f54e-4fac-9d2e-9ca95cbdcd71 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6de5d96-dca7-4c97-8fef-eff8c7fbf4df {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d6de5d96-dca7-4c97-8fef-eff8c7fbf4df .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a3b5d025-7167-4968-b4de-210d62e7bf02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3b5d025-7167-4968-b4de-210d62e7bf02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3b5d025-7167-4968-b4de-210d62e7bf02-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b5d025-7167-4968-b4de-210d62e7bf02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a3b5d025-7167-4968-b4de-210d62e7bf02-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b5d025-7167-4968-b4de-210d62e7bf02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3b5d025-7167-4968-b4de-210d62e7bf02-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b5d025-7167-4968-b4de-210d62e7bf02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a3b5d025-7167-4968-b4de-210d62e7bf02-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b5d025-7167-4968-b4de-210d62e7bf02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a3b5d025-7167-4968-b4de-210d62e7bf02-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b5d025-7167-4968-b4de-210d62e7bf02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-a3b5d025-7167-4968-b4de-210d62e7bf02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-091156b5-b3c5-4b51-871d-f9b9ac7cf4f7 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d14fe63-25b4-494e-8c8d-9ceafa76561b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f97340ef-dd14-4c44-9ff1-7890856799d3 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f97340ef-dd14-4c44-9ff1-7890856799d3 .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-28da2279-e3dc-4e41-8e09-cbad81e43b24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28da2279-e3dc-4e41-8e09-cbad81e43b24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28da2279-e3dc-4e41-8e09-cbad81e43b24-atc-btn-wrapper {
    text-align: center;
  }


#s-28da2279-e3dc-4e41-8e09-cbad81e43b24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-28da2279-e3dc-4e41-8e09-cbad81e43b24-atc-btn-wrapper {
    text-align: center;
  }


#s-28da2279-e3dc-4e41-8e09-cbad81e43b24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-28da2279-e3dc-4e41-8e09-cbad81e43b24-atc-btn-wrapper {
    text-align: center;
  }


#s-28da2279-e3dc-4e41-8e09-cbad81e43b24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-28da2279-e3dc-4e41-8e09-cbad81e43b24-atc-btn-wrapper {
    text-align: center;
  }


#s-28da2279-e3dc-4e41-8e09-cbad81e43b24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-28da2279-e3dc-4e41-8e09-cbad81e43b24-atc-btn-wrapper {
    text-align: center;
  }


#s-28da2279-e3dc-4e41-8e09-cbad81e43b24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-28da2279-e3dc-4e41-8e09-cbad81e43b24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-307ed230-8afb-43b3-8fbe-9816cde42b6a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-6f972595-81e2-4d3c-8c60-541aa98dec69 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f972595-81e2-4d3c-8c60-541aa98dec69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b0f8b797-a5eb-40c0-8823-87c4a92bb6b5 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b0f8b797-a5eb-40c0-8823-87c4a92bb6b5 .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-b518609a-74b9-4aff-931c-68733ef2c993 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b518609a-74b9-4aff-931c-68733ef2c993:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b518609a-74b9-4aff-931c-68733ef2c993:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b518609a-74b9-4aff-931c-68733ef2c993-atc-btn-wrapper {
    text-align: center;
  }


#s-b518609a-74b9-4aff-931c-68733ef2c993 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b518609a-74b9-4aff-931c-68733ef2c993-atc-btn-wrapper {
    text-align: center;
  }


#s-b518609a-74b9-4aff-931c-68733ef2c993 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b518609a-74b9-4aff-931c-68733ef2c993-atc-btn-wrapper {
    text-align: center;
  }


#s-b518609a-74b9-4aff-931c-68733ef2c993 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b518609a-74b9-4aff-931c-68733ef2c993-atc-btn-wrapper {
    text-align: center;
  }


#s-b518609a-74b9-4aff-931c-68733ef2c993 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b518609a-74b9-4aff-931c-68733ef2c993-atc-btn-wrapper {
    text-align: center;
  }


#s-b518609a-74b9-4aff-931c-68733ef2c993 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-b518609a-74b9-4aff-931c-68733ef2c993.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-040572c1-80bf-4488-985a-619a264c930b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-d3ae374b-e42e-4459-b2e9-6451a17c726c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ae374b-e42e-4459-b2e9-6451a17c726c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f8a4ed97-e45f-463c-a7c2-714a55a2cff9 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f8a4ed97-e45f-463c-a7c2-714a55a2cff9 .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e8d99f01-9b15-4d90-89cb-64964fd55a99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8d99f01-9b15-4d90-89cb-64964fd55a99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8d99f01-9b15-4d90-89cb-64964fd55a99-atc-btn-wrapper {
    text-align: center;
  }


#s-e8d99f01-9b15-4d90-89cb-64964fd55a99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e8d99f01-9b15-4d90-89cb-64964fd55a99-atc-btn-wrapper {
    text-align: center;
  }


#s-e8d99f01-9b15-4d90-89cb-64964fd55a99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8d99f01-9b15-4d90-89cb-64964fd55a99-atc-btn-wrapper {
    text-align: center;
  }


#s-e8d99f01-9b15-4d90-89cb-64964fd55a99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e8d99f01-9b15-4d90-89cb-64964fd55a99-atc-btn-wrapper {
    text-align: center;
  }


#s-e8d99f01-9b15-4d90-89cb-64964fd55a99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e8d99f01-9b15-4d90-89cb-64964fd55a99-atc-btn-wrapper {
    text-align: center;
  }


#s-e8d99f01-9b15-4d90-89cb-64964fd55a99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-e8d99f01-9b15-4d90-89cb-64964fd55a99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a43fd8cf-0378-433f-ae18-097be2af3397 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-a60871d8-2506-4104-92ce-375565f029f2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a60871d8-2506-4104-92ce-375565f029f2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d2196e05-51e9-4346-856c-dc5480d5b08f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d2196e05-51e9-4346-856c-dc5480d5b08f .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb-atc-btn-wrapper {
    text-align: center;
  }


#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb-atc-btn-wrapper {
    text-align: center;
  }


#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb-atc-btn-wrapper {
    text-align: center;
  }


#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb-atc-btn-wrapper {
    text-align: center;
  }


#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb-atc-btn-wrapper {
    text-align: center;
  }


#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ba0b2a06-e792-4e02-af70-dc5f650f4fbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c105cb38-12e1-4306-9d35-f58336947206 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 1200px){#s-c105cb38-12e1-4306-9d35-f58336947206 {
  display: none;
}
#s-c105cb38-12e1-4306-9d35-f58336947206, #wrap-s-c105cb38-12e1-4306-9d35-f58336947206, #wrap-content-s-c105cb38-12e1-4306-9d35-f58336947206 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c105cb38-12e1-4306-9d35-f58336947206 {
  display: none;
}
#s-c105cb38-12e1-4306-9d35-f58336947206, #wrap-s-c105cb38-12e1-4306-9d35-f58336947206, #wrap-content-s-c105cb38-12e1-4306-9d35-f58336947206 { display: none !important; }}@media (max-width: 767px){#s-c105cb38-12e1-4306-9d35-f58336947206 {
  margin-top: 40px;
}
}
#s-c105cb38-12e1-4306-9d35-f58336947206 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 > .swiper-button-prev,
#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 > .swiper-button-next {
  
}

#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 > .swiper-button-prev svg,
#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c105cb38-12e1-4306-9d35-f58336947206 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-9f7bda91-aa48-467a-803e-91a6e388c05c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5a7eea0-f2ff-4357-9977-5bd53f537569 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c537d00e-4903-497b-a46f-34eae3e591fc {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c537d00e-4903-497b-a46f-34eae3e591fc .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9d6e8bff-1758-425c-af5f-f263c86ad233:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d6e8bff-1758-425c-af5f-f263c86ad233:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d6e8bff-1758-425c-af5f-f263c86ad233-atc-btn-wrapper {
    text-align: center;
  }


#s-9d6e8bff-1758-425c-af5f-f263c86ad233 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9d6e8bff-1758-425c-af5f-f263c86ad233-atc-btn-wrapper {
    text-align: center;
  }


#s-9d6e8bff-1758-425c-af5f-f263c86ad233 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d6e8bff-1758-425c-af5f-f263c86ad233-atc-btn-wrapper {
    text-align: center;
  }


#s-9d6e8bff-1758-425c-af5f-f263c86ad233 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9d6e8bff-1758-425c-af5f-f263c86ad233-atc-btn-wrapper {
    text-align: center;
  }


#s-9d6e8bff-1758-425c-af5f-f263c86ad233 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9d6e8bff-1758-425c-af5f-f263c86ad233-atc-btn-wrapper {
    text-align: center;
  }


#s-9d6e8bff-1758-425c-af5f-f263c86ad233 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-9d6e8bff-1758-425c-af5f-f263c86ad233.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1f6d5b80-1e21-4b27-9516-793ad973fbc8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-afe41e47-aaac-4d9d-8f0f-379237cca65c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afe41e47-aaac-4d9d-8f0f-379237cca65c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fff176a8-3d38-4692-9d21-c0bd9b2dced6 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-fff176a8-3d38-4692-9d21-c0bd9b2dced6 .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-96328eae-3c86-4b4e-9e1f-392dd93fd149:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96328eae-3c86-4b4e-9e1f-392dd93fd149:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96328eae-3c86-4b4e-9e1f-392dd93fd149-atc-btn-wrapper {
    text-align: center;
  }


#s-96328eae-3c86-4b4e-9e1f-392dd93fd149 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-96328eae-3c86-4b4e-9e1f-392dd93fd149-atc-btn-wrapper {
    text-align: center;
  }


#s-96328eae-3c86-4b4e-9e1f-392dd93fd149 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-96328eae-3c86-4b4e-9e1f-392dd93fd149-atc-btn-wrapper {
    text-align: center;
  }


#s-96328eae-3c86-4b4e-9e1f-392dd93fd149 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-96328eae-3c86-4b4e-9e1f-392dd93fd149-atc-btn-wrapper {
    text-align: center;
  }


#s-96328eae-3c86-4b4e-9e1f-392dd93fd149 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-96328eae-3c86-4b4e-9e1f-392dd93fd149-atc-btn-wrapper {
    text-align: center;
  }


#s-96328eae-3c86-4b4e-9e1f-392dd93fd149 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-96328eae-3c86-4b4e-9e1f-392dd93fd149.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6c5ab2b0-aee1-486d-ae9e-9838cb7a6d02 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f7d00f-0c48-4dbc-ac2d-70cec66b6960 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f9389f05-10f0-4d84-9064-b8b7065743f5 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f9389f05-10f0-4d84-9064-b8b7065743f5 .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-ac405833-0aff-4861-9534-3186da23799e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ac405833-0aff-4861-9534-3186da23799e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac405833-0aff-4861-9534-3186da23799e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac405833-0aff-4861-9534-3186da23799e-atc-btn-wrapper {
    text-align: center;
  }


#s-ac405833-0aff-4861-9534-3186da23799e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ac405833-0aff-4861-9534-3186da23799e-atc-btn-wrapper {
    text-align: center;
  }


#s-ac405833-0aff-4861-9534-3186da23799e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac405833-0aff-4861-9534-3186da23799e-atc-btn-wrapper {
    text-align: center;
  }


#s-ac405833-0aff-4861-9534-3186da23799e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ac405833-0aff-4861-9534-3186da23799e-atc-btn-wrapper {
    text-align: center;
  }


#s-ac405833-0aff-4861-9534-3186da23799e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ac405833-0aff-4861-9534-3186da23799e-atc-btn-wrapper {
    text-align: center;
  }


#s-ac405833-0aff-4861-9534-3186da23799e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-ac405833-0aff-4861-9534-3186da23799e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4cfc1a6e-9a5a-4b3f-a249-08e899ce56e4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c723628d-1f77-4981-8da9-55c3c1466304 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c723628d-1f77-4981-8da9-55c3c1466304 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-caa4ae9d-fc70-4836-aa65-67971efc592a {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-caa4ae9d-fc70-4836-aa65-67971efc592a .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-faf137e6-484e-482c-9dc4-0836830a98ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-faf137e6-484e-482c-9dc4-0836830a98ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-faf137e6-484e-482c-9dc4-0836830a98ec-atc-btn-wrapper {
    text-align: center;
  }


#s-faf137e6-484e-482c-9dc4-0836830a98ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-faf137e6-484e-482c-9dc4-0836830a98ec-atc-btn-wrapper {
    text-align: center;
  }


#s-faf137e6-484e-482c-9dc4-0836830a98ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-faf137e6-484e-482c-9dc4-0836830a98ec-atc-btn-wrapper {
    text-align: center;
  }


#s-faf137e6-484e-482c-9dc4-0836830a98ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-faf137e6-484e-482c-9dc4-0836830a98ec-atc-btn-wrapper {
    text-align: center;
  }


#s-faf137e6-484e-482c-9dc4-0836830a98ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-faf137e6-484e-482c-9dc4-0836830a98ec-atc-btn-wrapper {
    text-align: center;
  }


#s-faf137e6-484e-482c-9dc4-0836830a98ec {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-faf137e6-484e-482c-9dc4-0836830a98ec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-35e55f4f-42e3-4e83-aab7-cfad4a7a19a6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f9446ad-07f5-4ae3-a264-2197c0efc19f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-be8a230f-85c3-4524-9f2b-9a78e34c1497 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-be8a230f-85c3-4524-9f2b-9a78e34c1497 .shg-product-title-component h3 span {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-13cf6272-fd94-45a7-99f3-52b8eabfaea9-atc-btn-wrapper {
    text-align: center;
  }


#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-13cf6272-fd94-45a7-99f3-52b8eabfaea9-atc-btn-wrapper {
    text-align: center;
  }


#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-13cf6272-fd94-45a7-99f3-52b8eabfaea9-atc-btn-wrapper {
    text-align: center;
  }


#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-13cf6272-fd94-45a7-99f3-52b8eabfaea9-atc-btn-wrapper {
    text-align: center;
  }


#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-13cf6272-fd94-45a7-99f3-52b8eabfaea9-atc-btn-wrapper {
    text-align: center;
  }


#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-13cf6272-fd94-45a7-99f3-52b8eabfaea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-995eff21-6386-47f6-b60e-83fbf3a1b0e2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-995eff21-6386-47f6-b60e-83fbf3a1b0e2 {
  margin-top: -15px;
}
}
#s-995eff21-6386-47f6-b60e-83fbf3a1b0e2 hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-263819e6-c7a4-4843-8633-b44c6bcbf198 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 1200px;
background-position: center center;
}

#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-image: url(https://i.shgcdn.com/602e4462-f20d-4a11-9f2d-ea6570007ecc/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-image: url(https://i.shgcdn.com/602e4462-f20d-4a11-9f2d-ea6570007ecc/-/resize/480x/);
}
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-image: url(https://i.shgcdn.com/602e4462-f20d-4a11-9f2d-ea6570007ecc/-/resize/960x/);
}
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-image: url(https://i.shgcdn.com/602e4462-f20d-4a11-9f2d-ea6570007ecc/-/resize/768x/);
}
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-image: url(https://i.shgcdn.com/602e4462-f20d-4a11-9f2d-ea6570007ecc/-/resize/1536x/);
}
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-image: url(https://i.shgcdn.com/602e4462-f20d-4a11-9f2d-ea6570007ecc/-/resize/1024x/);
}
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-image: url(https://i.shgcdn.com/602e4462-f20d-4a11-9f2d-ea6570007ecc/-/resize/2048x/);
}
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-image: url(https://i.shgcdn.com/602e4462-f20d-4a11-9f2d-ea6570007ecc/-/resize/1200x/);
}
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 {
  background-image: url(https://i.shgcdn.com/602e4462-f20d-4a11-9f2d-ea6570007ecc/-/resize/2048x/);
}
#s-46e27ccc-1de2-4962-a6fd-782f90b82a99.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-46e27ccc-1de2-4962-a6fd-782f90b82a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46e27ccc-1de2-4962-a6fd-782f90b82a99.shg-box.shg-c {
  justify-content: center;
}

#s-a0e0bc2a-7548-4993-9ebd-0b2066152f76 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-a0e0bc2a-7548-4993-9ebd-0b2066152f76 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-a0e0bc2a-7548-4993-9ebd-0b2066152f76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0e0bc2a-7548-4993-9ebd-0b2066152f76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0e0bc2a-7548-4993-9ebd-0b2066152f76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0e0bc2a-7548-4993-9ebd-0b2066152f76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-17af4186-14c3-4cc7-b607-d4655079e30c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-17af4186-14c3-4cc7-b607-d4655079e30c {
  min-height: 2px;
}
}







#s-17af4186-14c3-4cc7-b607-d4655079e30c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17af4186-14c3-4cc7-b607-d4655079e30c.shg-box.shg-c {
  justify-content: center;
}

#s-b205cdb8-8048-4d91-8875-9317391882ae {
  margin-top: -29px;
margin-bottom: -16px;
}

#s-299c3d30-998d-49f6-aa14-ed3003ecc8e3 {
  margin-top: 10px;
margin-bottom: -21px;
}

#s-d811b315-d607-4b7a-8077-c3f5aac51271 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI0YmJhODEtYWJhYi00OWNmLTg5NDUtYzkyMDUzZjE0M2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjRiYmE4MS1hYmFiLTQ5Y2YtODk0NS1jOTIwNTNmMTQzYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 144, 30, 1);
border-style: solid;
border-radius: 8px;
text-align: left;
text-decoration: none;
color: rgba(29, 29, 29, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}];
}
#s-d811b315-d607-4b7a-8077-c3f5aac51271:hover {box-shadow:1px 1px 13px 10px rgba(22, 22, 22, 0.67) !important;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjRlMmYyMDctNmNjYi00ZTQ0LTgxZDctOTEzNDIyNzRjZDVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NGUyZjIwNy02Y2NiLTRlNDQtODFkNy05MTM0MjI3NGNkNWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}] !important;
hover-type: gradient !important;}#s-d811b315-d607-4b7a-8077-c3f5aac51271:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d811b315-d607-4b7a-8077-c3f5aac51271-root {
    text-align: left;
  }


#s-d811b315-d607-4b7a-8077-c3f5aac51271.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d811b315-d607-4b7a-8077-c3f5aac51271-root {
    text-align: left;
  }


#s-d811b315-d607-4b7a-8077-c3f5aac51271.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d811b315-d607-4b7a-8077-c3f5aac51271-root {
    text-align: left;
  }


#s-d811b315-d607-4b7a-8077-c3f5aac51271.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d811b315-d607-4b7a-8077-c3f5aac51271-root {
    text-align: left;
  }


#s-d811b315-d607-4b7a-8077-c3f5aac51271.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d811b315-d607-4b7a-8077-c3f5aac51271-root {
    text-align: left;
  }


#s-d811b315-d607-4b7a-8077-c3f5aac51271.shg-btn {
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-72a48914-8618-45af-b714-ec9f67df47d9 {
  margin-top: 0px;
margin-bottom: 21px;
max-width: 1440px;
text-align: center;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 21px;
}

.shg-image-content-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-72a48914-8618-45af-b714-ec9f67df47d9 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image {
  box-sizing: border-box;
}



.s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-72a48914-8618-45af-b714-ec9f67df47d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;

}






.s-72a48914-8618-45af-b714-ec9f67df47d9 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image {
  box-sizing: border-box;
}



.s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-72a48914-8618-45af-b714-ec9f67df47d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-72a48914-8618-45af-b714-ec9f67df47d9 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image {
  box-sizing: border-box;
}



.s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-72a48914-8618-45af-b714-ec9f67df47d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-72a48914-8618-45af-b714-ec9f67df47d9 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image {
  box-sizing: border-box;
}



.s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-72a48914-8618-45af-b714-ec9f67df47d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72a48914-8618-45af-b714-ec9f67df47d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-72a48914-8618-45af-b714-ec9f67df47d9 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a48914-8618-45af-b714-ec9f67df47d9.shogun-image {
  box-sizing: border-box;
}



.s-72a48914-8618-45af-b714-ec9f67df47d9 img.shogun-image {
  
}


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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}