.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-d1bf0859-850b-47d1-8866-14dcfe805fe2 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d1bf0859-850b-47d1-8866-14dcfe805fe2 {
  display: none;
}
#s-d1bf0859-850b-47d1-8866-14dcfe805fe2, #wrap-s-d1bf0859-850b-47d1-8866-14dcfe805fe2, #wrap-content-s-d1bf0859-850b-47d1-8866-14dcfe805fe2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1bf0859-850b-47d1-8866-14dcfe805fe2 {
  display: none;
}
#s-d1bf0859-850b-47d1-8866-14dcfe805fe2, #wrap-s-d1bf0859-850b-47d1-8866-14dcfe805fe2, #wrap-content-s-d1bf0859-850b-47d1-8866-14dcfe805fe2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1bf0859-850b-47d1-8866-14dcfe805fe2 {
  display: none;
}
#s-d1bf0859-850b-47d1-8866-14dcfe805fe2, #wrap-s-d1bf0859-850b-47d1-8866-14dcfe805fe2, #wrap-content-s-d1bf0859-850b-47d1-8866-14dcfe805fe2 { display: none !important; }}@media (max-width: 767px){#s-d1bf0859-850b-47d1-8866-14dcfe805fe2 {
  margin-top: 5%;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: dashed;
border-radius: 5px;
display: none;
}
#s-d1bf0859-850b-47d1-8866-14dcfe805fe2, #wrap-s-d1bf0859-850b-47d1-8866-14dcfe805fe2, #wrap-content-s-d1bf0859-850b-47d1-8866-14dcfe805fe2 { display: none !important; }}
#s-d1bf0859-850b-47d1-8866-14dcfe805fe2 {
  background-image: url();
}








#s-d1bf0859-850b-47d1-8866-14dcfe805fe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1bf0859-850b-47d1-8866-14dcfe805fe2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d65748b6-3c16-4a6a-a2db-777586feddba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d65748b6-3c16-4a6a-a2db-777586feddba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d65748b6-3c16-4a6a-a2db-777586feddba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-0d2ef45a-25f3-4470-9a78-6e384c3b7cc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0d2ef45a-25f3-4470-9a78-6e384c3b7cc8 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-0d2ef45a-25f3-4470-9a78-6e384c3b7cc8 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-8750b557-a612-48bf-81b1-3c871d2a2369 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8750b557-a612-48bf-81b1-3c871d2a2369 {
  display: none;
}
#s-8750b557-a612-48bf-81b1-3c871d2a2369, #wrap-s-8750b557-a612-48bf-81b1-3c871d2a2369, #wrap-content-s-8750b557-a612-48bf-81b1-3c871d2a2369 { display: none !important; }}
#s-8750b557-a612-48bf-81b1-3c871d2a2369 .shg-proportional-font-size,
#s-8750b557-a612-48bf-81b1-3c871d2a2369 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d {
  display: none;
}
#s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d, #wrap-s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d, #wrap-content-s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d {
  display: none;
}
#s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d, #wrap-s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d, #wrap-content-s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d {
  display: none;
}
#s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d, #wrap-s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d, #wrap-content-s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d { display: none !important; }}
#s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d .shg-proportional-font-size,
#s-1dba4a6d-d61b-4ca4-ba2c-15102d57598d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

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

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

#s-106074c0-8e93-49d7-892c-16678f697095 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-106074c0-8e93-49d7-892c-16678f697095"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-106074c0-8e93-49d7-892c-16678f697095"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-106074c0-8e93-49d7-892c-16678f697095"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-106074c0-8e93-49d7-892c-16678f697095"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-7c05f68b-4bba-419b-a219-24d88877862f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7c05f68b-4bba-419b-a219-24d88877862f {
  display: none;
}
#s-7c05f68b-4bba-419b-a219-24d88877862f, #wrap-s-7c05f68b-4bba-419b-a219-24d88877862f, #wrap-content-s-7c05f68b-4bba-419b-a219-24d88877862f { display: none !important; }}
#s-7c05f68b-4bba-419b-a219-24d88877862f hr {
  border-top: 3px solid rgba(165, 0, 0, 1);
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-f69412ef-df91-4d78-bee2-42c0793eb8b8 {
  box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.1);
margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f69412ef-df91-4d78-bee2-42c0793eb8b8:hover {box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.05) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(165, 0, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-f69412ef-df91-4d78-bee2-42c0793eb8b8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f69412ef-df91-4d78-bee2-42c0793eb8b8 {
  margin-top: 0px;
}
}

  #s-f69412ef-df91-4d78-bee2-42c0793eb8b8-root {
    text-align: center;
  }


#s-f69412ef-df91-4d78-bee2-42c0793eb8b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f69412ef-df91-4d78-bee2-42c0793eb8b8-root {
    text-align: center;
  }


#s-f69412ef-df91-4d78-bee2-42c0793eb8b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f69412ef-df91-4d78-bee2-42c0793eb8b8-root {
    text-align: center;
  }


#s-f69412ef-df91-4d78-bee2-42c0793eb8b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f69412ef-df91-4d78-bee2-42c0793eb8b8-root {
    text-align: center;
  }


#s-f69412ef-df91-4d78-bee2-42c0793eb8b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f69412ef-df91-4d78-bee2-42c0793eb8b8-root {
    text-align: center;
  }


#s-f69412ef-df91-4d78-bee2-42c0793eb8b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-96e9809b-277b-4597-9371-bb64b7f50c7a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-96e9809b-277b-4597-9371-bb64b7f50c7a {
  display: none;
}
#s-96e9809b-277b-4597-9371-bb64b7f50c7a, #wrap-s-96e9809b-277b-4597-9371-bb64b7f50c7a, #wrap-content-s-96e9809b-277b-4597-9371-bb64b7f50c7a { display: none !important; }}
#s-96e9809b-277b-4597-9371-bb64b7f50c7a hr {
  border-top: 3px solid rgba(165, 0, 0, 1);
}

#s-7abddb81-3884-4e5e-b267-0bc9c0834521 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7abddb81-3884-4e5e-b267-0bc9c0834521 {
  display: none;
}
#s-7abddb81-3884-4e5e-b267-0bc9c0834521, #wrap-s-7abddb81-3884-4e5e-b267-0bc9c0834521, #wrap-content-s-7abddb81-3884-4e5e-b267-0bc9c0834521 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7abddb81-3884-4e5e-b267-0bc9c0834521 {
  display: none;
}
#s-7abddb81-3884-4e5e-b267-0bc9c0834521, #wrap-s-7abddb81-3884-4e5e-b267-0bc9c0834521, #wrap-content-s-7abddb81-3884-4e5e-b267-0bc9c0834521 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7abddb81-3884-4e5e-b267-0bc9c0834521 {
  display: none;
}
#s-7abddb81-3884-4e5e-b267-0bc9c0834521, #wrap-s-7abddb81-3884-4e5e-b267-0bc9c0834521, #wrap-content-s-7abddb81-3884-4e5e-b267-0bc9c0834521 { display: none !important; }}@media (max-width: 767px){#s-7abddb81-3884-4e5e-b267-0bc9c0834521 {
  margin-top: 5%;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: dashed;
border-radius: 5px;
display: none;
}
#s-7abddb81-3884-4e5e-b267-0bc9c0834521, #wrap-s-7abddb81-3884-4e5e-b267-0bc9c0834521, #wrap-content-s-7abddb81-3884-4e5e-b267-0bc9c0834521 { display: none !important; }}







#s-7abddb81-3884-4e5e-b267-0bc9c0834521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7abddb81-3884-4e5e-b267-0bc9c0834521.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a66e231-0b75-4ccc-9777-a2f38f6053c0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9a66e231-0b75-4ccc-9777-a2f38f6053c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a66e231-0b75-4ccc-9777-a2f38f6053c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48dd045d-80ab-4aaf-a3a4-4919e45904e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-48dd045d-80ab-4aaf-a3a4-4919e45904e9 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-48dd045d-80ab-4aaf-a3a4-4919e45904e9 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-37f7db5f-16de-4264-a2d5-f30f986254fb {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-37f7db5f-16de-4264-a2d5-f30f986254fb {
  display: none;
}
#s-37f7db5f-16de-4264-a2d5-f30f986254fb, #wrap-s-37f7db5f-16de-4264-a2d5-f30f986254fb, #wrap-content-s-37f7db5f-16de-4264-a2d5-f30f986254fb { display: none !important; }}
#s-37f7db5f-16de-4264-a2d5-f30f986254fb .shg-proportional-font-size,
#s-37f7db5f-16de-4264-a2d5-f30f986254fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8579dddb-0a97-4936-8a35-90d52209eac4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8579dddb-0a97-4936-8a35-90d52209eac4 {
  display: none;
}
#s-8579dddb-0a97-4936-8a35-90d52209eac4, #wrap-s-8579dddb-0a97-4936-8a35-90d52209eac4, #wrap-content-s-8579dddb-0a97-4936-8a35-90d52209eac4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8579dddb-0a97-4936-8a35-90d52209eac4 {
  display: none;
}
#s-8579dddb-0a97-4936-8a35-90d52209eac4, #wrap-s-8579dddb-0a97-4936-8a35-90d52209eac4, #wrap-content-s-8579dddb-0a97-4936-8a35-90d52209eac4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8579dddb-0a97-4936-8a35-90d52209eac4 {
  display: none;
}
#s-8579dddb-0a97-4936-8a35-90d52209eac4, #wrap-s-8579dddb-0a97-4936-8a35-90d52209eac4, #wrap-content-s-8579dddb-0a97-4936-8a35-90d52209eac4 { display: none !important; }}
#s-8579dddb-0a97-4936-8a35-90d52209eac4 .shg-proportional-font-size,
#s-8579dddb-0a97-4936-8a35-90d52209eac4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aa1cd181-1a33-43ac-bf57-fbad80ed5502 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aa1cd181-1a33-43ac-bf57-fbad80ed5502"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa1cd181-1a33-43ac-bf57-fbad80ed5502"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa1cd181-1a33-43ac-bf57-fbad80ed5502"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa1cd181-1a33-43ac-bf57-fbad80ed5502"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7ce41c63-6ce1-4495-9cf8-ca6d93efb5fb {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7ce41c63-6ce1-4495-9cf8-ca6d93efb5fb {
  display: none;
}
#s-7ce41c63-6ce1-4495-9cf8-ca6d93efb5fb, #wrap-s-7ce41c63-6ce1-4495-9cf8-ca6d93efb5fb, #wrap-content-s-7ce41c63-6ce1-4495-9cf8-ca6d93efb5fb { display: none !important; }}
#s-7ce41c63-6ce1-4495-9cf8-ca6d93efb5fb hr {
  border-top: 3px solid rgba(165, 0, 0, 1);
}

#s-fec3d516-f027-4b04-8c81-1c35abc6fe47 {
  box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.1);
margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fec3d516-f027-4b04-8c81-1c35abc6fe47:hover {box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.05) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(165, 0, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-fec3d516-f027-4b04-8c81-1c35abc6fe47:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fec3d516-f027-4b04-8c81-1c35abc6fe47 {
  margin-top: 0px;
}
}

  #s-fec3d516-f027-4b04-8c81-1c35abc6fe47-root {
    text-align: center;
  }


#s-fec3d516-f027-4b04-8c81-1c35abc6fe47.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fec3d516-f027-4b04-8c81-1c35abc6fe47-root {
    text-align: center;
  }


#s-fec3d516-f027-4b04-8c81-1c35abc6fe47.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fec3d516-f027-4b04-8c81-1c35abc6fe47-root {
    text-align: center;
  }


#s-fec3d516-f027-4b04-8c81-1c35abc6fe47.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fec3d516-f027-4b04-8c81-1c35abc6fe47-root {
    text-align: center;
  }


#s-fec3d516-f027-4b04-8c81-1c35abc6fe47.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fec3d516-f027-4b04-8c81-1c35abc6fe47-root {
    text-align: center;
  }


#s-fec3d516-f027-4b04-8c81-1c35abc6fe47.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-75aed8b2-0956-4fb3-8e8b-a16120cc880c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-75aed8b2-0956-4fb3-8e8b-a16120cc880c {
  display: none;
}
#s-75aed8b2-0956-4fb3-8e8b-a16120cc880c, #wrap-s-75aed8b2-0956-4fb3-8e8b-a16120cc880c, #wrap-content-s-75aed8b2-0956-4fb3-8e8b-a16120cc880c { display: none !important; }}
#s-75aed8b2-0956-4fb3-8e8b-a16120cc880c hr {
  border-top: 3px solid rgba(165, 0, 0, 1);
}

#s-4bfd1b67-58ea-4966-a185-ca3386082f48 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-4bfd1b67-58ea-4966-a185-ca3386082f48 {
  margin-top: 100px;
margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 4%;
display: none;
}
#s-4bfd1b67-58ea-4966-a185-ca3386082f48, #wrap-s-4bfd1b67-58ea-4966-a185-ca3386082f48, #wrap-content-s-4bfd1b67-58ea-4966-a185-ca3386082f48 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bfd1b67-58ea-4966-a185-ca3386082f48 {
  margin-top: 100px;
padding-top: 4%;
padding-bottom: 4%;
display: none;
}
#s-4bfd1b67-58ea-4966-a185-ca3386082f48, #wrap-s-4bfd1b67-58ea-4966-a185-ca3386082f48, #wrap-content-s-4bfd1b67-58ea-4966-a185-ca3386082f48 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bfd1b67-58ea-4966-a185-ca3386082f48 {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 4%;
padding-bottom: 4%;
display: none;
}
#s-4bfd1b67-58ea-4966-a185-ca3386082f48, #wrap-s-4bfd1b67-58ea-4966-a185-ca3386082f48, #wrap-content-s-4bfd1b67-58ea-4966-a185-ca3386082f48 { display: none !important; }}@media (max-width: 767px){#s-4bfd1b67-58ea-4966-a185-ca3386082f48 {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-left: 3%;
padding-bottom: 4%;
padding-right: 3%;
max-width: 600px;
display: none;
}
#s-4bfd1b67-58ea-4966-a185-ca3386082f48, #wrap-s-4bfd1b67-58ea-4966-a185-ca3386082f48, #wrap-content-s-4bfd1b67-58ea-4966-a185-ca3386082f48 { display: none !important; }}







#s-4bfd1b67-58ea-4966-a185-ca3386082f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bfd1b67-58ea-4966-a185-ca3386082f48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41e648f7-2b88-4d4c-ade4-576729c8995d {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-41e648f7-2b88-4d4c-ade4-576729c8995d {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-41e648f7-2b88-4d4c-ade4-576729c8995d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-41e648f7-2b88-4d4c-ade4-576729c8995d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41e648f7-2b88-4d4c-ade4-576729c8995d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41e648f7-2b88-4d4c-ade4-576729c8995d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41e648f7-2b88-4d4c-ade4-576729c8995d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41e648f7-2b88-4d4c-ade4-576729c8995d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41e648f7-2b88-4d4c-ade4-576729c8995d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-53272576-b17b-4905-b0a2-d3b5de94b6b9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-53272576-b17b-4905-b0a2-d3b5de94b6b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53272576-b17b-4905-b0a2-d3b5de94b6b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93f8d650-24a9-4ffa-8ae8-cea68d8d299e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-93f8d650-24a9-4ffa-8ae8-cea68d8d299e {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-93f8d650-24a9-4ffa-8ae8-cea68d8d299e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-93f8d650-24a9-4ffa-8ae8-cea68d8d299e .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-93f8d650-24a9-4ffa-8ae8-cea68d8d299e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-93f8d650-24a9-4ffa-8ae8-cea68d8d299e .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}

}@media (max-width: 767px){#s-93f8d650-24a9-4ffa-8ae8-cea68d8d299e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-93f8d650-24a9-4ffa-8ae8-cea68d8d299e .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-38bf531a-162f-4b35-87dc-0b74f0e73b7e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-38bf531a-162f-4b35-87dc-0b74f0e73b7e {
  display: none;
}
#s-38bf531a-162f-4b35-87dc-0b74f0e73b7e, #wrap-s-38bf531a-162f-4b35-87dc-0b74f0e73b7e, #wrap-content-s-38bf531a-162f-4b35-87dc-0b74f0e73b7e { display: none !important; }}
#s-38bf531a-162f-4b35-87dc-0b74f0e73b7e .shg-proportional-font-size,
#s-38bf531a-162f-4b35-87dc-0b74f0e73b7e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-38bf531a-162f-4b35-87dc-0b74f0e73b7e .shg-proportional-font-size,
#s-38bf531a-162f-4b35-87dc-0b74f0e73b7e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}@media (max-width: 767px){#s-38bf531a-162f-4b35-87dc-0b74f0e73b7e .shg-proportional-font-size,
#s-38bf531a-162f-4b35-87dc-0b74f0e73b7e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-69caa6f8-c1c5-43d3-a5d1-54363a864a7d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-69caa6f8-c1c5-43d3-a5d1-54363a864a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69caa6f8-c1c5-43d3-a5d1-54363a864a7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-69caa6f8-c1c5-43d3-a5d1-54363a864a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69caa6f8-c1c5-43d3-a5d1-54363a864a7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-b3fc9dd3-aa39-4479-9412-255428b3ef1c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-b3fc9dd3-aa39-4479-9412-255428b3ef1c {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b3fc9dd3-aa39-4479-9412-255428b3ef1c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b3fc9dd3-aa39-4479-9412-255428b3ef1c .shogun-heading-component h6 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-b3fc9dd3-aa39-4479-9412-255428b3ef1c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b3fc9dd3-aa39-4479-9412-255428b3ef1c .shogun-heading-component h6 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-37c6504d-a1d2-4566-b5fc-777bfc8b4841 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-37c6504d-a1d2-4566-b5fc-777bfc8b4841 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37c6504d-a1d2-4566-b5fc-777bfc8b4841 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-37c6504d-a1d2-4566-b5fc-777bfc8b4841 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-37c6504d-a1d2-4566-b5fc-777bfc8b4841 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-radius: 5px;
}
}
@media (min-width: 0px) {
[id="s-37c6504d-a1d2-4566-b5fc-777bfc8b4841"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-37c6504d-a1d2-4566-b5fc-777bfc8b4841"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37c6504d-a1d2-4566-b5fc-777bfc8b4841"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37c6504d-a1d2-4566-b5fc-777bfc8b4841"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-7eece82c-1017-4185-a671-c04318a038b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7eece82c-1017-4185-a671-c04318a038b9 {
  border-style: solid;
}
}
#s-7eece82c-1017-4185-a671-c04318a038b9 {
  background-image: url();
}








#s-7eece82c-1017-4185-a671-c04318a038b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7eece82c-1017-4185-a671-c04318a038b9 {
  cursor: pointer;
}#s-7eece82c-1017-4185-a671-c04318a038b9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-798425b6-503e-4983-af5e-329378e4de4c {
  margin-left: auto;
margin-right: auto;
}

.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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f-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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f-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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f img.shogun-image {
  width: 100%;
  
  
  

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




.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f-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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f img.shogun-image {
  width: 100%;
  
  
  

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




.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f-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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f img.shogun-image {
  width: 100%;
  
  
  

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




.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f-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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .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-002e4b24-43e5-4a23-9141-7b8cdf2af62f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f img.shogun-image {
  width: 100%;
  
  
  

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




.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-002e4b24-43e5-4a23-9141-7b8cdf2af62f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-002e4b24-43e5-4a23-9141-7b8cdf2af62f .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
.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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-f9d621fc-cf86-4f59-af72-3c121b8a233e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-f9d621fc-cf86-4f59-af72-3c121b8a233e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-61cb2722-aa6a-4767-8c42-6fa713e5ae52 {
  text-align: left;
}

#s-61cb2722-aa6a-4767-8c42-6fa713e5ae52 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-61cb2722-aa6a-4767-8c42-6fa713e5ae52 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-61cb2722-aa6a-4767-8c42-6fa713e5ae52 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-faa67913-fc0a-42cf-b1ff-2fcfa0f60789 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-faa67913-fc0a-42cf-b1ff-2fcfa0f60789 {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-faa67913-fc0a-42cf-b1ff-2fcfa0f60789 {
  background-image: url();
}








#s-faa67913-fc0a-42cf-b1ff-2fcfa0f60789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-faa67913-fc0a-42cf-b1ff-2fcfa0f60789 {
  cursor: pointer;
}#s-faa67913-fc0a-42cf-b1ff-2fcfa0f60789.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5d9c2142-a2fc-47da-906e-212fc54e62ee {
  margin-left: auto;
margin-right: auto;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1-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-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1-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-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .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-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1-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-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .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-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1-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-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .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-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1-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-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .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-39864d2d-50c4-4ef8-8572-c02d560d3ae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39864d2d-50c4-4ef8-8572-c02d560d3ae1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39864d2d-50c4-4ef8-8572-c02d560d3ae1 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-71bc53b3-d5c6-4770-91d8-72d70e8aa545 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-71bc53b3-d5c6-4770-91d8-72d70e8aa545 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-51bfb41c-c4d4-4203-9f90-90f26ef8e1dd {
  text-align: left;
}

#s-51bfb41c-c4d4-4203-9f90-90f26ef8e1dd .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-51bfb41c-c4d4-4203-9f90-90f26ef8e1dd .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-51bfb41c-c4d4-4203-9f90-90f26ef8e1dd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-a4ead9ed-ccf7-4763-b7b5-effe592d4b1d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a4ead9ed-ccf7-4763-b7b5-effe592d4b1d {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-a4ead9ed-ccf7-4763-b7b5-effe592d4b1d {
  background-image: url();
}








#s-a4ead9ed-ccf7-4763-b7b5-effe592d4b1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4ead9ed-ccf7-4763-b7b5-effe592d4b1d {
  cursor: pointer;
}#s-a4ead9ed-ccf7-4763-b7b5-effe592d4b1d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-72ef8bad-e54f-4bea-8c69-7433e0abf16c {
  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: 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-1860262a-8784-4bcc-b5e2-98ee832fe46a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a {
  max-width:  100%;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a {
  max-width:  100%;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a {
  max-width:  100%;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a {
  max-width:  100%;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a {
  max-width:  100%;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a .shg-image-zoom,
.shg-c#s-1860262a-8784-4bcc-b5e2-98ee832fe46a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-df8d297f-1bd5-4a9c-ba11-c28dbc5e669a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-df8d297f-1bd5-4a9c-ba11-c28dbc5e669a .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-0b34c914-fe2d-47c7-9412-523aa9d91b81 {
  text-align: left;
}

#s-0b34c914-fe2d-47c7-9412-523aa9d91b81 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0b34c914-fe2d-47c7-9412-523aa9d91b81 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-0b34c914-fe2d-47c7-9412-523aa9d91b81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-6923a2bb-fa2f-4a2f-8e8e-0ea97334be97 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6923a2bb-fa2f-4a2f-8e8e-0ea97334be97 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-6923a2bb-fa2f-4a2f-8e8e-0ea97334be97 {
  background-image: url();
}








#s-6923a2bb-fa2f-4a2f-8e8e-0ea97334be97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6923a2bb-fa2f-4a2f-8e8e-0ea97334be97 {
  cursor: pointer;
}#s-6923a2bb-fa2f-4a2f-8e8e-0ea97334be97.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fb986dd2-507f-4382-8e59-2afbfd601cbc {
  margin-left: auto;
margin-right: auto;
}

#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 {
  max-width:  100%;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 {
  max-width:  100%;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 {
  max-width:  100%;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 {
  max-width:  100%;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 {
  max-width:  100%;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 .shg-image-zoom,
.shg-c#s-6bf1891d-cfb4-45ad-9a14-17a7ea417831 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-71cc133c-68df-419a-a9f7-b6c9136c57c6 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-71cc133c-68df-419a-a9f7-b6c9136c57c6 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-acfbbacc-8d98-43c6-af21-9a437cf01b41 {
  text-align: left;
}

#s-acfbbacc-8d98-43c6-af21-9a437cf01b41 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-acfbbacc-8d98-43c6-af21-9a437cf01b41 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-acfbbacc-8d98-43c6-af21-9a437cf01b41 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-a66b8d8f-6c3b-42b1-8aba-9129aae44729 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a66b8d8f-6c3b-42b1-8aba-9129aae44729 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-a66b8d8f-6c3b-42b1-8aba-9129aae44729 {
  background-image: url();
}








#s-a66b8d8f-6c3b-42b1-8aba-9129aae44729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a66b8d8f-6c3b-42b1-8aba-9129aae44729 {
  cursor: pointer;
}#s-a66b8d8f-6c3b-42b1-8aba-9129aae44729.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b1dd966e-81c1-4b6c-ad4d-eb143116d48e {
  margin-left: auto;
margin-right: auto;
}

#s-f03e2365-e7f5-48f7-9e83-c2893b673291 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 {
  max-width:  100%;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 {
  max-width:  100%;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 {
  max-width:  100%;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 {
  max-width:  100%;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 {
  max-width:  100%;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 .shg-image-zoom,
.shg-c#s-f03e2365-e7f5-48f7-9e83-c2893b673291 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e91074a3-c378-4ffa-aa2c-b0ca42bc8521 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-e91074a3-c378-4ffa-aa2c-b0ca42bc8521 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-8a0395c3-878a-4dcb-b375-4540f66ad61c {
  text-align: left;
}

#s-8a0395c3-878a-4dcb-b375-4540f66ad61c .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8a0395c3-878a-4dcb-b375-4540f66ad61c .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a0395c3-878a-4dcb-b375-4540f66ad61c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-ba809f84-fffc-4b26-8955-d31cc3e16778 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ba809f84-fffc-4b26-8955-d31cc3e16778 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-ba809f84-fffc-4b26-8955-d31cc3e16778 {
  background-image: url();
}








#s-ba809f84-fffc-4b26-8955-d31cc3e16778 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba809f84-fffc-4b26-8955-d31cc3e16778 {
  cursor: pointer;
}#s-ba809f84-fffc-4b26-8955-d31cc3e16778.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a8222cf1-95f7-4af7-b591-4d1137c4fa76 {
  margin-left: auto;
margin-right: auto;
}

#s-ff5880f2-5207-4119-9acb-7904f5fc677e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e {
  max-width:  100%;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e {
  max-width:  100%;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e {
  max-width:  100%;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e {
  max-width:  100%;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e {
  max-width:  100%;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e .shg-image-zoom,
.shg-c#s-ff5880f2-5207-4119-9acb-7904f5fc677e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9d04b312-f832-4684-9855-9dd78d397a2f {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-9d04b312-f832-4684-9855-9dd78d397a2f .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-ca9097a3-16c1-4735-94b2-9b1093fe4675 {
  text-align: left;
}

#s-ca9097a3-16c1-4735-94b2-9b1093fe4675 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ca9097a3-16c1-4735-94b2-9b1093fe4675 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-ca9097a3-16c1-4735-94b2-9b1093fe4675 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-10910042-d276-4a08-b37f-8df40b850151 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-10910042-d276-4a08-b37f-8df40b850151 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-10910042-d276-4a08-b37f-8df40b850151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10910042-d276-4a08-b37f-8df40b850151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07318e85-9b44-41e8-9c0a-aaf0c3221117 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-07318e85-9b44-41e8-9c0a-aaf0c3221117"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07318e85-9b44-41e8-9c0a-aaf0c3221117"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-07318e85-9b44-41e8-9c0a-aaf0c3221117"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-07318e85-9b44-41e8-9c0a-aaf0c3221117"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966-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-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966-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-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .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-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966-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-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .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-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966-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-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .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-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966-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-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .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-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6c3bedf0-e46a-4e57-b0c1-fa6c1485c966 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  margin-top: 10px;
}
}
#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6-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-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6-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-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .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-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6-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-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .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-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6-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-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .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-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6-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-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .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-8ffd68c2-2163-44c6-8fca-ad4720d874c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffd68c2-2163-44c6-8fca-ad4720d874c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ffd68c2-2163-44c6-8fca-ad4720d874c6 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  margin-top: 10px;
}
}
#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709-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-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709-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-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .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-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709-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-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .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-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709-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-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .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-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709-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-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .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-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a7b8a2b0-2a72-4a20-9b30-6dc3aa05d709 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-b36f726a-5590-492e-ad67-9b8878a0c607 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-b36f726a-5590-492e-ad67-9b8878a0c607 {
  display: none;
}
#s-b36f726a-5590-492e-ad67-9b8878a0c607, #wrap-s-b36f726a-5590-492e-ad67-9b8878a0c607, #wrap-content-s-b36f726a-5590-492e-ad67-9b8878a0c607 { display: none !important; }}







#s-b36f726a-5590-492e-ad67-9b8878a0c607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b36f726a-5590-492e-ad67-9b8878a0c607.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dcb0dac-9cff-4c8f-893f-a7aa5167cb36 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3dcb0dac-9cff-4c8f-893f-a7aa5167cb36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3dcb0dac-9cff-4c8f-893f-a7aa5167cb36"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-3dcb0dac-9cff-4c8f-893f-a7aa5167cb36"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dcb0dac-9cff-4c8f-893f-a7aa5167cb36"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c-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-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
  box-sizing: border-box;
}



.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
      position: relative;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c-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-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
  box-sizing: border-box;
}



.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
      position: relative;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c-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-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
  box-sizing: border-box;
}



.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
      position: relative;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c-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-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
  box-sizing: border-box;
}



.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
      position: relative;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c-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-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image {
  box-sizing: border-box;
}



.s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container {
      position: relative;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a115a22-1d9c-4002-8dff-6aad12e6af0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2-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-de183d49-9b97-416b-b9bd-14aec914cab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
  box-sizing: border-box;
}



.s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de183d49-9b97-416b-b9bd-14aec914cab2 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
      position: relative;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2-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-de183d49-9b97-416b-b9bd-14aec914cab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
  box-sizing: border-box;
}



.s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de183d49-9b97-416b-b9bd-14aec914cab2 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
      position: relative;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2-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-de183d49-9b97-416b-b9bd-14aec914cab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
  box-sizing: border-box;
}



.s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de183d49-9b97-416b-b9bd-14aec914cab2 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
      position: relative;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2-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-de183d49-9b97-416b-b9bd-14aec914cab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
  box-sizing: border-box;
}



.s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de183d49-9b97-416b-b9bd-14aec914cab2 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
      position: relative;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2-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-de183d49-9b97-416b-b9bd-14aec914cab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de183d49-9b97-416b-b9bd-14aec914cab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de183d49-9b97-416b-b9bd-14aec914cab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-de183d49-9b97-416b-b9bd-14aec914cab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image {
  box-sizing: border-box;
}



.s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de183d49-9b97-416b-b9bd-14aec914cab2 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container {
      position: relative;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de183d49-9b97-416b-b9bd-14aec914cab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  margin-top: 10px;
}
}
#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  margin: 0 !important;
  overflow: visible;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714-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-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add background color handling */
  
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
  box-sizing: border-box;
}



.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
      position: relative;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  margin: 0 !important;
  overflow: visible;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714-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-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add background color handling */
  
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
  box-sizing: border-box;
}



.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
      position: relative;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  margin: 0 !important;
  overflow: visible;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714-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-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add background color handling */
  
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
  box-sizing: border-box;
}



.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
      position: relative;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  margin: 0 !important;
  overflow: visible;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714-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-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add background color handling */
  
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
  box-sizing: border-box;
}



.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
      position: relative;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  margin: 0 !important;
  overflow: visible;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714-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-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add background color handling */
  
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image {
  box-sizing: border-box;
}



.s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container {
      position: relative;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db8d7c0e-43b4-4294-ba4c-7c73b63ed714 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  margin-top: 10px;
}
}
#s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33-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-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
  box-sizing: border-box;
}



.s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
      position: relative;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33-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-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
  box-sizing: border-box;
}



.s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
      position: relative;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33-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-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
  box-sizing: border-box;
}



.s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
      position: relative;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33-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-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
  box-sizing: border-box;
}



.s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
      position: relative;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33-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-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5ad5ead1-0483-4bbd-b222-621612df3e33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image {
  box-sizing: border-box;
}



.s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container {
      position: relative;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad5ead1-0483-4bbd-b222-621612df3e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659-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-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
  box-sizing: border-box;
}



.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
      position: relative;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659-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-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
  box-sizing: border-box;
}



.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
      position: relative;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659-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-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
  box-sizing: border-box;
}



.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
      position: relative;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659-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-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
  box-sizing: border-box;
}



.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
      position: relative;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659-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-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image {
  box-sizing: border-box;
}



.s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container {
      position: relative;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bc8b43-a64a-4e38-8cdd-f78107167659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-d27b3392-8045-407e-8e43-eb3956bbc9f8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d27b3392-8045-407e-8e43-eb3956bbc9f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d27b3392-8045-407e-8e43-eb3956bbc9f8"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-d27b3392-8045-407e-8e43-eb3956bbc9f8"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-d27b3392-8045-407e-8e43-eb3956bbc9f8"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  margin-top: 10px;
}
}
#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  margin: 0 !important;
  overflow: visible;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86-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-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add background color handling */
  
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image {
  box-sizing: border-box;
}



.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  
}


@media (min-width: 1200px){#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  margin: 0 !important;
  overflow: visible;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86-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-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add background color handling */
  
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image {
  box-sizing: border-box;
}



.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  margin: 0 !important;
  overflow: visible;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86-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-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add background color handling */
  
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image {
  box-sizing: border-box;
}



.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  margin: 0 !important;
  overflow: visible;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86-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-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add background color handling */
  
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image {
  box-sizing: border-box;
}



.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  
}


}@media (max-width: 767px){#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  margin: 0 !important;
  overflow: visible;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86-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-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add background color handling */
  
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34331b5c-fe2d-4d50-b1df-07500bf1ec86.shogun-image {
  box-sizing: border-box;
}



.s-34331b5c-fe2d-4d50-b1df-07500bf1ec86 img.shogun-image {
  
}


}
#s-5561d388-40d8-4b24-a40c-e61266e41095 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 {
  margin: 0 !important;
  overflow: visible;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095-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-5561d388-40d8-4b24-a40c-e61266e41095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5561d388-40d8-4b24-a40c-e61266e41095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add background color handling */
  
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
  box-sizing: border-box;
}



.s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5561d388-40d8-4b24-a40c-e61266e41095 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
      position: relative;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-5561d388-40d8-4b24-a40c-e61266e41095 {
  margin: 0 !important;
  overflow: visible;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095-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-5561d388-40d8-4b24-a40c-e61266e41095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5561d388-40d8-4b24-a40c-e61266e41095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add background color handling */
  
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
  box-sizing: border-box;
}



.s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5561d388-40d8-4b24-a40c-e61266e41095 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
      position: relative;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5561d388-40d8-4b24-a40c-e61266e41095 {
  margin: 0 !important;
  overflow: visible;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095-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-5561d388-40d8-4b24-a40c-e61266e41095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5561d388-40d8-4b24-a40c-e61266e41095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add background color handling */
  
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
  box-sizing: border-box;
}



.s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5561d388-40d8-4b24-a40c-e61266e41095 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
      position: relative;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5561d388-40d8-4b24-a40c-e61266e41095 {
  margin: 0 !important;
  overflow: visible;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095-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-5561d388-40d8-4b24-a40c-e61266e41095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5561d388-40d8-4b24-a40c-e61266e41095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add background color handling */
  
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
  box-sizing: border-box;
}



.s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5561d388-40d8-4b24-a40c-e61266e41095 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
      position: relative;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-5561d388-40d8-4b24-a40c-e61266e41095 {
  margin: 0 !important;
  overflow: visible;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095-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-5561d388-40d8-4b24-a40c-e61266e41095 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5561d388-40d8-4b24-a40c-e61266e41095 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add background color handling */
  
}

#s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5561d388-40d8-4b24-a40c-e61266e41095 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-5561d388-40d8-4b24-a40c-e61266e41095 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image {
  box-sizing: border-box;
}



.s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5561d388-40d8-4b24-a40c-e61266e41095 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container {
      position: relative;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5561d388-40d8-4b24-a40c-e61266e41095 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  margin: 0 !important;
  overflow: visible;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef-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-ec174a32-7df9-4e61-a7af-77377454a9ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add background color handling */
  
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec174a32-7df9-4e61-a7af-77377454a9ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image {
  box-sizing: border-box;
}



.s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  
}


@media (min-width: 1200px){#s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  margin: 0 !important;
  overflow: visible;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef-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-ec174a32-7df9-4e61-a7af-77377454a9ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add background color handling */
  
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec174a32-7df9-4e61-a7af-77377454a9ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image {
  box-sizing: border-box;
}



.s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  margin: 0 !important;
  overflow: visible;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef-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-ec174a32-7df9-4e61-a7af-77377454a9ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add background color handling */
  
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec174a32-7df9-4e61-a7af-77377454a9ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image {
  box-sizing: border-box;
}



.s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  margin: 0 !important;
  overflow: visible;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef-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-ec174a32-7df9-4e61-a7af-77377454a9ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add background color handling */
  
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec174a32-7df9-4e61-a7af-77377454a9ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image {
  box-sizing: border-box;
}



.s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  
}


}@media (max-width: 767px){#s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  margin: 0 !important;
  overflow: visible;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef-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-ec174a32-7df9-4e61-a7af-77377454a9ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec174a32-7df9-4e61-a7af-77377454a9ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add background color handling */
  
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec174a32-7df9-4e61-a7af-77377454a9ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec174a32-7df9-4e61-a7af-77377454a9ef.shogun-image {
  box-sizing: border-box;
}



.s-ec174a32-7df9-4e61-a7af-77377454a9ef img.shogun-image {
  
}


}
#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  margin: 0 !important;
  overflow: visible;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e-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-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add background color handling */
  
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image {
  box-sizing: border-box;
}



.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  
}


@media (min-width: 1200px){#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  margin: 0 !important;
  overflow: visible;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e-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-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add background color handling */
  
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image {
  box-sizing: border-box;
}



.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  margin: 0 !important;
  overflow: visible;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e-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-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add background color handling */
  
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image {
  box-sizing: border-box;
}



.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  margin: 0 !important;
  overflow: visible;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e-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-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add background color handling */
  
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image {
  box-sizing: border-box;
}



.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  
}


}@media (max-width: 767px){#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  margin: 0 !important;
  overflow: visible;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e-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-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add background color handling */
  
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e.shogun-image {
  box-sizing: border-box;
}



.s-218e6af5-f2d8-4485-a9f0-aa78dfb11c2e img.shogun-image {
  
}


}
#s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  margin-top: 10px;
}
}
#s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b-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-cb707fbf-9283-4cc1-bde5-116597809c0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
  box-sizing: border-box;
}



.s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb707fbf-9283-4cc1-bde5-116597809c0b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
      position: relative;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b-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-cb707fbf-9283-4cc1-bde5-116597809c0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
  box-sizing: border-box;
}



.s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb707fbf-9283-4cc1-bde5-116597809c0b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
      position: relative;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b-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-cb707fbf-9283-4cc1-bde5-116597809c0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
  box-sizing: border-box;
}



.s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb707fbf-9283-4cc1-bde5-116597809c0b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
      position: relative;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b-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-cb707fbf-9283-4cc1-bde5-116597809c0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
  box-sizing: border-box;
}



.s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb707fbf-9283-4cc1-bde5-116597809c0b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
      position: relative;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b-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-cb707fbf-9283-4cc1-bde5-116597809c0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-cb707fbf-9283-4cc1-bde5-116597809c0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb707fbf-9283-4cc1-bde5-116597809c0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-cb707fbf-9283-4cc1-bde5-116597809c0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image {
  box-sizing: border-box;
}



.s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb707fbf-9283-4cc1-bde5-116597809c0b {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container {
      position: relative;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb707fbf-9283-4cc1-bde5-116597809c0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-e6130e49-8e99-4841-adf9-a8527e2c88e1 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e6130e49-8e99-4841-adf9-a8527e2c88e1 {
  display: none;
}
#s-e6130e49-8e99-4841-adf9-a8527e2c88e1, #wrap-s-e6130e49-8e99-4841-adf9-a8527e2c88e1, #wrap-content-s-e6130e49-8e99-4841-adf9-a8527e2c88e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6130e49-8e99-4841-adf9-a8527e2c88e1 {
  display: none;
}
#s-e6130e49-8e99-4841-adf9-a8527e2c88e1, #wrap-s-e6130e49-8e99-4841-adf9-a8527e2c88e1, #wrap-content-s-e6130e49-8e99-4841-adf9-a8527e2c88e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6130e49-8e99-4841-adf9-a8527e2c88e1 {
  display: none;
}
#s-e6130e49-8e99-4841-adf9-a8527e2c88e1, #wrap-s-e6130e49-8e99-4841-adf9-a8527e2c88e1, #wrap-content-s-e6130e49-8e99-4841-adf9-a8527e2c88e1 { display: none !important; }}@media (max-width: 767px){#s-e6130e49-8e99-4841-adf9-a8527e2c88e1 {
  
}
}







#s-e6130e49-8e99-4841-adf9-a8527e2c88e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6130e49-8e99-4841-adf9-a8527e2c88e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-285f34f0-b7b9-4417-8189-4619c0fe0b21 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-285f34f0-b7b9-4417-8189-4619c0fe0b21"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-285f34f0-b7b9-4417-8189-4619c0fe0b21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-285f34f0-b7b9-4417-8189-4619c0fe0b21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-285f34f0-b7b9-4417-8189-4619c0fe0b21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  margin: 0 !important;
  overflow: visible;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f-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-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add background color handling */
  
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
  box-sizing: border-box;
}



.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
      position: relative;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  margin: 0 !important;
  overflow: visible;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f-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-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add background color handling */
  
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
  box-sizing: border-box;
}



.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
      position: relative;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  margin: 0 !important;
  overflow: visible;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f-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-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add background color handling */
  
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
  box-sizing: border-box;
}



.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
      position: relative;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  margin: 0 !important;
  overflow: visible;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f-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-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add background color handling */
  
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
  box-sizing: border-box;
}



.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
      position: relative;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  margin: 0 !important;
  overflow: visible;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f-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-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add background color handling */
  
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image {
  box-sizing: border-box;
}



.s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container {
      position: relative;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20a65b26-c09c-49ca-a0ba-92c86d52d65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3-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-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
  box-sizing: border-box;
}



.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
      position: relative;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3-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-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
  box-sizing: border-box;
}



.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
      position: relative;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3-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-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
  box-sizing: border-box;
}



.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
      position: relative;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3-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-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
  box-sizing: border-box;
}



.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
      position: relative;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3-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-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image {
  box-sizing: border-box;
}



.s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container {
      position: relative;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b7d0b48-012e-4f95-92be-fb0a262927d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  margin-top: 10px;
}
}
#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8-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-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
  box-sizing: border-box;
}



.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
      position: relative;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8-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-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
  box-sizing: border-box;
}



.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
      position: relative;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8-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-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
  box-sizing: border-box;
}



.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
      position: relative;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8-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-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
  box-sizing: border-box;
}



.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
      position: relative;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8-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-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image {
  box-sizing: border-box;
}



.s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container {
      position: relative;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a083d1-f1d1-425c-a421-bccfaf48b7f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-fc056d5c-9719-440e-859f-971bec075dc0 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-fc056d5c-9719-440e-859f-971bec075dc0 {
  margin-top: 10px;
}
}
#s-fc056d5c-9719-440e-859f-971bec075dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0-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-fc056d5c-9719-440e-859f-971bec075dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc056d5c-9719-440e-859f-971bec075dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
  box-sizing: border-box;
}



.s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc056d5c-9719-440e-859f-971bec075dc0 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
      position: relative;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-fc056d5c-9719-440e-859f-971bec075dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0-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-fc056d5c-9719-440e-859f-971bec075dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc056d5c-9719-440e-859f-971bec075dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
  box-sizing: border-box;
}



.s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc056d5c-9719-440e-859f-971bec075dc0 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
      position: relative;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fc056d5c-9719-440e-859f-971bec075dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0-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-fc056d5c-9719-440e-859f-971bec075dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc056d5c-9719-440e-859f-971bec075dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
  box-sizing: border-box;
}



.s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc056d5c-9719-440e-859f-971bec075dc0 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
      position: relative;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fc056d5c-9719-440e-859f-971bec075dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0-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-fc056d5c-9719-440e-859f-971bec075dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc056d5c-9719-440e-859f-971bec075dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
  box-sizing: border-box;
}



.s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc056d5c-9719-440e-859f-971bec075dc0 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
      position: relative;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-fc056d5c-9719-440e-859f-971bec075dc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0-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-fc056d5c-9719-440e-859f-971bec075dc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-fc056d5c-9719-440e-859f-971bec075dc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc056d5c-9719-440e-859f-971bec075dc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fc056d5c-9719-440e-859f-971bec075dc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image {
  box-sizing: border-box;
}



.s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc056d5c-9719-440e-859f-971bec075dc0 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container {
      position: relative;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc056d5c-9719-440e-859f-971bec075dc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-a562a3f2-e53e-471d-a439-5e3602693c99 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a562a3f2-e53e-471d-a439-5e3602693c99"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a562a3f2-e53e-471d-a439-5e3602693c99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a562a3f2-e53e-471d-a439-5e3602693c99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a562a3f2-e53e-471d-a439-5e3602693c99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  margin-top: 10px;
}
}
#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  margin: 0 !important;
  overflow: visible;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a-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-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add background color handling */
  
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
  box-sizing: border-box;
}



.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
      position: relative;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  margin: 0 !important;
  overflow: visible;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a-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-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add background color handling */
  
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
  box-sizing: border-box;
}



.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
      position: relative;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  margin: 0 !important;
  overflow: visible;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a-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-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add background color handling */
  
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
  box-sizing: border-box;
}



.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
      position: relative;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  margin: 0 !important;
  overflow: visible;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a-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-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add background color handling */
  
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
  box-sizing: border-box;
}



.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
      position: relative;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  margin: 0 !important;
  overflow: visible;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a-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-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add background color handling */
  
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image {
  box-sizing: border-box;
}



.s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container {
      position: relative;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44d29fe3-add7-4048-bfe7-3b0ec7a0056a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  margin-top: 10px;
}
}
#s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  margin: 0 !important;
  overflow: visible;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038-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-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add background color handling */
  
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fad94d06-ecd9-4873-8660-6d21fbc94038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image {
  box-sizing: border-box;
}



.s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  margin: 0 !important;
  overflow: visible;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038-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-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add background color handling */
  
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fad94d06-ecd9-4873-8660-6d21fbc94038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image {
  box-sizing: border-box;
}



.s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  margin: 0 !important;
  overflow: visible;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038-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-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add background color handling */
  
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fad94d06-ecd9-4873-8660-6d21fbc94038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image {
  box-sizing: border-box;
}



.s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  margin: 0 !important;
  overflow: visible;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038-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-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add background color handling */
  
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fad94d06-ecd9-4873-8660-6d21fbc94038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image {
  box-sizing: border-box;
}



.s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  margin: 0 !important;
  overflow: visible;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038-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-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-fad94d06-ecd9-4873-8660-6d21fbc94038 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add background color handling */
  
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fad94d06-ecd9-4873-8660-6d21fbc94038 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad94d06-ecd9-4873-8660-6d21fbc94038.shogun-image {
  box-sizing: border-box;
}



.s-fad94d06-ecd9-4873-8660-6d21fbc94038 img.shogun-image {
  
}


}
#s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  margin-top: 10px;
}
}
#s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  margin: 0 !important;
  overflow: visible;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a-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-859b301e-48dd-416c-a8d7-ec264881ed1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add background color handling */
  
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
  box-sizing: border-box;
}



.s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859b301e-48dd-416c-a8d7-ec264881ed1a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
      position: relative;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  margin: 0 !important;
  overflow: visible;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a-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-859b301e-48dd-416c-a8d7-ec264881ed1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add background color handling */
  
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
  box-sizing: border-box;
}



.s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859b301e-48dd-416c-a8d7-ec264881ed1a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
      position: relative;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  margin: 0 !important;
  overflow: visible;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a-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-859b301e-48dd-416c-a8d7-ec264881ed1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add background color handling */
  
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
  box-sizing: border-box;
}



.s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859b301e-48dd-416c-a8d7-ec264881ed1a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
      position: relative;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  margin: 0 !important;
  overflow: visible;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a-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-859b301e-48dd-416c-a8d7-ec264881ed1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add background color handling */
  
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
  box-sizing: border-box;
}



.s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859b301e-48dd-416c-a8d7-ec264881ed1a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
      position: relative;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  margin: 0 !important;
  overflow: visible;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a-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-859b301e-48dd-416c-a8d7-ec264881ed1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-859b301e-48dd-416c-a8d7-ec264881ed1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add background color handling */
  
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859b301e-48dd-416c-a8d7-ec264881ed1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-859b301e-48dd-416c-a8d7-ec264881ed1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image {
  box-sizing: border-box;
}



.s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859b301e-48dd-416c-a8d7-ec264881ed1a {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container {
      position: relative;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859b301e-48dd-416c-a8d7-ec264881ed1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  margin-top: 10px;
}
}
#s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  margin: 0 !important;
  overflow: visible;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736-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-7357cd60-71ec-499b-b6a0-b5467503b736 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add background color handling */
  
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7357cd60-71ec-499b-b6a0-b5467503b736 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image {
  box-sizing: border-box;
}



.s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  margin: 0 !important;
  overflow: visible;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736-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-7357cd60-71ec-499b-b6a0-b5467503b736 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add background color handling */
  
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7357cd60-71ec-499b-b6a0-b5467503b736 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image {
  box-sizing: border-box;
}



.s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  margin: 0 !important;
  overflow: visible;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736-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-7357cd60-71ec-499b-b6a0-b5467503b736 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add background color handling */
  
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7357cd60-71ec-499b-b6a0-b5467503b736 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image {
  box-sizing: border-box;
}



.s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  margin: 0 !important;
  overflow: visible;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736-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-7357cd60-71ec-499b-b6a0-b5467503b736 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add background color handling */
  
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7357cd60-71ec-499b-b6a0-b5467503b736 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image {
  box-sizing: border-box;
}



.s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  margin: 0 !important;
  overflow: visible;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736-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-7357cd60-71ec-499b-b6a0-b5467503b736 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-7357cd60-71ec-499b-b6a0-b5467503b736 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add background color handling */
  
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7357cd60-71ec-499b-b6a0-b5467503b736 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7357cd60-71ec-499b-b6a0-b5467503b736.shogun-image {
  box-sizing: border-box;
}



.s-7357cd60-71ec-499b-b6a0-b5467503b736 img.shogun-image {
  
}


}
#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  margin-top: 10px;
}
}
#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1-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-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image {
  box-sizing: border-box;
}



.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1-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-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image {
  box-sizing: border-box;
}



.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1-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-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image {
  box-sizing: border-box;
}



.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1-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-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image {
  box-sizing: border-box;
}



.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1-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-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c471f70-ff68-4f26-aa8d-a664a43e04c1.shogun-image {
  box-sizing: border-box;
}



.s-2c471f70-ff68-4f26-aa8d-a664a43e04c1 img.shogun-image {
  
}


}
#s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1759;
text-align: center;
}
@media (max-width: 767px){#s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  margin-top: 10px;
}
}
#s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753-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-6eba4146-6c51-430d-a28a-a3d44baea753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
  box-sizing: border-box;
}



.s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eba4146-6c51-430d-a28a-a3d44baea753 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
      position: relative;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753-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-6eba4146-6c51-430d-a28a-a3d44baea753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
  box-sizing: border-box;
}



.s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eba4146-6c51-430d-a28a-a3d44baea753 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
      position: relative;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753-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-6eba4146-6c51-430d-a28a-a3d44baea753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
  box-sizing: border-box;
}



.s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eba4146-6c51-430d-a28a-a3d44baea753 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
      position: relative;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753-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-6eba4146-6c51-430d-a28a-a3d44baea753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
  box-sizing: border-box;
}



.s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eba4146-6c51-430d-a28a-a3d44baea753 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
      position: relative;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753-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-6eba4146-6c51-430d-a28a-a3d44baea753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-6eba4146-6c51-430d-a28a-a3d44baea753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }

    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-link {
      aspect-ratio: 2048/1759;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eba4146-6c51-430d-a28a-a3d44baea753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6eba4146-6c51-430d-a28a-a3d44baea753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image {
  box-sizing: border-box;
}



.s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eba4146-6c51-430d-a28a-a3d44baea753 {
      --shg-aspect-ratio: calc(2048/1759); 
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container {
      position: relative;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eba4146-6c51-430d-a28a-a3d44baea753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-fa699f88-a1a3-4c81-8107-15cec4915f26 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-fa699f88-a1a3-4c81-8107-15cec4915f26 {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa699f88-a1a3-4c81-8107-15cec4915f26 {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa699f88-a1a3-4c81-8107-15cec4915f26 {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-fa699f88-a1a3-4c81-8107-15cec4915f26 {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-fa699f88-a1a3-4c81-8107-15cec4915f26 {
  background-image: url();
}








#s-fa699f88-a1a3-4c81-8107-15cec4915f26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa699f88-a1a3-4c81-8107-15cec4915f26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d458b7c4-e2e5-4860-9cc4-6e522bc1e8c1 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-d458b7c4-e2e5-4860-9cc4-6e522bc1e8c1 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-d458b7c4-e2e5-4860-9cc4-6e522bc1e8c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d458b7c4-e2e5-4860-9cc4-6e522bc1e8c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d458b7c4-e2e5-4860-9cc4-6e522bc1e8c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d458b7c4-e2e5-4860-9cc4-6e522bc1e8c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d458b7c4-e2e5-4860-9cc4-6e522bc1e8c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d458b7c4-e2e5-4860-9cc4-6e522bc1e8c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d458b7c4-e2e5-4860-9cc4-6e522bc1e8c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-6dbffe52-e71e-42ab-8991-d90961d21bdc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6dbffe52-e71e-42ab-8991-d90961d21bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dbffe52-e71e-42ab-8991-d90961d21bdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97e91996-fbb9-461d-bf8d-dab72ccc0035 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-97e91996-fbb9-461d-bf8d-dab72ccc0035 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-97e91996-fbb9-461d-bf8d-dab72ccc0035 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-97e91996-fbb9-461d-bf8d-dab72ccc0035 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-97e91996-fbb9-461d-bf8d-dab72ccc0035 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-97e91996-fbb9-461d-bf8d-dab72ccc0035 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}@media (max-width: 767px){#s-97e91996-fbb9-461d-bf8d-dab72ccc0035 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-97e91996-fbb9-461d-bf8d-dab72ccc0035 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}
#s-bff99d12-1524-4379-833e-d60f9af1e56b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-bff99d12-1524-4379-833e-d60f9af1e56b {
  display: none;
}
#s-bff99d12-1524-4379-833e-d60f9af1e56b, #wrap-s-bff99d12-1524-4379-833e-d60f9af1e56b, #wrap-content-s-bff99d12-1524-4379-833e-d60f9af1e56b { display: none !important; }}
#s-bff99d12-1524-4379-833e-d60f9af1e56b .shg-proportional-font-size,
#s-bff99d12-1524-4379-833e-d60f9af1e56b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-bff99d12-1524-4379-833e-d60f9af1e56b .shg-proportional-font-size,
#s-bff99d12-1524-4379-833e-d60f9af1e56b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}@media (max-width: 767px){#s-bff99d12-1524-4379-833e-d60f9af1e56b .shg-proportional-font-size,
#s-bff99d12-1524-4379-833e-d60f9af1e56b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f6a03b8d-6111-44cb-83ed-afe5fe091e0a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f6a03b8d-6111-44cb-83ed-afe5fe091e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6a03b8d-6111-44cb-83ed-afe5fe091e0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-f6a03b8d-6111-44cb-83ed-afe5fe091e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6a03b8d-6111-44cb-83ed-afe5fe091e0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-f9c3ef46-1ddf-46c2-bad5-acc058f6c1a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-f9c3ef46-1ddf-46c2-bad5-acc058f6c1a1 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-f9c3ef46-1ddf-46c2-bad5-acc058f6c1a1 .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f9c3ef46-1ddf-46c2-bad5-acc058f6c1a1 .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}


#s-4f0a8311-bf1f-4ea0-8f87-d7171cf3b9ad {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-4f0a8311-bf1f-4ea0-8f87-d7171cf3b9ad {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f0a8311-bf1f-4ea0-8f87-d7171cf3b9ad {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f0a8311-bf1f-4ea0-8f87-d7171cf3b9ad {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-4f0a8311-bf1f-4ea0-8f87-d7171cf3b9ad {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-4f0a8311-bf1f-4ea0-8f87-d7171cf3b9ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4f0a8311-bf1f-4ea0-8f87-d7171cf3b9ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f0a8311-bf1f-4ea0-8f87-d7171cf3b9ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f0a8311-bf1f-4ea0-8f87-d7171cf3b9ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-c45c5cef-6171-42d2-9695-59eb90000282 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c45c5cef-6171-42d2-9695-59eb90000282 {
  border-style: solid;
}
}
#s-c45c5cef-6171-42d2-9695-59eb90000282 {
  background-image: url();
}








#s-c45c5cef-6171-42d2-9695-59eb90000282 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c45c5cef-6171-42d2-9695-59eb90000282 {
  cursor: pointer;
}#s-c45c5cef-6171-42d2-9695-59eb90000282.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1aba56b8-2125-422e-80c6-180952cf9bc7 {
  margin-left: auto;
margin-right: auto;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60-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-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60-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-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .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-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60-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-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .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-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60-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-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .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-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60-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-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .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-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c962d3cc-f9d3-4fd3-bef8-d215c0f8dd60 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-88451fa5-99a4-4527-9f0c-2d2207033716 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-88451fa5-99a4-4527-9f0c-2d2207033716 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-2e724897-8f82-46ad-8724-6c64af6afec0 {
  text-align: left;
}

#s-2e724897-8f82-46ad-8724-6c64af6afec0 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2e724897-8f82-46ad-8724-6c64af6afec0 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-2e724897-8f82-46ad-8724-6c64af6afec0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-b1ba0bc9-1a64-4134-842b-d255220dbb45 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-b1ba0bc9-1a64-4134-842b-d255220dbb45 {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-b1ba0bc9-1a64-4134-842b-d255220dbb45 {
  background-image: url();
}








#s-b1ba0bc9-1a64-4134-842b-d255220dbb45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1ba0bc9-1a64-4134-842b-d255220dbb45 {
  cursor: pointer;
}#s-b1ba0bc9-1a64-4134-842b-d255220dbb45.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73306860-ac04-4cce-bb51-49185720b510 {
  margin-left: auto;
margin-right: auto;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a-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-473d0938-3c80-4908-b2ef-c21a410d841a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-473d0938-3c80-4908-b2ef-c21a410d841a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473d0938-3c80-4908-b2ef-c21a410d841a img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-473d0938-3c80-4908-b2ef-c21a410d841a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a-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-473d0938-3c80-4908-b2ef-c21a410d841a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a .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-473d0938-3c80-4908-b2ef-c21a410d841a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473d0938-3c80-4908-b2ef-c21a410d841a img.shogun-image {
  width: 100%;
  
  
  

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




.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-473d0938-3c80-4908-b2ef-c21a410d841a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a-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-473d0938-3c80-4908-b2ef-c21a410d841a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a .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-473d0938-3c80-4908-b2ef-c21a410d841a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473d0938-3c80-4908-b2ef-c21a410d841a img.shogun-image {
  width: 100%;
  
  
  

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




.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-473d0938-3c80-4908-b2ef-c21a410d841a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a-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-473d0938-3c80-4908-b2ef-c21a410d841a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a .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-473d0938-3c80-4908-b2ef-c21a410d841a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473d0938-3c80-4908-b2ef-c21a410d841a img.shogun-image {
  width: 100%;
  
  
  

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




.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-473d0938-3c80-4908-b2ef-c21a410d841a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a-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-473d0938-3c80-4908-b2ef-c21a410d841a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a .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-473d0938-3c80-4908-b2ef-c21a410d841a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473d0938-3c80-4908-b2ef-c21a410d841a img.shogun-image {
  width: 100%;
  
  
  

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




.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473d0938-3c80-4908-b2ef-c21a410d841a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-473d0938-3c80-4908-b2ef-c21a410d841a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-dbef0174-1ff7-406d-abf6-2511195becf5 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-dbef0174-1ff7-406d-abf6-2511195becf5 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-9797865a-dc50-4c97-b843-795cfe852c57 {
  text-align: left;
}

#s-9797865a-dc50-4c97-b843-795cfe852c57 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9797865a-dc50-4c97-b843-795cfe852c57 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-9797865a-dc50-4c97-b843-795cfe852c57 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-9b6850fe-05e9-414c-9aee-4e55f9108d33 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9b6850fe-05e9-414c-9aee-4e55f9108d33 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-9b6850fe-05e9-414c-9aee-4e55f9108d33 {
  background-image: url();
}








#s-9b6850fe-05e9-414c-9aee-4e55f9108d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b6850fe-05e9-414c-9aee-4e55f9108d33 {
  cursor: pointer;
}#s-9b6850fe-05e9-414c-9aee-4e55f9108d33.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2f33694a-f01a-429c-8d3a-95fe1cd310f7 {
  margin-left: auto;
margin-right: auto;
}

#s-8267d01f-e3f8-42ef-86ab-81982466cffa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa {
  max-width:  100%;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa {
  max-width:  100%;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa {
  max-width:  100%;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa {
  max-width:  100%;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa {
  max-width:  100%;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa .shg-image-zoom,
.shg-c#s-8267d01f-e3f8-42ef-86ab-81982466cffa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2f5ef47c-2176-41ae-944a-f0c4569b036e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-2f5ef47c-2176-41ae-944a-f0c4569b036e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-9e9df63e-8560-4db4-b23c-7b82e8151993 {
  text-align: left;
}

#s-9e9df63e-8560-4db4-b23c-7b82e8151993 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9e9df63e-8560-4db4-b23c-7b82e8151993 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-9e9df63e-8560-4db4-b23c-7b82e8151993 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-80ab8782-da89-41da-8521-dc8ace259bf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-80ab8782-da89-41da-8521-dc8ace259bf6 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-80ab8782-da89-41da-8521-dc8ace259bf6 {
  background-image: url();
}








#s-80ab8782-da89-41da-8521-dc8ace259bf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80ab8782-da89-41da-8521-dc8ace259bf6 {
  cursor: pointer;
}#s-80ab8782-da89-41da-8521-dc8ace259bf6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-258bd020-c781-4424-82a8-804600d7b55e {
  margin-left: auto;
margin-right: auto;
}

#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 {
  max-width:  100%;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 {
  max-width:  100%;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 {
  max-width:  100%;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 {
  max-width:  100%;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 {
  max-width:  100%;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 .shg-image-zoom,
.shg-c#s-437e8cdf-5d29-44fd-984e-8b317f8cf638 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bea1bebf-7dd0-44fc-9488-69ae631c53c9 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-bea1bebf-7dd0-44fc-9488-69ae631c53c9 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-f47d0b6a-8e86-40d6-8b04-84c931bd7715 {
  text-align: left;
}

#s-f47d0b6a-8e86-40d6-8b04-84c931bd7715 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f47d0b6a-8e86-40d6-8b04-84c931bd7715 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-f47d0b6a-8e86-40d6-8b04-84c931bd7715 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-3f71c587-4c04-4006-9b6f-23df6985cb98 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-3f71c587-4c04-4006-9b6f-23df6985cb98 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-3f71c587-4c04-4006-9b6f-23df6985cb98 {
  background-image: url();
}








#s-3f71c587-4c04-4006-9b6f-23df6985cb98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f71c587-4c04-4006-9b6f-23df6985cb98 {
  cursor: pointer;
}#s-3f71c587-4c04-4006-9b6f-23df6985cb98.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-500e36eb-d553-44cd-a21d-fdc8c5b8e705 {
  margin-left: auto;
margin-right: auto;
}

#s-3176d554-473c-4dfc-a4c4-515cb93aad4a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a {
  max-width:  100%;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a {
  max-width:  100%;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a {
  max-width:  100%;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a {
  max-width:  100%;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a {
  max-width:  100%;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a .shg-image-zoom,
.shg-c#s-3176d554-473c-4dfc-a4c4-515cb93aad4a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7788b36f-2432-4698-bb14-909953e09c69 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-7788b36f-2432-4698-bb14-909953e09c69 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-2279343c-01fc-4aaf-bf07-433a8696fc71 {
  text-align: left;
}

#s-2279343c-01fc-4aaf-bf07-433a8696fc71 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2279343c-01fc-4aaf-bf07-433a8696fc71 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-2279343c-01fc-4aaf-bf07-433a8696fc71 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-46d78ad9-47da-4028-a34a-c8d4cef341a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-46d78ad9-47da-4028-a34a-c8d4cef341a1 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-46d78ad9-47da-4028-a34a-c8d4cef341a1 {
  background-image: url();
}








#s-46d78ad9-47da-4028-a34a-c8d4cef341a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46d78ad9-47da-4028-a34a-c8d4cef341a1 {
  cursor: pointer;
}#s-46d78ad9-47da-4028-a34a-c8d4cef341a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd0b7648-84ee-4c89-a184-8f29d79b83fd {
  margin-left: auto;
margin-right: auto;
}

#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c {
  max-width:  100%;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c {
  max-width:  100%;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c {
  max-width:  100%;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c {
  max-width:  100%;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c {
  max-width:  100%;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c .shg-image-zoom,
.shg-c#s-79d3753f-bdd5-4fff-a20d-b7831b75f72c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc10baa7-344f-4c0e-8352-6d457800cda7 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-fc10baa7-344f-4c0e-8352-6d457800cda7 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-0a38b944-af9d-415b-b25e-ad9849ff2c09 {
  text-align: left;
}

#s-0a38b944-af9d-415b-b25e-ad9849ff2c09 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0a38b944-af9d-415b-b25e-ad9849ff2c09 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-0a38b944-af9d-415b-b25e-ad9849ff2c09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-8df27c08-577e-493e-a676-28d39f52932a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-8df27c08-577e-493e-a676-28d39f52932a {
  margin-top: 100px;
margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 4%;
display: none;
}
#s-8df27c08-577e-493e-a676-28d39f52932a, #wrap-s-8df27c08-577e-493e-a676-28d39f52932a, #wrap-content-s-8df27c08-577e-493e-a676-28d39f52932a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8df27c08-577e-493e-a676-28d39f52932a {
  margin-top: 100px;
padding-top: 4%;
padding-bottom: 4%;
display: none;
}
#s-8df27c08-577e-493e-a676-28d39f52932a, #wrap-s-8df27c08-577e-493e-a676-28d39f52932a, #wrap-content-s-8df27c08-577e-493e-a676-28d39f52932a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8df27c08-577e-493e-a676-28d39f52932a {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 4%;
padding-bottom: 4%;
display: none;
}
#s-8df27c08-577e-493e-a676-28d39f52932a, #wrap-s-8df27c08-577e-493e-a676-28d39f52932a, #wrap-content-s-8df27c08-577e-493e-a676-28d39f52932a { display: none !important; }}@media (max-width: 767px){#s-8df27c08-577e-493e-a676-28d39f52932a {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-left: 3%;
padding-bottom: 4%;
padding-right: 3%;
max-width: 600px;
display: none;
}
#s-8df27c08-577e-493e-a676-28d39f52932a, #wrap-s-8df27c08-577e-493e-a676-28d39f52932a, #wrap-content-s-8df27c08-577e-493e-a676-28d39f52932a { display: none !important; }}







#s-8df27c08-577e-493e-a676-28d39f52932a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8df27c08-577e-493e-a676-28d39f52932a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5218e380-9b66-4cdb-84bb-2d9c093ba7c9 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-5218e380-9b66-4cdb-84bb-2d9c093ba7c9 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-5218e380-9b66-4cdb-84bb-2d9c093ba7c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5218e380-9b66-4cdb-84bb-2d9c093ba7c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5218e380-9b66-4cdb-84bb-2d9c093ba7c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5218e380-9b66-4cdb-84bb-2d9c093ba7c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5218e380-9b66-4cdb-84bb-2d9c093ba7c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5218e380-9b66-4cdb-84bb-2d9c093ba7c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5218e380-9b66-4cdb-84bb-2d9c093ba7c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-51797671-b2f8-49fa-85e0-566f7d3848f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-51797671-b2f8-49fa-85e0-566f7d3848f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51797671-b2f8-49fa-85e0-566f7d3848f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b13ed135-cf8f-4933-bc1b-30be5a6647d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b13ed135-cf8f-4933-bc1b-30be5a6647d7 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b13ed135-cf8f-4933-bc1b-30be5a6647d7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-b13ed135-cf8f-4933-bc1b-30be5a6647d7 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-b13ed135-cf8f-4933-bc1b-30be5a6647d7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-b13ed135-cf8f-4933-bc1b-30be5a6647d7 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}

}@media (max-width: 767px){#s-b13ed135-cf8f-4933-bc1b-30be5a6647d7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-b13ed135-cf8f-4933-bc1b-30be5a6647d7 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-351cfc4f-260e-45e8-8a4d-2e67c11344e2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-351cfc4f-260e-45e8-8a4d-2e67c11344e2 {
  display: none;
}
#s-351cfc4f-260e-45e8-8a4d-2e67c11344e2, #wrap-s-351cfc4f-260e-45e8-8a4d-2e67c11344e2, #wrap-content-s-351cfc4f-260e-45e8-8a4d-2e67c11344e2 { display: none !important; }}
#s-351cfc4f-260e-45e8-8a4d-2e67c11344e2 .shg-proportional-font-size,
#s-351cfc4f-260e-45e8-8a4d-2e67c11344e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-351cfc4f-260e-45e8-8a4d-2e67c11344e2 .shg-proportional-font-size,
#s-351cfc4f-260e-45e8-8a4d-2e67c11344e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}@media (max-width: 767px){#s-351cfc4f-260e-45e8-8a4d-2e67c11344e2 .shg-proportional-font-size,
#s-351cfc4f-260e-45e8-8a4d-2e67c11344e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-a4c73dfd-50e6-415c-8927-71996479e943 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a4c73dfd-50e6-415c-8927-71996479e943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4c73dfd-50e6-415c-8927-71996479e943.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-a4c73dfd-50e6-415c-8927-71996479e943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4c73dfd-50e6-415c-8927-71996479e943.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-f1aae3a8-14ea-41f8-a622-2c78d6dbccd9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-f1aae3a8-14ea-41f8-a622-2c78d6dbccd9 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-f1aae3a8-14ea-41f8-a622-2c78d6dbccd9 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f1aae3a8-14ea-41f8-a622-2c78d6dbccd9 .shogun-heading-component h6 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-f1aae3a8-14ea-41f8-a622-2c78d6dbccd9 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f1aae3a8-14ea-41f8-a622-2c78d6dbccd9 .shogun-heading-component h6 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-e055523d-18a5-478d-832a-a96962db5565 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-e055523d-18a5-478d-832a-a96962db5565 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e055523d-18a5-478d-832a-a96962db5565 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e055523d-18a5-478d-832a-a96962db5565 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-e055523d-18a5-478d-832a-a96962db5565 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-radius: 5px;
}
}
@media (min-width: 0px) {
[id="s-e055523d-18a5-478d-832a-a96962db5565"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e055523d-18a5-478d-832a-a96962db5565"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e055523d-18a5-478d-832a-a96962db5565"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e055523d-18a5-478d-832a-a96962db5565"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-cf475b96-b6e2-47af-b684-6bac521f95b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-cf475b96-b6e2-47af-b684-6bac521f95b6 {
  border-style: solid;
}
}
#s-cf475b96-b6e2-47af-b684-6bac521f95b6 {
  background-image: url();
}








#s-cf475b96-b6e2-47af-b684-6bac521f95b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf475b96-b6e2-47af-b684-6bac521f95b6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6fe813c0-80de-4352-962a-4d728b623e00 {
  margin-left: auto;
margin-right: auto;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb-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-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb-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-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .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-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb-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-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .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-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb-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-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .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-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb-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-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .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-89215c83-7a23-4d18-9ce9-e1d9d2de77bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89215c83-7a23-4d18-9ce9-e1d9d2de77bb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-11554a2b-79cf-41b5-a9eb-f5729f99d209 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-11554a2b-79cf-41b5-a9eb-f5729f99d209 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-26b867d3-f69f-4916-abac-2e78af83561f {
  text-align: left;
}

#s-26b867d3-f69f-4916-abac-2e78af83561f .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-26b867d3-f69f-4916-abac-2e78af83561f .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-26b867d3-f69f-4916-abac-2e78af83561f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f-root {
    text-align: center;
  }


#s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f-root {
    text-align: center;
  }


#s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f-root {
    text-align: center;
  }


#s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f-root {
    text-align: center;
  }


#s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f-root {
    text-align: center;
  }


#s-9530a997-eef7-4d8f-8ad4-8856d7e3d52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7adf67e7-5148-433d-808c-5a0bed4d976a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7adf67e7-5148-433d-808c-5a0bed4d976a {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-7adf67e7-5148-433d-808c-5a0bed4d976a {
  background-image: url();
}








#s-7adf67e7-5148-433d-808c-5a0bed4d976a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7adf67e7-5148-433d-808c-5a0bed4d976a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-27585c13-09d2-4517-ac5e-6c5f9d34cc11 {
  margin-left: auto;
margin-right: auto;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27-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-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27-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-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .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-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27-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-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .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-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27-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-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .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-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27-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-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .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-8eddc74a-d31c-46a3-9472-547cc7a35d27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eddc74a-d31c-46a3-9472-547cc7a35d27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eddc74a-d31c-46a3-9472-547cc7a35d27 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-d3424303-64a9-43c2-a836-a3822fa15b2e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-d3424303-64a9-43c2-a836-a3822fa15b2e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-dc274069-0fbf-4c4d-a9f2-0837b48ca7e0 {
  text-align: left;
}

#s-dc274069-0fbf-4c4d-a9f2-0837b48ca7e0 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-dc274069-0fbf-4c4d-a9f2-0837b48ca7e0 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc274069-0fbf-4c4d-a9f2-0837b48ca7e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0-root {
    text-align: center;
  }


#s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0-root {
    text-align: center;
  }


#s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0-root {
    text-align: center;
  }


#s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0-root {
    text-align: center;
  }


#s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0-root {
    text-align: center;
  }


#s-688124be-0f52-4ba2-a6b0-cd63b4d5e9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6dfc143f-39ae-4662-b1a8-6070bbd54614 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6dfc143f-39ae-4662-b1a8-6070bbd54614 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-6dfc143f-39ae-4662-b1a8-6070bbd54614 {
  background-image: url();
}








#s-6dfc143f-39ae-4662-b1a8-6070bbd54614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dfc143f-39ae-4662-b1a8-6070bbd54614.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5dc588ac-c6d3-4386-a9b2-a69fe986468f {
  margin-left: auto;
margin-right: auto;
}

#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 {
  max-width:  100%;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 {
  max-width:  100%;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 {
  max-width:  100%;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 {
  max-width:  100%;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 {
  max-width:  100%;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 .shg-image-zoom,
.shg-c#s-18822b1a-3682-44f0-a643-1f2dd49de7b4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1ff1433a-63c5-4ddc-815b-e5121560ef6f {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-1ff1433a-63c5-4ddc-815b-e5121560ef6f .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e3e83732-f2ef-4cf0-8d8b-ef901a2f85ff {
  text-align: left;
}

#s-e3e83732-f2ef-4cf0-8d8b-ef901a2f85ff .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e3e83732-f2ef-4cf0-8d8b-ef901a2f85ff .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e3e83732-f2ef-4cf0-8d8b-ef901a2f85ff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  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-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad-atc-btn-wrapper {
    text-align: center;
  }


#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad-atc-btn-wrapper {
    text-align: center;
  }


#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad-atc-btn-wrapper {
    text-align: center;
  }


#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad-atc-btn-wrapper {
    text-align: center;
  }


#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad-atc-btn-wrapper {
    text-align: center;
  }


#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3dfb6ed3-4a79-40f6-89a9-1b274cd0a4ad.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-9733a925-24b6-43da-9927-4955840883ef {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9733a925-24b6-43da-9927-4955840883ef {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-9733a925-24b6-43da-9927-4955840883ef {
  background-image: url();
}








#s-9733a925-24b6-43da-9927-4955840883ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9733a925-24b6-43da-9927-4955840883ef.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3a13047a-ec57-4fc0-a9e1-3c7db03308e2 {
  margin-left: auto;
margin-right: auto;
}

#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe {
  max-width:  100%;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe {
  max-width:  100%;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe {
  max-width:  100%;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe {
  max-width:  100%;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe {
  max-width:  100%;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe .shg-image-zoom,
.shg-c#s-12fca79d-ea92-4ccd-84e8-c4b1f196ddbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-294fe3c1-b353-45fc-a85a-4e702dc07e49 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-294fe3c1-b353-45fc-a85a-4e702dc07e49 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-9ec28f70-1a31-4e4c-909b-745c16d2bf32 {
  text-align: left;
}

#s-9ec28f70-1a31-4e4c-909b-745c16d2bf32 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9ec28f70-1a31-4e4c-909b-745c16d2bf32 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ec28f70-1a31-4e4c-909b-745c16d2bf32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

#s-3a807e28-820e-426a-b0f0-f86913df2116 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-3a807e28-820e-426a-b0f0-f86913df2116:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a807e28-820e-426a-b0f0-f86913df2116:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a807e28-820e-426a-b0f0-f86913df2116-root {
    text-align: center;
  }


#s-3a807e28-820e-426a-b0f0-f86913df2116.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3a807e28-820e-426a-b0f0-f86913df2116-root {
    text-align: center;
  }


#s-3a807e28-820e-426a-b0f0-f86913df2116.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a807e28-820e-426a-b0f0-f86913df2116-root {
    text-align: center;
  }


#s-3a807e28-820e-426a-b0f0-f86913df2116.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a807e28-820e-426a-b0f0-f86913df2116-root {
    text-align: center;
  }


#s-3a807e28-820e-426a-b0f0-f86913df2116.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3a807e28-820e-426a-b0f0-f86913df2116-root {
    text-align: center;
  }


#s-3a807e28-820e-426a-b0f0-f86913df2116.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f699fb94-4296-4b80-a222-c3ab46b6d6be {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f699fb94-4296-4b80-a222-c3ab46b6d6be {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-f699fb94-4296-4b80-a222-c3ab46b6d6be {
  background-image: url();
}








#s-f699fb94-4296-4b80-a222-c3ab46b6d6be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f699fb94-4296-4b80-a222-c3ab46b6d6be.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c1866d1d-2466-45b1-81e8-36737cd11dc1 {
  margin-left: auto;
margin-right: auto;
}

#s-606db60a-3f44-4ef9-b672-e3761c920ee2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 {
  max-width:  100%;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 {
  max-width:  100%;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 {
  max-width:  100%;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 {
  max-width:  100%;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 {
  max-width:  100%;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 .shg-image-zoom,
.shg-c#s-606db60a-3f44-4ef9-b672-e3761c920ee2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5046d137-8a6b-412c-9ffb-b4d9c7f42bfd {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-5046d137-8a6b-412c-9ffb-b4d9c7f42bfd .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-f1392342-99ed-4f69-8618-322c303c490d {
  text-align: left;
}

#s-f1392342-99ed-4f69-8618-322c303c490d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f1392342-99ed-4f69-8618-322c303c490d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-f1392342-99ed-4f69-8618-322c303c490d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-85b43d56-4118-4b1e-996e-661703660924 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-85b43d56-4118-4b1e-996e-661703660924:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85b43d56-4118-4b1e-996e-661703660924:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85b43d56-4118-4b1e-996e-661703660924-root {
    text-align: center;
  }


#s-85b43d56-4118-4b1e-996e-661703660924.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-85b43d56-4118-4b1e-996e-661703660924-root {
    text-align: center;
  }


#s-85b43d56-4118-4b1e-996e-661703660924.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85b43d56-4118-4b1e-996e-661703660924-root {
    text-align: center;
  }


#s-85b43d56-4118-4b1e-996e-661703660924.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85b43d56-4118-4b1e-996e-661703660924-root {
    text-align: center;
  }


#s-85b43d56-4118-4b1e-996e-661703660924.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-85b43d56-4118-4b1e-996e-661703660924-root {
    text-align: center;
  }


#s-85b43d56-4118-4b1e-996e-661703660924.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-47f1584d-8efb-4dc9-b89e-94d6bb7b3a15 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-47f1584d-8efb-4dc9-b89e-94d6bb7b3a15 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-47f1584d-8efb-4dc9-b89e-94d6bb7b3a15 {
  background-image: url();
}








#s-47f1584d-8efb-4dc9-b89e-94d6bb7b3a15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47f1584d-8efb-4dc9-b89e-94d6bb7b3a15.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-65367c6f-e266-43c0-bf91-c97d4376c5a8 {
  margin-left: auto;
margin-right: auto;
}

#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 {
  max-width:  100%;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 {
  max-width:  100%;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 {
  max-width:  100%;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 {
  max-width:  100%;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 {
  max-width:  100%;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 .shg-image-zoom,
.shg-c#s-5f4914be-bf55-412e-a559-ad3f29bc81a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8b47f35-8368-45d3-8240-663088e52ffe {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-e8b47f35-8368-45d3-8240-663088e52ffe .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-75246f2d-1b7c-4543-887a-9d8e0fb01bf9 {
  text-align: left;
}

#s-75246f2d-1b7c-4543-887a-9d8e0fb01bf9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-75246f2d-1b7c-4543-887a-9d8e0fb01bf9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-75246f2d-1b7c-4543-887a-9d8e0fb01bf9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd-atc-btn-wrapper {
    text-align: center;
  }


#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd-atc-btn-wrapper {
    text-align: center;
  }


#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd-atc-btn-wrapper {
    text-align: center;
  }


#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd-atc-btn-wrapper {
    text-align: center;
  }


#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd-atc-btn-wrapper {
    text-align: center;
  }


#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c5f2a349-17ef-492e-a8e1-2d26ba0f6bbd.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-a01cb673-286e-43eb-a617-c8c458853e62 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a01cb673-286e-43eb-a617-c8c458853e62 {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a01cb673-286e-43eb-a617-c8c458853e62 {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a01cb673-286e-43eb-a617-c8c458853e62 {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-a01cb673-286e-43eb-a617-c8c458853e62 {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-a01cb673-286e-43eb-a617-c8c458853e62 {
  background-image: url();
}








#s-a01cb673-286e-43eb-a617-c8c458853e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a01cb673-286e-43eb-a617-c8c458853e62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1b8699e-3589-442d-afc8-71479909aeff {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-a1b8699e-3589-442d-afc8-71479909aeff {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-a1b8699e-3589-442d-afc8-71479909aeff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a1b8699e-3589-442d-afc8-71479909aeff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1b8699e-3589-442d-afc8-71479909aeff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1b8699e-3589-442d-afc8-71479909aeff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1b8699e-3589-442d-afc8-71479909aeff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1b8699e-3589-442d-afc8-71479909aeff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1b8699e-3589-442d-afc8-71479909aeff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-3958078f-7aa4-4000-b551-ff73ce137d22 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3958078f-7aa4-4000-b551-ff73ce137d22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3958078f-7aa4-4000-b551-ff73ce137d22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c007f250-de74-4077-9b39-91cf3503c298 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c007f250-de74-4077-9b39-91cf3503c298 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-c007f250-de74-4077-9b39-91cf3503c298 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-c007f250-de74-4077-9b39-91cf3503c298 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-c007f250-de74-4077-9b39-91cf3503c298 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-c007f250-de74-4077-9b39-91cf3503c298 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

}@media (max-width: 767px){#s-c007f250-de74-4077-9b39-91cf3503c298 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


#s-c007f250-de74-4077-9b39-91cf3503c298 .shogun-heading-component h2 a {
  color: rgba(40, 40, 40, 1);
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-30323d7f-2f35-42e7-b028-af40625b559a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-30323d7f-2f35-42e7-b028-af40625b559a {
  display: none;
}
#s-30323d7f-2f35-42e7-b028-af40625b559a, #wrap-s-30323d7f-2f35-42e7-b028-af40625b559a, #wrap-content-s-30323d7f-2f35-42e7-b028-af40625b559a { display: none !important; }}
#s-58c06a95-bdff-4a14-9545-3380c9fd3a5f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-58c06a95-bdff-4a14-9545-3380c9fd3a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58c06a95-bdff-4a14-9545-3380c9fd3a5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-58c06a95-bdff-4a14-9545-3380c9fd3a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58c06a95-bdff-4a14-9545-3380c9fd3a5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-c158f282-2f60-4566-ac9c-e3444e78d001 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-c158f282-2f60-4566-ac9c-e3444e78d001 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-c158f282-2f60-4566-ac9c-e3444e78d001 .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c158f282-2f60-4566-ac9c-e3444e78d001 .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}


#s-fc049e7d-c18b-48d6-90f1-1ffb3ef078c0 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fc049e7d-c18b-48d6-90f1-1ffb3ef078c0 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc049e7d-c18b-48d6-90f1-1ffb3ef078c0 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc049e7d-c18b-48d6-90f1-1ffb3ef078c0 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-fc049e7d-c18b-48d6-90f1-1ffb3ef078c0 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-fc049e7d-c18b-48d6-90f1-1ffb3ef078c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc049e7d-c18b-48d6-90f1-1ffb3ef078c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc049e7d-c18b-48d6-90f1-1ffb3ef078c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc049e7d-c18b-48d6-90f1-1ffb3ef078c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-fb1f1ada-66b4-4527-b70e-ae947c9448c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-fb1f1ada-66b4-4527-b70e-ae947c9448c0 {
  border-style: solid;
}
}
#s-fb1f1ada-66b4-4527-b70e-ae947c9448c0 {
  background-image: url();
}








#s-fb1f1ada-66b4-4527-b70e-ae947c9448c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb1f1ada-66b4-4527-b70e-ae947c9448c0 {
  cursor: pointer;
}#s-fb1f1ada-66b4-4527-b70e-ae947c9448c0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-da8441f9-f1e9-4b13-a751-3c200f6a688c {
  margin-left: auto;
margin-right: auto;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e-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-053095d6-cab6-4092-a895-6760a2dfa42e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-053095d6-cab6-4092-a895-6760a2dfa42e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-053095d6-cab6-4092-a895-6760a2dfa42e img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-053095d6-cab6-4092-a895-6760a2dfa42e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e-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-053095d6-cab6-4092-a895-6760a2dfa42e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e .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-053095d6-cab6-4092-a895-6760a2dfa42e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-053095d6-cab6-4092-a895-6760a2dfa42e img.shogun-image {
  width: 100%;
  
  
  

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




.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-053095d6-cab6-4092-a895-6760a2dfa42e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e-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-053095d6-cab6-4092-a895-6760a2dfa42e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e .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-053095d6-cab6-4092-a895-6760a2dfa42e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-053095d6-cab6-4092-a895-6760a2dfa42e img.shogun-image {
  width: 100%;
  
  
  

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




.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-053095d6-cab6-4092-a895-6760a2dfa42e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e-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-053095d6-cab6-4092-a895-6760a2dfa42e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e .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-053095d6-cab6-4092-a895-6760a2dfa42e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-053095d6-cab6-4092-a895-6760a2dfa42e img.shogun-image {
  width: 100%;
  
  
  

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




.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-053095d6-cab6-4092-a895-6760a2dfa42e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e-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-053095d6-cab6-4092-a895-6760a2dfa42e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e .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-053095d6-cab6-4092-a895-6760a2dfa42e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-053095d6-cab6-4092-a895-6760a2dfa42e img.shogun-image {
  width: 100%;
  
  
  

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




.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053095d6-cab6-4092-a895-6760a2dfa42e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-053095d6-cab6-4092-a895-6760a2dfa42e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-5c1adc26-1801-469e-846c-f2ed41fb4b33 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-5c1adc26-1801-469e-846c-f2ed41fb4b33 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-05275980-d166-48e0-ae49-4fd3568a55c7 {
  text-align: left;
}

#s-05275980-d166-48e0-ae49-4fd3568a55c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-05275980-d166-48e0-ae49-4fd3568a55c7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-05275980-d166-48e0-ae49-4fd3568a55c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b4323d1-9504-4295-b82b-81c62217fc83 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6b4323d1-9504-4295-b82b-81c62217fc83 {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-6b4323d1-9504-4295-b82b-81c62217fc83 {
  background-image: url();
}








#s-6b4323d1-9504-4295-b82b-81c62217fc83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b4323d1-9504-4295-b82b-81c62217fc83 {
  cursor: pointer;
}#s-6b4323d1-9504-4295-b82b-81c62217fc83.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e83511d-8e3f-46d9-a681-07ef4b95bf37 {
  margin-left: auto;
margin-right: auto;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b-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-25ee7abe-d217-472b-bdc3-cc519406d15b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-25ee7abe-d217-472b-bdc3-cc519406d15b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-25ee7abe-d217-472b-bdc3-cc519406d15b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-25ee7abe-d217-472b-bdc3-cc519406d15b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b-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-25ee7abe-d217-472b-bdc3-cc519406d15b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b .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-25ee7abe-d217-472b-bdc3-cc519406d15b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-25ee7abe-d217-472b-bdc3-cc519406d15b img.shogun-image {
  width: 100%;
  
  
  

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




.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-25ee7abe-d217-472b-bdc3-cc519406d15b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b-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-25ee7abe-d217-472b-bdc3-cc519406d15b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b .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-25ee7abe-d217-472b-bdc3-cc519406d15b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-25ee7abe-d217-472b-bdc3-cc519406d15b img.shogun-image {
  width: 100%;
  
  
  

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




.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-25ee7abe-d217-472b-bdc3-cc519406d15b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b-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-25ee7abe-d217-472b-bdc3-cc519406d15b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b .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-25ee7abe-d217-472b-bdc3-cc519406d15b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-25ee7abe-d217-472b-bdc3-cc519406d15b img.shogun-image {
  width: 100%;
  
  
  

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




.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-25ee7abe-d217-472b-bdc3-cc519406d15b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b-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-25ee7abe-d217-472b-bdc3-cc519406d15b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b .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-25ee7abe-d217-472b-bdc3-cc519406d15b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-25ee7abe-d217-472b-bdc3-cc519406d15b img.shogun-image {
  width: 100%;
  
  
  

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




.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ee7abe-d217-472b-bdc3-cc519406d15b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-25ee7abe-d217-472b-bdc3-cc519406d15b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-75bbb898-2d0c-49b3-9c84-2fae68af9419 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-75bbb898-2d0c-49b3-9c84-2fae68af9419 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e7f2be43-2946-45b2-8f1d-a4a9354fe998 {
  text-align: left;
}

#s-e7f2be43-2946-45b2-8f1d-a4a9354fe998 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e7f2be43-2946-45b2-8f1d-a4a9354fe998 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e7f2be43-2946-45b2-8f1d-a4a9354fe998 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bdba7357-6907-4260-bd1f-5b0f63d7a0fe {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-bdba7357-6907-4260-bd1f-5b0f63d7a0fe {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-bdba7357-6907-4260-bd1f-5b0f63d7a0fe {
  background-image: url();
}








#s-bdba7357-6907-4260-bd1f-5b0f63d7a0fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdba7357-6907-4260-bd1f-5b0f63d7a0fe {
  cursor: pointer;
}#s-bdba7357-6907-4260-bd1f-5b0f63d7a0fe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5520447c-1f22-405b-b331-7bb3924afb23 {
  margin-left: auto;
margin-right: auto;
}

#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 {
  max-width:  100%;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 {
  max-width:  100%;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 {
  max-width:  100%;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 {
  max-width:  100%;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 {
  max-width:  100%;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 .shg-image-zoom,
.shg-c#s-c77b33af-bcf5-4f04-9601-dc69ca0c7a30 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d956ade3-8299-4e78-8558-7615deef201c {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-d956ade3-8299-4e78-8558-7615deef201c .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-6f9520fe-b236-4c87-9816-4bb5a13c5db9 {
  text-align: left;
}

#s-6f9520fe-b236-4c87-9816-4bb5a13c5db9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6f9520fe-b236-4c87-9816-4bb5a13c5db9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-6f9520fe-b236-4c87-9816-4bb5a13c5db9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d3871c61-3f8d-49f7-a7c5-bbf863b31cd7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-d3871c61-3f8d-49f7-a7c5-bbf863b31cd7 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-d3871c61-3f8d-49f7-a7c5-bbf863b31cd7 {
  background-image: url();
}








#s-d3871c61-3f8d-49f7-a7c5-bbf863b31cd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3871c61-3f8d-49f7-a7c5-bbf863b31cd7 {
  cursor: pointer;
}#s-d3871c61-3f8d-49f7-a7c5-bbf863b31cd7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3963ac7-7a8d-429d-84e5-039c5eec1bcb {
  margin-left: auto;
margin-right: auto;
}

#s-1b1da289-af16-49e6-a178-feed03cbfb88 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 {
  max-width:  100%;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 {
  max-width:  100%;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 {
  max-width:  100%;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 {
  max-width:  100%;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 {
  max-width:  100%;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 .shg-image-zoom,
.shg-c#s-1b1da289-af16-49e6-a178-feed03cbfb88 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3acabbf6-349f-439a-86ea-7b7d420b80c2 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-3acabbf6-349f-439a-86ea-7b7d420b80c2 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-87e5fba7-2cce-46a1-980a-98057c951326 {
  text-align: left;
}

#s-87e5fba7-2cce-46a1-980a-98057c951326 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-87e5fba7-2cce-46a1-980a-98057c951326 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-87e5fba7-2cce-46a1-980a-98057c951326 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-32cccfc4-6edc-4e97-b500-18cc5bc152b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-32cccfc4-6edc-4e97-b500-18cc5bc152b7 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-32cccfc4-6edc-4e97-b500-18cc5bc152b7 {
  background-image: url();
}








#s-32cccfc4-6edc-4e97-b500-18cc5bc152b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32cccfc4-6edc-4e97-b500-18cc5bc152b7 {
  cursor: pointer;
}#s-32cccfc4-6edc-4e97-b500-18cc5bc152b7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-705042ad-f801-4d3b-9e1e-968aaaf15b5f {
  margin-left: auto;
margin-right: auto;
}

#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a {
  max-width:  100%;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a {
  max-width:  100%;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a {
  max-width:  100%;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a {
  max-width:  100%;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a {
  max-width:  100%;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a .shg-image-zoom,
.shg-c#s-d22ba96f-9cd8-48d7-925b-45d7d32a3a7a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1a7873e1-b1d4-4a04-bbea-1b90c7839346 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-1a7873e1-b1d4-4a04-bbea-1b90c7839346 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b07b16e5-bdc2-4e2e-8e1b-58a035185894 {
  text-align: left;
}

#s-b07b16e5-bdc2-4e2e-8e1b-58a035185894 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b07b16e5-bdc2-4e2e-8e1b-58a035185894 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b07b16e5-bdc2-4e2e-8e1b-58a035185894 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8e16ccbb-a9cf-4046-aef6-c1851b185273 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8e16ccbb-a9cf-4046-aef6-c1851b185273 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-8e16ccbb-a9cf-4046-aef6-c1851b185273 {
  background-image: url();
}








#s-8e16ccbb-a9cf-4046-aef6-c1851b185273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e16ccbb-a9cf-4046-aef6-c1851b185273 {
  cursor: pointer;
}#s-8e16ccbb-a9cf-4046-aef6-c1851b185273.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a9a17786-18f9-44ab-8778-fba933905f45 {
  margin-left: auto;
margin-right: auto;
}

#s-384151da-a84b-4092-91c7-81280a3919ad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad {
  max-width:  100%;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad {
  max-width:  100%;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad {
  max-width:  100%;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad {
  max-width:  100%;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad {
  max-width:  100%;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad .shg-image-zoom,
.shg-c#s-384151da-a84b-4092-91c7-81280a3919ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cffdc08b-dba1-4787-a513-ffcfea6f0b48 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-cffdc08b-dba1-4787-a513-ffcfea6f0b48 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-5eb02ed8-3c31-47bc-9c80-554b48a775e3 {
  text-align: left;
}

#s-5eb02ed8-3c31-47bc-9c80-554b48a775e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5eb02ed8-3c31-47bc-9c80-554b48a775e3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-5eb02ed8-3c31-47bc-9c80-554b48a775e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1335905-d74c-422b-80b5-35d17098bcba {
  margin-top: 60px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a1335905-d74c-422b-80b5-35d17098bcba {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-a1335905-d74c-422b-80b5-35d17098bcba, #wrap-s-a1335905-d74c-422b-80b5-35d17098bcba, #wrap-content-s-a1335905-d74c-422b-80b5-35d17098bcba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1335905-d74c-422b-80b5-35d17098bcba {
  display: none;
}
#s-a1335905-d74c-422b-80b5-35d17098bcba, #wrap-s-a1335905-d74c-422b-80b5-35d17098bcba, #wrap-content-s-a1335905-d74c-422b-80b5-35d17098bcba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1335905-d74c-422b-80b5-35d17098bcba {
  display: none;
}
#s-a1335905-d74c-422b-80b5-35d17098bcba, #wrap-s-a1335905-d74c-422b-80b5-35d17098bcba, #wrap-content-s-a1335905-d74c-422b-80b5-35d17098bcba { display: none !important; }}@media (max-width: 767px){#s-a1335905-d74c-422b-80b5-35d17098bcba {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-a1335905-d74c-422b-80b5-35d17098bcba, #wrap-s-a1335905-d74c-422b-80b5-35d17098bcba, #wrap-content-s-a1335905-d74c-422b-80b5-35d17098bcba { display: none !important; }}







#s-a1335905-d74c-422b-80b5-35d17098bcba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1335905-d74c-422b-80b5-35d17098bcba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45a2bc77-5508-42b7-83b3-9ea31ffdc289 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-45a2bc77-5508-42b7-83b3-9ea31ffdc289 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-45a2bc77-5508-42b7-83b3-9ea31ffdc289"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-45a2bc77-5508-42b7-83b3-9ea31ffdc289"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45a2bc77-5508-42b7-83b3-9ea31ffdc289"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45a2bc77-5508-42b7-83b3-9ea31ffdc289"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45a2bc77-5508-42b7-83b3-9ea31ffdc289"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45a2bc77-5508-42b7-83b3-9ea31ffdc289"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45a2bc77-5508-42b7-83b3-9ea31ffdc289"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-ca42a28a-4739-47db-883e-95bd80c030a8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ca42a28a-4739-47db-883e-95bd80c030a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca42a28a-4739-47db-883e-95bd80c030a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ac585cb-1176-44af-a594-46155bc0a838 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9ac585cb-1176-44af-a594-46155bc0a838 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-9ac585cb-1176-44af-a594-46155bc0a838 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9ac585cb-1176-44af-a594-46155bc0a838 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-9ac585cb-1176-44af-a594-46155bc0a838 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-d6fc37a4-43bb-45a7-8aed-b1a54b7711d7 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d6fc37a4-43bb-45a7-8aed-b1a54b7711d7 {
  display: none;
}
#s-d6fc37a4-43bb-45a7-8aed-b1a54b7711d7, #wrap-s-d6fc37a4-43bb-45a7-8aed-b1a54b7711d7, #wrap-content-s-d6fc37a4-43bb-45a7-8aed-b1a54b7711d7 { display: none !important; }}
#s-13cecf6b-5335-4ab2-b47b-52d5fc67b361 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-13cecf6b-5335-4ab2-b47b-52d5fc67b361 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13cecf6b-5335-4ab2-b47b-52d5fc67b361.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-13cecf6b-5335-4ab2-b47b-52d5fc67b361 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13cecf6b-5335-4ab2-b47b-52d5fc67b361.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-5823d415-d25d-4041-a8ae-30e2e70bad61 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-5823d415-d25d-4041-a8ae-30e2e70bad61 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-5823d415-d25d-4041-a8ae-30e2e70bad61 .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5823d415-d25d-4041-a8ae-30e2e70bad61 .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}


#s-6aa50bb0-b9ed-431b-bc9b-497df01f0f1a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6aa50bb0-b9ed-431b-bc9b-497df01f0f1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6aa50bb0-b9ed-431b-bc9b-497df01f0f1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6aa50bb0-b9ed-431b-bc9b-497df01f0f1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6aa50bb0-b9ed-431b-bc9b-497df01f0f1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-edf3d29a-af34-48b7-b013-4782a93b2f24 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-edf3d29a-af34-48b7-b013-4782a93b2f24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edf3d29a-af34-48b7-b013-4782a93b2f24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-edf3d29a-af34-48b7-b013-4782a93b2f24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edf3d29a-af34-48b7-b013-4782a93b2f24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-edf3d29a-af34-48b7-b013-4782a93b2f24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edf3d29a-af34-48b7-b013-4782a93b2f24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-edf3d29a-af34-48b7-b013-4782a93b2f24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edf3d29a-af34-48b7-b013-4782a93b2f24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-b7824d66-d028-46e6-a384-497c624ba813 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
opacity: 1;
}

#s-b7824d66-d028-46e6-a384-497c624ba813 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7824d66-d028-46e6-a384-497c624ba813-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-b7824d66-d028-46e6-a384-497c624ba813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7824d66-d028-46e6-a384-497c624ba813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-b7824d66-d028-46e6-a384-497c624ba813 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image {
  box-sizing: border-box;
}



.s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b7824d66-d028-46e6-a384-497c624ba813 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7824d66-d028-46e6-a384-497c624ba813-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-b7824d66-d028-46e6-a384-497c624ba813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7824d66-d028-46e6-a384-497c624ba813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7824d66-d028-46e6-a384-497c624ba813 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image {
  box-sizing: border-box;
}



.s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b7824d66-d028-46e6-a384-497c624ba813 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7824d66-d028-46e6-a384-497c624ba813-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-b7824d66-d028-46e6-a384-497c624ba813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7824d66-d028-46e6-a384-497c624ba813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7824d66-d028-46e6-a384-497c624ba813 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image {
  box-sizing: border-box;
}



.s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b7824d66-d028-46e6-a384-497c624ba813 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7824d66-d028-46e6-a384-497c624ba813-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-b7824d66-d028-46e6-a384-497c624ba813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7824d66-d028-46e6-a384-497c624ba813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7824d66-d028-46e6-a384-497c624ba813 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image {
  box-sizing: border-box;
}



.s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b7824d66-d028-46e6-a384-497c624ba813 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7824d66-d028-46e6-a384-497c624ba813-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-b7824d66-d028-46e6-a384-497c624ba813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7824d66-d028-46e6-a384-497c624ba813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 0px;

}






.s-b7824d66-d028-46e6-a384-497c624ba813 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7824d66-d028-46e6-a384-497c624ba813.shogun-image {
  box-sizing: border-box;
}



.s-b7824d66-d028-46e6-a384-497c624ba813 img.shogun-image {
  
}


}
#s-5f2b69c4-2740-4951-b8c2-6d86c5eeb23c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5f2b69c4-2740-4951-b8c2-6d86c5eeb23c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f2b69c4-2740-4951-b8c2-6d86c5eeb23c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-42f3be51-68e0-4c49-97ab-db453bee29a1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-42f3be51-68e0-4c49-97ab-db453bee29a1 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42f3be51-68e0-4c49-97ab-db453bee29a1 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-42f3be51-68e0-4c49-97ab-db453bee29a1 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-42f3be51-68e0-4c49-97ab-db453bee29a1 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-42f3be51-68e0-4c49-97ab-db453bee29a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-42f3be51-68e0-4c49-97ab-db453bee29a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42f3be51-68e0-4c49-97ab-db453bee29a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42f3be51-68e0-4c49-97ab-db453bee29a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-243eb047-dd21-4db8-893d-e9eca3fcb816 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-243eb047-dd21-4db8-893d-e9eca3fcb816 {
  background-image: url();
}








#s-243eb047-dd21-4db8-893d-e9eca3fcb816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-243eb047-dd21-4db8-893d-e9eca3fcb816.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-83895c39-a2a1-4de0-ad0f-621f6791b378 {
  margin-left: auto;
margin-right: auto;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8-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-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8-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-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .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-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8-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-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .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-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8-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-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .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-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8-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-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .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-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d0655027-1ff8-4f26-beb6-33e2a9e3fdc8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-2ef09812-cd69-4348-bb82-e1de179a5d9c {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-2ef09812-cd69-4348-bb82-e1de179a5d9c .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e2533a27-7d10-4ecd-98d5-8e5298b7ac45 {
  text-align: left;
}

#s-e2533a27-7d10-4ecd-98d5-8e5298b7ac45 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e2533a27-7d10-4ecd-98d5-8e5298b7ac45 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e2533a27-7d10-4ecd-98d5-8e5298b7ac45 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74982c0d-0486-4219-adf2-26da466683b0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-74982c0d-0486-4219-adf2-26da466683b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74982c0d-0486-4219-adf2-26da466683b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-74982c0d-0486-4219-adf2-26da466683b0-atc-btn-wrapper {
    text-align: center;
  }


#s-74982c0d-0486-4219-adf2-26da466683b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-74982c0d-0486-4219-adf2-26da466683b0-atc-btn-wrapper {
    text-align: center;
  }


#s-74982c0d-0486-4219-adf2-26da466683b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-74982c0d-0486-4219-adf2-26da466683b0-atc-btn-wrapper {
    text-align: center;
  }


#s-74982c0d-0486-4219-adf2-26da466683b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-74982c0d-0486-4219-adf2-26da466683b0-atc-btn-wrapper {
    text-align: center;
  }


#s-74982c0d-0486-4219-adf2-26da466683b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-74982c0d-0486-4219-adf2-26da466683b0-atc-btn-wrapper {
    text-align: center;
  }


#s-74982c0d-0486-4219-adf2-26da466683b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-74982c0d-0486-4219-adf2-26da466683b0.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-ef31b9c6-7da8-4eab-a629-7bbec7c4636e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-ef31b9c6-7da8-4eab-a629-7bbec7c4636e {
  background-image: url();
}








#s-ef31b9c6-7da8-4eab-a629-7bbec7c4636e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef31b9c6-7da8-4eab-a629-7bbec7c4636e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fbe3d56a-ffae-436f-b31f-2003c0e9b6c5 {
  margin-left: auto;
margin-right: auto;
}

#s-d5851c4f-7416-4c21-9e29-43ffb121a14f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f {
  max-width:  100%;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f {
  max-width:  100%;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f {
  max-width:  100%;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f {
  max-width:  100%;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f {
  max-width:  100%;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f .shg-image-zoom,
.shg-c#s-d5851c4f-7416-4c21-9e29-43ffb121a14f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-892b1d70-b0fe-4c2b-b832-985eebd6b7e3 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-892b1d70-b0fe-4c2b-b832-985eebd6b7e3 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-80551333-428d-4490-9734-ffee19cd8170 {
  text-align: left;
}

#s-80551333-428d-4490-9734-ffee19cd8170 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-80551333-428d-4490-9734-ffee19cd8170 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-80551333-428d-4490-9734-ffee19cd8170 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa9b4fad-955d-4a0c-bf26-19159ad781fb-atc-btn-wrapper {
    text-align: center;
  }


#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-fa9b4fad-955d-4a0c-bf26-19159ad781fb-atc-btn-wrapper {
    text-align: center;
  }


#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa9b4fad-955d-4a0c-bf26-19159ad781fb-atc-btn-wrapper {
    text-align: center;
  }


#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fa9b4fad-955d-4a0c-bf26-19159ad781fb-atc-btn-wrapper {
    text-align: center;
  }


#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-fa9b4fad-955d-4a0c-bf26-19159ad781fb-atc-btn-wrapper {
    text-align: center;
  }


#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fa9b4fad-955d-4a0c-bf26-19159ad781fb.shg-btn.shg-product-atc-error {
  font-weight: 800;
  font-family: Montserrat;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-dba4c3da-673e-42bf-a93f-13b0c7cf5326 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-dba4c3da-673e-42bf-a93f-13b0c7cf5326 {
  background-image: url();
}








#s-dba4c3da-673e-42bf-a93f-13b0c7cf5326 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dba4c3da-673e-42bf-a93f-13b0c7cf5326.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293-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-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293-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-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .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-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293-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-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .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-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293-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-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .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-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293-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-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .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-0e66c481-93a5-41b4-bb5e-593ce9db7293 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66c481-93a5-41b4-bb5e-593ce9db7293.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e66c481-93a5-41b4-bb5e-593ce9db7293 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-a53cd3bd-60fc-4300-9bc1-426420c50fff {
  margin-left: auto;
margin-right: auto;
}

#s-92e39d62-47b8-40c4-a889-ad0a716d083e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-92e39d62-47b8-40c4-a889-ad0a716d083e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-87edbbc8-a011-438d-855c-730b6b676ee2 {
  text-align: left;
}

#s-87edbbc8-a011-438d-855c-730b6b676ee2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-87edbbc8-a011-438d-855c-730b6b676ee2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-87edbbc8-a011-438d-855c-730b6b676ee2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-15cf3904-5d25-4063-b263-cfe2dac23b09 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-15cf3904-5d25-4063-b263-cfe2dac23b09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15cf3904-5d25-4063-b263-cfe2dac23b09:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15cf3904-5d25-4063-b263-cfe2dac23b09-root {
    text-align: center;
  }


#s-15cf3904-5d25-4063-b263-cfe2dac23b09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-15cf3904-5d25-4063-b263-cfe2dac23b09-root {
    text-align: center;
  }


#s-15cf3904-5d25-4063-b263-cfe2dac23b09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15cf3904-5d25-4063-b263-cfe2dac23b09-root {
    text-align: center;
  }


#s-15cf3904-5d25-4063-b263-cfe2dac23b09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15cf3904-5d25-4063-b263-cfe2dac23b09-root {
    text-align: center;
  }


#s-15cf3904-5d25-4063-b263-cfe2dac23b09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-15cf3904-5d25-4063-b263-cfe2dac23b09-root {
    text-align: center;
  }


#s-15cf3904-5d25-4063-b263-cfe2dac23b09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-788a9920-a86b-4846-9624-909f7d7c67ba {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-788a9920-a86b-4846-9624-909f7d7c67ba {
  background-image: url();
}








#s-788a9920-a86b-4846-9624-909f7d7c67ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-788a9920-a86b-4846-9624-909f7d7c67ba.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a-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-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a-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-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .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-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a-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-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .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-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a-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-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .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-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a-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-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .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-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a9ec21d0-6c0f-47e8-ad9f-c9a697670f4a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-83e9f4ae-0fbe-48d5-9e55-0108b964b2af {
  margin-left: auto;
margin-right: auto;
}

#s-d6843d61-a876-426b-8659-cb3a240cfcc9 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-d6843d61-a876-426b-8659-cb3a240cfcc9 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-f978cb15-8eb6-409a-83ad-63783aa4e9d6 {
  text-align: left;
}

#s-f978cb15-8eb6-409a-83ad-63783aa4e9d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f978cb15-8eb6-409a-83ad-63783aa4e9d6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-f978cb15-8eb6-409a-83ad-63783aa4e9d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-86afc6a7-522f-49aa-917d-8665e68bf239 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-86afc6a7-522f-49aa-917d-8665e68bf239:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86afc6a7-522f-49aa-917d-8665e68bf239:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-86afc6a7-522f-49aa-917d-8665e68bf239-root {
    text-align: center;
  }


#s-86afc6a7-522f-49aa-917d-8665e68bf239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-86afc6a7-522f-49aa-917d-8665e68bf239-root {
    text-align: center;
  }


#s-86afc6a7-522f-49aa-917d-8665e68bf239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86afc6a7-522f-49aa-917d-8665e68bf239-root {
    text-align: center;
  }


#s-86afc6a7-522f-49aa-917d-8665e68bf239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86afc6a7-522f-49aa-917d-8665e68bf239-root {
    text-align: center;
  }


#s-86afc6a7-522f-49aa-917d-8665e68bf239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-86afc6a7-522f-49aa-917d-8665e68bf239-root {
    text-align: center;
  }


#s-86afc6a7-522f-49aa-917d-8665e68bf239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3525baa2-587a-47f6-a3ee-b3dabc02b9e2 {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3525baa2-587a-47f6-a3ee-b3dabc02b9e2 {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-3525baa2-587a-47f6-a3ee-b3dabc02b9e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3525baa2-587a-47f6-a3ee-b3dabc02b9e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b1760f9-a087-4945-8d1c-7e2430f84209 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b1760f9-a087-4945-8d1c-7e2430f84209 {
  display: none;
}
#s-7b1760f9-a087-4945-8d1c-7e2430f84209, #wrap-s-7b1760f9-a087-4945-8d1c-7e2430f84209, #wrap-content-s-7b1760f9-a087-4945-8d1c-7e2430f84209 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7b1760f9-a087-4945-8d1c-7e2430f84209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b1760f9-a087-4945-8d1c-7e2430f84209"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b1760f9-a087-4945-8d1c-7e2430f84209"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b1760f9-a087-4945-8d1c-7e2430f84209"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0a0f68a9-2c83-4ff6-ac57-dd316cc7c5cb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0a0f68a9-2c83-4ff6-ac57-dd316cc7c5cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a0f68a9-2c83-4ff6-ac57-dd316cc7c5cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 3600/3200;
text-align: center;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407-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-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
  box-sizing: border-box;
}



.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
      position: relative;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407-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-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
  box-sizing: border-box;
}



.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
      position: relative;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407-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-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
  box-sizing: border-box;
}



.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
      position: relative;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407-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-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
  box-sizing: border-box;
}



.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
      position: relative;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (max-width: 767px){#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407-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-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image {
  box-sizing: border-box;
}



.s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container {
      position: relative;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc4a9450-b5f4-449f-b82e-d3a53fff6407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}
#s-aaf36f3d-ac57-4ad6-90c2-e9031a597455 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-aaf36f3d-ac57-4ad6-90c2-e9031a597455 {
  margin-top: 10px;
}
}







#s-aaf36f3d-ac57-4ad6-90c2-e9031a597455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aaf36f3d-ac57-4ad6-90c2-e9031a597455.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 3600/3200;
text-align: center;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d-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-12e24786-9c21-4296-93e4-d49bf3c3913d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
  box-sizing: border-box;
}



.s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12e24786-9c21-4296-93e4-d49bf3c3913d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
      position: relative;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d-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-12e24786-9c21-4296-93e4-d49bf3c3913d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
  box-sizing: border-box;
}



.s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12e24786-9c21-4296-93e4-d49bf3c3913d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
      position: relative;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d-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-12e24786-9c21-4296-93e4-d49bf3c3913d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
  box-sizing: border-box;
}



.s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12e24786-9c21-4296-93e4-d49bf3c3913d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
      position: relative;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d-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-12e24786-9c21-4296-93e4-d49bf3c3913d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
  box-sizing: border-box;
}



.s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12e24786-9c21-4296-93e4-d49bf3c3913d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
      position: relative;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (max-width: 767px){#s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d-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-12e24786-9c21-4296-93e4-d49bf3c3913d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12e24786-9c21-4296-93e4-d49bf3c3913d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12e24786-9c21-4296-93e4-d49bf3c3913d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-12e24786-9c21-4296-93e4-d49bf3c3913d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image {
  box-sizing: border-box;
}



.s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12e24786-9c21-4296-93e4-d49bf3c3913d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container {
      position: relative;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12e24786-9c21-4296-93e4-d49bf3c3913d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}
#s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa {
  display: none;
}
#s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa, #wrap-s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa, #wrap-content-s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa {
  display: none;
}
#s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa, #wrap-s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa, #wrap-content-s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa { display: none !important; }}@media (max-width: 767px){#s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa {
  display: none;
}
#s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa, #wrap-s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa, #wrap-content-s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa { display: none !important; }}
@media (min-width: 0px) {
[id="s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9cfc3d6-7fee-4aa8-a8b9-e6568b0305aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-798ba6e6-8855-43ec-b242-29e3d4b775bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-798ba6e6-8855-43ec-b242-29e3d4b775bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-798ba6e6-8855-43ec-b242-29e3d4b775bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 3600/3200;
text-align: center;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  margin: 0 !important;
  overflow: visible;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c-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-dc426c18-1a67-4cb3-812e-65b382b9158c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add background color handling */
  
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
  box-sizing: border-box;
}



.s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc426c18-1a67-4cb3-812e-65b382b9158c {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
      position: relative;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  margin: 0 !important;
  overflow: visible;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c-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-dc426c18-1a67-4cb3-812e-65b382b9158c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add background color handling */
  
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
  box-sizing: border-box;
}



.s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc426c18-1a67-4cb3-812e-65b382b9158c {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
      position: relative;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  margin: 0 !important;
  overflow: visible;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c-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-dc426c18-1a67-4cb3-812e-65b382b9158c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add background color handling */
  
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
  box-sizing: border-box;
}



.s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc426c18-1a67-4cb3-812e-65b382b9158c {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
      position: relative;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  margin: 0 !important;
  overflow: visible;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c-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-dc426c18-1a67-4cb3-812e-65b382b9158c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add background color handling */
  
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
  box-sizing: border-box;
}



.s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc426c18-1a67-4cb3-812e-65b382b9158c {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
      position: relative;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (max-width: 767px){#s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  margin: 0 !important;
  overflow: visible;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c-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-dc426c18-1a67-4cb3-812e-65b382b9158c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc426c18-1a67-4cb3-812e-65b382b9158c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add background color handling */
  
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc426c18-1a67-4cb3-812e-65b382b9158c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-dc426c18-1a67-4cb3-812e-65b382b9158c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image {
  box-sizing: border-box;
}



.s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc426c18-1a67-4cb3-812e-65b382b9158c {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container {
      position: relative;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc426c18-1a67-4cb3-812e-65b382b9158c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}
#s-aa071de8-bf2b-42c5-a659-eaad9df5e203 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-aa071de8-bf2b-42c5-a659-eaad9df5e203 {
  margin-top: 10px;
}
}







#s-aa071de8-bf2b-42c5-a659-eaad9df5e203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa071de8-bf2b-42c5-a659-eaad9df5e203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 3600/3200;
text-align: center;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  margin: 0 !important;
  overflow: visible;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d-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-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add background color handling */
  
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
  box-sizing: border-box;
}



.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
      position: relative;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

@media (min-width: 1200px){#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  margin: 0 !important;
  overflow: visible;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d-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-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add background color handling */
  
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
  box-sizing: border-box;
}



.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
      position: relative;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  margin: 0 !important;
  overflow: visible;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d-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-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add background color handling */
  
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
  box-sizing: border-box;
}



.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
      position: relative;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  margin: 0 !important;
  overflow: visible;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d-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-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add background color handling */
  
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
  box-sizing: border-box;
}



.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
      position: relative;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}@media (max-width: 767px){#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  margin: 0 !important;
  overflow: visible;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d-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-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add background color handling */
  
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }

    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-link {
      aspect-ratio: 3600/3200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3600px;
  }



  img.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
    
    
    
    max-height: 3600px;
  }


.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image {
  box-sizing: border-box;
}



.s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d {
      --shg-aspect-ratio: calc(3600/3200); 
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container {
      position: relative;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a66a6bf-9f4d-4d5a-ad14-0cdb4bd00e9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3600px;
    }
  }

}
#s-4cb9b670-447c-4cbb-a373-2c3eb687bc57 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4cb9b670-447c-4cbb-a373-2c3eb687bc57 {
  margin-top: 100px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cb9b670-447c-4cbb-a373-2c3eb687bc57 {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cb9b670-447c-4cbb-a373-2c3eb687bc57 {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-4cb9b670-447c-4cbb-a373-2c3eb687bc57 {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-4cb9b670-447c-4cbb-a373-2c3eb687bc57 {
  background-image: url();
}








#s-4cb9b670-447c-4cbb-a373-2c3eb687bc57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cb9b670-447c-4cbb-a373-2c3eb687bc57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d4b1b96-d9a1-403e-9c89-d4f695df3f00 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-3d4b1b96-d9a1-403e-9c89-d4f695df3f00 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-3d4b1b96-d9a1-403e-9c89-d4f695df3f00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d4b1b96-d9a1-403e-9c89-d4f695df3f00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d4b1b96-d9a1-403e-9c89-d4f695df3f00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d4b1b96-d9a1-403e-9c89-d4f695df3f00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d4b1b96-d9a1-403e-9c89-d4f695df3f00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d4b1b96-d9a1-403e-9c89-d4f695df3f00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d4b1b96-d9a1-403e-9c89-d4f695df3f00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-dbc492d2-6a60-406b-9a91-48a5a607d700 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dbc492d2-6a60-406b-9a91-48a5a607d700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbc492d2-6a60-406b-9a91-48a5a607d700.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c91ba7f-30d7-4238-bc38-5d6271e3a642 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9c91ba7f-30d7-4238-bc38-5d6271e3a642 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-9c91ba7f-30d7-4238-bc38-5d6271e3a642 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9c91ba7f-30d7-4238-bc38-5d6271e3a642 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-9c91ba7f-30d7-4238-bc38-5d6271e3a642 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-1e22fd22-ebf1-460e-8a8c-a8a9a36e2664 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1e22fd22-ebf1-460e-8a8c-a8a9a36e2664 {
  display: none;
}
#s-1e22fd22-ebf1-460e-8a8c-a8a9a36e2664, #wrap-s-1e22fd22-ebf1-460e-8a8c-a8a9a36e2664, #wrap-content-s-1e22fd22-ebf1-460e-8a8c-a8a9a36e2664 { display: none !important; }}
#s-c1bfeb42-1271-4ed1-be5d-ce8f504f212b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c1bfeb42-1271-4ed1-be5d-ce8f504f212b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1bfeb42-1271-4ed1-be5d-ce8f504f212b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-c1bfeb42-1271-4ed1-be5d-ce8f504f212b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1bfeb42-1271-4ed1-be5d-ce8f504f212b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-2360a8cf-d207-4028-a5ed-f544ebdf04ad {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-2360a8cf-d207-4028-a5ed-f544ebdf04ad {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-2360a8cf-d207-4028-a5ed-f544ebdf04ad .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2360a8cf-d207-4028-a5ed-f544ebdf04ad .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}


#s-d0752564-33c5-4da3-ba93-7934c029b504 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-d0752564-33c5-4da3-ba93-7934c029b504 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0752564-33c5-4da3-ba93-7934c029b504 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0752564-33c5-4da3-ba93-7934c029b504 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-d0752564-33c5-4da3-ba93-7934c029b504 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
@media (min-width: 0px) {
[id="s-d0752564-33c5-4da3-ba93-7934c029b504"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d0752564-33c5-4da3-ba93-7934c029b504"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0752564-33c5-4da3-ba93-7934c029b504"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0752564-33c5-4da3-ba93-7934c029b504"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-fdcc7876-919e-46bf-9541-e152b35dfbf7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-fdcc7876-919e-46bf-9541-e152b35dfbf7 {
  border-style: solid;
}
}
#s-fdcc7876-919e-46bf-9541-e152b35dfbf7 {
  background-image: url();
}








#s-fdcc7876-919e-46bf-9541-e152b35dfbf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdcc7876-919e-46bf-9541-e152b35dfbf7 {
  cursor: pointer;
}#s-fdcc7876-919e-46bf-9541-e152b35dfbf7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fbc82131-67d3-4683-b010-ab09c48d7083 {
  margin-left: auto;
margin-right: auto;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502-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-c489142b-a822-42c3-83dd-c011c0a15502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c489142b-a822-42c3-83dd-c011c0a15502 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c489142b-a822-42c3-83dd-c011c0a15502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c489142b-a822-42c3-83dd-c011c0a15502 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-c489142b-a822-42c3-83dd-c011c0a15502 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502-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-c489142b-a822-42c3-83dd-c011c0a15502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c489142b-a822-42c3-83dd-c011c0a15502 .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-c489142b-a822-42c3-83dd-c011c0a15502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c489142b-a822-42c3-83dd-c011c0a15502 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-c489142b-a822-42c3-83dd-c011c0a15502 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502-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-c489142b-a822-42c3-83dd-c011c0a15502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c489142b-a822-42c3-83dd-c011c0a15502 .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-c489142b-a822-42c3-83dd-c011c0a15502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c489142b-a822-42c3-83dd-c011c0a15502 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-c489142b-a822-42c3-83dd-c011c0a15502 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502-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-c489142b-a822-42c3-83dd-c011c0a15502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c489142b-a822-42c3-83dd-c011c0a15502 .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-c489142b-a822-42c3-83dd-c011c0a15502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c489142b-a822-42c3-83dd-c011c0a15502 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-c489142b-a822-42c3-83dd-c011c0a15502 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502-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-c489142b-a822-42c3-83dd-c011c0a15502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c489142b-a822-42c3-83dd-c011c0a15502 .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-c489142b-a822-42c3-83dd-c011c0a15502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c489142b-a822-42c3-83dd-c011c0a15502 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c489142b-a822-42c3-83dd-c011c0a15502.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c489142b-a822-42c3-83dd-c011c0a15502 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-e697fc0f-3f8a-4bb9-8bd8-17430077ca8e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-e697fc0f-3f8a-4bb9-8bd8-17430077ca8e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c0486896-22cd-4d76-bfad-6bc709591d49 {
  text-align: left;
}

#s-c0486896-22cd-4d76-bfad-6bc709591d49 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c0486896-22cd-4d76-bfad-6bc709591d49 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c0486896-22cd-4d76-bfad-6bc709591d49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d86dc882-acb8-48c3-ad6d-64d96f367678 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-d86dc882-acb8-48c3-ad6d-64d96f367678 {
  border-color: #000;
border-right-width: 0px;
border-style: none;
}
}
#s-d86dc882-acb8-48c3-ad6d-64d96f367678 {
  background-image: url();
}








#s-d86dc882-acb8-48c3-ad6d-64d96f367678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d86dc882-acb8-48c3-ad6d-64d96f367678 {
  cursor: pointer;
}#s-d86dc882-acb8-48c3-ad6d-64d96f367678.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9a051522-9a8d-4568-982d-03c51fa16ed8 {
  margin-left: auto;
margin-right: auto;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08-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-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08-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-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .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-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08-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-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .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-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08-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-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .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-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08-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-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .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-c81f75cb-6cfd-4d44-8333-dd786664fe08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81f75cb-6cfd-4d44-8333-dd786664fe08.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c81f75cb-6cfd-4d44-8333-dd786664fe08 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-bad3b37f-b6f6-4027-bacb-a5601e2d4f1d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-bad3b37f-b6f6-4027-bacb-a5601e2d4f1d .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b87eab3f-4d62-4a41-a798-c8f124341fba {
  text-align: left;
}

#s-b87eab3f-4d62-4a41-a798-c8f124341fba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b87eab3f-4d62-4a41-a798-c8f124341fba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b87eab3f-4d62-4a41-a798-c8f124341fba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b4e3087-a2b6-4aae-92da-d7bf79edae3f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7b4e3087-a2b6-4aae-92da-d7bf79edae3f {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-7b4e3087-a2b6-4aae-92da-d7bf79edae3f {
  background-image: url();
}








#s-7b4e3087-a2b6-4aae-92da-d7bf79edae3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b4e3087-a2b6-4aae-92da-d7bf79edae3f {
  cursor: pointer;
}#s-7b4e3087-a2b6-4aae-92da-d7bf79edae3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-03315259-deca-4d92-baff-129dbbd76311 {
  margin-left: auto;
margin-right: auto;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c-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-54354c50-651d-4351-a74b-d0c4954b9d7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-54354c50-651d-4351-a74b-d0c4954b9d7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54354c50-651d-4351-a74b-d0c4954b9d7c img.shogun-image {
  width: 100%;
  
  
  max-width: 720px;

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




.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-54354c50-651d-4351-a74b-d0c4954b9d7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c-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-54354c50-651d-4351-a74b-d0c4954b9d7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c .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-54354c50-651d-4351-a74b-d0c4954b9d7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54354c50-651d-4351-a74b-d0c4954b9d7c img.shogun-image {
  width: 100%;
  
  
  

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




.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-54354c50-651d-4351-a74b-d0c4954b9d7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c-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-54354c50-651d-4351-a74b-d0c4954b9d7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c .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-54354c50-651d-4351-a74b-d0c4954b9d7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54354c50-651d-4351-a74b-d0c4954b9d7c img.shogun-image {
  width: 100%;
  
  
  

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




.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-54354c50-651d-4351-a74b-d0c4954b9d7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c-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-54354c50-651d-4351-a74b-d0c4954b9d7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c .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-54354c50-651d-4351-a74b-d0c4954b9d7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54354c50-651d-4351-a74b-d0c4954b9d7c img.shogun-image {
  width: 100%;
  
  
  

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




.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-54354c50-651d-4351-a74b-d0c4954b9d7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c-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-54354c50-651d-4351-a74b-d0c4954b9d7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c .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-54354c50-651d-4351-a74b-d0c4954b9d7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54354c50-651d-4351-a74b-d0c4954b9d7c img.shogun-image {
  width: 100%;
  
  
  

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




.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54354c50-651d-4351-a74b-d0c4954b9d7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54354c50-651d-4351-a74b-d0c4954b9d7c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-8ec8678e-4bc1-4ecb-8444-4fea6f1e0419 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-8ec8678e-4bc1-4ecb-8444-4fea6f1e0419 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c187a4b0-c7fd-4a94-938c-38999fbd56e0 {
  text-align: left;
}

#s-c187a4b0-c7fd-4a94-938c-38999fbd56e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c187a4b0-c7fd-4a94-938c-38999fbd56e0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c187a4b0-c7fd-4a94-938c-38999fbd56e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-add6af3d-998b-4897-9253-5c7c54206d3a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-add6af3d-998b-4897-9253-5c7c54206d3a {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-add6af3d-998b-4897-9253-5c7c54206d3a {
  background-image: url();
}








#s-add6af3d-998b-4897-9253-5c7c54206d3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-add6af3d-998b-4897-9253-5c7c54206d3a {
  cursor: pointer;
}#s-add6af3d-998b-4897-9253-5c7c54206d3a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e2650cf8-56dc-4966-983e-aa957b2647b1 {
  margin-left: auto;
margin-right: auto;
}

#s-72781483-88e9-4050-99ca-250161f47120 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 {
  max-width:  100%;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 {
  max-width:  100%;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 {
  max-width:  100%;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 {
  max-width:  100%;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 {
  max-width:  100%;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-72781483-88e9-4050-99ca-250161f47120 .shg-image-zoom,
.shg-c#s-72781483-88e9-4050-99ca-250161f47120 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-454c9e2d-fe0b-4911-a1ec-f845cf227243 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-454c9e2d-fe0b-4911-a1ec-f845cf227243 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-2b71ad31-a059-4897-9666-283e125c513a {
  text-align: left;
}

#s-2b71ad31-a059-4897-9666-283e125c513a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2b71ad31-a059-4897-9666-283e125c513a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-2b71ad31-a059-4897-9666-283e125c513a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f509760-d5dd-4812-a24a-86aaccde2c89 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7f509760-d5dd-4812-a24a-86aaccde2c89 {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-7f509760-d5dd-4812-a24a-86aaccde2c89 {
  background-image: url();
}








#s-7f509760-d5dd-4812-a24a-86aaccde2c89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f509760-d5dd-4812-a24a-86aaccde2c89 {
  cursor: pointer;
}#s-7f509760-d5dd-4812-a24a-86aaccde2c89.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-693abdc7-31a2-4497-98a8-264911970d6c {
  margin-left: auto;
margin-right: auto;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015-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-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015-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-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .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-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015-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-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .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-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015-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-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .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-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015-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-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .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-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d9c0704-77f9-44a9-ac74-1f16b5c9a015 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-147ef312-b1d4-4170-bb0a-7639a0f062d3 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-147ef312-b1d4-4170-bb0a-7639a0f062d3 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-d753101f-1cdd-46ba-a8f7-d6267d5982c2 {
  text-align: left;
}

#s-d753101f-1cdd-46ba-a8f7-d6267d5982c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d753101f-1cdd-46ba-a8f7-d6267d5982c2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-d753101f-1cdd-46ba-a8f7-d6267d5982c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7133f7a9-9449-471a-9185-7c788f6b7f8d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7133f7a9-9449-471a-9185-7c788f6b7f8d {
  border-style: solid;
margin-top: 0px;
border-top-width: 1px;
border-color: rgba(227, 227, 227, 1);
}
}
#s-7133f7a9-9449-471a-9185-7c788f6b7f8d {
  background-image: url();
}








#s-7133f7a9-9449-471a-9185-7c788f6b7f8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7133f7a9-9449-471a-9185-7c788f6b7f8d {
  cursor: pointer;
}#s-7133f7a9-9449-471a-9185-7c788f6b7f8d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-27938bc0-2248-41d6-8b22-45fc85a9c0aa {
  margin-left: auto;
margin-right: auto;
}

#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 {
  max-width:  100%;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 {
  max-width:  100%;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 {
  max-width:  100%;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 {
  max-width:  100%;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 {
  max-width:  100%;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 .shg-image-zoom,
.shg-c#s-3d6746a3-2006-45fa-9b4e-829e2bd0ebc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cf2a83a5-91d3-4af1-837f-e7cfac9d5a1b {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}

#s-cf2a83a5-91d3-4af1-837f-e7cfac9d5a1b .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c95b04cb-ed35-42e9-94f3-f698663db40c {
  text-align: left;
}

#s-c95b04cb-ed35-42e9-94f3-f698663db40c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c95b04cb-ed35-42e9-94f3-f698663db40c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c95b04cb-ed35-42e9-94f3-f698663db40c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f445d35b-3c84-4e74-bd96-4489c9d722f8 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f445d35b-3c84-4e74-bd96-4489c9d722f8 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-f445d35b-3c84-4e74-bd96-4489c9d722f8 {
  margin-left: 0%;
margin-right: 0%;
border-radius: 0px;
max-width: 600px;
background-color: rgba(40, 40, 40, 1);
}
}







#s-f445d35b-3c84-4e74-bd96-4489c9d722f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f445d35b-3c84-4e74-bd96-4489c9d722f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9202b91f-e402-4392-b066-03ecda6ddbed {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9202b91f-e402-4392-b066-03ecda6ddbed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9202b91f-e402-4392-b066-03ecda6ddbed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9202b91f-e402-4392-b066-03ecda6ddbed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9202b91f-e402-4392-b066-03ecda6ddbed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9202b91f-e402-4392-b066-03ecda6ddbed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9202b91f-e402-4392-b066-03ecda6ddbed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9202b91f-e402-4392-b066-03ecda6ddbed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9202b91f-e402-4392-b066-03ecda6ddbed"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-278540d4-cc7d-42d9-a9cb-21fc468bffdf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-278540d4-cc7d-42d9-a9cb-21fc468bffdf {
  max-width: 600px;
}
}







#s-278540d4-cc7d-42d9-a9cb-21fc468bffdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-278540d4-cc7d-42d9-a9cb-21fc468bffdf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  margin-left: auto;
margin-right: auto;
max-width: 1536px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  margin-top: 15px;
}
}@media (max-width: 767px){#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  margin-top: 20px;
max-width: 600px;
}
}
#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c-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-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
  box-sizing: border-box;
}



.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
      position: relative;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

@media (min-width: 1200px){#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c-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-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
  box-sizing: border-box;
}



.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
      position: relative;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c-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-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
  box-sizing: border-box;
}



.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
      position: relative;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c-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-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
  box-sizing: border-box;
}



.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
      position: relative;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (max-width: 767px){#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c-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-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image {
  box-sizing: border-box;
}



.s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container {
      position: relative;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a03433-a6db-4ad8-b2d7-1b449bddcd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}
#s-b379496a-7ca4-4232-99ca-8f23b160e755 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b379496a-7ca4-4232-99ca-8f23b160e755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b379496a-7ca4-4232-99ca-8f23b160e755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f707570-1c62-40ca-a179-43510882bd20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f707570-1c62-40ca-a179-43510882bd20 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 1200px){#s-8f707570-1c62-40ca-a179-43510882bd20 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f707570-1c62-40ca-a179-43510882bd20 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-c4e870b8-f9f3-4166-87bc-46221d482e93 {
  margin-left: auto;
margin-right: auto;
}

#s-da2f0db5-36fb-4880-b4d2-80575b3df040 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-da2f0db5-36fb-4880-b4d2-80575b3df040:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da2f0db5-36fb-4880-b4d2-80575b3df040:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-da2f0db5-36fb-4880-b4d2-80575b3df040 {
  text-align: center;
}
}

  #s-da2f0db5-36fb-4880-b4d2-80575b3df040-root {
    text-align: left;
  }


#s-da2f0db5-36fb-4880-b4d2-80575b3df040.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da2f0db5-36fb-4880-b4d2-80575b3df040-root {
    text-align: left;
  }


#s-da2f0db5-36fb-4880-b4d2-80575b3df040.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da2f0db5-36fb-4880-b4d2-80575b3df040-root {
    text-align: left;
  }


#s-da2f0db5-36fb-4880-b4d2-80575b3df040.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da2f0db5-36fb-4880-b4d2-80575b3df040-root {
    text-align: left;
  }


#s-da2f0db5-36fb-4880-b4d2-80575b3df040.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da2f0db5-36fb-4880-b4d2-80575b3df040-root {
    text-align: center;
  }


#s-da2f0db5-36fb-4880-b4d2-80575b3df040.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-02187278-a2c8-4bf0-afae-d48a3a8027dc {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02187278-a2c8-4bf0-afae-d48a3a8027dc {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-02187278-a2c8-4bf0-afae-d48a3a8027dc {
  margin-left: 2%;
margin-right: 2%;
max-width: 600px;
}
}
#s-02187278-a2c8-4bf0-afae-d48a3a8027dc {
  background-image: url();
}








#s-02187278-a2c8-4bf0-afae-d48a3a8027dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02187278-a2c8-4bf0-afae-d48a3a8027dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3fcf98a-bbb4-4a00-b1bf-919cbee993ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e3fcf98a-bbb4-4a00-b1bf-919cbee993ce {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-e3fcf98a-bbb4-4a00-b1bf-919cbee993ce .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e3fcf98a-bbb4-4a00-b1bf-919cbee993ce .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-e3fcf98a-bbb4-4a00-b1bf-919cbee993ce .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-57ab9180-5ee3-4f9d-b2d9-903ccea5dc79 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
@media (max-width: 767px){#s-57ab9180-5ee3-4f9d-b2d9-903ccea5dc79 {
  max-width: 100%;
}
}
#s-3bca34b4-70e9-4430-9933-6d6c7388b206 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3bca34b4-70e9-4430-9933-6d6c7388b206 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-3bca34b4-70e9-4430-9933-6d6c7388b206"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bca34b4-70e9-4430-9933-6d6c7388b206"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3bca34b4-70e9-4430-9933-6d6c7388b206"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3bca34b4-70e9-4430-9933-6d6c7388b206"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: center;
}
@media (max-width: 767px){#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  margin-top: 10px;
}
}
#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  margin: 0 !important;
  overflow: visible;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e-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-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add background color handling */
  
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
  box-sizing: border-box;
}



.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
      position: relative;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  margin: 0 !important;
  overflow: visible;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e-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-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add background color handling */
  
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
  box-sizing: border-box;
}



.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
      position: relative;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  margin: 0 !important;
  overflow: visible;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e-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-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add background color handling */
  
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
  box-sizing: border-box;
}



.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
      position: relative;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  margin: 0 !important;
  overflow: visible;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e-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-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add background color handling */
  
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
  box-sizing: border-box;
}



.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
      position: relative;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  margin: 0 !important;
  overflow: visible;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e-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-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add background color handling */
  
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image {
  box-sizing: border-box;
}



.s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container {
      position: relative;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a6c1cb-740b-4bbc-b1e6-87c1bb4d7f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  margin-left: auto;
margin-right: auto;
max-width: 3750px;
aspect-ratio: 3750/2500;
text-align: center;
}
@media (max-width: 767px){#s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  margin-top: 10px;
}
}
#s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  margin: 0 !important;
  overflow: visible;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520-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-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add background color handling */
  
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
  box-sizing: border-box;
}



.s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
      position: relative;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

@media (min-width: 1200px){#s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  margin: 0 !important;
  overflow: visible;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520-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-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add background color handling */
  
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
  box-sizing: border-box;
}



.s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
      position: relative;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  margin: 0 !important;
  overflow: visible;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520-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-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add background color handling */
  
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
  box-sizing: border-box;
}



.s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
      position: relative;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  margin: 0 !important;
  overflow: visible;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520-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-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add background color handling */
  
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
  box-sizing: border-box;
}



.s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
      position: relative;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

}@media (max-width: 767px){#s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  margin: 0 !important;
  overflow: visible;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520-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-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add background color handling */
  
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }

    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-link {
      aspect-ratio: 3750/2500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3750px;
  }



  img.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
    
    
    
    max-height: 3750px;
  }


.s-de20c90b-9d25-42b6-9fce-e792fbc86520 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image {
  box-sizing: border-box;
}



.s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 {
      --shg-aspect-ratio: calc(3750/2500); 
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container {
      position: relative;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de20c90b-9d25-42b6-9fce-e792fbc86520 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3750px;
    }
  }

}
#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: center;
}
@media (max-width: 767px){#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  margin-top: 10px;
}
}
#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1-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-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
  box-sizing: border-box;
}



.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
      position: relative;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1-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-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
  box-sizing: border-box;
}



.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
      position: relative;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1-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-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
  box-sizing: border-box;
}



.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
      position: relative;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1-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-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
  box-sizing: border-box;
}



.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
      position: relative;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1-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-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image {
  box-sizing: border-box;
}



.s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container {
      position: relative;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf02d3b8-d2f6-42b3-94fb-9fa764eedfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-646a9822-8894-4587-b517-66a7d8aaa25e {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-646a9822-8894-4587-b517-66a7d8aaa25e {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-646a9822-8894-4587-b517-66a7d8aaa25e {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}
}@media (max-width: 767px){#s-646a9822-8894-4587-b517-66a7d8aaa25e {
  margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 5%;
padding-bottom: 5%;
}
}







#s-646a9822-8894-4587-b517-66a7d8aaa25e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-646a9822-8894-4587-b517-66a7d8aaa25e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecc2a7da-78f6-47f8-a415-8313463df392 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ecc2a7da-78f6-47f8-a415-8313463df392"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecc2a7da-78f6-47f8-a415-8313463df392"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecc2a7da-78f6-47f8-a415-8313463df392"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecc2a7da-78f6-47f8-a415-8313463df392"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-626d124b-8d9e-455c-846c-f980cb7ad497 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-626d124b-8d9e-455c-846c-f980cb7ad497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-626d124b-8d9e-455c-846c-f980cb7ad497.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  margin: 0 !important;
  overflow: visible;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de-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-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add background color handling */
  
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
  box-sizing: border-box;
}



.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
      position: relative;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  margin: 0 !important;
  overflow: visible;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de-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-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add background color handling */
  
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
  box-sizing: border-box;
}



.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
      position: relative;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  margin: 0 !important;
  overflow: visible;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de-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-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add background color handling */
  
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
  box-sizing: border-box;
}



.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
      position: relative;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  margin: 0 !important;
  overflow: visible;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de-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-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add background color handling */
  
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
  box-sizing: border-box;
}



.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
      position: relative;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  margin: 0 !important;
  overflow: visible;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de-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-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add background color handling */
  
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image {
  box-sizing: border-box;
}



.s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container {
      position: relative;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d02a5a3-a431-4911-8be0-a4b4c44a00de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-2fe537b3-7d0b-42b0-84c1-66ba54e4f94a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2fe537b3-7d0b-42b0-84c1-66ba54e4f94a .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7a1243d2-0804-45ab-bae2-73e115900ffd {
  margin-left: auto;
margin-right: auto;
}

#s-931e54ad-aa13-4996-af6d-eef1cb5a6138 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-931e54ad-aa13-4996-af6d-eef1cb5a6138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-931e54ad-aa13-4996-af6d-eef1cb5a6138.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 1784/1920;
text-align: center;
}
@media (max-width: 767px){#s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  margin-top: 20px;
}
}
#s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  margin: 0 !important;
  overflow: visible;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931-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-3973d46a-bd88-4ed1-8859-f124295ad931 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add background color handling */
  
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
  box-sizing: border-box;
}



.s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3973d46a-bd88-4ed1-8859-f124295ad931 {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
      position: relative;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  margin: 0 !important;
  overflow: visible;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931-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-3973d46a-bd88-4ed1-8859-f124295ad931 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add background color handling */
  
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
  box-sizing: border-box;
}



.s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3973d46a-bd88-4ed1-8859-f124295ad931 {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
      position: relative;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  margin: 0 !important;
  overflow: visible;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931-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-3973d46a-bd88-4ed1-8859-f124295ad931 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add background color handling */
  
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
  box-sizing: border-box;
}



.s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3973d46a-bd88-4ed1-8859-f124295ad931 {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
      position: relative;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  margin: 0 !important;
  overflow: visible;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931-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-3973d46a-bd88-4ed1-8859-f124295ad931 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add background color handling */
  
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
  box-sizing: border-box;
}



.s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3973d46a-bd88-4ed1-8859-f124295ad931 {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
      position: relative;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  margin: 0 !important;
  overflow: visible;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931-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-3973d46a-bd88-4ed1-8859-f124295ad931 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3973d46a-bd88-4ed1-8859-f124295ad931 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add background color handling */
  
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }

    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-link {
      aspect-ratio: 1784/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3973d46a-bd88-4ed1-8859-f124295ad931 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-3973d46a-bd88-4ed1-8859-f124295ad931 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image {
  box-sizing: border-box;
}



.s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3973d46a-bd88-4ed1-8859-f124295ad931 {
      --shg-aspect-ratio: calc(1784/1920); 
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container {
      position: relative;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3973d46a-bd88-4ed1-8859-f124295ad931 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-2b310661-6a8a-40a6-b53f-ad05acc75a16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2b310661-6a8a-40a6-b53f-ad05acc75a16 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bf5a0d5b-255a-4897-9d6a-601a91f62b3e {
  margin-left: auto;
margin-right: auto;
}

#s-48ac0efd-52ac-4d9e-a737-6ff15313b7dd {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-48ac0efd-52ac-4d9e-a737-6ff15313b7dd {
  padding-top: 2%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48ac0efd-52ac-4d9e-a737-6ff15313b7dd {
  padding-top: 2%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-48ac0efd-52ac-4d9e-a737-6ff15313b7dd {
  margin-left: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-48ac0efd-52ac-4d9e-a737-6ff15313b7dd {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
}







#s-48ac0efd-52ac-4d9e-a737-6ff15313b7dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48ac0efd-52ac-4d9e-a737-6ff15313b7dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-078447d8-0f38-4d90-b7ba-2009777fd247 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-078447d8-0f38-4d90-b7ba-2009777fd247"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-078447d8-0f38-4d90-b7ba-2009777fd247"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-078447d8-0f38-4d90-b7ba-2009777fd247"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-078447d8-0f38-4d90-b7ba-2009777fd247"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7de114d1-a56d-4d7a-abf1-af6c5a6864a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-7de114d1-a56d-4d7a-abf1-af6c5a6864a3 {
  margin-top: 0px;
margin-bottom: 15px;
}
}







#s-7de114d1-a56d-4d7a-abf1-af6c5a6864a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7de114d1-a56d-4d7a-abf1-af6c5a6864a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34-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-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
  box-sizing: border-box;
}



.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
      position: relative;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34-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-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
  box-sizing: border-box;
}



.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
      position: relative;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34-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-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
  box-sizing: border-box;
}



.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
      position: relative;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34-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-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
  box-sizing: border-box;
}



.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
      position: relative;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34-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-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image {
  box-sizing: border-box;
}



.s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container {
      position: relative;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2ae5d21-e465-4cb2-8862-d87c8a31dd34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-54a4dd03-7d9f-498c-9d5b-e83531cb9100 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-54a4dd03-7d9f-498c-9d5b-e83531cb9100 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-af179c44-85fa-434e-8f4f-6697a48fae72 {
  margin-left: auto;
margin-right: auto;
}

#s-0464a04e-0cbb-4b82-8f82-4348bc252afa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-0464a04e-0cbb-4b82-8f82-4348bc252afa {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-0464a04e-0cbb-4b82-8f82-4348bc252afa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0464a04e-0cbb-4b82-8f82-4348bc252afa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  margin-top: 20px;
}
}
#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  margin: 0 !important;
  overflow: visible;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c-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-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add background color handling */
  
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
  box-sizing: border-box;
}



.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
      position: relative;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  margin: 0 !important;
  overflow: visible;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c-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-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add background color handling */
  
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
  box-sizing: border-box;
}



.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
      position: relative;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  margin: 0 !important;
  overflow: visible;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c-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-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add background color handling */
  
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
  box-sizing: border-box;
}



.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
      position: relative;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  margin: 0 !important;
  overflow: visible;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c-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-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add background color handling */
  
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
  box-sizing: border-box;
}



.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
      position: relative;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  margin: 0 !important;
  overflow: visible;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c-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-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add background color handling */
  
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image {
  box-sizing: border-box;
}



.s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container {
      position: relative;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fea4c359-13b8-4b9f-94bb-da1bbc7cf07c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-342911cd-7c04-4192-8508-f49e55c12ae8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-342911cd-7c04-4192-8508-f49e55c12ae8 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ab48f8bd-630b-4aae-bd44-d8233e1f4bf3 {
  margin-left: auto;
margin-right: auto;
}

#s-1df383ed-29a1-462e-b55f-55e3a6ae4e5c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1df383ed-29a1-462e-b55f-55e3a6ae4e5c {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-1df383ed-29a1-462e-b55f-55e3a6ae4e5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1df383ed-29a1-462e-b55f-55e3a6ae4e5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 2742/450;
text-align: center;
}
@media (max-width: 767px){#s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  margin-top: 20px;
}
}
#s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  margin: 0 !important;
  overflow: visible;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600-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-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add background color handling */
  
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
  box-sizing: border-box;
}



.s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
      position: relative;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

@media (min-width: 1200px){#s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  margin: 0 !important;
  overflow: visible;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600-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-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add background color handling */
  
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
  box-sizing: border-box;
}



.s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
      position: relative;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  margin: 0 !important;
  overflow: visible;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600-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-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add background color handling */
  
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
  box-sizing: border-box;
}



.s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
      position: relative;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  margin: 0 !important;
  overflow: visible;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600-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-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add background color handling */
  
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
  box-sizing: border-box;
}



.s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
      position: relative;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

}@media (max-width: 767px){#s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  margin: 0 !important;
  overflow: visible;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600-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-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add background color handling */
  
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }

    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-link {
      aspect-ratio: 2742/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 185px;
  }



  img.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-b28c1776-b00f-4e10-af8f-7ade098fb600 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image {
  box-sizing: border-box;
}



.s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 {
      --shg-aspect-ratio: calc(2742/450); 
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container {
      position: relative;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b28c1776-b00f-4e10-af8f-7ade098fb600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 185px;
    }
  }

}
#s-55374d52-9a48-48ce-9edd-d4414d5deace {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-55374d52-9a48-48ce-9edd-d4414d5deace .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ef8060b1-7212-4aad-b20b-6c16d54de970 {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
  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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}