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

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

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

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

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

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

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

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

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

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

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

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

#s-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-top: 80px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-left: 250px;
margin-right: 250px;
display: none;
}
#s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-content-s-bcca08c1-057d-4c02-af69-5d2ec974e178 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-left: 150px;
margin-right: 150px;
display: none;
}
#s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-content-s-bcca08c1-057d-4c02-af69-5d2ec974e178 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-left: 50px;
margin-right: 50px;
display: none;
}
#s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-content-s-bcca08c1-057d-4c02-af69-5d2ec974e178 { display: none !important; }}@media (max-width: 767px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-left: 25px;
margin-right: 25px;
display: none;
}
#s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-content-s-bcca08c1-057d-4c02-af69-5d2ec974e178 { display: none !important; }}







#s-bcca08c1-057d-4c02-af69-5d2ec974e178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcca08c1-057d-4c02-af69-5d2ec974e178.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98 {
  margin-left: -52px;
margin-right: -52px;
padding-left: 1px;
padding-right: 1px;
}
}
@media (min-width: 0px) {
[id="s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-5351802f-93ba-4a7d-9e55-9ccbc52386cd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-5351802f-93ba-4a7d-9e55-9ccbc52386cd {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5351802f-93ba-4a7d-9e55-9ccbc52386cd img.shogun-image {
    

    
    
    
  }


#s-5351802f-93ba-4a7d-9e55-9ccbc52386cd .shogun-image-content {
  
    justify-content: center;
  
}

#s-ee15c287-4c81-45ef-aab7-d561ac7af466 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-ee15c287-4c81-45ef-aab7-d561ac7af466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee15c287-4c81-45ef-aab7-d561ac7af466.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

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

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

#s-a43e9a11-7214-459d-b209-25df9acf1169 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a43e9a11-7214-459d-b209-25df9acf1169 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-a43e9a11-7214-459d-b209-25df9acf1169 .shogun-heading-component h2 a {
  color: #000;
}


#s-3759f38f-3217-4673-a9f8-a70edaea5f13 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3759f38f-3217-4673-a9f8-a70edaea5f13 .shogun-heading-component h3 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-3759f38f-3217-4673-a9f8-a70edaea5f13 .shogun-heading-component h3 a {
  color: rgba(255, 150, 0, 1);
}


#s-3d7a05f6-f2b5-466c-87c0-899a3ee86a6c {
  margin-left: 50px;
margin-right: 50px;
}

#s-8634f3c0-e0a4-4199-b281-9c88f9626e6f {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
text-align: left;
}

#s-8634f3c0-e0a4-4199-b281-9c88f9626e6f .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 24px;
  
  
  font-style:  normal ;
}

#s-8634f3c0-e0a4-4199-b281-9c88f9626e6f .shg-product-price {
  color: rgba(255, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 24px;
}

#s-8634f3c0-e0a4-4199-b281-9c88f9626e6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-1c7539ee-b421-4a49-b5c8-6123bf32d875 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTIzNzBmOWEtZmIxYy00YjFmLWI0MDgtMzc0OTE3YzUwMThmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMjM3MGY5YS1mYjFjLTRiMWYtYjQwOC0zNzQ5MTdjNTAxOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-1c7539ee-b421-4a49-b5c8-6123bf32d875:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c7539ee-b421-4a49-b5c8-6123bf32d875:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-33f1c192-4701-4b5d-8605-931a7eb165f6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-33f1c192-4701-4b5d-8605-931a7eb165f6 {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-33f1c192-4701-4b5d-8605-931a7eb165f6 img.shogun-image {
    

    
    
    
  }


#s-33f1c192-4701-4b5d-8605-931a7eb165f6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e19b1c1d-57ec-407f-aa60-7124f4cce294 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-e19b1c1d-57ec-407f-aa60-7124f4cce294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e19b1c1d-57ec-407f-aa60-7124f4cce294.shg-box.shg-c {
  justify-content: center;
}

#s-e3fd489c-ba93-40e8-9eb8-4b101b8a58a9 {
  margin-top: 20px;
margin-left: 50px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3fd489c-ba93-40e8-9eb8-4b101b8a58a9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-e3fd489c-ba93-40e8-9eb8-4b101b8a58a9 .shogun-heading-component h2 a {
  color: #000;
}


#s-b7d13169-f218-44a3-ae89-78fb3761cc2d {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7d13169-f218-44a3-ae89-78fb3761cc2d .shogun-heading-component h3 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-b7d13169-f218-44a3-ae89-78fb3761cc2d .shogun-heading-component h3 a {
  color: rgba(255, 150, 0, 1);
}


#s-0f3c78bb-c144-437a-9aae-7d9c3b3fa0b5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-668b3b03-7335-459f-9b2e-b45c9ea36ee0 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
text-align: left;
}

#s-668b3b03-7335-459f-9b2e-b45c9ea36ee0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 24px;
  
  
  font-style:  normal ;
}

#s-668b3b03-7335-459f-9b2e-b45c9ea36ee0 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 24px;
}

#s-668b3b03-7335-459f-9b2e-b45c9ea36ee0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-bd882666-a6c6-4353-8718-ac8f152f84bd {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQzY2U1M2MtNGYzMC00MjVkLWJjNWEtYWY0OWIxNzc1MmM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDNjZTUzYy00ZjMwLTQyNWQtYmM1YS1hZjQ5YjE3NzUyYzkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-bd882666-a6c6-4353-8718-ac8f152f84bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd882666-a6c6-4353-8718-ac8f152f84bd:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a {
  display: none;
}
#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-content-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a {
  display: none;
}
#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-content-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a {
  display: none;
}
#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-content-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a { display: none !important; }}@media (max-width: 767px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a {
  display: none;
}
#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-content-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a { display: none !important; }}
#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-top: 80px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-left: 250px;
margin-right: 250px;
display: none;
}
#s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-content-s-731f56e7-3939-43d7-a483-f83b7022ffe4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-left: 150px;
margin-right: 150px;
display: none;
}
#s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-content-s-731f56e7-3939-43d7-a483-f83b7022ffe4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-left: 50px;
margin-right: 50px;
display: none;
}
#s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-content-s-731f56e7-3939-43d7-a483-f83b7022ffe4 { display: none !important; }}@media (max-width: 767px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-left: 25px;
margin-right: 25px;
display: none;
}
#s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-content-s-731f56e7-3939-43d7-a483-f83b7022ffe4 { display: none !important; }}







#s-731f56e7-3939-43d7-a483-f83b7022ffe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-731f56e7-3939-43d7-a483-f83b7022ffe4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-79f262c0-36de-4735-9436-3d825ff081e7 {
  margin-left: -52px;
margin-right: -52px;
padding-left: 1px;
padding-right: 1px;
}
}
@media (min-width: 0px) {
[id="s-79f262c0-36de-4735-9436-3d825ff081e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79f262c0-36de-4735-9436-3d825ff081e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79f262c0-36de-4735-9436-3d825ff081e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79f262c0-36de-4735-9436-3d825ff081e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-07d9af7e-d4d4-4aff-b909-f8a7de8c30d4 {
  text-align: center;
}

#s-07d9af7e-d4d4-4aff-b909-f8a7de8c30d4 {
  overflow: hidden;
  
  
}







  #s-07d9af7e-d4d4-4aff-b909-f8a7de8c30d4 img.shogun-image {
    

    
    
    
  }


#s-07d9af7e-d4d4-4aff-b909-f8a7de8c30d4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f519913-31a9-4dae-90bf-ab393034b650 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-8f519913-31a9-4dae-90bf-ab393034b650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f519913-31a9-4dae-90bf-ab393034b650.shg-box.shg-c {
  justify-content: center;
}

#s-e6376e2d-fda6-4855-a5ee-459780a32a59 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6376e2d-fda6-4855-a5ee-459780a32a59 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-e6376e2d-fda6-4855-a5ee-459780a32a59 .shogun-heading-component h2 a {
  color: #000;
}


#s-a72d8c4c-f950-426a-8555-73cfdca7f902 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a72d8c4c-f950-426a-8555-73cfdca7f902 .shogun-heading-component h5 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-a72d8c4c-f950-426a-8555-73cfdca7f902 .shogun-heading-component h5 a {
  color: rgba(255, 150, 0, 1);
}


#s-e87fdfe6-270e-4100-b21b-23a8975857d9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTQxZWM2MTUtMDBiOC00Zjk1LThlZmUtOWM0MTgzYjgxMGI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkxODE4MTgxODE4MTgxODIiIHN0eWxlPSJzdG9wLWNvbG9yOiMzNDYwYWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTE4MTgxODE4MTgxODE4MiIgc3R5bGU9InN0b3AtY29sb3I6IzM0NjBhZTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzFjMzc1YztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZTQxZWM2MTUtMDBiOC00Zjk1LThlZmUtOWM0MTgzYjgxMGI1KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>3, "pos"=>0.9181818181818182, "color"=>"#3460ae"}, {"id"=>4, "pos"=>0.9181818181818182, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-c2ce8edd-826a-4fb8-8dcf-629791f0acf2 {
  text-align: center;
}

#s-c2ce8edd-826a-4fb8-8dcf-629791f0acf2 {
  overflow: hidden;
  
  
}







  #s-c2ce8edd-826a-4fb8-8dcf-629791f0acf2 img.shogun-image {
    

    
    
    
  }


#s-c2ce8edd-826a-4fb8-8dcf-629791f0acf2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3ba17d00-18c0-4839-9615-e394f6bf0c82 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-3ba17d00-18c0-4839-9615-e394f6bf0c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ba17d00-18c0-4839-9615-e394f6bf0c82.shg-box.shg-c {
  justify-content: center;
}

#s-9bb97787-a8eb-4092-b6b2-4f061ff66be3 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9bb97787-a8eb-4092-b6b2-4f061ff66be3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-9bb97787-a8eb-4092-b6b2-4f061ff66be3 .shogun-heading-component h2 a {
  color: #000;
}


#s-f8d24ebd-81e6-4e5b-b723-382fe2960465 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8d24ebd-81e6-4e5b-b723-382fe2960465 .shogun-heading-component h5 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-f8d24ebd-81e6-4e5b-b723-382fe2960465 .shogun-heading-component h5 a {
  color: rgba(255, 150, 0, 1);
}


#s-20c44b1f-8a97-4db9-80a6-46675f6bdb4f {
  margin-left: 50px;
margin-right: 50px;
}

#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTE2YzExNzYtNmYyMi00NmRmLWI0YjItMjI5ZGFjMWE4M2M2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMTZjMTE3Ni02ZjIyLTQ2ZGYtYjRiMi0yMjlkYWMxYTgzYzYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-top: 0px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-left: 250px;
margin-right: 250px;
display: none;
}
#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-content-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-left: 150px;
margin-right: 150px;
display: none;
}
#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-content-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-left: 50px;
margin-right: 50px;
display: none;
}
#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-content-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf { display: none !important; }}@media (max-width: 767px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-left: 25px;
margin-right: 25px;
display: none;
}
#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-content-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf { display: none !important; }}







#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-888b010b-9c12-416a-bc1a-2ae43542d0c5 {
  margin-left: -52px;
margin-right: -52px;
padding-left: 1px;
padding-right: 1px;
}
}
@media (min-width: 0px) {
[id="s-888b010b-9c12-416a-bc1a-2ae43542d0c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-888b010b-9c12-416a-bc1a-2ae43542d0c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-888b010b-9c12-416a-bc1a-2ae43542d0c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-888b010b-9c12-416a-bc1a-2ae43542d0c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c3d281e-02b7-43e9-93c4-fc59b654bd49 {
  text-align: center;
}

#s-6c3d281e-02b7-43e9-93c4-fc59b654bd49 {
  overflow: hidden;
  
  
}







  #s-6c3d281e-02b7-43e9-93c4-fc59b654bd49 img.shogun-image {
    

    
    
    
  }


#s-6c3d281e-02b7-43e9-93c4-fc59b654bd49 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b529e1fc-a31b-4c23-b2de-5a24c885eb81 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-b529e1fc-a31b-4c23-b2de-5a24c885eb81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b529e1fc-a31b-4c23-b2de-5a24c885eb81.shg-box.shg-c {
  justify-content: center;
}

#s-f6f39b43-652b-4971-9b8d-a0a04156bcc1 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6f39b43-652b-4971-9b8d-a0a04156bcc1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-f6f39b43-652b-4971-9b8d-a0a04156bcc1 .shogun-heading-component h2 a {
  color: #000;
}


#s-d2773591-0941-4804-930e-136dab27a551 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2773591-0941-4804-930e-136dab27a551 .shogun-heading-component h5 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-d2773591-0941-4804-930e-136dab27a551 .shogun-heading-component h5 a {
  color: rgba(255, 150, 0, 1);
}


#s-a4a07d53-2be9-4fb0-a597-1ec4910f9de8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzk3OTI0ZDUtNTJmYS00OGU3LWJlNzUtYjBjZGQwNDc5ZWMzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OTc5MjRkNS01MmZhLTQ4ZTctYmU3NS1iMGNkZDA0NzllYzMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-93c3d5a7-4c7d-4b0d-ae9f-b3f18797f601 {
  text-align: center;
}

#s-93c3d5a7-4c7d-4b0d-ae9f-b3f18797f601 {
  overflow: hidden;
  
  
}







  #s-93c3d5a7-4c7d-4b0d-ae9f-b3f18797f601 img.shogun-image {
    

    
    
    
  }


#s-93c3d5a7-4c7d-4b0d-ae9f-b3f18797f601 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ab9569a-2bad-46c3-8f4c-866bb3f12c5a {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-8ab9569a-2bad-46c3-8f4c-866bb3f12c5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ab9569a-2bad-46c3-8f4c-866bb3f12c5a.shg-box.shg-c {
  justify-content: center;
}

#s-72c74d0f-e455-40d5-b719-8f94d47b14ab {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72c74d0f-e455-40d5-b719-8f94d47b14ab .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-72c74d0f-e455-40d5-b719-8f94d47b14ab .shogun-heading-component h2 a {
  color: #000;
}


#s-c1c3c48b-c102-4f05-a85e-aa722f8337b6 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c1c3c48b-c102-4f05-a85e-aa722f8337b6 .shogun-heading-component h5 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-c1c3c48b-c102-4f05-a85e-aa722f8337b6 .shogun-heading-component h5 a {
  color: rgba(255, 150, 0, 1);
}


#s-a226e467-0b2a-4559-9e68-9574e1ac77f6 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjJkNDkwOGMtNDRiMy00YTExLTkwMmItYjkyMGQzNDQ4ZjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMmQ0OTA4Yy00NGIzLTRhMTEtOTAyYi1iOTIwZDM0NDhmMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-caf1b7f5-5b50-4dc1-a091-bf0be0429a14 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 17px;
padding-bottom: 17px;
}

#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  margin-left: 150px;
margin-right: 150px;
padding-bottom: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  margin-left: 250px;
margin-right: 250px;
display: none;
}
#s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-content-s-e348a2ff-bce4-47e1-9111-7f3498733431 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  display: none;
}
#s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-content-s-e348a2ff-bce4-47e1-9111-7f3498733431 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-content-s-e348a2ff-bce4-47e1-9111-7f3498733431 { display: none !important; }}@media (max-width: 767px){#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  margin-left: 5px;
margin-right: 5px;
display: none;
}
#s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-content-s-e348a2ff-bce4-47e1-9111-7f3498733431 { display: none !important; }}







#s-e348a2ff-bce4-47e1-9111-7f3498733431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e348a2ff-bce4-47e1-9111-7f3498733431.shg-box.shg-c {
  justify-content: center;
}

#s-b6b9d649-607e-4815-ab3f-5619de0c4637 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b6b9d649-607e-4815-ab3f-5619de0c4637"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6b9d649-607e-4815-ab3f-5619de0c4637"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b6b9d649-607e-4815-ab3f-5619de0c4637"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6b9d649-607e-4815-ab3f-5619de0c4637"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

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

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-d74b4c9b-27fe-4646-8096-4c5f314d519b {
  text-align: left;
}



.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-417b7efa-2b80-4b63-b9e0-d96f8f5dd387 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-417b7efa-2b80-4b63-b9e0-d96f8f5dd387 .shg-product-title-component h2 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 24px;
  
  
  
}
@media (min-width: 768px) and (max-width: 991px){#s-417b7efa-2b80-4b63-b9e0-d96f8f5dd387 .shg-product-title-component h2 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 24px;
  line-height: 1em;
  
  
}
}@media (max-width: 767px){#s-417b7efa-2b80-4b63-b9e0-d96f8f5dd387 .shg-product-title-component h2 span {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 24px;
  line-height: 1em;
  
  
}
}
#s-3bb7e0cd-73e7-460d-af44-0c78de3184ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bb7e0cd-73e7-460d-af44-0c78de3184ba .shg-product-sold-out {
  display: none;
  color: rgba(255, 150, 0, 1);
  font-size: 24px;
  
  
  font-style:  normal ;
}

#s-3bb7e0cd-73e7-460d-af44-0c78de3184ba .shg-product-price {
  color: rgba(255, 150, 0, 1);
  
  
  font-style:  normal ;
  font-size: 24px;
}

#s-3bb7e0cd-73e7-460d-af44-0c78de3184ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-1f962d59-29da-4216-87fb-2b30077cf9a2 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 96, 174, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1f962d59-29da-4216-87fb-2b30077cf9a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f962d59-29da-4216-87fb-2b30077cf9a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f962d59-29da-4216-87fb-2b30077cf9a2-atc-btn-wrapper {
    text-align: center;
  }


#s-1f962d59-29da-4216-87fb-2b30077cf9a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1f962d59-29da-4216-87fb-2b30077cf9a2-atc-btn-wrapper {
    text-align: center;
  }


#s-1f962d59-29da-4216-87fb-2b30077cf9a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f962d59-29da-4216-87fb-2b30077cf9a2-atc-btn-wrapper {
    text-align: center;
  }


#s-1f962d59-29da-4216-87fb-2b30077cf9a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1f962d59-29da-4216-87fb-2b30077cf9a2-atc-btn-wrapper {
    text-align: center;
  }


#s-1f962d59-29da-4216-87fb-2b30077cf9a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1f962d59-29da-4216-87fb-2b30077cf9a2-atc-btn-wrapper {
    text-align: center;
  }


#s-1f962d59-29da-4216-87fb-2b30077cf9a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d7458d09-96fb-4d80-b7dd-2a9444678e28 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d7458d09-96fb-4d80-b7dd-2a9444678e28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7458d09-96fb-4d80-b7dd-2a9444678e28:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 {
  text-align: left;
}



.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3f69ef58-4ca4-4af7-8cf0-cdacc98bbc92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f69ef58-4ca4-4af7-8cf0-cdacc98bbc92 .shg-product-title-component h2 span {
  color: #000;
  
  
  
  font-size: 24px;
  line-height: 1em;
  
  
}

#s-35ad1d3c-7a3f-4778-8862-fef1b186122a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35ad1d3c-7a3f-4778-8862-fef1b186122a .shg-product-sold-out {
  display: none;
  color: rgba(255, 150, 0, 1);
  font-size: 24px;
  
  
  font-style:  normal ;
}

#s-35ad1d3c-7a3f-4778-8862-fef1b186122a .shg-product-price {
  color: rgba(255, 150, 0, 1);
  
  
  font-style:  normal ;
  font-size: 24px;
}

#s-35ad1d3c-7a3f-4778-8862-fef1b186122a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 96, 174, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0-atc-btn-wrapper {
    text-align: center;
  }


#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0-atc-btn-wrapper {
    text-align: center;
  }


#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0-atc-btn-wrapper {
    text-align: center;
  }


#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0-atc-btn-wrapper {
    text-align: center;
  }


#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0-atc-btn-wrapper {
    text-align: center;
  }


#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-782867ae-7490-4437-ab7b-ca5ae5ea6700 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-782867ae-7490-4437-ab7b-ca5ae5ea6700:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-782867ae-7490-4437-ab7b-ca5ae5ea6700:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  display: none;
}
#s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-content-s-14daaf7c-4685-45d2-bb50-316f84f186d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  display: none;
}
#s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-content-s-14daaf7c-4685-45d2-bb50-316f84f186d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  display: none;
}
#s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-content-s-14daaf7c-4685-45d2-bb50-316f84f186d4 { display: none !important; }}@media (max-width: 767px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  display: none;
}
#s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-content-s-14daaf7c-4685-45d2-bb50-316f84f186d4 { display: none !important; }}







#s-14daaf7c-4685-45d2-bb50-316f84f186d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14daaf7c-4685-45d2-bb50-316f84f186d4.shg-box.shg-c {
  justify-content: center;
}

#s-bdc649d6-1ff3-4896-b2ed-ebf909a00c72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdc649d6-1ff3-4896-b2ed-ebf909a00c72 .shogun-heading-component h2 {
  color: rgba(28, 55, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTdmMTIwNDYtZWMzZi00Yjc1LTk3ZjMtZWRkYWI5YzJmMGM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxN2YxMjA0Ni1lYzNmLTRiNzUtOTdmMy1lZGRhYjljMmYwYzUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-4428d16b-df91-4dda-8fa7-7cd6eac508d5 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 23px;
margin-right: 5%;
}








#s-4428d16b-df91-4dda-8fa7-7cd6eac508d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4428d16b-df91-4dda-8fa7-7cd6eac508d5.shg-box.shg-c {
  justify-content: center;
}

#s-b320b47c-5daf-48fe-b72f-99791e48aee9 {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-b320b47c-5daf-48fe-b72f-99791e48aee9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-9b543937-cb8a-48eb-a0c7-5cefd53a1c97 {
  margin-left: -52px;
margin-right: -52px;
padding-left: 1px;
padding-right: 1px;
}
}
@media (min-width: 0px) {
[id="s-9b543937-cb8a-48eb-a0c7-5cefd53a1c97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b543937-cb8a-48eb-a0c7-5cefd53a1c97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-9b543937-cb8a-48eb-a0c7-5cefd53a1c97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-9b543937-cb8a-48eb-a0c7-5cefd53a1c97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-9636709f-d116-4927-91a2-1779b7807c22 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 2190px;
text-align: center;
}

#s-9636709f-d116-4927-91a2-1779b7807c22 {
  overflow: hidden;
  
  
      max-width: 2190px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9636709f-d116-4927-91a2-1779b7807c22 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2 {
  border-style: solid;
margin-top: 28px;
margin-left: 11%;
margin-bottom: 28px;
margin-right: 9%;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(48, 97, 230, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 2em;
color: rgba(255, 255, 255, 1);
}
#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2:hover {background-color: rgba(175, 175, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2 {
  border-style: solid;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
text-decoration: none;
line-height: 2em;
}
#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2:hover {background-color: rgba(175, 175, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2-root {
    text-align: center;
  }


#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2-root {
    text-align: center;
  }


#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2-root {
    text-align: center;
  }


#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2-root {
    text-align: center;
  }


#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2-root {
    text-align: center;
  }


#s-cc5956ad-0f37-4545-8d62-d4bd0b0ae1a2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-cb039126-e900-4cea-8c78-2ceece0551ab {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 2190px;
text-align: center;
}

#s-cb039126-e900-4cea-8c78-2ceece0551ab {
  overflow: hidden;
  
  
      max-width: 2190px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-cb039126-e900-4cea-8c78-2ceece0551ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-a2016a15-5275-4eae-a795-f158030093b3 {
  border-style: solid;
margin-top: 28px;
margin-left: 11%;
margin-bottom: 28px;
margin-right: 9%;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(48, 97, 230, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 2em;
color: rgba(255, 255, 255, 1);
}
#s-a2016a15-5275-4eae-a795-f158030093b3:hover {background-color: rgba(175, 175, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2016a15-5275-4eae-a795-f158030093b3:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a2016a15-5275-4eae-a795-f158030093b3 {
  border-style: solid;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
text-decoration: none;
line-height: 2em;
}
#s-a2016a15-5275-4eae-a795-f158030093b3:hover {background-color: rgba(175, 175, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2016a15-5275-4eae-a795-f158030093b3:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a2016a15-5275-4eae-a795-f158030093b3-root {
    text-align: center;
  }


#s-a2016a15-5275-4eae-a795-f158030093b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2016a15-5275-4eae-a795-f158030093b3-root {
    text-align: center;
  }


#s-a2016a15-5275-4eae-a795-f158030093b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2016a15-5275-4eae-a795-f158030093b3-root {
    text-align: center;
  }


#s-a2016a15-5275-4eae-a795-f158030093b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2016a15-5275-4eae-a795-f158030093b3-root {
    text-align: center;
  }


#s-a2016a15-5275-4eae-a795-f158030093b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2016a15-5275-4eae-a795-f158030093b3-root {
    text-align: center;
  }


#s-a2016a15-5275-4eae-a795-f158030093b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-0990bf7e-c22c-44d5-9fe6-8410a5192ab0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 2190px;
text-align: center;
}

#s-0990bf7e-c22c-44d5-9fe6-8410a5192ab0 {
  overflow: hidden;
  
  
      max-width: 2190px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0990bf7e-c22c-44d5-9fe6-8410a5192ab0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e {
  border-style: solid;
margin-top: 28px;
margin-left: 11%;
margin-bottom: 28px;
margin-right: 9%;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(48, 97, 230, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 2em;
color: rgba(255, 255, 255, 1);
}
#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e:hover {background-color: rgba(175, 175, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e {
  border-style: solid;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
text-decoration: none;
line-height: 2em;
}
#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e:hover {background-color: rgba(175, 175, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e-root {
    text-align: center;
  }


#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e-root {
    text-align: center;
  }


#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e-root {
    text-align: center;
  }


#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e-root {
    text-align: center;
  }


#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e-root {
    text-align: center;
  }


#s-75a372f8-ed92-47fb-ada1-ddccc01ceb0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-d73bb905-1dbf-4d20-8783-8ff4fa8f4c1d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(246, 247, 249, 1);
}








#s-d73bb905-1dbf-4d20-8783-8ff4fa8f4c1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d73bb905-1dbf-4d20-8783-8ff4fa8f4c1d.shg-box.shg-c {
  justify-content: center;
}

#s-6abbf841-b7a0-456a-bb0f-259ea62e0d8d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-2c5edbb4-676f-44ff-b67c-33c7d7763d79 {
  padding-left: 16%;
padding-right: 16%;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-2c5edbb4-676f-44ff-b67c-33c7d7763d79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c5edbb4-676f-44ff-b67c-33c7d7763d79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c5edbb4-676f-44ff-b67c-33c7d7763d79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c5edbb4-676f-44ff-b67c-33c7d7763d79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-9568b8bf-d299-4c29-9827-163975f0e104 {
  max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 {
  margin: 0 !important;
  overflow: visible;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add background color handling */
  
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}



.s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

@media (min-width: 1200px){#s-9568b8bf-d299-4c29-9827-163975f0e104 {
  margin: 0 !important;
  overflow: visible;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add background color handling */
  
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}



.s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9568b8bf-d299-4c29-9827-163975f0e104 {
  margin: 0 !important;
  overflow: visible;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add background color handling */
  
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}



.s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9568b8bf-d299-4c29-9827-163975f0e104 {
  margin: 0 !important;
  overflow: visible;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add background color handling */
  
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}



.s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (max-width: 767px){#s-9568b8bf-d299-4c29-9827-163975f0e104 {
  margin: 0 !important;
  overflow: visible;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9568b8bf-d299-4c29-9827-163975f0e104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add background color handling */
  
}

#s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}



.s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}
#s-1bcb1809-f2ae-49cf-bdac-0e629c4a1b07 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1bcb1809-f2ae-49cf-bdac-0e629c4a1b07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bcb1809-f2ae-49cf-bdac-0e629c4a1b07.shg-box.shg-c {
  justify-content: center;
}

#s-6859431f-1642-42d5-8a52-161cfbbea373 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}



.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

@media (min-width: 1200px){#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}



.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}



.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}



.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (max-width: 767px){#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}



.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}
#s-c3bb340b-b16c-498e-9d7f-d58a586754a2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c3bb340b-b16c-498e-9d7f-d58a586754a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3bb340b-b16c-498e-9d7f-d58a586754a2.shg-box.shg-c {
  justify-content: center;
}

#s-de86f2a9-bbae-4d40-b889-6a9a9ba53880 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}



.s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

@media (min-width: 1200px){#s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}



.s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}



.s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}



.s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (max-width: 767px){#s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}



.s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}
#s-b1688075-3e71-49b1-8faf-5c89dfbcb27c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b1688075-3e71-49b1-8faf-5c89dfbcb27c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1688075-3e71-49b1-8faf-5c89dfbcb27c.shg-box.shg-c {
  justify-content: center;
}

#s-e2639898-43fb-41f0-93eb-c3fcb0607f8a {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29 {
  margin-top: 17px;
margin-bottom: 17px;
padding-left: 16%;
padding-right: 16%;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}



.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

@media (min-width: 1200px){#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}



.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}



.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}



.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (max-width: 767px){#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}



.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}
#s-95d00438-403a-47aa-a7b4-1e54f7a5c1ae {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-95d00438-403a-47aa-a7b4-1e54f7a5c1ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95d00438-403a-47aa-a7b4-1e54f7a5c1ae.shg-box.shg-c {
  justify-content: center;
}

#s-09365a3c-60ab-4619-bfdd-415ee6cf1256 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  margin: 0 !important;
  overflow: visible;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add background color handling */
  
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}



.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

@media (min-width: 1200px){#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  margin: 0 !important;
  overflow: visible;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add background color handling */
  
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}



.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  margin: 0 !important;
  overflow: visible;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add background color handling */
  
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}



.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  margin: 0 !important;
  overflow: visible;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add background color handling */
  
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}



.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (max-width: 767px){#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  margin: 0 !important;
  overflow: visible;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add background color handling */
  
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}



.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}
#s-c026bf85-2501-4c9e-8769-7f098f0019ab {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c026bf85-2501-4c9e-8769-7f098f0019ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c026bf85-2501-4c9e-8769-7f098f0019ab.shg-box.shg-c {
  justify-content: center;
}

#s-a4abaf4c-cc23-4979-bc9e-1b7bfa871788 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}



.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

@media (min-width: 1200px){#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}



.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}



.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}



.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}@media (max-width: 767px){#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  margin: 0 !important;
  overflow: visible;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add background color handling */
  
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }

    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-link {
      aspect-ratio: 399/231;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 399px;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
    
    max-height: 399px;
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}



.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 399px;
    }
  }

}
#s-661a132d-63fb-4220-961c-372d34be57b2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-661a132d-63fb-4220-961c-372d34be57b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-661a132d-63fb-4220-961c-372d34be57b2.shg-box.shg-c {
  justify-content: center;
}

#s-c1375a5d-99cb-4b4e-b959-2612c4039792 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
background-color: rgba(48, 97, 230, 1);
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ec5700"}, {"id"=>2, "pos"=>1, "color"=>"#fe9600"}];
line-height: 2em;
}
#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-4787cc11-85bb-4b6e-928b-27e4a7448566 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
max-width: 100%;
}








#s-4787cc11-85bb-4b6e-928b-27e4a7448566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4787cc11-85bb-4b6e-928b-27e4a7448566.shg-box.shg-c {
  justify-content: center;
}

#s-2fe36f56-6b11-48f4-8384-8a8a1137b516 {
  margin-top: 20px;
margin-bottom: 20px;
}








#s-2fe36f56-6b11-48f4-8384-8a8a1137b516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fe36f56-6b11-48f4-8384-8a8a1137b516.shg-box.shg-c {
  justify-content: center;
}

#s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055 {
  background-image: url(https://i.shgcdn.com/c4070a2f-a467-4b48-b826-9fd700d63d66/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
padding-left: 10%;
padding-right: 10%;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  max-width: 240px;
aspect-ratio: 377/457;
text-align: center;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  margin: 0 !important;
  overflow: visible;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add background color handling */
  
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}



.s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

@media (min-width: 1200px){#s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  margin: 0 !important;
  overflow: visible;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add background color handling */
  
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}



.s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  margin: 0 !important;
  overflow: visible;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add background color handling */
  
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}



.s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  margin: 0 !important;
  overflow: visible;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add background color handling */
  
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}



.s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}@media (max-width: 767px){#s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  margin: 0 !important;
  overflow: visible;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add background color handling */
  
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}



.s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}
#s-a579c3e9-278c-4a6a-8bd9-7b3b7c6a9947 {
  padding-left: 18%;
padding-right: 18%;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  max-width: 637px;
aspect-ratio: 637/457;
text-align: center;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }

    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-link {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 637px;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
    
    max-height: 637px;
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}



.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 637px;
    }
  }

@media (min-width: 1200px){#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }

    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-link {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 637px;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
    
    max-height: 637px;
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}



.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 637px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }

    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-link {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 637px;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
    
    max-height: 637px;
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}



.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 637px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }

    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-link {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 637px;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
    
    max-height: 637px;
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}



.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 637px;
    }
  }

}@media (max-width: 767px){#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  margin: 0 !important;
  overflow: visible;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add background color handling */
  
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }

    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-link {
      aspect-ratio: 637/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 637px;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
    
    max-height: 637px;
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}



.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 637px;
    }
  }

}
#s-f279787a-96fa-43bd-a29f-5ed5274ec42c {
  padding-left: 18%;
padding-right: 18%;
}

#s-01248b93-603b-41f9-a259-537b4ead3255 {
  max-width: 230px;
aspect-ratio: 377/457;
text-align: center;
}

#s-01248b93-603b-41f9-a259-537b4ead3255 {
  margin: 0 !important;
  overflow: visible;
}

#s-01248b93-603b-41f9-a259-537b4ead3255-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add background color handling */
  
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 230px;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
    
    max-height: 230px;
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}



.s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 230px;
    }
  }

@media (min-width: 1200px){#s-01248b93-603b-41f9-a259-537b4ead3255 {
  margin: 0 !important;
  overflow: visible;
}

#s-01248b93-603b-41f9-a259-537b4ead3255-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add background color handling */
  
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 230px;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
    
    max-height: 230px;
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}



.s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 230px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-01248b93-603b-41f9-a259-537b4ead3255 {
  margin: 0 !important;
  overflow: visible;
}

#s-01248b93-603b-41f9-a259-537b4ead3255-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add background color handling */
  
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 230px;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
    
    max-height: 230px;
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}



.s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 230px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-01248b93-603b-41f9-a259-537b4ead3255 {
  margin: 0 !important;
  overflow: visible;
}

#s-01248b93-603b-41f9-a259-537b4ead3255-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add background color handling */
  
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 230px;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
    
    max-height: 230px;
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}



.s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 230px;
    }
  }

}@media (max-width: 767px){#s-01248b93-603b-41f9-a259-537b4ead3255 {
  margin: 0 !important;
  overflow: visible;
}

#s-01248b93-603b-41f9-a259-537b4ead3255-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01248b93-603b-41f9-a259-537b4ead3255 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add background color handling */
  
}

#s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }

    #s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-link {
      aspect-ratio: 377/457;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 230px;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
    
    max-height: 230px;
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}



.s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 230px;
    }
  }

}
#s-fa6d3d88-dd33-4173-a248-94afc3a67198 {
  padding-left: 18%;
padding-right: 18%;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
