.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-3f841cf4-1a40-439e-9a2e-7c85dbc86482 {
  min-height: 50px;
background-color: rgba(255, 247, 236, 1);
}








#s-3f841cf4-1a40-439e-9a2e-7c85dbc86482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f841cf4-1a40-439e-9a2e-7c85dbc86482.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-7158a43e-eb58-4120-bca2-dc237d8619c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7158a43e-eb58-4120-bca2-dc237d8619c1 {
  display: none;
}
#s-7158a43e-eb58-4120-bca2-dc237d8619c1, #wrap-s-7158a43e-eb58-4120-bca2-dc237d8619c1, #wrap-content-s-7158a43e-eb58-4120-bca2-dc237d8619c1 { display: none !important; }}@media (max-width: 767px){#s-7158a43e-eb58-4120-bca2-dc237d8619c1 {
  display: none;
}
#s-7158a43e-eb58-4120-bca2-dc237d8619c1, #wrap-s-7158a43e-eb58-4120-bca2-dc237d8619c1, #wrap-content-s-7158a43e-eb58-4120-bca2-dc237d8619c1 { display: none !important; }}
#s-7158a43e-eb58-4120-bca2-dc237d8619c1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7158a43e-eb58-4120-bca2-dc237d8619c1 .shg-sld-nav-button.shg-sld-left,
#s-7158a43e-eb58-4120-bca2-dc237d8619c1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-99b408fd-255c-4815-8b56-6e3928acea4f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-99b408fd-255c-4815-8b56-6e3928acea4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99b408fd-255c-4815-8b56-6e3928acea4f.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.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-4bc28f0b-26b1-4d05-bd1c-681ee9401bee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-4bc28f0b-26b1-4d05-bd1c-681ee9401bee {
  --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-4bc28f0b-26b1-4d05-bd1c-681ee9401bee > .swiper-button-prev,
#slider-v3-s-4bc28f0b-26b1-4d05-bd1c-681ee9401bee > .swiper-button-next {
  
}

#slider-v3-s-4bc28f0b-26b1-4d05-bd1c-681ee9401bee > .swiper-button-prev svg,
#slider-v3-s-4bc28f0b-26b1-4d05-bd1c-681ee9401bee > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4bc28f0b-26b1-4d05-bd1c-681ee9401bee > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4bc28f0b-26b1-4d05-bd1c-681ee9401bee > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4bc28f0b-26b1-4d05-bd1c-681ee9401bee > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4bc28f0b-26b1-4d05-bd1c-681ee9401bee .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4bc28f0b-26b1-4d05-bd1c-681ee9401bee .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-4bc28f0b-26b1-4d05-bd1c-681ee9401bee .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

.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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388-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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388-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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388-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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388-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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388-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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .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-4816d0c5-dc6c-4fbc-aab0-208b88eac388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4816d0c5-dc6c-4fbc-aab0-208b88eac388.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  margin-left: auto;
margin-right: auto;
max-width: 2171px;
text-align: center;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2-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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2-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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2-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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2-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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2-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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-c6b683e5-caf2-4b88-a7e7-50df7f3472c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b683e5-caf2-4b88-a7e7-50df7f3472c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  margin-left: auto;
margin-right: auto;
max-width: 2171px;
text-align: center;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d-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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d .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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-32aa7e5d-3d2e-451f-a8f4-3df07611822d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d-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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d .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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-32aa7e5d-3d2e-451f-a8f4-3df07611822d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d-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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d .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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-32aa7e5d-3d2e-451f-a8f4-3df07611822d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d-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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d .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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-32aa7e5d-3d2e-451f-a8f4-3df07611822d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d-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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d .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-32aa7e5d-3d2e-451f-a8f4-3df07611822d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-32aa7e5d-3d2e-451f-a8f4-3df07611822d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32aa7e5d-3d2e-451f-a8f4-3df07611822d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-3159321f-84ef-454c-a292-eecc26d31a8e {
  margin-left: auto;
margin-right: auto;
max-width: 2171px;
text-align: center;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e {
  margin: 0 !important;
  overflow: visible;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e-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-3159321f-84ef-454c-a292-eecc26d31a8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3159321f-84ef-454c-a292-eecc26d31a8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add background color handling */
  
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3159321f-84ef-454c-a292-eecc26d31a8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image {
  box-sizing: border-box;
}



.s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  
}


@media (min-width: 1200px){#s-3159321f-84ef-454c-a292-eecc26d31a8e {
  margin: 0 !important;
  overflow: visible;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e-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-3159321f-84ef-454c-a292-eecc26d31a8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3159321f-84ef-454c-a292-eecc26d31a8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add background color handling */
  
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3159321f-84ef-454c-a292-eecc26d31a8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image {
  box-sizing: border-box;
}



.s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3159321f-84ef-454c-a292-eecc26d31a8e {
  margin: 0 !important;
  overflow: visible;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e-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-3159321f-84ef-454c-a292-eecc26d31a8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3159321f-84ef-454c-a292-eecc26d31a8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add background color handling */
  
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3159321f-84ef-454c-a292-eecc26d31a8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image {
  box-sizing: border-box;
}



.s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3159321f-84ef-454c-a292-eecc26d31a8e {
  margin: 0 !important;
  overflow: visible;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e-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-3159321f-84ef-454c-a292-eecc26d31a8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3159321f-84ef-454c-a292-eecc26d31a8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add background color handling */
  
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3159321f-84ef-454c-a292-eecc26d31a8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image {
  box-sizing: border-box;
}



.s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  
}


}@media (max-width: 767px){#s-3159321f-84ef-454c-a292-eecc26d31a8e {
  margin: 0 !important;
  overflow: visible;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e-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-3159321f-84ef-454c-a292-eecc26d31a8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3159321f-84ef-454c-a292-eecc26d31a8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add background color handling */
  
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3159321f-84ef-454c-a292-eecc26d31a8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3159321f-84ef-454c-a292-eecc26d31a8e.shogun-image {
  box-sizing: border-box;
}



.s-3159321f-84ef-454c-a292-eecc26d31a8e img.shogun-image {
  
}


}
#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 {
  display: none;
}
#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39, #wrap-s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39, #wrap-content-s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 { display: none !important; }}@media (max-width: 767px){#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 {
  display: none;
}
#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39, #wrap-s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39, #wrap-content-s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 { display: none !important; }}







#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ced3cfd8-e181-4c28-b36b-9ab32b44ab39.shg-box.shg-c {
  justify-content: center;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  margin-left: auto;
margin-right: auto;
max-width: 2171px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  
}
}@media (max-width: 767px){#s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  
}
}
#s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  margin: 0 !important;
  overflow: visible;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae-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-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add background color handling */
  
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-053bdaff-e341-4c0b-80d7-edc67a4819ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image {
  box-sizing: border-box;
}



.s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  
}


@media (min-width: 1200px){#s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  margin: 0 !important;
  overflow: visible;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae-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-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add background color handling */
  
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-053bdaff-e341-4c0b-80d7-edc67a4819ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image {
  box-sizing: border-box;
}



.s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  margin: 0 !important;
  overflow: visible;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae-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-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add background color handling */
  
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-053bdaff-e341-4c0b-80d7-edc67a4819ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image {
  box-sizing: border-box;
}



.s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  margin: 0 !important;
  overflow: visible;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae-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-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add background color handling */
  
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-053bdaff-e341-4c0b-80d7-edc67a4819ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image {
  box-sizing: border-box;
}



.s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  
}


}@media (max-width: 767px){#s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  margin: 0 !important;
  overflow: visible;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae-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-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-053bdaff-e341-4c0b-80d7-edc67a4819ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add background color handling */
  
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-053bdaff-e341-4c0b-80d7-edc67a4819ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053bdaff-e341-4c0b-80d7-edc67a4819ae.shogun-image {
  box-sizing: border-box;
}



.s-053bdaff-e341-4c0b-80d7-edc67a4819ae img.shogun-image {
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}
@media (min-width: 1200px){#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 {
  background-color: rgba(251, 249, 237, 1);
}
}
#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(19, 67, 61, 1);
    border: 6px solid rgba(19, 67, 61, 1);
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(202, 74, 44, 1);
    border: 6px solid rgba(255, 247, 236, 1);
  }
#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
  
  
  
  font-size: 15px;
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 6px);
  left: 6px;
  bottom: -6px;
  height: 6px;
  background: rgba(202, 74, 44, 1);
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs-body {
  margin-top: -6px;
  border-top: 6px solid rgba(255, 247, 236, 1);
}
@media (min-width: 1200px){#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(4, 116, 103, 1);
    border: 4px solid rgba(4, 61, 54, 1);
  }
  #s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(202, 74, 44, 1);
    border: 4px solid rgba(255, 247, 236, 1);
  }
#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
  
  
  
  font-size: 15px;
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 247, 236, 1);
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 4px);
  left: 4px;
  bottom: -4px;
  height: 4px;
  background: rgba(202, 74, 44, 1);
}

#s-4a2a4e52-1ad9-4996-a946-b4383dca2ac3 .shogun-tabs-body {
  margin-top: -4px;
  border-top: 4px solid rgba(255, 247, 236, 1);
}
}
#s-81d1a49b-41e0-4b8c-9a1f-639e1947b820 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-81d1a49b-41e0-4b8c-9a1f-639e1947b820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81d1a49b-41e0-4b8c-9a1f-639e1947b820.shg-box.shg-c {
  justify-content: center;
}

/*
  $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-0766f518-9cf4-40dd-98b6-c80184a8718b {
  margin-left: auto;
margin-right: auto;
}

#s-0766f518-9cf4-40dd-98b6-c80184a8718b .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b {
  --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-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-prev,
#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-next {
  
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-prev svg,
#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0766f518-9cf4-40dd-98b6-c80184a8718b .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-0766f518-9cf4-40dd-98b6-c80184a8718b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7e0bf6a0-fbb7-4b5b-97be-b0372afc896e {
  margin-left: auto;
margin-right: auto;
}

.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-51b1b1da-b9be-4206-ac7c-df4da585fab9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51b1b1da-b9be-4206-ac7c-df4da585fab9 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-47e88095-0c50-4b86-a903-a06ccfe08977 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47e88095-0c50-4b86-a903-a06ccfe08977 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-a8a12645-c86d-4c7c-8632-5d2c8fc1519a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
.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-1999b312-5f01-485d-9bf8-4c220557beae {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-1999b312-5f01-485d-9bf8-4c220557beae:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1999b312-5f01-485d-9bf8-4c220557beae:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-1999b312-5f01-485d-9bf8-4c220557beae-atc-btn-wrapper {
    text-align: center;
  }


#s-1999b312-5f01-485d-9bf8-4c220557beae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1999b312-5f01-485d-9bf8-4c220557beae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-332ba813-9060-4430-b254-5c5d774b39f1 {
  margin-left: auto;
margin-right: auto;
}

#s-61d84733-8662-4ea0-ae84-26529695929e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61d84733-8662-4ea0-ae84-26529695929e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-670b5d3a-08bc-417d-a49e-e42b33d3c5dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-670b5d3a-08bc-417d-a49e-e42b33d3c5dd .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-909a67e6-380e-4299-886e-5841801034a9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-909a67e6-380e-4299-886e-5841801034a9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-909a67e6-380e-4299-886e-5841801034a9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-909a67e6-380e-4299-886e-5841801034a9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-909a67e6-380e-4299-886e-5841801034a9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-909a67e6-380e-4299-886e-5841801034a9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-909a67e6-380e-4299-886e-5841801034a9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-2287fb9f-1d85-48e5-9864-cf19047107f8 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-2287fb9f-1d85-48e5-9864-cf19047107f8:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2287fb9f-1d85-48e5-9864-cf19047107f8:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-2287fb9f-1d85-48e5-9864-cf19047107f8-atc-btn-wrapper {
    text-align: center;
  }


#s-2287fb9f-1d85-48e5-9864-cf19047107f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-2287fb9f-1d85-48e5-9864-cf19047107f8-atc-btn-wrapper {
    text-align: center;
  }


#s-2287fb9f-1d85-48e5-9864-cf19047107f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2287fb9f-1d85-48e5-9864-cf19047107f8-atc-btn-wrapper {
    text-align: center;
  }


#s-2287fb9f-1d85-48e5-9864-cf19047107f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2287fb9f-1d85-48e5-9864-cf19047107f8-atc-btn-wrapper {
    text-align: center;
  }


#s-2287fb9f-1d85-48e5-9864-cf19047107f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-2287fb9f-1d85-48e5-9864-cf19047107f8-atc-btn-wrapper {
    text-align: center;
  }


#s-2287fb9f-1d85-48e5-9864-cf19047107f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2287fb9f-1d85-48e5-9864-cf19047107f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-e658b13d-668d-41c8-ba17-a69c903c9171 {
  margin-left: auto;
margin-right: auto;
}

#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-481043c6-c3d4-4974-ad98-4ac7022dcac4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2e06e023-42ff-4314-9fcb-630055f650a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e06e023-42ff-4314-9fcb-630055f650a9 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ff4a01af-6c3a-47dd-93bf-502c6c75bdd0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ff4a01af-6c3a-47dd-93bf-502c6c75bdd0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  
  
  font-style:  normal ;
}

#s-ff4a01af-6c3a-47dd-93bf-502c6c75bdd0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 15px;
}

#s-ff4a01af-6c3a-47dd-93bf-502c6c75bdd0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-ff4a01af-6c3a-47dd-93bf-502c6c75bdd0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-ff4a01af-6c3a-47dd-93bf-502c6c75bdd0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-ff4a01af-6c3a-47dd-93bf-502c6c75bdd0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-3c94b7f3-8250-4093-8e9d-9453977bd314 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-3c94b7f3-8250-4093-8e9d-9453977bd314:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3c94b7f3-8250-4093-8e9d-9453977bd314:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-3c94b7f3-8250-4093-8e9d-9453977bd314-atc-btn-wrapper {
    text-align: center;
  }


#s-3c94b7f3-8250-4093-8e9d-9453977bd314 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-3c94b7f3-8250-4093-8e9d-9453977bd314-atc-btn-wrapper {
    text-align: center;
  }


#s-3c94b7f3-8250-4093-8e9d-9453977bd314 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c94b7f3-8250-4093-8e9d-9453977bd314-atc-btn-wrapper {
    text-align: center;
  }


#s-3c94b7f3-8250-4093-8e9d-9453977bd314 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3c94b7f3-8250-4093-8e9d-9453977bd314-atc-btn-wrapper {
    text-align: center;
  }


#s-3c94b7f3-8250-4093-8e9d-9453977bd314 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-3c94b7f3-8250-4093-8e9d-9453977bd314-atc-btn-wrapper {
    text-align: center;
  }


#s-3c94b7f3-8250-4093-8e9d-9453977bd314 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3c94b7f3-8250-4093-8e9d-9453977bd314.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-6f985f83-0209-428a-9def-6b8e6440068a {
  margin-left: auto;
margin-right: auto;
}

#s-266d8150-279c-42c9-8cde-1cac1a774aec {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266d8150-279c-42c9-8cde-1cac1a774aec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b713fd1a-85c7-486e-9d81-9a3acf6b4392 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b713fd1a-85c7-486e-9d81-9a3acf6b4392 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-29090807-0b6b-4ce0-a6bf-2b1b7cb67e7d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-29090807-0b6b-4ce0-a6bf-2b1b7cb67e7d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-29090807-0b6b-4ce0-a6bf-2b1b7cb67e7d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-29090807-0b6b-4ce0-a6bf-2b1b7cb67e7d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-29090807-0b6b-4ce0-a6bf-2b1b7cb67e7d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-29090807-0b6b-4ce0-a6bf-2b1b7cb67e7d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-29090807-0b6b-4ce0-a6bf-2b1b7cb67e7d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e8652353-39dc-4d74-b3b3-5493f88fd346 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-e8652353-39dc-4d74-b3b3-5493f88fd346:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e8652353-39dc-4d74-b3b3-5493f88fd346:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-e8652353-39dc-4d74-b3b3-5493f88fd346-atc-btn-wrapper {
    text-align: center;
  }


#s-e8652353-39dc-4d74-b3b3-5493f88fd346 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-e8652353-39dc-4d74-b3b3-5493f88fd346-atc-btn-wrapper {
    text-align: center;
  }


#s-e8652353-39dc-4d74-b3b3-5493f88fd346 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8652353-39dc-4d74-b3b3-5493f88fd346-atc-btn-wrapper {
    text-align: center;
  }


#s-e8652353-39dc-4d74-b3b3-5493f88fd346 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e8652353-39dc-4d74-b3b3-5493f88fd346-atc-btn-wrapper {
    text-align: center;
  }


#s-e8652353-39dc-4d74-b3b3-5493f88fd346 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-e8652353-39dc-4d74-b3b3-5493f88fd346-atc-btn-wrapper {
    text-align: center;
  }


#s-e8652353-39dc-4d74-b3b3-5493f88fd346 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e8652353-39dc-4d74-b3b3-5493f88fd346.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-faf3b187-e9ee-439b-9f81-84228b59d192 {
  margin-left: auto;
margin-right: auto;
}

#s-e1667c90-8665-4148-b479-9346ac00dfba {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1667c90-8665-4148-b479-9346ac00dfba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ef89db04-03d2-490c-a3d6-064e203fed3d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef89db04-03d2-490c-a3d6-064e203fed3d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e33e40f7-69b8-419e-9004-dd262c99a04f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e33e40f7-69b8-419e-9004-dd262c99a04f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e33e40f7-69b8-419e-9004-dd262c99a04f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e33e40f7-69b8-419e-9004-dd262c99a04f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-e33e40f7-69b8-419e-9004-dd262c99a04f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-e33e40f7-69b8-419e-9004-dd262c99a04f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-e33e40f7-69b8-419e-9004-dd262c99a04f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-ee91fb80-49e0-4337-bcab-4f8d65fe358e-atc-btn-wrapper {
    text-align: center;
  }


#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-ee91fb80-49e0-4337-bcab-4f8d65fe358e-atc-btn-wrapper {
    text-align: center;
  }


#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee91fb80-49e0-4337-bcab-4f8d65fe358e-atc-btn-wrapper {
    text-align: center;
  }


#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ee91fb80-49e0-4337-bcab-4f8d65fe358e-atc-btn-wrapper {
    text-align: center;
  }


#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-ee91fb80-49e0-4337-bcab-4f8d65fe358e-atc-btn-wrapper {
    text-align: center;
  }


#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ee91fb80-49e0-4337-bcab-4f8d65fe358e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-63a8c8a1-1d3f-45b0-a2ed-9f63cb63c9f9 {
  margin-left: auto;
margin-right: auto;
}

#s-b26ee506-3016-447d-a6ef-74ce83ac116b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b26ee506-3016-447d-a6ef-74ce83ac116b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b26ee506-3016-447d-a6ef-74ce83ac116b.shg-box.shg-c {
  justify-content: center;
}

#s-6489747e-1aaa-47ac-9218-c9a4e2fc3aac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6489747e-1aaa-47ac-9218-c9a4e2fc3aac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6489747e-1aaa-47ac-9218-c9a4e2fc3aac.shg-box.shg-c {
  justify-content: center;
}

#s-a70d5d07-56c5-4223-a285-918cd7b85d06 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a70d5d07-56c5-4223-a285-918cd7b85d06 {
  padding-left: 19%;
padding-right: 19%;
}
}
#s-a70d5d07-56c5-4223-a285-918cd7b85d06 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 {
  --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-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev,
#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next {
  
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev svg,
#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 .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-a70d5d07-56c5-4223-a285-918cd7b85d06 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-a70d5d07-56c5-4223-a285-918cd7b85d06 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 {
  --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-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev,
#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next {
  
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev svg,
#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a70d5d07-56c5-4223-a285-918cd7b85d06 .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-a70d5d07-56c5-4223-a285-918cd7b85d06 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-528b4aee-a157-4145-8fa2-9d05ba64e483 {
  margin-left: auto;
margin-right: auto;
}

#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0b5354-0bb4-45e1-9094-d8aeff9c0c52 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6b26d8c1-dba9-4041-a692-f0138a5f4582 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b26d8c1-dba9-4041-a692-f0138a5f4582 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-d680ee9d-94c3-43e9-bd57-e924241fb825 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  
  font-style:  normal ;
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 20px;
}

#s-d680ee9d-94c3-43e9-bd57-e924241fb825 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(246, 7, 7, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-c931b90a-3f20-404f-a2bb-19ef7532c274:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c931b90a-3f20-404f-a2bb-19ef7532c274:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-c931b90a-3f20-404f-a2bb-19ef7532c274-atc-btn-wrapper {
    text-align: center;
  }


#s-c931b90a-3f20-404f-a2bb-19ef7532c274 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c931b90a-3f20-404f-a2bb-19ef7532c274.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-20eb96e5-3edf-4bf3-b63c-9cb18af97c00 {
  margin-left: auto;
margin-right: auto;
}

#s-23727ea8-febe-41bb-a761-92f7226d1d8e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23727ea8-febe-41bb-a761-92f7226d1d8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7b46af2c-1a08-4e2d-931b-9064538543e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b46af2c-1a08-4e2d-931b-9064538543e4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fa524eeb-d183-4333-aa57-2a535de27526 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fa524eeb-d183-4333-aa57-2a535de27526 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-fa524eeb-d183-4333-aa57-2a535de27526 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-fa524eeb-d183-4333-aa57-2a535de27526 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-fa524eeb-d183-4333-aa57-2a535de27526 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-fa524eeb-d183-4333-aa57-2a535de27526 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-fa524eeb-d183-4333-aa57-2a535de27526 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(250, 7, 7, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca-atc-btn-wrapper {
    text-align: center;
  }


#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca-atc-btn-wrapper {
    text-align: center;
  }


#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca-atc-btn-wrapper {
    text-align: center;
  }


#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca-atc-btn-wrapper {
    text-align: center;
  }


#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca-atc-btn-wrapper {
    text-align: center;
  }


#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-89ee6bd2-e25e-4a1c-8e4f-f3f27bc6a8ca.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-e653772d-4c78-42b9-ac1c-265bb85040a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e653772d-4c78-42b9-ac1c-265bb85040a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e653772d-4c78-42b9-ac1c-265bb85040a0.shg-box.shg-c {
  justify-content: center;
}

#s-13ff119d-ce57-433d-98c7-10e2f67fb2bb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-13ff119d-ce57-433d-98c7-10e2f67fb2bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13ff119d-ce57-433d-98c7-10e2f67fb2bb.shg-box.shg-c {
  justify-content: center;
}

#s-7043bfee-1377-42cd-b855-bf69e9e508ce {
  margin-left: auto;
margin-right: auto;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  margin-left: auto;
margin-right: auto;
max-width: 2171px;
text-align: center;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45-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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45-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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45-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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45-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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45-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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 img.shogun-image {
  width: 100%;
  
  
  max-width: 2171px;

      
    max-width: 2171px;

  /* 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-cc3b9b7f-cf51-4d75-8494-a1c690f08f45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3b9b7f-cf51-4d75-8494-a1c690f08f45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 {
  display: none;
}
#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7, #wrap-s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7, #wrap-content-s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 { display: none !important; }}@media (max-width: 767px){#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 {
  display: none;
}
#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7, #wrap-s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7, #wrap-content-s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 { display: none !important; }}







#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fd1c9a3-d5f4-4070-9afc-3d5c36f2b2e7.shg-box.shg-c {
  justify-content: center;
}

#s-794a62f6-7d5f-4c22-8ef7-6110a137572d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.95;
}
@media (min-width: 768px) and (max-width: 991px){#s-794a62f6-7d5f-4c22-8ef7-6110a137572d {
  
}
}@media (max-width: 767px){#s-794a62f6-7d5f-4c22-8ef7-6110a137572d {
  
}
}
#s-794a62f6-7d5f-4c22-8ef7-6110a137572d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-794a62f6-7d5f-4c22-8ef7-6110a137572d .shg-sld-nav-button.shg-sld-left,
#s-794a62f6-7d5f-4c22-8ef7-6110a137572d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-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-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


@media (min-width: 1200px){#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-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-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-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-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-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-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


}@media (max-width: 767px){#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d-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-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22672f8c-941e-4a00-99a5-d0a9845d9a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22672f8c-941e-4a00-99a5-d0a9845d9a3d.shogun-image {
  box-sizing: border-box;
}



.s-22672f8c-941e-4a00-99a5-d0a9845d9a3d img.shogun-image {
  
}


}
#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin-left: auto;
margin-right: auto;
max-width: 4522px;
aspect-ratio: 4522/1501;
text-align: center;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-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-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

@media (min-width: 1200px){#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-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-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-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-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-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-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (max-width: 767px){#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7-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-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image {
  box-sizing: border-box;
}



.s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container {
      position: relative;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a298ec61-e3b4-4390-b3b7-daa8e5fcc8c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}
#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin-left: auto;
margin-right: auto;
max-width: 4522px;
aspect-ratio: 4522/1501;
text-align: center;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-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-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

@media (min-width: 1200px){#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-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-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-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-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-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-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}@media (max-width: 767px){#s-efda73d6-1253-4220-980e-2759bad0cce3 {
  margin: 0 !important;
  overflow: visible;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3-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-efda73d6-1253-4220-980e-2759bad0cce3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efda73d6-1253-4220-980e-2759bad0cce3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add background color handling */
  
}

#s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }

    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-link {
      aspect-ratio: 4522/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efda73d6-1253-4220-980e-2759bad0cce3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4522px;
  }



  img.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
    
    
    
    max-height: 4522px;
  }


.s-efda73d6-1253-4220-980e-2759bad0cce3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image {
  box-sizing: border-box;
}



.s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efda73d6-1253-4220-980e-2759bad0cce3 {
      --shg-aspect-ratio: calc(4522/1501); 
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container {
      position: relative;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efda73d6-1253-4220-980e-2759bad0cce3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4522px;
    }
  }

}
#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  
}
}@media (max-width: 767px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  
}
}
#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-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-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


@media (min-width: 1200px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-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-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-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-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-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-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


}@media (max-width: 767px){#s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  margin: 0 !important;
  overflow: visible;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c-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-53b0d0de-ccd9-404f-8d11-5c635977018c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b0d0de-ccd9-404f-8d11-5c635977018c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add background color handling */
  
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-53b0d0de-ccd9-404f-8d11-5c635977018c .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b0d0de-ccd9-404f-8d11-5c635977018c.shogun-image {
  box-sizing: border-box;
}



.s-53b0d0de-ccd9-404f-8d11-5c635977018c img.shogun-image {
  
}


}
#s-826415d8-4682-487b-b78d-402222428752 {
  margin-left: auto;
margin-right: auto;
max-width: 2171px;
text-align: center;
}

#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-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-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


@media (min-width: 1200px){#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-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-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-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-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-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-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


}@media (max-width: 767px){#s-826415d8-4682-487b-b78d-402222428752 {
  margin: 0 !important;
  overflow: visible;
}

#s-826415d8-4682-487b-b78d-402222428752-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-826415d8-4682-487b-b78d-402222428752 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-826415d8-4682-487b-b78d-402222428752 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add background color handling */
  
}

#s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-826415d8-4682-487b-b78d-402222428752 .shogun-image-content {
  
    justify-content: center;
  
}

.s-826415d8-4682-487b-b78d-402222428752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826415d8-4682-487b-b78d-402222428752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826415d8-4682-487b-b78d-402222428752.shogun-image {
  box-sizing: border-box;
}



.s-826415d8-4682-487b-b78d-402222428752 img.shogun-image {
  
}


}
#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  
}
}@media (max-width: 767px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  
}
}
#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-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-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-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-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-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-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-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-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  margin: 0 !important;
  overflow: visible;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996-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-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add background color handling */
  
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996.shogun-image {
  box-sizing: border-box;
}



.s-a89b9d45-5f25-4d01-9ad0-1fb7f99bb996 img.shogun-image {
  
}


}
#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin-left: auto;
margin-right: auto;
max-width: 4521px;
aspect-ratio: 4521/1500;
text-align: center;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-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-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

@media (min-width: 1200px){#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-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-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-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-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-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-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}@media (max-width: 767px){#s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  margin: 0 !important;
  overflow: visible;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64-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-23679803-f38b-474e-8efb-09d8e5f31c64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23679803-f38b-474e-8efb-09d8e5f31c64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add background color handling */
  
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }

    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23679803-f38b-474e-8efb-09d8e5f31c64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4521px;
  }



  img.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
    
    
    
    max-height: 4521px;
  }


.s-23679803-f38b-474e-8efb-09d8e5f31c64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image {
  box-sizing: border-box;
}



.s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23679803-f38b-474e-8efb-09d8e5f31c64 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container {
      position: relative;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23679803-f38b-474e-8efb-09d8e5f31c64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4521px;
    }
  }

}
#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 {
  display: none;
}
#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0, #wrap-s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0, #wrap-content-s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 {
  display: none;
}
#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0, #wrap-s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0, #wrap-content-s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 { display: none !important; }}







#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fbfb1bc-fc8b-4f6e-9810-d720521b0ef0.shg-box.shg-c {
  justify-content: center;
}

#s-c01b391c-e5a2-4097-9de5-ab10b2e73212 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c01b391c-e5a2-4097-9de5-ab10b2e73212 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c01b391c-e5a2-4097-9de5-ab10b2e73212 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c01b391c-e5a2-4097-9de5-ab10b2e73212 {
  
}
}@media (max-width: 767px){#s-c01b391c-e5a2-4097-9de5-ab10b2e73212 {
  
}
}







#s-c01b391c-e5a2-4097-9de5-ab10b2e73212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c01b391c-e5a2-4097-9de5-ab10b2e73212.shg-box.shg-c {
  justify-content: center;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  margin: 0 !important;
  overflow: visible;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127-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-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add background color handling */
  
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image {
  box-sizing: border-box;
}



.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  margin: 0 !important;
  overflow: visible;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127-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-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add background color handling */
  
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image {
  box-sizing: border-box;
}



.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  margin: 0 !important;
  overflow: visible;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127-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-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add background color handling */
  
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image {
  box-sizing: border-box;
}



.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  margin: 0 !important;
  overflow: visible;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127-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-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add background color handling */
  
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image {
  box-sizing: border-box;
}



.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  margin: 0 !important;
  overflow: visible;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127-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-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5896b26d-f9d6-4832-8892-b9b4e79e7127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add background color handling */
  
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5896b26d-f9d6-4832-8892-b9b4e79e7127.shogun-image {
  box-sizing: border-box;
}



.s-5896b26d-f9d6-4832-8892-b9b4e79e7127 img.shogun-image {
  
}


}
#s-d82c3924-33b2-4c13-b363-007b63f48e99 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d82c3924-33b2-4c13-b363-007b63f48e99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d82c3924-33b2-4c13-b363-007b63f48e99 {
  
}
}
#s-d82c3924-33b2-4c13-b363-007b63f48e99 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d82c3924-33b2-4c13-b363-007b63f48e99 .shg-sld-nav-button.shg-sld-left,
#s-d82c3924-33b2-4c13-b363-007b63f48e99 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971-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-ac60ae44-5782-464c-b76c-31c5361bf971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac60ae44-5782-464c-b76c-31c5361bf971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image {
  box-sizing: border-box;
}



.s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971-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-ac60ae44-5782-464c-b76c-31c5361bf971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac60ae44-5782-464c-b76c-31c5361bf971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image {
  box-sizing: border-box;
}



.s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971-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-ac60ae44-5782-464c-b76c-31c5361bf971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac60ae44-5782-464c-b76c-31c5361bf971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image {
  box-sizing: border-box;
}



.s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971-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-ac60ae44-5782-464c-b76c-31c5361bf971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac60ae44-5782-464c-b76c-31c5361bf971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image {
  box-sizing: border-box;
}



.s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971-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-ac60ae44-5782-464c-b76c-31c5361bf971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac60ae44-5782-464c-b76c-31c5361bf971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac60ae44-5782-464c-b76c-31c5361bf971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac60ae44-5782-464c-b76c-31c5361bf971.shogun-image {
  box-sizing: border-box;
}



.s-ac60ae44-5782-464c-b76c-31c5361bf971 img.shogun-image {
  
}


}
#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  margin-left: auto;
margin-right: auto;
max-width: 1574px;
aspect-ratio: 1574/1772;
text-align: center;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  margin: 0 !important;
  overflow: visible;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a-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-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add background color handling */
  
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
  box-sizing: border-box;
}



.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
      position: relative;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

@media (min-width: 1200px){#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  margin: 0 !important;
  overflow: visible;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a-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-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add background color handling */
  
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
  box-sizing: border-box;
}



.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
      position: relative;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  margin: 0 !important;
  overflow: visible;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a-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-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add background color handling */
  
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
  box-sizing: border-box;
}



.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
      position: relative;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  margin: 0 !important;
  overflow: visible;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a-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-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add background color handling */
  
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
  box-sizing: border-box;
}



.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
      position: relative;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (max-width: 767px){#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  margin: 0 !important;
  overflow: visible;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a-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-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add background color handling */
  
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image {
  box-sizing: border-box;
}



.s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container {
      position: relative;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d0abff9-6585-44b0-a7e4-a0ebf04ae59a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}
#s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  margin: 0 !important;
  overflow: visible;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341-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-3275e0a7-d73c-4258-863f-7a0136f25341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add background color handling */
  
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3275e0a7-d73c-4258-863f-7a0136f25341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image {
  box-sizing: border-box;
}



.s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  margin: 0 !important;
  overflow: visible;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341-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-3275e0a7-d73c-4258-863f-7a0136f25341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add background color handling */
  
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3275e0a7-d73c-4258-863f-7a0136f25341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image {
  box-sizing: border-box;
}



.s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  margin: 0 !important;
  overflow: visible;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341-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-3275e0a7-d73c-4258-863f-7a0136f25341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add background color handling */
  
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3275e0a7-d73c-4258-863f-7a0136f25341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image {
  box-sizing: border-box;
}



.s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  margin: 0 !important;
  overflow: visible;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341-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-3275e0a7-d73c-4258-863f-7a0136f25341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add background color handling */
  
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3275e0a7-d73c-4258-863f-7a0136f25341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image {
  box-sizing: border-box;
}



.s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  margin: 0 !important;
  overflow: visible;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341-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-3275e0a7-d73c-4258-863f-7a0136f25341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3275e0a7-d73c-4258-863f-7a0136f25341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add background color handling */
  
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3275e0a7-d73c-4258-863f-7a0136f25341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3275e0a7-d73c-4258-863f-7a0136f25341.shogun-image {
  box-sizing: border-box;
}



.s-3275e0a7-d73c-4258-863f-7a0136f25341 img.shogun-image {
  
}


}
#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f-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-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image {
  box-sizing: border-box;
}



.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  
}


@media (min-width: 1200px){#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f-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-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image {
  box-sizing: border-box;
}



.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f-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-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image {
  box-sizing: border-box;
}



.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f-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-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image {
  box-sizing: border-box;
}



.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  
}


}@media (max-width: 767px){#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f-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-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f.shogun-image {
  box-sizing: border-box;
}



.s-4dd61c6c-899b-4b5e-86db-adab6a4c9e7f img.shogun-image {
  
}


}
#s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  margin-left: auto;
margin-right: auto;
max-width: 1574px;
aspect-ratio: 1574/1772;
text-align: center;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  margin: 0 !important;
  overflow: visible;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f-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-50537c76-17b8-435e-9f5a-e466b9c6487f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add background color handling */
  
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-content {
  
    justify-content: center;
  
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
  box-sizing: border-box;
}



.s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50537c76-17b8-435e-9f5a-e466b9c6487f {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
      position: relative;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

@media (min-width: 1200px){#s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  margin: 0 !important;
  overflow: visible;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f-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-50537c76-17b8-435e-9f5a-e466b9c6487f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add background color handling */
  
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-content {
  
    justify-content: center;
  
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
  box-sizing: border-box;
}



.s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50537c76-17b8-435e-9f5a-e466b9c6487f {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
      position: relative;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  margin: 0 !important;
  overflow: visible;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f-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-50537c76-17b8-435e-9f5a-e466b9c6487f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add background color handling */
  
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-content {
  
    justify-content: center;
  
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
  box-sizing: border-box;
}



.s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50537c76-17b8-435e-9f5a-e466b9c6487f {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
      position: relative;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  margin: 0 !important;
  overflow: visible;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f-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-50537c76-17b8-435e-9f5a-e466b9c6487f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add background color handling */
  
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-content {
  
    justify-content: center;
  
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
  box-sizing: border-box;
}



.s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50537c76-17b8-435e-9f5a-e466b9c6487f {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
      position: relative;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}@media (max-width: 767px){#s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  margin: 0 !important;
  overflow: visible;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f-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-50537c76-17b8-435e-9f5a-e466b9c6487f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50537c76-17b8-435e-9f5a-e466b9c6487f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add background color handling */
  
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }

    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-link {
      aspect-ratio: 1574/1772;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50537c76-17b8-435e-9f5a-e466b9c6487f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1574px;
  }



  img.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
    
    
    
    max-height: 1574px;
  }


.s-50537c76-17b8-435e-9f5a-e466b9c6487f .shogun-image-content {
  
    justify-content: center;
  
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image {
  box-sizing: border-box;
}



.s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50537c76-17b8-435e-9f5a-e466b9c6487f {
      --shg-aspect-ratio: calc(1574/1772); 
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container {
      position: relative;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50537c76-17b8-435e-9f5a-e466b9c6487f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1574px;
    }
  }

}
.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-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 24px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 235, 1);
}
#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(253, 172, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDZlMzQ5NjctMDQ5OC00NTE4LThiNWQtMTlkMzgzNDQ3NWU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNmUzNDk2Ny0wNDk4LTQ1MTgtOGI1ZC0xOWQzODM0NDc1ZTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}@media (min-width: 1200px){#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f {
  color: rgba(250, 247, 242, 1);
}
#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODg5ZmUyYjAtOTk1Ni00MTYwLTg2ZjEtYTI3ZmUxYTQwYzFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ODlmZTJiMC05OTU2LTQxNjAtODZmMS1hMjdmZTFhNDBjMWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f {
  
}
}@media (max-width: 767px){#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f {
  
}
#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2MyNzkwZGEtZDgyZi00NGMzLWExNzAtYTBkZTliN2E1YTU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYzI3OTBkYS1kODJmLTQ0YzMtYTE3MC1hMGRlOWI3YTVhNTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}

  #s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f-root {
    text-align: center;
  }


#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f-root {
    text-align: center;
  }


#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f.shg-btn {
  color: rgba(250, 247, 242, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f-root {
    text-align: center;
  }


#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f-root {
    text-align: center;
  }


#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f-root {
    text-align: center;
  }


#s-0055ca9b-8db8-42a6-9b38-ad42cdcbbe5f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-31341939-0386-429b-b208-0588194fe5b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-31341939-0386-429b-b208-0588194fe5b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31341939-0386-429b-b208-0588194fe5b8.shg-box.shg-c {
  justify-content: center;
}

#s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea {
  margin-left: auto;
margin-right: auto;
}

#s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea {
  --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-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-prev,
#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-next {
  
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-prev svg,
#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea .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-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea {
  --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-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-prev,
#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-next {
  
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-prev svg,
#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea .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-1f697bd8-5b62-4bda-bfd9-e71cc862c4ea .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-d4f314c9-dbc8-4057-a5fe-0f6668b44a6d {
  margin-left: auto;
margin-right: auto;
}

#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 {
  padding-left: 4%;
padding-right: 4%;
}
}


.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3932fa2a-a377-4c22-a951-6bcb7b12a971 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-97f0f752-d234-48a8-9764-f5c810a5c697 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97f0f752-d234-48a8-9764-f5c810a5c697 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b5baef9a-614a-448e-bb93-2027ff8f2572 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b5baef9a-614a-448e-bb93-2027ff8f2572 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b5baef9a-614a-448e-bb93-2027ff8f2572 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b5baef9a-614a-448e-bb93-2027ff8f2572 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-b5baef9a-614a-448e-bb93-2027ff8f2572 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-b5baef9a-614a-448e-bb93-2027ff8f2572 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-b5baef9a-614a-448e-bb93-2027ff8f2572 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-b5baef9a-614a-448e-bb93-2027ff8f2572 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-b5baef9a-614a-448e-bb93-2027ff8f2572 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-b5baef9a-614a-448e-bb93-2027ff8f2572 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1-atc-btn-wrapper {
    text-align: center;
  }


#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1-atc-btn-wrapper {
    text-align: center;
  }


#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1-atc-btn-wrapper {
    text-align: center;
  }


#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1-atc-btn-wrapper {
    text-align: center;
  }


#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1-atc-btn-wrapper {
    text-align: center;
  }


#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-dcc18ced-15e5-41f3-ab5d-ed4f5d8fe0a1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-fd8a2a15-2971-4083-b7c8-e499b7582d53 {
  margin-left: auto;
margin-right: auto;
}

#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 {
  padding-left: 4%;
padding-right: 4%;
}
}


.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c36f4496-ce9a-4b4a-88f2-67b9d0a2b766 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-97b92452-73a1-483f-95ea-0ba1775fac41 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97b92452-73a1-483f-95ea-0ba1775fac41 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-d535fd49-f1ba-46d9-835c-fabb8d6024c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce-atc-btn-wrapper {
    text-align: center;
  }


#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce-atc-btn-wrapper {
    text-align: center;
  }


#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce-atc-btn-wrapper {
    text-align: center;
  }


#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce-atc-btn-wrapper {
    text-align: center;
  }


#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce-atc-btn-wrapper {
    text-align: center;
  }


#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d4a245e0-dc05-4bbe-b161-ba79a8ca23ce.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-8a7003cd-f36a-435c-8db2-d131152dda76 {
  margin-left: auto;
margin-right: auto;
}

#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 {
  padding-left: 4%;
padding-right: 4%;
}
}


.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f09b5d-28cf-4cc5-91c4-f18944d1fe68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-68bd7901-0f8a-4516-908f-828cc77006e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68bd7901-0f8a-4516-908f-828cc77006e7 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-c543482d-bfbf-4b2f-8f9e-eb6f10c01697 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-49663769-a18b-430a-9271-20fb9dadd1ae {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-49663769-a18b-430a-9271-20fb9dadd1ae:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-49663769-a18b-430a-9271-20fb9dadd1ae:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-49663769-a18b-430a-9271-20fb9dadd1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-49663769-a18b-430a-9271-20fb9dadd1ae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-49663769-a18b-430a-9271-20fb9dadd1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-49663769-a18b-430a-9271-20fb9dadd1ae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-49663769-a18b-430a-9271-20fb9dadd1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-49663769-a18b-430a-9271-20fb9dadd1ae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-49663769-a18b-430a-9271-20fb9dadd1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-49663769-a18b-430a-9271-20fb9dadd1ae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-49663769-a18b-430a-9271-20fb9dadd1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-49663769-a18b-430a-9271-20fb9dadd1ae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49663769-a18b-430a-9271-20fb9dadd1ae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-47fcf700-e7a7-44de-ad22-5d3640640a36 {
  margin-left: auto;
margin-right: auto;
}

#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a {
  margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
}
}


.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134fc03-b65e-49c3-8588-8e7d70c5af4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8423fe27-8ef3-4c5c-8f22-938abec707c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8423fe27-8ef3-4c5c-8f22-938abec707c1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8bedb005-73ca-4364-88ae-940afbd9019d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8bedb005-73ca-4364-88ae-940afbd9019d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8bedb005-73ca-4364-88ae-940afbd9019d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8bedb005-73ca-4364-88ae-940afbd9019d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-8bedb005-73ca-4364-88ae-940afbd9019d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-8bedb005-73ca-4364-88ae-940afbd9019d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-8bedb005-73ca-4364-88ae-940afbd9019d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-8bedb005-73ca-4364-88ae-940afbd9019d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-8bedb005-73ca-4364-88ae-940afbd9019d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-8bedb005-73ca-4364-88ae-940afbd9019d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-15918850-3687-4d28-95e9-ee8a4cab9475 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-15918850-3687-4d28-95e9-ee8a4cab9475:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-15918850-3687-4d28-95e9-ee8a4cab9475:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-15918850-3687-4d28-95e9-ee8a4cab9475-atc-btn-wrapper {
    text-align: center;
  }


#s-15918850-3687-4d28-95e9-ee8a4cab9475 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-15918850-3687-4d28-95e9-ee8a4cab9475-atc-btn-wrapper {
    text-align: center;
  }


#s-15918850-3687-4d28-95e9-ee8a4cab9475 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-15918850-3687-4d28-95e9-ee8a4cab9475-atc-btn-wrapper {
    text-align: center;
  }


#s-15918850-3687-4d28-95e9-ee8a4cab9475 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-15918850-3687-4d28-95e9-ee8a4cab9475-atc-btn-wrapper {
    text-align: center;
  }


#s-15918850-3687-4d28-95e9-ee8a4cab9475 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-15918850-3687-4d28-95e9-ee8a4cab9475-atc-btn-wrapper {
    text-align: center;
  }


#s-15918850-3687-4d28-95e9-ee8a4cab9475 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-15918850-3687-4d28-95e9-ee8a4cab9475.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-0ca610f2-12d2-48db-8af1-3ac006386958 {
  margin-left: auto;
margin-right: auto;
}

#s-2659b415-f9a8-4627-9de4-a6d44de43b6b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-2659b415-f9a8-4627-9de4-a6d44de43b6b {
  padding-left: 4%;
padding-right: 4%;
}
}


.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2659b415-f9a8-4627-9de4-a6d44de43b6b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3b791479-6a07-4071-9dda-8b176ace574a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b791479-6a07-4071-9dda-8b176ace574a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-20aa7550-cc41-4848-9e97-449e895c5b53 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-20aa7550-cc41-4848-9e97-449e895c5b53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-20aa7550-cc41-4848-9e97-449e895c5b53 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-20aa7550-cc41-4848-9e97-449e895c5b53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-20aa7550-cc41-4848-9e97-449e895c5b53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-20aa7550-cc41-4848-9e97-449e895c5b53 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-20aa7550-cc41-4848-9e97-449e895c5b53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-20aa7550-cc41-4848-9e97-449e895c5b53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-20aa7550-cc41-4848-9e97-449e895c5b53 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-20aa7550-cc41-4848-9e97-449e895c5b53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a-atc-btn-wrapper {
    text-align: center;
  }


#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a-atc-btn-wrapper {
    text-align: center;
  }


#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a-atc-btn-wrapper {
    text-align: center;
  }


#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a-atc-btn-wrapper {
    text-align: center;
  }


#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a-atc-btn-wrapper {
    text-align: center;
  }


#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c860a8aa-c96f-4eac-bc32-bfb413cfb56a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-a8a8e72a-1c95-4b34-961d-be3196696c71 {
  margin-left: auto;
margin-right: auto;
}

#s-258ac109-5a55-4d42-bac4-5abaf4a55bab {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-258ac109-5a55-4d42-bac4-5abaf4a55bab {
  padding-left: 4%;
padding-right: 4%;
}
}


.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-258ac109-5a55-4d42-bac4-5abaf4a55bab img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b85907e9-6f90-4392-b329-2ad77c7a9e57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b85907e9-6f90-4392-b329-2ad77c7a9e57 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d9435f25-d3a5-432f-b4aa-0c873868438e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d9435f25-d3a5-432f-b4aa-0c873868438e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d9435f25-d3a5-432f-b4aa-0c873868438e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d9435f25-d3a5-432f-b4aa-0c873868438e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-d9435f25-d3a5-432f-b4aa-0c873868438e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-d9435f25-d3a5-432f-b4aa-0c873868438e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-d9435f25-d3a5-432f-b4aa-0c873868438e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-d9435f25-d3a5-432f-b4aa-0c873868438e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d9435f25-d3a5-432f-b4aa-0c873868438e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d9435f25-d3a5-432f-b4aa-0c873868438e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-d8b47bb2-b4da-41b2-b42d-93317f91cd27-atc-btn-wrapper {
    text-align: center;
  }


#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-d8b47bb2-b4da-41b2-b42d-93317f91cd27-atc-btn-wrapper {
    text-align: center;
  }


#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8b47bb2-b4da-41b2-b42d-93317f91cd27-atc-btn-wrapper {
    text-align: center;
  }


#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d8b47bb2-b4da-41b2-b42d-93317f91cd27-atc-btn-wrapper {
    text-align: center;
  }


#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-d8b47bb2-b4da-41b2-b42d-93317f91cd27-atc-btn-wrapper {
    text-align: center;
  }


#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d8b47bb2-b4da-41b2-b42d-93317f91cd27.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-2ac645a3-e604-4407-9550-d7d5bd9ec4c0 {
  margin-left: auto;
margin-right: auto;
}

#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4c48d34-8449-4da3-b478-0f53eeaaf9b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c66a4d87-b116-40cb-a648-5cb9e0cb25a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c66a4d87-b116-40cb-a648-5cb9e0cb25a8 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b4c5ddc7-027e-4bf0-80f8-20efa5b70280 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b4c5ddc7-027e-4bf0-80f8-20efa5b70280 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b4c5ddc7-027e-4bf0-80f8-20efa5b70280 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b4c5ddc7-027e-4bf0-80f8-20efa5b70280 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-b4c5ddc7-027e-4bf0-80f8-20efa5b70280 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-b4c5ddc7-027e-4bf0-80f8-20efa5b70280 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-b4c5ddc7-027e-4bf0-80f8-20efa5b70280 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0-atc-btn-wrapper {
    text-align: center;
  }


#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0-atc-btn-wrapper {
    text-align: center;
  }


#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0-atc-btn-wrapper {
    text-align: center;
  }


#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0-atc-btn-wrapper {
    text-align: center;
  }


#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0-atc-btn-wrapper {
    text-align: center;
  }


#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-322e9d34-f8bd-47a3-93ec-f26a69d9dac0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-d7dad496-e659-4b48-b196-04ea6b2d0ab1 {
  margin-left: auto;
margin-right: auto;
}

#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ce7d9e9-3edd-4162-a3d0-dcaab7e71786 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6a41f42a-e342-4c50-a88b-a6f17e4b8c7a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a41f42a-e342-4c50-a88b-a6f17e4b8c7a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-42ba9da8-1aa9-4765-8ce1-99f6d56c91b4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-42ba9da8-1aa9-4765-8ce1-99f6d56c91b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-42ba9da8-1aa9-4765-8ce1-99f6d56c91b4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-42ba9da8-1aa9-4765-8ce1-99f6d56c91b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-42ba9da8-1aa9-4765-8ce1-99f6d56c91b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 19px;
  
  
  font-style:  normal ;
}

#s-42ba9da8-1aa9-4765-8ce1-99f6d56c91b4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 19px;
}

#s-42ba9da8-1aa9-4765-8ce1-99f6d56c91b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-85b6c051-6141-4f2a-88d9-c0f6aff432d0-atc-btn-wrapper {
    text-align: center;
  }


#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-85b6c051-6141-4f2a-88d9-c0f6aff432d0-atc-btn-wrapper {
    text-align: center;
  }


#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-85b6c051-6141-4f2a-88d9-c0f6aff432d0-atc-btn-wrapper {
    text-align: center;
  }


#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-85b6c051-6141-4f2a-88d9-c0f6aff432d0-atc-btn-wrapper {
    text-align: center;
  }


#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-85b6c051-6141-4f2a-88d9-c0f6aff432d0-atc-btn-wrapper {
    text-align: center;
  }


#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-85b6c051-6141-4f2a-88d9-c0f6aff432d0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-6501676a-2084-4354-a557-c953a6298faa {
  margin-left: auto;
margin-right: auto;
max-width: 1669px;
text-align: center;
}

#s-6501676a-2084-4354-a557-c953a6298faa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6501676a-2084-4354-a557-c953a6298faa-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-6501676a-2084-4354-a557-c953a6298faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6501676a-2084-4354-a557-c953a6298faa .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-6501676a-2084-4354-a557-c953a6298faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6501676a-2084-4354-a557-c953a6298faa img.shogun-image {
  width: 100%;
  
  
  max-width: 1669px;

      
    max-width: 1669px;

  /* 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-6501676a-2084-4354-a557-c953a6298faa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6501676a-2084-4354-a557-c953a6298faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6501676a-2084-4354-a557-c953a6298faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6501676a-2084-4354-a557-c953a6298faa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6501676a-2084-4354-a557-c953a6298faa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6501676a-2084-4354-a557-c953a6298faa-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-6501676a-2084-4354-a557-c953a6298faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6501676a-2084-4354-a557-c953a6298faa .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-6501676a-2084-4354-a557-c953a6298faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6501676a-2084-4354-a557-c953a6298faa img.shogun-image {
  width: 100%;
  
  
  max-width: 1669px;

      
    max-width: 1669px;

  /* 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-6501676a-2084-4354-a557-c953a6298faa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6501676a-2084-4354-a557-c953a6298faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6501676a-2084-4354-a557-c953a6298faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6501676a-2084-4354-a557-c953a6298faa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6501676a-2084-4354-a557-c953a6298faa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6501676a-2084-4354-a557-c953a6298faa-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-6501676a-2084-4354-a557-c953a6298faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6501676a-2084-4354-a557-c953a6298faa .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-6501676a-2084-4354-a557-c953a6298faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6501676a-2084-4354-a557-c953a6298faa img.shogun-image {
  width: 100%;
  
  
  max-width: 1669px;

      
    max-width: 1669px;

  /* 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-6501676a-2084-4354-a557-c953a6298faa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6501676a-2084-4354-a557-c953a6298faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6501676a-2084-4354-a557-c953a6298faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6501676a-2084-4354-a557-c953a6298faa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6501676a-2084-4354-a557-c953a6298faa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6501676a-2084-4354-a557-c953a6298faa-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-6501676a-2084-4354-a557-c953a6298faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6501676a-2084-4354-a557-c953a6298faa .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-6501676a-2084-4354-a557-c953a6298faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6501676a-2084-4354-a557-c953a6298faa img.shogun-image {
  width: 100%;
  
  
  max-width: 1669px;

      
    max-width: 1669px;

  /* 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-6501676a-2084-4354-a557-c953a6298faa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6501676a-2084-4354-a557-c953a6298faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6501676a-2084-4354-a557-c953a6298faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6501676a-2084-4354-a557-c953a6298faa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6501676a-2084-4354-a557-c953a6298faa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6501676a-2084-4354-a557-c953a6298faa-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-6501676a-2084-4354-a557-c953a6298faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6501676a-2084-4354-a557-c953a6298faa .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-6501676a-2084-4354-a557-c953a6298faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6501676a-2084-4354-a557-c953a6298faa img.shogun-image {
  width: 100%;
  
  
  max-width: 1669px;

      
    max-width: 1669px;

  /* 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-6501676a-2084-4354-a557-c953a6298faa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6501676a-2084-4354-a557-c953a6298faa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6501676a-2084-4354-a557-c953a6298faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6501676a-2084-4354-a557-c953a6298faa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-829faa5d-1fba-456c-8be7-ae3222b5d88e {
  margin-top: 4px;
margin-left: -1%;
margin-bottom: 4px;
margin-right: -1%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(244, 230, 197, 1);
}

#s-829faa5d-1fba-456c-8be7-ae3222b5d88e .shg-proportional-font-size,
#s-829faa5d-1fba-456c-8be7-ae3222b5d88e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-081a95a2-713c-457f-86c4-9164f5021bfe {
  margin-top: -4px;
margin-left: auto;
margin-bottom: -4px;
margin-right: auto;
background-color: rgba(244, 230, 197, 1);
}

#s-081a95a2-713c-457f-86c4-9164f5021bfe .shogun-countdown span, #s-081a95a2-713c-457f-86c4-9164f5021bfe .shogun-countdown label {
  color: rgba(19, 67, 61, 1);
}
/*
  $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}